.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .desktop-hide {
    display: none !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex: 1 1 0;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 750px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
@font-face {
  font-family: "DM Sans Black";
  src: url('../../fonts/DMSans-Black.ttf');
}
@font-face {
  font-family: "DM Sans Bold";
  src: url('../../fonts/DMSans-Bold.ttf');
}
@font-face {
  font-family: "DM Sans Semibold";
  src: url('../../fonts/DMSans-SemiBold.ttf');
}
@font-face {
  font-family: "DM Sans Medium";
  src: url('../../fonts/DMSans-Medium.ttf');
}
@font-face {
  font-family: "DM Sans Regular";
  src: url('../../fonts/DMSans-Regular.ttf');
}
@font-face {
  font-family: "DM Sans Thin";
  src: url('../../fonts/DMSans-Thin.ttf');
}
h1 {
  font-family: "DM Sans Bold", sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #231141;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 45px !important;
  }
}
h2 {
  font-family: "DM Sans Semibold", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #231141;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 45px !important;
  }
}
h3 {
  font-family: "DM Sans Medium", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #231141;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 30px !important;
  }
}
h4 {
  font-family: "DM Sans Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #231141;
  line-height: 1.2em;
}
h5 {
  text-transform: uppercase;
  color: #c9248f;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  h5 {
    font-size: 14px !important;
  }
}
.menu-font {
  font-size: 16px;
  font-family: "DM Sans Semibold", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.2em;
  text-decoration: none;
}
.large-paragraph p {
  font-size: 18px;
}
.base-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .base-margin {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .base-margin {
    margin-bottom: 50px !important;
  }
}
.base-margin-top {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .base-margin-top {
    margin-top: 50px !important;
  }
}
.base-margin-bottom {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .base-margin-bottom {
    margin-bottom: 50px !important;
  }
}
.base-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.base-padding-top {
  padding-top: 100px;
}
.base-padding-bottom {
  padding-bottom: 100px;
}
.zero-padding {
  padding: 0 !important;
}
.primary-background {
  background: #231141;
  color: white;
}
.primary-background p,
.primary-background h1,
.primary-background h2,
.primary-background h3,
.primary-background h4 {
  color: white;
}
.primary-background .content-card {
  border-radius: 30px;
  background: #372C52;
  padding: 30px;
}
.full-width {
  margin: 0;
  padding: 0;
  width: 100%;
}
html,
body {
  background: #ffffff;
  color: #828487;
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  line-height: 1.6em;
}
.site-container .site-body {
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  .site-container .site-body {
    padding-top: 90px !important;
  }
}
.button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.6em;
  font-weight: 700;
  background: #c9248f;
  border: 2px solid #c9248f;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.5em 1.3em;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  cursor: pointer;
}
.button.margin-left {
  margin-left: 10px;
}
.button.margin-right {
  margin-right: 10px;
}
.button:hover {
  color: white;
  background: #911f4f;
  border: 2px solid #911f4f;
}
.button.primary {
  background: #231141;
  border: 2px solid #231141;
  min-height: 52px;
}
.button.primary:hover {
  color: #231141;
  background: white;
  border: 2px solid #231141;
}
.button.primary.outline {
  border: 2px solid #231141;
  color: #231141;
}
.button.primary.outline:hover {
  color: white;
  background: #231141;
  border: 2px solid #231141;
}
.button.white {
  background: white;
  border: 2px solid white;
  color: #231141;
  min-height: 52px;
}
.button.white:hover {
  color: white;
  background: #231141;
  border: 2px solid white;
}
.button.transparent {
  background: transparent;
  border: 2px solid #231141;
  min-height: 52px;
  color: #231141;
}
.button.transparent:hover {
  color: white;
  background: #231141;
  border: 2px solid #231141;
}
.button.outline {
  background: transparent;
  border: 2px solid white;
  min-height: 52px;
  color: white;
}
.button.outline:hover {
  color: #231141;
  background: white;
  border: 2px solid white;
}
.button-primary {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.6em;
  font-weight: 700;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.5em 1.3em;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  cursor: pointer;
  background: #231141;
  border: 2px solid #231141;
  min-height: 52px;
}
.button-primary:hover {
  color: #231141;
  background: white;
  border: 2px solid #231141;
}
header {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  z-index: 10;
  background: white;
  width: 100%;
  padding: 20px;
}
header .header-inner {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner a.nav-logo {
  display: flex;
  align-items: center;
}
header .header-inner a.nav-logo img {
  width: 295px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  header .header-inner a.nav-logo img {
    width: 221px !important;
  }
}
header .header-inner .navigation-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons {
    align-items: start !important;
  }
}
header .header-inner .navigation-buttons .menu-link.mobile-menu-button {
  text-transform: uppercase;
  text-decoration: none;
  background: url('../../images/icon-hamburger.svg') center/contain no-repeat;
  font-size: 0;
  height: 50px;
  width: 50px;
  color: white;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1440px) {
  header .header-inner .navigation-buttons .menu-link.mobile-menu-button {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 800px) {
  header .header-inner .navigation-buttons .menu-link.mobile-menu-button {
    display: none !important;
  }
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container,
header .header-inner .navigation-buttons .menu-primary-menu-us-container {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container {
    left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container {
    margin: 30px 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container {
    padding: 0 30px !important;
  }
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu {
    gap: 20px !important;
  }
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li {
  position: relative;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li:not(:first-child),
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li:not(:first-child) {
    border-top: solid 1px white !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li {
    padding-top: 20px !important;
  }
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li a,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li a {
  font-size: 16px;
  font-family: "DM Sans Semibold", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.2em;
  text-decoration: none;
  color: #231141;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li a,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li a {
    color: white !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li a,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li a {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li a,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li a {
    font-family: 'DM Sans Regular' !important;
  }
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li.current_page_item a,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li.current_page_item a {
  font-family: "DM Sans Bold", sans-serif;
  font-weight: 800;
  line-height: 1.6em;
  border-bottom: solid 1px #828487;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li.current_page_item a,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li.current_page_item a {
    border-bottom: none !important;
  }
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li > .sub-menu,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li > .sub-menu {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li > .sub-menu,
  header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li > .sub-menu {
    display: none !important;
  }
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li > .sub-menu li a,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li > .sub-menu li a {
  border-bottom: solid 1px transparent;
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li > .sub-menu li a:hover,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li > .sub-menu li a:hover {
  border-bottom: solid 1px #828487;
}
header .header-inner .navigation-buttons .menu-primary-menu-au-container ul.menu li:hover > .sub-menu,
header .header-inner .navigation-buttons .menu-primary-menu-us-container ul.menu li:hover > .sub-menu {
  padding: 20px;
  background: white;
  box-shadow: rgba(0,0,0,0.075) 0px 5px 10px;
  display: block;
  position: absolute;
  list-style: none;
  width: 280px;
}
header .header-inner .navigation-buttons .header-search {
  display: none !important;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  left: 0;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .header-search {
    display: none !important;
  }
}
header .header-inner .navigation-buttons .header-search input[type=search] {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 45px;
  height: 45px;
  border: solid 2px #231141;
  border-radius: 50px;
  outline: none;
  padding: 0 18px;
  position: relative;
  right: -45px;
}
header .header-inner .navigation-buttons .header-search input[type=submit] {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 0;
  background: url('../../images/icon-search.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  position: relative;
  left: 0;
  cursor: pointer;
}
header .header-inner .navigation-buttons .header-search:hover {
  left: 45px;
}
header .header-inner .navigation-buttons .header-search:hover input[type=search] {
  width: 250px;
  right: 0;
}
header .header-inner .navigation-buttons .header-search:hover input[type=submit] {
  left: -45px;
}
header .header-inner .navigation-buttons .book-a-call {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .book-a-call {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .book-a-call {
    width: calc(calc(100%) - calc(60px)) !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .book-a-call {
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .navigation-buttons .book-a-call {
    margin: 0 30px !important;
  }
}
header .header-inner .navigation-buttons .follow-social-media {
  display: none;
  border-top: solid 1px white;
  width: calc(calc(100%) - calc(60px));
  padding-top: 30px;
  margin: 30px;
}
header .header-inner .navigation-buttons .follow-social-media .social-follow {
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 800px) {
  .nav-active header {
    background: #231141 !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header {
    overflow: scroll !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header {
    max-height: 100vh !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header {
    min-height: 100vh !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header {
    top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header {
    z-index: 1000000 !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header .header-inner a.nav-logo {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header .header-inner .navigation-buttons {
    width: 100% !important;
  }
}
.nav-active header .header-inner .navigation-buttons .menu-link.mobile-menu-button {
  font-size: 18px;
  width: unset;
  height: unset;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 800px) {
  .nav-active header .header-inner .navigation-buttons .menu-primary-menu-au-container {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header .header-inner .navigation-buttons .menu-primary-menu-us-container {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header .header-inner .navigation-buttons .book-a-call {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-active header .header-inner .navigation-buttons .follow-social-media {
    display: block !important;
  }
}
footer {
  background: #231141;
  color: white;
  padding: 80px 20px 10px 20px;
}
footer .footer-inner {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-inner .footer-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row {
    flex-direction: column !important;
  }
}
footer .footer-inner .footer-row.footer-content h3 {
  font-size: 48px;
  color: white;
  width: 650px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row.footer-content h3 {
    font-size: 45px !important;
  }
}
footer .footer-inner .footer-row.footer-content p {
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.6em;
  color: white;
  width: 500px;
  max-width: 100%;
  font-size: 20px;
}
footer .footer-inner .footer-row.footer-divider {
  border-top: solid 2px white;
  padding-top: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form {
    margin-bottom: 30px !important;
  }
}
footer .footer-inner .footer-row .af-form .acf-notice {
  width: 400px;
  max-width: 100%;
  background: none;
}
footer .footer-inner .footer-row .af-form .acf-notice p {
  font-size: 16px;
}
footer .footer-inner .footer-row .af-form .af-fields {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #372C52;
  padding: 5px;
  border-radius: 50px;
}
footer .footer-inner .footer-row .af-form .af-fields .af-field {
  margin: 0;
  padding: 0;
  border-top: none;
}
footer .footer-inner .footer-row .af-form .af-fields .af-field .af-label {
  display: none !important;
}
footer .footer-inner .footer-row .af-form .af-fields .af-field .acf-notice {
  display: none !important;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-field {
    width: 100% !important;
  }
}
footer .footer-inner .footer-row .af-form .af-fields .af-field input {
  height: 50px;
  background: none;
  color: white;
  padding-left: 20px;
  outline: none;
  border: none;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-field input {
    width: unset !important;
  }
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-submit {
    max-width: 88px !important;
  }
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.6em;
  font-weight: 700;
  background: #c9248f;
  border: 2px solid #c9248f;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.5em 1.3em;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  cursor: pointer;
  height: 50px;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.margin-left {
  margin-left: 10px;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.margin-right {
  margin-right: 10px;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button:hover {
  color: white;
  background: #911f4f;
  border: 2px solid #911f4f;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.primary {
  background: #231141;
  border: 2px solid #231141;
  min-height: 52px;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.primary:hover {
  color: #231141;
  background: white;
  border: 2px solid #231141;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.primary.outline {
  border: 2px solid #231141;
  color: #231141;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.primary.outline:hover {
  color: white;
  background: #231141;
  border: 2px solid #231141;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.white {
  background: white;
  border: 2px solid white;
  color: #231141;
  min-height: 52px;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.white:hover {
  color: white;
  background: #231141;
  border: 2px solid white;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.transparent {
  background: transparent;
  border: 2px solid #231141;
  min-height: 52px;
  color: #231141;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.transparent:hover {
  color: white;
  background: #231141;
  border: 2px solid #231141;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.outline {
  background: transparent;
  border: 2px solid white;
  min-height: 52px;
  color: white;
}
footer .footer-inner .footer-row .af-form .af-fields .af-submit button.outline:hover {
  color: #231141;
  background: white;
  border: 2px solid white;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-submit button {
    font-size: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-submit button {
    background: url('../../images/mobile-subscribe-button.png') center/contain no-repeat !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-submit button {
    width: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-submit button {
    height: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .af-form .af-fields .af-submit button {
    border: 0 !important;
  }
}
footer .footer-inner .footer-row .footer-logo img {
  width: 283px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row .menu-footer-menu-au-container,
  footer .footer-inner .footer-row .menu-footer-menu-us-container {
    display: none !important;
  }
}
footer .footer-inner .footer-row .menu-footer-menu-au-container ul,
footer .footer-inner .footer-row .menu-footer-menu-us-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
footer .footer-inner .footer-row .menu-footer-menu-au-container ul li,
footer .footer-inner .footer-row .menu-footer-menu-us-container ul li {
  display: block;
}
footer .footer-inner .footer-row .menu-footer-menu-au-container ul li a,
footer .footer-inner .footer-row .menu-footer-menu-us-container ul li a {
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 400;
  color: white;
}
footer .footer-inner .footer-row.footer-copyright {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row.footer-copyright {
    align-items: start !important;
  }
}
footer .footer-inner .footer-row.footer-copyright .site-info {
  font-size: 16px;
  color: #828487;
  margin: 0;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .footer-row.footer-copyright .site-info {
    margin: 0 0 30px 0 !important;
  }
}
.social-media-buttons {
  background: #372C52;
  padding: 20px;
  border-radius: 50px;
  display: inline-block;
}
.social-media-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.social-media-buttons ul li {
  margin: 0;
  padding: 0;
}
.social-media-buttons ul li a {
  display: block;
  height: 25px;
  width: 25px;
  color: white;
  font-size: 0;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.social-media-buttons ul li a:hover {
  transform: scale(1.2);
}
.social-media-buttons ul li.social-facebook a {
  background: url('../../images/icon-facebook.svg');
}
.social-media-buttons ul li.social-linkedin a {
  background: url('../../images/icon-linkedin.svg');
}
.social-media-buttons ul li.social-instagram a {
  background: url('../../images/icon-instagram.svg');
}
main > .grid:not(.full-width) {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid article {
  display: grid;
  gap: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main > .grid article > .grid-block {
  width: 100%;
}
.grid-clear-d-1 > article {
  grid-template-columns: 1fr;
}
.grid-clear-d-2 > article {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-2 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-3 > article {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-3 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-4 > article {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr 1fr !important;
  }
}
main > .grid.content-contained > article {
  width: 1350px;
}
.grid.narrow article {
  width: 100%;
  max-width: 980px;
}
.heading-button {
  display: flex;
  flex-wrap: wrap;
}
.heading-button .column {
  flex: 1 1 0;
}
.heading-button .column:first-child {
  flex-basis: 45%;
}
@media screen and (max-width: 800px) {
  .heading-button .column:first-child {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .heading-button .column:first-child h2 {
    margin-bottom: 20px !important;
  }
}
.heading-button.has-content .column:first-child h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .heading-button .column {
    width: 100% !important;
  }
}
.heading-button .column:last-child {
  flex-basis: 55%;
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .heading-button .column:last-child {
    flex-basis: 100% !important;
  }
}
.heading-button .column:last-child.has-button {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .heading-button .column:last-child.has-button {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .heading-button .column:last-child {
    padding-top: 0 !important;
  }
}
.related-articles {
  background: #231141;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
.related-articles p,
.related-articles h1,
.related-articles h2,
.related-articles h3,
.related-articles h4 {
  color: white;
}
.related-articles .content-card {
  border-radius: 30px;
  background: #372C52;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .related-articles {
    padding: 50px 0 !important;
  }
}
.related-articles .column:last-child {
  text-align: right;
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  .related-articles .column:last-child {
    display: none !important;
  }
}
.related-articles .inner-content {
  padding: 20px;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.related-articles .inner-content .article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .related-articles .inner-content .article-grid {
    grid-template-columns: 1fr !important;
  }
}
.related-articles .inner-content .article-grid .article-card {
  background: #372C52;
  border-radius: 8px;
}
.related-articles .inner-content .article-grid .article-card .image-container {
  display: block;
  border-radius: 8px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .related-articles .inner-content .article-grid .article-card .image-container {
    border-radius: 8px 8px 0 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .related-articles .inner-content .article-grid .article-card .image-container {
    height: 165px !important;
  }
}
.related-articles .inner-content .article-grid .article-card .image-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-articles .inner-content .article-grid .article-card .content-container {
  padding: 0 30px 40px 30px;
}
.related-articles .inner-content .article-grid .article-card .content-container h4 {
  margin: 20px 0 20px 0;
  line-height: 1.4em;
}
.related-articles .inner-content .article-grid .article-card .content-container .excerpt {
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .related-articles .inner-content .article-grid .article-card .content-container .excerpt {
    display: none !important;
  }
}
.related-articles .related-articles-button {
  margin-top: 50px;
}
.accordion-container {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 800px) {
  .accordion-container {
    gap: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .accordion-container {
    flex-direction: column !important;
  }
}
.accordion-container .accordion-filters {
  padding-top: 20px;
  min-width: 150px;
  flex-basis: 150px;
}
@media screen and (max-width: 800px) {
  .accordion-container .accordion-filters {
    flex-basis: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .accordion-container .accordion-filters {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  .accordion-container .accordion-filters {
    gap: 10px !important;
  }
}
.accordion-container .accordion-filters .accordion-tag-button {
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.6em;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-weight: 600;
  color: #231141;
  cursor: pointer;
  user-select: none;
  border: solid 1px transparent;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .accordion-container .accordion-filters .accordion-tag-button {
    border: solid 1px #231141 !important;
  }
}
@media screen and (max-width: 800px) {
  .accordion-container .accordion-filters .accordion-tag-button {
    min-width: 100px !important;
  }
}
.accordion-container .accordion-filters .accordion-tag-button:hover {
  border: solid 1px #231141;
}
.accordion-container .accordion-filters .accordion-tag-button.active {
  border: solid 1px #231141;
  background: rgba(35,18,64,0.1);
}
.accordion-container .accordion {
  flex-grow: 1;
}
.accordion-container .accordion .accordion-item:not(:last-child) {
  border-bottom: solid 1px black;
}
.accordion-container .accordion .accordion-item .expander {
  cursor: pointer;
  font-size: 28px;
  padding: 25px 0 20px 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .accordion-container .accordion .accordion-item .expander {
    padding-right: 30px !important;
  }
}
.accordion-container .accordion .accordion-item .expander::after {
  transition: 0.3s;
  content: "";
  height: 31px;
  width: 31px;
  background: url("../../images/icon-plus.svg");
  position: absolute;
  right: 0;
  top: 16px;
  transform: rotate(90deg);
}
.accordion-container .accordion .accordion-item .expander span {
  transition: 0.3s;
  color: #231141;
  line-height: 1.3em;
}
.accordion-container .accordion .accordion-item .expander-target {
  padding-bottom: 20px;
}
.accordion-container .accordion .accordion-item.active .expander::after {
  transform: rotate(180deg);
  background: url("../../images/icon-minus.svg");
}
.accordion-container .accordion .accordion-item.active .expander span {
  color: #c9248f;
}
.testimonials-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background: #231141;
}
@media screen and (max-width: 800px) {
  .testimonials-banner {
    width: 100vw !important;
  }
}
.testimonials-banner > h5 {
  text-align: center;
}
.testimonials-banner > h2 {
  text-align: center;
  color: white;
}
@media screen and (max-width: 800px) {
  .testimonials-banner > h2 {
    margin-bottom: 80px !important;
  }
}
.testimonials-banner .testimonials-inner {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-wrap: nowrap;
}
.testimonials-banner .testimonials-inner .column {
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .testimonials-banner .testimonials-inner {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  .testimonials-banner .testimonials-inner {
    padding-bottom: 40px !important;
  }
}
.testimonials-banner .testimonials-inner .testimonial-column {
  flex: 1 1 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .testimonials-banner .testimonials-inner .testimonial-column {
    display: none !important;
  }
}
.testimonials-banner .testimonials-inner .testimonial-column.mobile-slider {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .testimonials-banner .testimonials-inner .testimonial-column.mobile-slider {
    display: block !important;
  }
}
.testimonials-banner .testimonials-inner .testimonial-column.mobile-slider .testimonial-card {
  margin: 5px;
}
.testimonials-banner .testimonials-inner .testimonial-column.mobile-slider .slick-arrow {
  z-index: 1;
  top: 100%;
  width: 40px;
  height: 40px;
  background: url('../../images/circle-arrow.png') center/contain no-repeat;
}
.testimonials-banner .testimonials-inner .testimonial-column.mobile-slider .slick-arrow::before {
  display: none;
}
.testimonials-banner .testimonials-inner .testimonial-column.mobile-slider .slick-arrow.slick-next {
  right: unset;
  transform: rotate(180deg);
  right: calc(50% - calc(45px));
}
.testimonials-banner .testimonials-inner .testimonial-column.mobile-slider .slick-arrow.slick-prev {
  left: unset;
  right: calc(50% + calc(15px));
  top: calc(100% + calc(20px));
}
.testimonials-banner .testimonials-inner .testimonial-column .testimonial-card {
  cursor: pointer;
  background: #372C52;
  color: white;
  padding: 30px;
  border-radius: 20px;
  min-height: 150px;
  overflow-y: hidden;
}
.testimonials-banner .testimonials-inner .testimonial-column .testimonial-card .testimonial-content {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 500;
  overflow-y: hidden;
}
.testimonials-banner .testimonials-inner .testimonial-column .testimonial-card .testimonial-footer {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}
.testimonials-banner .testimonials-inner .testimonial-column .testimonial-card .testimonial-footer .testimonial-image img {
  border-radius: 100px;
  width: 48px;
}
.testimonials-banner .testimonials-inner .testimonial-column .testimonial-card .testimonial-footer .testimonial-text .testimonial-title {
  font-size: 20px;
  font-weight: 600;
}
.testimonials-banner .center .get-in-touch {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .testimonials-banner .center .get-in-touch {
    display: none !important;
  }
}
.list-block h3.list-heading {
  margin-top: 0 !important;
  font-size: 32px;
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .list-block h3.list-heading {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .list-block h3.list-heading {
    padding-right: 50px !important;
  }
}
.list-block h3.list-heading::after {
  content: "";
  width: 32px;
  height: 32px;
  display: none;
  background: url("../../images/expand-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: calc(50% - calc(20px));
  transition: 0.5s;
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  .list-block h3.list-heading::after {
    display: block !important;
  }
}
.list-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-block ul:not(.no-header) {
  overflow: hidden;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .list-block ul:not(.no-header) {
    height: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .list-block ul:not(.no-header) {
    opacity: 0 !important;
  }
}
.list-block ul li {
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.6em;
  font-size: 20px;
  color: black;
  position: relative;
}
.list-block ul li.icon-list-item {
  display: flex;
  align-items: center;
  margin: 25px 0;
  gap: 30px;
}
.list-block ul li.icon-list-item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-block ul li.icon-list-item .icon img {
  width: 50px;
  height: 50px;
}
.list-block ul li.icon-list-item .text {
  font-family: "DM Sans Semibold", sans-serif;
  font-weight: 800;
  line-height: 1.6em;
}
.list-block ul li:not(.icon-list-item) {
  padding: 10px 0 10px 40px;
}
.list-block ul li:not(.icon-list-item):not(:last-child) {
  border-bottom: solid 1px rgba(0,0,0,0.15);
}
.list-block ul li:not(.icon-list-item)::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url('../../images/tick.png') center/contain no-repeat;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
}
.list-block .button-container {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .list-block .button-container {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .list-block.active .list-heading {
    margin-bottom: 20px !important;
  }
}
.list-block.active .list-heading::after {
  background: url("../../images/shrink-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  .list-block.active ul {
    height: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .list-block.active ul {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 800px) {
  .list-block.active .button-container {
    display: block !important;
  }
}
.icon-card-grid {
  margin: 50px 0;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .icon-card-grid {
    flex-direction: column !important;
  }
}
.icon-card-grid .icon-card {
  padding: 30px 20px;
  flex: 1 1 0;
  background: #372C52;
  border-radius: 30px;
  text-align: center;
}
.icon-card-grid .icon-card .icon-image {
  padding-bottom: 20px;
}
.icon-card-grid .icon-card .icon-image img {
  max-width: 80px;
}
.icon-card-grid .icon-card .icon-card-content .icon-card-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.icon-card-grid .icon-card .icon-card-content .icon-card-text {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .icon-card-grid .icon-card .icon-card-content .icon-card-text {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .icon-card-grid .icon-card .icon-card-content .icon-card-text {
    padding-right: 30px !important;
  }
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .team-grid {
    grid-template-columns: 1fr !important;
  }
}
.team-grid .team-card .profile-image img {
  max-width: 100%;
}
.team-grid .team-card .member-name {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
.team-grid .team-card .member-role {
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.recent-case-studies {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .recent-case-studies {
    padding: 50px 0 !important;
  }
}
.recent-case-studies .column:last-child {
  text-align: right;
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  .recent-case-studies .column:last-child {
    display: none !important;
  }
}
.recent-case-studies .inner-content {
  padding: 20px;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.recent-case-studies .inner-content .cs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .recent-case-studies .inner-content .cs-grid {
    grid-template-columns: 1fr !important;
  }
}
.recent-case-studies .inner-content .cs-grid .cs-card {
  background: #372C52;
  border-radius: 8px;
}
.recent-case-studies .inner-content .cs-grid .cs-card .image-container {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  display: block;
  border-radius: 8px;
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.recent-case-studies .inner-content .cs-grid .cs-card .image-container::after {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: url('../../images/play-primary.png') no-repeat;
  background-size: 116px;
  background-position: center;
}
.recent-case-studies .inner-content .cs-grid .cs-card .image-container::before {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  content: "";
  position: absolute;
  background: rgba(35,18,64,0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.recent-case-studies .inner-content .cs-grid .cs-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-case-studies .inner-content .cs-grid .cs-card .image-container:hover::before {
  opacity: 1;
}
.recent-case-studies .inner-content .cs-grid .cs-card .image-container:hover::after {
  background: url('../../images/play-white.png') no-repeat;
  background-size: 116px;
  background-position: center;
}
.recent-case-studies .inner-content .cs-grid .cs-card .content-container.primary-padding {
  padding: 0 30px 40px 30px;
}
.recent-case-studies .inner-content .cs-grid .cs-card .content-container.white-padding {
  padding: 0 0 40px 0;
}
.recent-case-studies .inner-content .cs-grid .cs-card .content-container h4 {
  margin: 20px 0 20px 0;
  line-height: 1.4em;
}
.recent-case-studies .inner-content .cs-grid .cs-card .content-container .excerpt {
  margin-bottom: 30px;
  font-size: 18px;
}
.recent-case-studies .cs-button {
  margin-top: 50px;
}
.recent-case-studies.white-background .inner-content .cs-grid .cs-card {
  background: none;
}
.case-studies-container {
  margin-bottom: 50px;
}
.case-studies-container .case-studies-inner .case-studies-filters {
  border-top: solid 1px rgba(0,0,0,0.1);
  border-bottom: solid 1px rgba(0,0,0,0.1);
  margin: 20px 0 50px 0;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 800px) {
  .case-studies-container .case-studies-inner .case-studies-filters {
    max-width: 100vw !important;
  }
}
@media screen and (max-width: 800px) {
  .case-studies-container .case-studies-inner .case-studies-filters {
    overflow-y: scroll !important;
  }
}
.case-studies-container .case-studies-inner .case-studies-filters .filters-inner {
  padding: 0 50px;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 800px) {
  .case-studies-container .case-studies-inner .case-studies-filters .filters-inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .case-studies-container .case-studies-inner .case-studies-filters .filters-inner {
    min-width: 900px !important;
  }
}
.case-studies-container .case-studies-inner .case-studies-filters .filters-inner .filter-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  user-select: none;
  border-bottom: solid 4px transparent;
  padding-bottom: 10px;
  color: #231141;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
  white-space: nowrap;
}
.case-studies-container .case-studies-inner .case-studies-filters .filters-inner .filter-button:hover {
  color: #231141;
  border-bottom: solid 4px #231141;
}
.case-studies-container .case-studies-inner .case-studies-filters .filters-inner .filter-button.active {
  color: #c9248f;
  border-bottom: solid 4px #c9248f;
  font-family: "DM Sans Bold", sans-serif;
  font-weight: 800;
  line-height: 1.6em;
}
.case-studies-container .case-studies-inner .case-studies-grid-container {
  padding-left: 20px;
  padding-right: 20px;
}
.case-studies-container .case-studies-inner .case-studies-grid-container .case-studies-grid {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .case-studies-container .case-studies-inner .case-studies-grid-container .case-studies-grid {
    grid-template-columns: 1fr !important;
  }
}
.case-studies-container .case-studies-inner .case-studies-grid-container .case-studies-grid .case-study-card {
  text-decoration: none;
}
.case-studies-container .case-studies-inner .case-studies-grid-container .case-studies-grid .case-study-card .case-study-image {
  border-radius: 10px;
  height: 280px;
  overflow: hidden;
  margin-bottom: 30px;
}
.case-studies-container .case-studies-inner .case-studies-grid-container .case-studies-grid .case-study-card .case-study-image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
}
.case-studies-container .case-studies-inner .case-studies-grid-container .case-studies-grid .case-study-card .case-study-title {
  font-size: 24px;
  font-weight: 500;
  color: black;
}
.case-studies-container .case-studies-inner .case-studies-grid-container .case-studies-grid .case-study-card .case-study-groups {
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
}
.case-studies-container .case-studies-inner .load-more-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog .blog-header {
  padding: 0 20px;
}
.blog .blog-header .page-title {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.blog .blog-header .page-title h1 {
  font-family: "DM Sans Semibold", sans-serif;
  font-weight: 800;
  line-height: 1.6em;
  font-size: 60px;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  .blog .blog-header .page-title .button {
    display: none !important;
  }
}
.blog .news-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
.blog .news-container .news-grid {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .blog .news-container .news-grid {
    grid-template-columns: 1fr !important;
  }
}
.blog .news-container .news-grid .news-card {
  background: rgba(0,0,0,0.03);
  text-decoration: none;
  border-radius: 10px;
}
.blog .news-container .news-grid .news-card .image-container {
  display: block;
  border-radius: 10px;
  height: 280px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .blog .news-container .news-grid .news-card .image-container {
    height: 165px !important;
  }
}
.blog .news-container .news-grid .news-card .image-container img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
}
.blog .news-container .news-grid .news-card .date {
  margin-left: 30px;
  margin-right: 30px;
  color: black;
  font-weight: bold;
}
.blog .news-container .news-grid .news-card h4 {
  font-size: 24px;
  font-weight: 500;
  color: black;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog .news-container .news-grid .news-card .excerpt {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .blog .news-container .news-grid .news-card .excerpt {
    display: none !important;
  }
}
.blog .news-container .news-grid .news-card .button {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.blog .news-container .pagination-nav-wrapper {
  padding: 20px;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.blog .news-container .pagination-nav-wrapper .pagination-nav {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.blog .news-container .pagination-nav-wrapper .pagination-nav .page-numbers {
  text-decoration: none;
  font-weight: bold;
  color: #231141;
}
.blog .news-container .pagination-nav-wrapper .pagination-nav .page-numbers.next,
.blog .news-container .pagination-nav-wrapper .pagination-nav .page-numbers.prev {
  font-size: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url('../../images/pagination-arrow.png') center/contain no-repeat;
}
.blog .news-container .pagination-nav-wrapper .pagination-nav .page-numbers.prev {
  transform: rotate(180deg);
}
.blog .news-container .pagination-nav-wrapper .page-nums {
  display: none;
}
.case-study-page .page-title {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
}
.case-study-page .page-title h1 {
  font-family: "DM Sans Semibold", sans-serif;
  font-weight: 800;
  line-height: 1.6em;
  font-size: 60px;
  line-height: 1.2em;
}
.case-study-page .case-study-header-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 800px) {
  .case-study-page .case-study-header-container {
    margin-bottom: 75px !important;
  }
}
.case-study-page .case-study-header-container .case-study-header {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .case-study-page .case-study-header-container .case-study-header {
    flex-direction: column !important;
  }
}
.case-study-page .case-study-header-container .case-study-header .video-container {
  border-radius: 10px;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  background: black;
}
.case-study-page .case-study-header-container .case-study-header .video-container #video-poster {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1;
}
.case-study-page .case-study-header-container .case-study-header .video-container #video-poster.active {
  opacity: 0;
  pointer-events: none;
}
.case-study-page .case-study-header-container .case-study-header .video-container #video-poster:not(.active)::after {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../../images/play-primary.png') no-repeat;
  background-size: 116px;
  background-position: center;
  cursor: pointer;
}
.case-study-page .case-study-header-container .case-study-header .video-container #video-poster:not(.active):hover::after {
  background: url('../../images/play-white.png') no-repeat;
  background-size: 116px;
  background-position: center;
}
.case-study-page .case-study-header-container .case-study-header .stats-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  flex-direction: column;
}
.case-study-page .case-study-header-container .case-study-header .stats-container .stat-container {
  background: #231141;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 30px;
}
.case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-icon-container {
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 800px) {
  .case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-icon-container {
    width: 75px !important;
  }
}
@media screen and (max-width: 800px) {
  .case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-icon-container {
    height: 75px !important;
  }
}
.case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-icon-container img {
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 800px) {
  .case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-icon-container img {
    width: 75px !important;
  }
}
@media screen and (max-width: 800px) {
  .case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-icon-container img {
    height: 75px !important;
  }
}
.case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-text-container .stat-large-text {
  color: white;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-text-container .stat-large-text {
    font-size: 45px !important;
  }
}
.case-study-page .case-study-header-container .case-study-header .stats-container .stat-container .stat-text-container .stat-small-text {
  color: white;
  font-size: 20px;
  line-height: 1em;
}
.case-study-page .recent-case-studies {
  margin-top: 0px;
}
.post-header-container {
  padding: 0 20px;
}
.post-header-container .post-header {
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .post-header-container .post-header {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  .post-header-container .post-header {
    flex-direction: column !important;
  }
}
.post-header-container .post-header .share-post-box {
  float: right;
}
@media screen and (max-width: 800px) {
  .post-header-container .post-header .share-post-box {
    order: 3 !important;
  }
}
@media screen and (max-width: 800px) {
  .post-header-container .post-header .share-post-box {
    float: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .post-header-container .post-header .share-post-box {
    margin-top: 20px !important;
  }
}
.post-header-container .post-header .share-post-box .share-post-title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .post-header-container .post-header .share-post-box .share-post-title {
    text-align: left !important;
  }
}
.post-header-container .post-header .share-post-box .share-icons {
  display: flex;
  gap: 10px;
  justify-content: end;
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  .post-header-container .post-header .share-post-box .share-icons {
    justify-content: start !important;
  }
}
.post-header-container .post-header .share-post-box .share-icons a {
  text-decoration: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 0.5;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  filter: brightness(0);
}
.post-header-container .post-header .share-post-box .share-icons a.social-facebook {
  background: url('../../images/icon-facebook.svg');
}
.post-header-container .post-header .share-post-box .share-icons a.social-linkedin {
  background: url('../../images/icon-linkedin.svg');
}
.post-header-container .post-header .share-post-box .share-icons a.social-twitter {
  background: url('../../images/icon-twitter.svg');
}
.post-header-container .post-header h2 {
  margin-bottom: 10px;
}
.post-header-container .post-header .post-sub-line {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  letter-spacing: 0.1em;
}
.single-post .post-content-container {
  padding-left: 20px;
  padding-right: 20px;
}
.single-post .post-content-container .post-banner {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin: 50px auto;
  height: 515px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .single-post .post-content-container .post-banner {
    height: 220px !important;
  }
}
.single-post .post-content-container .post-banner.has-video:not(.active)::after {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../../images/play-primary.png') no-repeat;
  background-size: 116px;
  background-position: center;
  cursor: pointer;
}
.single-post .post-content-container .post-banner.has-video:not(.active):hover::after {
  background: url('../../images/play-white.png') no-repeat;
  background-size: 116px;
  background-position: center;
}
.single-post .post-content-container .post-banner video {
  opacity: 0;
  max-width: 0%;
  max-height: 0%;
  user-select: none;
}
.single-post .post-content-container .post-banner iframe {
  opacity: 0;
  user-select: none;
}
.single-post .post-content-container .post-banner.active {
  height: 807px;
  background: transparent !important;
  background-color: #000000 !important;
}
@media screen and (max-width: 800px) {
  .single-post .post-content-container .post-banner.active {
    height: unset !important;
  }
}
.single-post .post-content-container .post-banner.active video {
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
}
.single-post .post-content-container .post-banner.active iframe {
  opacity: 1;
  user-select: none;
}
.single-post .post-content-container .post-content {
  padding: 0;
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-navigation-container {
  padding: 0 20px;
  margin: 100px 0;
}
.post-navigation-container .post-navigation {
  font-size: 0;
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.post-navigation-container .post-navigation a {
  font-size: 24px;
  text-decoration: none;
  color: #231141;
}
.post-navigation-container .post-navigation a[rel="next"] {
  float: right;
}
.af-form .af-fields .af-field {
  padding: 0 0 20px 0;
  border-top: none;
}
.af-form .af-fields .af-field:not(.af-field-type-message) .af-label {
  display: none;
}
.af-form .af-fields .af-field .af-label {
  font-family: "DM Sans Semibold", sans-serif;
  font-weight: 800;
  line-height: 1.6em;
  color: #231141;
  text-transform: uppercase;
  font-size: 16px;
}
.af-form .af-fields .af-field input,
.af-form .af-fields .af-field textarea {
  border: none;
  border-bottom: solid 1px rgba(0,0,0,0.4);
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 20px;
}
.af-form .af-fields .af-field textarea {
  height: 150px;
}
.af-form .af-submit {
  padding-left: 0;
}
.af-form .af-submit button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 16px;
  font-family: "DM Sans Regular", sans-serif;
  font-weight: 500;
  color: #828487;
  line-height: 1.6em;
  font-weight: 700;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.5em 1.3em;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  cursor: pointer;
  background: #231141;
  border: 2px solid #231141;
  min-height: 52px;
}
.af-form .af-submit button:hover {
  color: #231141;
  background: white;
  border: 2px solid #231141;
}
.privacy-modal {
  display: none !important;
}
blockquote {
  border-top: solid 1px rgba(128,128,128,0.411);
  margin: 80px 0;
  padding: 50px 20px;
}
@media screen and (max-width: 800px) {
  blockquote {
    margin: 50px 0 !important;
  }
}
@media screen and (max-width: 800px) {
  blockquote {
    padding: 50px 0 !important;
  }
}
blockquote .info {
  font-weight: 400;
  font-size: 32px;
  color: rgba(32,33,31,0.7);
  line-height: 1.3em;
  max-width: 800px;
}
blockquote cite {
  width: 100%;
  display: inline-block;
  padding-top: 50px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2em;
  font-style: normal;
  color: black;
}
@media screen and (max-width: 800px) {
  blockquote cite {
    font-size: 28px !important;
  }
}
blockquote cite .rating {
  float: right;
  display: flex;
  flex-direction: end;
  gap: 1px;
}
@media screen and (max-width: 800px) {
  blockquote cite .rating {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  blockquote cite .rating {
    margin-top: 20px !important;
  }
}
blockquote cite .rating .rating-star {
  width: 32px;
  height: 32px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  font-size: 0;
}
blockquote cite .rating .rating-star.positive {
  background: url('../../images/star.png');
}
.featured-video-wrapper {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.featured-video-wrapper .play-button {
  transition: 0.2s;
  z-index: 3;
  position: absolute;
  user-select: none;
  pointer-events: none;
  width: 115px;
  height: 115px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.featured-video-wrapper .poster-image {
  transition: 0.5s;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.featured-video-wrapper video {
  z-index: 1;
  position: relative;
}
.featured-video-wrapper.active .play-button,
.featured-video-wrapper.active .poster-image {
  pointer-events: none;
  opacity: 0;
  user-select: none;
}
.home-intro {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .home-intro {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .home-intro {
    margin-bottom: 50px !important;
  }
}
.home-intro h1 {
  color: #241242;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.16px;
  font-family: "DM Sans Medium";
}
.home-intro h4 {
  color: #828487;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-wrap: balance;
}
.home-intro p {
  margin: 40px 0;
}
.highlight-icons-title {
  margin-top: 100px;
  padding: 80px 0 70px 0;
}
.highlight-icons-title p {
  font-family: "DM Sans Black", sans-serif;
  color: #c9248f;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.highlight-icons > article {
  padding-bottom: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .highlight-icons > article {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .highlight-icons > article {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .highlight-icons > article {
    gap: 30px !important;
  }
}
.highlight-icons > article .icon-highlight-column {
  text-align: center;
  background: rgba(35,18,64,0.02);
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 30px;
}
.highlight-icons > article .icon-highlight-column .image {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  .highlight-icons > article .icon-highlight-column .image {
    float: left !important;
  }
}
@media screen and (max-width: 800px) {
  .highlight-icons > article .icon-highlight-column .image {
    left: 40px !important;
  }
}
.highlight-icons > article .icon-highlight-column .image img {
  display: inline;
  width: auto;
  height: auto;
  max-height: 76px;
}
.highlight-icons > article .icon-highlight-column h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .highlight-icons > article .icon-highlight-column h2 {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 800px) {
  .highlight-icons > article .icon-highlight-column h2 {
    text-align: left !important;
  }
}
@media screen and (max-width: 800px) {
  .highlight-icons > article .icon-highlight-column h2 {
    padding-left: 160px !important;
  }
}
.highlight-icons > article .icon-highlight-column p {
  color: #231141;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .highlight-icons > article .icon-highlight-column p {
    text-align: left !important;
  }
}
@media screen and (max-width: 800px) {
  .highlight-icons > article .icon-highlight-column p {
    padding-left: 160px !important;
  }
}
.services-column {
  background: rgba(36,18,66,0.02);
  border-radius: 10px;
  padding: 50px;
}
.services-column .image {
  text-align: center;
}
.services-column .image img {
  display: inline;
  height: auto;
  max-height: 142px;
}
.services-column h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.services-column p {
  font-size: 16px;
}
.services-column .button {
  margin-top: 20px;
}
.primary-background .services-column {
  background: #372C52;
}
.our-process-title {
  padding-top: 150px;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .our-process-title {
    padding-top: 100px !important;
  }
}
.our-process-title h5 {
  margin-bottom: 20px;
}
.our-process-title h2 {
  margin-bottom: 35px;
}
.our-process-columns {
  padding-top: 90px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .our-process-columns article {
    grid-template-columns: 1fr !important;
  }
}
.our-process-columns article .image img {
  display: inline;
  width: auto;
  height: auto;
  max-height: 80px;
}
.our-process-columns article h4 {
  margin: 20px auto;
}
.our-process-columns article p {
  opacity: 0.8;
}
.our-process-button {
  padding-top: 50px;
  padding-bottom: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .our-process-button {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .our-process-button {
    margin-bottom: 50px !important;
  }
}
.brands-we-work-with {
  padding-top: 50px;
  padding-bottom: 150px;
}
.brands-we-work-with h2 {
  margin: 10px auto 10px auto;
}
.brands-we-work-with img {
  margin: 20px 40px;
}
.interested-in-working-with-us {
  padding-top: 150px;
}
@media screen and (max-width: 800px) {
  .interested-in-working-with-us {
    padding-top: 100px !important;
  }
}
.interested-in-working-with-us h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .interested-in-working-with-us-images {
    margin-bottom: 100px !important;
  }
}
.home-faqs {
  margin-top: 100px;
  margin-bottom: 100px;
}
.all-services-button-mobile-home {
  margin-top: 50px;
}
.services-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.services-title p {
  max-width: 800px;
  width: 100%;
}
.services-title .button {
  margin-bottom: 50px;
}
.services-lists {
  margin-bottom: 150px;
}
@media screen and (max-width: 800px) {
  .services-lists {
    margin-bottom: 100px !important;
  }
}
.services-lists .services-button {
  margin-top: 50px;
}
.services-intro-pharagraph {
  display: none;
  margin: 20px 0 100px 0;
}
@media screen and (max-width: 800px) {
  .services-intro-pharagraph {
    display: block !important;
  }
}
.team-intro {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .team-intro {
    margin-bottom: 100px !important;
  }
}
.case-studies-intro {
  margin-top: 50px;
  margin-bottom: 50px;
}
.digital-marketing-agency {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 800px) {
  .digital-marketing-agency {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 800px) {
  .digital-marketing-agency {
    padding-bottom: 100px !important;
  }
}
.digital-marketing-agency h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.digital-marketing-agency p {
  margin: auto;
  max-width: 700px;
}
.b2b2c-intro {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .b2b2c-intro {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .b2b2c-intro {
    margin-bottom: 50px !important;
  }
}
.b2b2c-intro h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .b2b2c-intro h5 {
    margin-bottom: 30px !important;
  }
}
.b2b2c-intro .button.primary.mobile-hide {
  margin-top: 30px;
}
.b2b2c-intro ul li {
  margin-bottom: 20px;
}
.what-we-do {
  background: #231141;
  color: white;
  padding: 150px 20px;
}
.what-we-do p,
.what-we-do h1,
.what-we-do h2,
.what-we-do h3,
.what-we-do h4 {
  color: white;
}
.what-we-do .content-card {
  border-radius: 30px;
  background: #372C52;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .what-we-do {
    padding: 100px 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .what-we-do article {
    gap: 0 !important;
  }
}
.what-we-do article .button.desktop-hide {
  margin-top: 10px;
}
.what-we-do article ul li {
  margin-bottom: 20px;
}
main > .contact-us-page-content {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  main > .contact-us-page-content {
    margin-top: 50px !important;
  }
}
main > .contact-us-page-content > article {
  gap: 200px;
}
@media screen and (max-width: 800px) {
  main > .contact-us-page-content > article {
    gap: 100px !important;
  }
}
main > .contact-us-page-content > article .list-block {
  margin-top: 75px;
}
.contact-us-page-book-now {
  margin-top: 50px;
}
