@charset "UTF-8";
/*!
* Theme Name: Bauer Media Advertising
* Theme URI: https://hitsradioadvertising.co.uk
* Author: Aaron Nergaard - Bauer Create
* Author URI: https://hitsradioadvertising.co.uk
* Description: Theme for use on Bauer Media Advertising Website
* Requires at least: WordPress 6.0.0
* Version: 1.6.8
* Text Domain: bma
*/
@font-face {
  font-family: default-font;
  src: url(fonts/subset-BauerMediaSans-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: default-font;
  src: url(fonts/subset-BauerMediaSans-RegularItalic.woff);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: default-font;
  src: url(fonts/subset-BauerMediaSans-Bold.woff);
  font-weight: 700;
}
@font-face {
  font-family: default-font;
  src: url(fonts/subset-BauerMediaSans-BoldItalic.woff);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: icon-font;
  src: url(fonts/icon-font.woff);
  font-weight: 400;
}
* {
  position: relative;
}

html {
  font-size: 62.5%;
}

body {
  font-family: default-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6em;
}

a {
  color: #4700A3;
}
a:hover {
  color: #4700A3;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .embed-wrapper {
    aspect-ratio: 9/16;
  }
}
.embed-wrapper iframe,
.embed-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

hr {
  margin: 3rem 0;
  background-color: currentColor;
  height: 0.1rem;
  border: 0;
}

.page #article .content {
  max-width: 140rem;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* MAIN */
html {
  font-size: 62.5%;
  background-color: #4700A3;
  color: #FFFFFF;
}

body {
  margin: 0;
  font-family: default-font, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #1D1D1D;
}

.dark {
  color: #ffffff;
}

/* GENERAL */
p {
  margin: 2rem 0;
}

p.large {
  font-size: 2rem;
}

ul,
ol {
  margin: 2rem 0;
  padding-left: 2rem;
}

li {
  margin: 1rem 0;
}

li::marker {
  font-weight: 700;
}

.checklist li::marker {
  content: "✓";
  font-weight: 700;
}

figure {
  margin: 2rem 0;
}

blockquote {
  margin: 2rem 0;
  font-size: 2rem;
}

table {
  margin: 2rem 0;
}

table caption {
  margin-top: 1rem;
  font-style: normal;
}

table td {
  border: 0.1rem solid currentColor;
  padding: 0.5rem;
}

hr {
  margin: 3rem 0;
  background-color: currentColor;
  height: 0.1rem;
  border: 0;
}

a {
  font-weight: 700;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:focus-visible {
  outline-offset: 0;
}

img,
svg,
video {
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4 {
  margin: 3rem 0 2rem 0;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1em;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1em;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1em;
}

h4,
.h4 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1em;
}

@media screen and (max-width: 90em) {
  h1,
  .h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 60em) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
  }
  h4,
  .h4 {
    font-size: 2rem;
  }
}
/* ICON FONT */
.icon-font {
  font-family: icon-font;
  font-weight: 400;
}

/* BUTTON */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 1.3rem 1.8rem;
  box-sizing: border-box;
  border: 0;
  border-radius: 0.8rem;
  outline: 0;
  outline-offset: 0;
  text-align: center;
  font-family: default-font, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2em;
  cursor: pointer;
}

.button::after {
  content: "\e805";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  font-family: icon-font;
  font-weight: 400;
}

.button:hover {
  text-decoration: none;
}

.button:disabled,
.button.disabled {
  background-color: #F8F8F8;
  color: #848484;
  cursor: default;
}

/* ALT BUTTON */
.alt-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 1.3rem 1.8rem;
  box-sizing: border-box;
  border: 0.1rem solid currentColor;
  border-radius: 0.8rem;
  outline: 0;
  outline-offset: 0;
  text-align: center;
  font-family: default-font, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #4700A3;
  background-color: #E1DCFF;
  cursor: pointer;
}

.alt-button::after {
  content: "\e805";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  font-family: icon-font;
  font-weight: 400;
}

.alt-button:hover {
  background-color: #EFECFF;
  text-decoration: none;
}

.alt-button:disabled,
.alt-button.disabled {
  background-color: #F8F8F8;
  color: #848484;
  cursor: default;
}

/* INPUT */
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.3rem 1.8rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  border: 0.1rem solid currentColor;
  outline: 0;
  font-family: default-font, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2em;
  background-color: transparent;
  color: currentColor;
}

/* SELECT */
.select {
  display: block;
  width: 100%;
  position: relative;
}

.select::after {
  content: "\e807";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  display: block;
  margin-top: -0.5em;
  font-family: icon-font;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1em;
  pointer-events: none;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.3rem 4rem 1.3rem 1.8rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  border: 0.1rem solid currentColor;
  outline: 0;
  font-family: default-font, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2em;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
}

/* RANGE SLIDER */
.range-slider {
  padding: 1.75rem 3.5rem;
  position: relative;
}

.range-slider .min-label {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1em;
  margin-top: -0.5em;
}

.range-slider .max-label {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1em;
  margin-top: -0.5em;
}

.range-slider .slider {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E1DCFF;
  color: #4700A3;
  background-repeat: no-repeat;
  height: 1.2rem;
  border-radius: 0.6rem;
}

.range-slider input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  flex-grow: 1;
  width: 50%;
  margin: 0;
  outline: 0;
  background-color: transparent;
  margin: 0 -1rem;
  cursor: pointer;
  color: currentColor;
}

.range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  background-color: currentColor;
  cursor: pointer;
}

.range-slider input::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  background-color: currentColor;
  cursor: pointer;
}

/* WORDPRESS */
img.alignnone {
  border-radius: 1.6rem;
}

img.aligncenter {
  display: block;
  margin: 2rem auto;
  border-radius: 1.6rem;
}

img.alignleft {
  float: left;
  margin-right: auto;
  border-radius: 1.6rem;
}

img.alignright {
  float: right;
  margin-left: auto;
  border-radius: 1.6rem;
}

figure.wp-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

figure.wp-caption.aligncenter {
  justify-content: center;
  margin: 2rem auto;
  text-align: center;
}

figure.wp-caption.alignleft {
  justify-content: flex-start;
  margin: 2rem auto 2rem 0;
  text-align: left;
}

figure.wp-caption.alignright {
  justify-content: flex-end;
  margin: 2rem 0 2rem auto;
  text-align: right;
}

figure.wp-caption figcaption {
  width: 0;
  flex-basis: 100%;
  margin-top: 1rem;
  font-style: normal;
}

@media screen and (max-width: 60em) {
  img.alignnone,
  img.aligncenter,
  img.alignleft,
  img.alignright {
    border-radius: 0.8rem;
  }
}
/* RECAPTCHA BADGE */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* BLOCK */
.block {
  max-width: 140rem;
  margin: 6rem auto;
  padding: 0 5vw;
}

@media screen and (max-width: 60em) {
  .block {
    margin: 5rem auto;
  }
}
/* ARTICLE */
.article {
  position: relative;
}

.article .image {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: 2rem 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.article .image::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.article .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .title {
  margin: 0 0 1rem 0;
}

.article a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.article a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article a:hover .label {
  text-decoration: underline;
}

.article a .icon-font {
  margin-left: 0.8rem;
}

@media screen and (max-width: 60em) {
  .article .image {
    border-radius: 0.8rem;
  }
}
/* CASE STUDY */
.case-study {
  position: relative;
}

.case-study .image {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.case-study .image::before {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}

.case-study .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study .title {
  margin: 0;
}

.case-study .excerpt {
  margin: 1rem 0;
}

.case-study a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.case-study a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.case-study a:hover .label {
  text-decoration: underline;
}

.case-study a .icon-font {
  margin-left: 0.8rem;
}

@media screen and (max-width: 60em) {
  .case-study .image {
    border-radius: 0.8rem;
  }
}
/* BRAND */
.brand {
  display: block;
  position: relative;
  z-index: 0;
  background-color: #4700A3;
  border-radius: 0.8rem;
  overflow: hidden;
}

.brand::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.brand .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  transition: transform 0.5s;
}

.brand:hover .background {
  transform: scale(1.1);
}

.brand .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 60%;
  margin: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* MEDIA PACK */
.media-pack {
  position: relative;
}

.media-pack .image {
  margin: 1rem 0;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}

.media-pack .image::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.media-pack .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-pack a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.media-pack a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.media-pack a:hover .label {
  text-decoration: underline;
}

.media-pack a .icon-font {
  margin-left: 0.8rem;
}

/* SHARE */
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 3rem 0;
  padding-top: 3rem;
  border-top: 0.1rem solid #E1DCFF;
}

.share .heading {
  margin: 0 1rem 0 0;
}

.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.5rem;
  padding: 0;
}

.share li {
  margin: 0.5rem;
  padding: 0;
}

.share a {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  background-color: #4700A3;
  color: #ffffff;
}

.share a:hover {
  text-decoration: none;
}

/* SKIP TO CONTENT */
#skip-to-content:not(:focus-visible) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  overflow: hidden;
}

#skip-to-content:focus-visible {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 2;
}

/* PRE HEADER */
#pre-header {
  display: flow-root;
  position: relative;
  text-align: right;
  background-color: #E1DCFF;
}

#pre-header:hover {
  background-color: #EFECFF;
}

#pre-header > .block {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

#pre-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: right;
  margin: 1rem 0;
  font-weight: 400;
  line-height: 1.2em;
}

#pre-header a:hover {
  text-decoration: none;
}

#pre-header a::after {
  content: "\e805";
  font-family: icon-font;
  font-weight: 400;
  padding-left: 0.8rem;
}

#pre-header a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 45em) {
  #pre-header > .block {
    justify-content: center;
  }
}
/* HEADER */
#header {
  display: flow-root;
  position: relative;
  z-index: 1;
  background-color: #4700A3;
}

#header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
}

#header > .block {
  margin: 2.5rem auto;
}

#header .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#header .logo {
  padding-right: 3rem;
  margin-right: auto;
}

#header .logo a {
  display: block;
  margin: -0.5rem;
  padding: 0.5rem;
}

/* MAIN MENU */
#main-menu .open-button {
  display: none;
}

#main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: -1.4rem -1.6rem;
  padding: 0;
}

#main-menu .menu li {
  margin: 0;
  padding: 0;
  position: relative;
  transition: height 0.3s;
}

#main-menu .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 1rem 1.5rem;
  color: currentColor;
  outline-offset: -1rem;
}

#main-menu .menu a:hover {
  text-decoration: none;
}

#main-menu .menu a .label {
  display: block;
  padding: 0.5rem 0;
}

#main-menu .menu .current-menu-ancestor > a .label,
#main-menu .menu .current-menu-item > a .label {
  border-bottom: 0.1rem solid currentColor;
}

#main-menu .menu .menu-item-has-children > a::after {
  content: "\e807";
  font-family: icon-font;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: auto;
  padding-left: 0.8rem;
}

#main-menu .menu .menu-item-has-children.open > a::after {
  transform: scaleY(-1);
}

#main-menu .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 1.5rem;
  width: 25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s;
}

#main-menu .menu li.open > .sub-menu {
  visibility: inherit;
  opacity: 1;
  transition: opacity 0.2s linear 0s;
}

#main-menu .menu li:last-child > .sub-menu {
  left: auto;
  right: 1.5rem;
}

#main-menu .menu .sub-menu li {
  background-color: #ffffff;
  color: #4700A3;
}

#main-menu .menu .sub-menu a {
  font-weight: 400;
}

#main-menu .menu .sub-menu a:hover {
  color: currentColor;
  background-color: #E1DCFF;
}

#main-menu .close-button {
  display: none;
}

@media screen and (max-width: 75em) {
  #main-menu .open-button {
    display: block;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 3rem;
    line-height: 4rem;
    background-color: transparent;
    color: currentColor;
    cursor: pointer;
  }
  #main-menu .navigation {
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background-color 0.4s, visibility 0s linear 0.4s;
  }
  #main-menu.open .navigation {
    visibility: inherit;
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 0.4s;
  }
  #main-menu .focus-area {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    max-width: 40rem;
    margin: 0;
    outline: 0;
    overflow: auto;
    background-color: #4700A3;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
    transition: transform 0.4s;
  }
  #main-menu.open .focus-area {
    transform: translateX(-100%);
  }
  #main-menu .main-menu {
    margin: 6rem 0;
  }
  #main-menu .menu {
    display: block;
    margin: 0;
  }
  #main-menu .menu li {
    overflow: hidden;
  }
  #main-menu .menu li:not(:last-of-type) {
    border-bottom: 0.1rem solid #744CE5;
  }
  #main-menu .menu a:hover {
    color: currentColor;
    background-color: #744CE5;
  }
  #main-menu .menu .sub-menu {
    position: static;
    width: auto;
    height: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    overflow: visible;
    transition: visibility 0s linear 0.3s;
  }
  #main-menu .menu li.open > .sub-menu {
    height: auto;
    transition: none;
  }
  #main-menu .menu .sub-menu li {
    border-color: #E1DCFF;
  }
  #main-menu .close-button {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
  }
}
@media screen and (max-width: 30em) {
  #main-menu .focus-area {
    max-width: none;
  }
}
/* HOME HERO */
#home-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -2.5rem;
}

#home-hero .right {
  width: 100%;
  flex-shrink: 0;
  margin-left: -100%;
  margin-bottom: -1rem;
}

#home-hero .right > .block {
  margin-bottom: 0;
}

#home-hero .right .content {
  width: 66.66%;
  margin-left: auto;
  padding-left: 2.5rem;
  box-sizing: border-box;
  position: relative;
}

#home-hero .left {
  width: 100%;
  background-color: #4700A3;
}

#home-hero .left .content {
  width: 33.33%;
  margin-right: auto;
  padding-right: 2.5rem;
  box-sizing: border-box;
  position: relative;
}

#home-hero .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: #1D1D1D;
}

#home-hero .video video {
  display: block;
  width: 100%;
}

#home-hero .modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 5%;
  outline: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear, visibility 0s linear 0.2s;
}

#home-hero .modal.open {
  visibility: inherit;
  opacity: 1;
  transition: opacity 0.2s linear;
}

#home-hero .modal > .close-button {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
}

#home-hero .modal > .close-button:hover {
  color: #E1DCFF;
}

#home-hero .modal .video-player {
  width: 100%;
  max-width: 120vh;
  margin: auto;
}

@media screen and (max-width: 75em) {
  #home-hero .right .content {
    width: 60%;
  }
  #home-hero .left .content {
    width: 40%;
  }
}
@media screen and (max-width: 60em) {
  #home-hero {
    display: flow-root;
    background-color: #4700A3;
  }
  #home-hero .right {
    margin: -2rem 0;
  }
  #home-hero .left .content,
  #home-hero .right .content {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #home-hero .video {
    border-radius: 0.8rem;
  }
}
/* FEATURED BRANDS */
#featured-brands {
  display: flow-root;
}

#featured-brands .marquee {
  margin: 3rem 0;
  overflow: hidden;
}

#featured-brands .marquee ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

#featured-brands .marquee li {
  grid-row: 1;
  width: 25vw;
  max-width: 20rem;
  margin: 0;
  padding: 1rem 1.5rem;
  flex-shrink: 0;
  box-sizing: border-box;
}

#featured-brands .marquee a {
  display: block;
  max-width: 12rem;
  margin: auto;
  position: relative;
  outline-offset: 0.5rem;
}

#featured-brands .marquee a::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

#featured-brands .marquee a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  filter: invert(100%);
}

#featured-brands .marquee a:hover img {
  filter: invert(85%) sepia(98%) saturate(4428%) hue-rotate(259deg) brightness(79%) contrast(102%);
}

@media screen and (max-width: 60em) {
  #featured-brands .marquee li:nth-child(even) {
    grid-row: 2;
  }
}
/* LATEST NEWS */
#latest-news {
  display: flow-root;
  background-color: #FFECF7;
  color: #4700A3;
  overflow: hidden;
  background-image: url(img/news-bg.svg);
  background-repeat: no-repeat;
  background-size: 60vw auto;
  background-position: right 75vw center;
}

#latest-news > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#latest-news .left {
  width: 25%;
  padding-right: 3rem;
  box-sizing: border-box;
}

#latest-news .right {
  width: 75%;
  flex-grow: 1;
}

#latest-news .heading {
  margin: 0;
}

#latest-news .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -0.5rem;
}

#latest-news .header .more {
  margin: 0.5rem;
}

#latest-news .nav-buttons {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#latest-news .nav-button {
  margin: 0.5rem;
  width: 5rem;
  height: 5rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  border: 0.1rem solid currentColor;
  outline: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
  color: #4700A3;
  background-color: #E1DCFF;
  cursor: pointer;
}

#latest-news .nav-button:hover {
  background-color: #EFECFF;
}

#latest-news .nav-button.swiper-button-disabled {
  color: #565656;
  background-color: #F8F8F8;
  cursor: default;
}

#latest-news .slider {
  margin: 3rem 0 3rem -3rem;
  overflow-x: auto;
  overflow-y: hidden;
}

#latest-news .slider.swiper-container {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#latest-news .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#latest-news .slide {
  flex-shrink: 0;
  width: 33.33%;
  margin: -3rem 0;
  position: relative;
}

#latest-news .slide > .inner {
  margin: 3rem 0;
  padding-left: 3rem;
}

#latest-news .more {
  text-align: right;
}

@media screen and (max-width: 75em) {
  #latest-news .slide {
    width: 50%;
  }
}
@media screen and (max-width: 45em) {
  #latest-news {
    background-size: 150vw auto;
    background-position: left -5vw top -90vw;
    padding-top: 50vw;
  }
  #latest-news .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  #latest-news .slide {
    width: 100%;
  }
}
/* STATISTICS */
#statistics {
  display: flow-root;
  color: #4700A3;
}

#statistics .marquee {
  margin: 3rem 0;
  overflow: hidden;
}

#statistics .marquee > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#statistics .statistic {
  width: 25%;
  flex-shrink: 0;
  margin: -3rem 0;
  text-align: center;
}

#statistics .statistic > .inner {
  max-width: 30rem;
  margin: 3rem auto;
  padding: 0 2.5rem;
}

#statistics .statistic .image {
  max-width: 20rem;
  margin: 2rem auto;
  position: relative;
}

#statistics .statistic .image::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

#statistics .statistic .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

#statistics .statistic .value {
  display: block;
}

@media screen and (max-width: 90em) {
  #statistics .statistic {
    width: 33.33%;
  }
}
@media screen and (max-width: 60em) {
  #statistics .statistic {
    width: 50%;
  }
}
@media screen and (max-width: 30em) {
  #statistics .statistic {
    width: 100%;
  }
}
/* ADVERTISING */
#advertising {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vw;
  background-color: #FFFFE6;
  color: #4700A3;
  background-image: url(img/advertising-bg.png);
  background-repeat: no-repeat;
  background-size: 50vw auto;
  background-position: left 50vw center;
}

#advertising > .inner {
  flex-grow: 1;
  align-self: center;
}

#advertising .content {
  margin-right: 50%;
  padding-right: 5rem;
}

@media screen and (max-width: 60em) {
  #advertising {
    padding-top: 105vw;
    background-image: url(img/advertising-bg-2.png);
    background-repeat: no-repeat;
    background-size: auto 105vw;
    background-position: center top;
  }
  #advertising .content {
    margin-right: 0;
    padding-right: 0;
  }
}
/* JOIN US */
#join-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vw;
  background-color: #efecff;
  color: #4700A3;
  background-image: url(img/join-us-bg.svg);
  background-repeat: no-repeat;
  background-size: 60vw auto;
  background-position: left 50vw center;
}

#join-us > .inner {
  flex-grow: 1;
  align-self: center;
}

#join-us .content {
  margin-right: 50%;
  padding-right: 5rem;
}

@media screen and (max-width: 45em) {
  #join-us {
    padding-top: 50vw;
    background-size: 120vw auto;
    background-position: left 0 top -25vw;
  }
  #join-us .content {
    margin-right: 0;
    padding-right: 0;
  }
}
/* FEATURED CASE STUDIES */
#featured-case-studies {
  display: flow-root;
  color: #4700A3;
}

#featured-case-studies .columns {
  display: flow-root;
  margin: 3rem 0;
}

#featured-case-studies .columns > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem -2.5rem;
}

#featured-case-studies .column {
  width: 50%;
  margin: -1.5rem 0;
}

#featured-case-studies .column > .inner {
  margin: 3rem 0;
  padding: 0 2.5rem;
}

@media screen and (max-width: 75em) {
  #featured-case-studies .columns > .inner {
    margin: -1.5rem;
  }
  #featured-case-studies .column > .inner {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 45em) {
  #featured-case-studies .column {
    width: 100%;
  }
}
/* INSTAGRAM */
#instagram {
  display: flow-root;
  color: #4700A3;
}

#instagram .columns {
  display: flow-root;
  margin: 3rem 0;
}

#instagram .columns > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

#instagram .column {
  width: 25%;
  padding: 1rem;
  box-sizing: border-box;
}

#instagram a {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}

#instagram a::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#instagram a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}

#instagram a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 45em) {
  #instagram .column {
    width: 50%;
  }
}
@media screen and (max-width: 30em) {
  #instagram .columns > .inner {
    margin: -0.5rem;
  }
  #instagram .column {
    padding: 0.5rem;
  }
}
/* NEWS */
#news {
  display: flow-root;
  background-color: #FFECF7;
  color: #4700A3;
}

#news .latest {
  display: flow-root;
}

#news .older {
  display: flow-root;
  background-color: #ffffff;
}

#news .page {
  display: flow-root;
  margin: 3rem 0;
}

#news .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#news .column {
  width: 33.33%;
  margin: -1.5rem 0;
}

#news .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

@media screen and (max-width: 60em) {
  #news .latest .column:nth-of-type(1) {
    width: 100%;
  }
  #news .column {
    width: 50%;
  }
}
@media screen and (max-width: 45em) {
  #news .column {
    width: 100%;
  }
}
/* ARTICLE */
#article {
  display: flow-root;
}

#article .header {
  display: flow-root;
  margin-bottom: 12rem;
  background-color: #FFECF7;
  color: #4700A3;
  background-image: url(img/news-bg.svg);
  background-repeat: no-repeat;
  background-size: 55vw auto;
  background-position: left 75vw center;
}

#article .header > .block {
  max-width: 100rem;
}

#article .header > .block > .inner {
  margin-right: 25%;
}

#article .header .title {
  max-width: 100rem;
  margin: 0 0 3rem 0;
}

#article .header .image {
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: -12rem;
  background-color: rgba(0, 0, 0, 0.1);
}

#article .header .image img {
  display: block;
  width: 100%;
}

#article .content {
  max-width: 100rem;
}

@media screen and (max-width: 60em) {
  #article .header {
    margin-bottom: 10rem;
  }
  #article .header .image {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 45em) {
  #article .header {
    background-size: 150vw auto;
    background-position: left -5vw top -90vw;
    padding-top: 50vw;
  }
  #article .header > .block > .inner {
    margin-right: 0;
  }
}
/* BLOG */
#blog {
  display: flow-root;
  background-color: #FFECF7;
  color: #4700A3;
}

#blog .latest {
  display: flow-root;
}

#blog .older {
  display: flow-root;
  background-color: #ffffff;
}

#blog .page {
  display: flow-root;
  margin: 3rem 0;
}

#blog .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#blog .column {
  width: 33.33%;
  margin: -1.5rem 0;
}

#blog .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

@media screen and (max-width: 60em) {
  #blog .latest .column:nth-of-type(1) {
    width: 100%;
  }
  #blog .column {
    width: 50%;
  }
}
@media screen and (max-width: 45em) {
  #blog .column {
    width: 100%;
  }
}
/* POST */
#post {
  display: flow-root;
}

#post .header {
  display: flow-root;
  margin-bottom: 12rem;
  background-color: #FFECF7;
  color: #4700A3;
  background-image: url(img/news-bg.svg);
  background-repeat: no-repeat;
  background-size: 55vw auto;
  background-position: left 75vw center;
}

#post .header > .block {
  max-width: 100rem;
}

#post .header > .block > .inner {
  margin-right: 25%;
}

#post .header .title {
  max-width: 100rem;
  margin: 0 0 3rem 0;
}

#post .header .image {
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: -12rem;
  background-color: rgba(0, 0, 0, 0.1);
}

#post .header .image img {
  display: block;
  width: 100%;
}

#post .content {
  max-width: 100rem;
}

@media screen and (max-width: 60em) {
  #post .header {
    margin-bottom: 10rem;
  }
  #post .header .image {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 45em) {
  #post .header {
    background-size: 150vw auto;
    background-position: left -5vw top -90vw;
    padding-top: 50vw;
  }
  #post .header > .block > .inner {
    margin-right: 0;
  }
}
/* CASE STUDIES */
#case-studies {
  display: flow-root;
  background-color: #E3FDFF;
  color: #4700A3;
}

#case-studies .header {
  display: flow-root;
}

#case-studies .header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#case-studies .header .left {
  width: 50%;
  flex-grow: 1;
  margin: -1.5rem 0;
}

#case-studies .header .right {
  width: 50%;
  max-width: 40rem;
  margin: -1.5rem 0;
}

#case-studies .header .left > .inner,
#case-studies .header .right > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

#case-studies .header form .label {
  margin: 0.5rem 0;
}

#case-studies .archive.loading {
  opacity: 0.2;
  pointer-events: none;
}

#case-studies .latest {
  display: flow-root;
}

#case-studies .latest > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#case-studies .latest .column {
  width: 50%;
  margin: -1.5rem 0;
}

#case-studies .latest .column:nth-of-type(1) {
  width: 100%;
}

#case-studies .latest .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

#case-studies .latest .case-study .image::before {
  padding-bottom: 56.25%;
}

#case-studies .latest .column:nth-of-type(1) .case-study .image::before {
  padding-bottom: 35%;
}

#case-studies .older {
  display: flow-root;
  background-color: #ffffff;
}

#case-studies .older .page {
  display: flow-root;
  margin: 3rem 0;
}

#case-studies .older .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#case-studies .older .column {
  width: 33.33%;
  margin: -1.5rem 0;
}

#case-studies .older .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

@media screen and (max-width: 60em) {
  #case-studies .older .column {
    width: 50%;
  }
}
@media screen and (max-width: 45em) {
  #case-studies .header .right {
    width: 100%;
    max-width: none;
  }
  #case-studies .latest .column {
    width: 100%;
  }
  #case-studies .latest .case-study .image::before,
  #case-studies .latest .column:nth-of-type(1) .case-study .image::before {
    padding-bottom: 66.66%;
  }
  #case-studies .older .column {
    width: 100%;
  }
}
/* CASE STUDY */
#case-study {
  display: flow-root;
}

#case-study .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E3FDFF;
}

#case-study .header .background {
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
}

#case-study .header .background .thumbnail {
  padding-left: 6rem;
  padding-bottom: 6rem;
}

#case-study .header .background .image {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}

#case-study .header .background .image::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

#case-study .header .background .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#case-study .header .overlay {
  align-self: flex-end;
  width: 100%;
}

#case-study .header .overlay .box {
  overflow: hidden;
  position: relative;
  max-width: 50rem;
  border-radius: 1.6rem;
  background-color: #4700A3;
}

#case-study .header .overlay .box > .inner {
  margin: 3rem 0;
  padding: 0 2.5rem;
}

#case-study .content {
  max-width: 100rem;
}

#case-study .related {
  display: flow-root;
  background-color: #E3FDFF;
  color: #4700A3;
}

#case-study .related > .block {
  max-width: 100rem;
}

#case-study .related .columns {
  display: flow-root;
  margin: 3rem 0;
}

#case-study .related .columns > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#case-study .related .column {
  width: 50%;
  margin: -1.5rem 0;
}

#case-study .related .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

@media screen and (max-width: 60em) {
  #case-study .header {
    display: block;
    background-color: transparent;
  }
  #case-study .header .background > .block {
    margin: 0;
    padding: 0;
  }
  #case-study .header .background .thumbnail {
    padding: 0;
  }
  #case-study .header .background .image {
    border-radius: 0;
  }
  #case-study .header .background .image::before {
    padding-bottom: 66.66%;
  }
  #case-study .header .overlay {
    margin-top: -12rem;
    margin-bottom: -2rem;
  }
  #case-study .header .overlay .box {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 45em) {
  #case-study .related .column {
    width: 100%;
  }
}
/* BRANDS */
#brands form {
  margin: 3rem 0;
  color: #4700A3;
}

#brands form > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

#brands form .field {
  width: 50%;
  max-width: 30rem;
  padding: 1rem;
  box-sizing: border-box;
}

#brands .brands {
  margin: 3rem 0;
}

#brands .brands.loading {
  opacity: 0.2;
  pointer-events: none;
}

#brands .brands .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

#brands .brands .column {
  width: 25%;
  padding: 1rem;
  box-sizing: border-box;
}

@media screen and (max-width: 60em) {
  #brands .brands .column {
    width: 33.33%;
  }
}
@media screen and (max-width: 45em) {
  #brands .brands .column {
    width: 50%;
  }
}
@media screen and (max-width: 30em) {
  #brands form .field {
    width: 100%;
    max-width: none;
  }
  #brands .brands > .inner {
    margin: -0.5rem;
  }
  #brands .brands .column {
    padding: 0.5rem;
  }
}
/* BRAND */
#brand .content {
  max-width: 100rem;
  margin: 5rem auto;
}

#brand .info {
  display: flow-root;
  background-color: #efecff;
}

#brand .info .columns {
  max-width: 100rem;
}

#brand .info .columns > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#brand .info .column {
  width: 50%;
  margin: -1.5rem 0;
}

#brand .info .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

#brand .info .column:first-of-type:not(:last-of-type) {
  padding-right: 7rem;
  position: relative;
  box-sizing: border-box;
}

#brand .info .column:first-of-type:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  right: 3.5rem;
  width: 0.1rem;
  background-color: #4700A3;
  opacity: 0.2;
}

#brand .related-brands {
  max-width: 100rem;
}

#brand .related-brands .brands > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

#brand .related-brands .brands .column {
  width: 25%;
  padding: 1rem;
  box-sizing: border-box;
}

@media screen and (max-width: 60em) {
  #brand .info .column:first-of-type:not(:last-of-type) {
    padding-right: 3rem;
  }
  #brand .info .column:first-of-type:not(:last-of-type)::after {
    right: 1.5rem;
  }
}
@media screen and (max-width: 45em) {
  #brand .info .column {
    width: 100%;
  }
  #brand .info .column:first-of-type:not(:last-of-type) {
    padding-right: 0;
  }
  #brand .info .column:first-of-type:not(:last-of-type)::after {
    display: none;
  }
  #brand .related-brands .brands .column {
    width: 50%;
  }
}
@media screen and (max-width: 30em) {
  #brand .related-brands .brands > .inner {
    margin: -0.5rem;
  }
  #brand .related-brands .brands .column {
    padding: 0.5rem;
  }
}
/* MEDIA PACKS */
#media-packs .media-packs {
  margin: 3rem 0;
}

#media-packs .media-packs > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

#media-packs .media-packs .column {
  width: 25%;
  padding: 1rem;
  box-sizing: border-box;
}

@media screen and (max-width: 60em) {
  #media-packs .media-packs .column {
    width: 33.33%;
  }
}
@media screen and (max-width: 45em) {
  #media-packs .media-packs > .inner {
    margin: -0.5rem;
  }
  #media-packs .media-packs .column {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 30em) {
  #media-packs .media-packs .column {
    width: 50%;
  }
}
/* PAGE */
#page {
  display: flow-root;
}

#page .content {
  max-width: 100rem;
}

/* CONTACT FORM */
#contact-form {
  max-width: 100rem;
  margin: 5rem auto;
}

#contact-form .fields {
  display: flow-root;
  color: #4700A3;
}

#contact-form .fields > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

#contact-form .field {
  width: 50%;
  flex-grow: 1;
  padding: 1rem;
  box-sizing: border-box;
}

#contact-form .submit {
  margin: 2rem 0;
  text-align: right;
}

#contact-form .error {
  text-align: right;
  color: #c00000;
}

/* PAGE LINKS */
#page-links {
  display: flow-root;
}

#page-links > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#page-links .column {
  width: 50%;
  margin: -1.5rem 0;
}

#page-links .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

#page-links article {
  position: relative;
  color: #4700A3;
}

#page-links article .image {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.1);
}

#page-links article .image::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

#page-links article .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-links article .title {
  margin: 0;
}

#page-links article .excerpt {
  margin: 1rem 0;
}

#page-links article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
}

#page-links article a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#page-links article a:hover .label {
  text-decoration: underline;
}

#page-links article a .icon-font {
  margin-left: 0.8rem;
}

@media screen and (max-width: 60em) {
  #page-links article .image {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 45em) {
  #page-links .column {
    width: 100%;
  }
}
/* PARTNER STATIONS */
#partner-stations {
  display: flow-root;
  margin: 5rem auto;
}

#partner-stations > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem -1rem;
}

#partner-stations .column {
  width: 25%;
  margin: -1.5rem 0;
}

#partner-stations .column > .inner {
  max-width: 30rem;
  margin: 3rem auto;
  padding: 0 1rem;
}

@media screen and (max-width: 75em) {
  #partner-stations .column {
    width: 33.33%;
  }
}
@media screen and (max-width: 60em) {
  #partner-stations > .inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 45em) {
  #partner-stations .column {
    width: 50%;
  }
}
@media screen and (max-width: 30em) {
  #partner-stations .column {
    width: 100%;
  }
}
/* FOOTER */
#footer {
  display: flow-root;
  background-color: #4700A3;
}

#footer .footer {
  display: flow-root;
  margin: 3rem 0;
}

#footer .footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#footer .footer .left {
  width: 40%;
  margin: -1.5rem 0;
}

#footer .footer .right {
  width: 60%;
  margin: -1.5rem 0;
}

#footer .footer .left > .inner,
#footer .footer .right > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

#footer .social {
  display: flow-root;
  margin: 3rem 0;
}

#footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.5rem;
  padding: 0;
}

#footer .social li {
  margin: 0.5rem;
  padding: 0;
}

#footer .social a {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  color: currentColor;
}

#footer .social a:hover {
  text-decoration: none;
}

#footer .footer-menu {
  display: flow-root;
}

#footer .footer-menu > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.5rem;
}

#footer .footer-menu .column {
  flex-grow: 1;
  margin: -1.5rem 0;
}

#footer .footer-menu .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

#footer .footer-menu .menu {
  list-style: none;
  margin: -0.5rem;
  padding: 0;
}

#footer .footer-menu .menu li {
  margin: 0;
  padding: 0;
}

#footer .footer-menu .menu a {
  display: inline-block;
  padding: 0.5rem;
  font-weight: 400;
  color: currentColor;
}

#footer .footer-content {
  display: flow-root;
  margin: 3rem 0;
}

#footer .footer-content > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

#footer .footer-content .column {
  width: 50%;
  margin: -1.5rem 0;
}

#footer .footer-content .column > .inner {
  max-width: 60rem;
  margin: 3rem 0;
  padding: 0 1.5rem;
}

@media screen and (max-width: 60em) {
  #footer .footer .left,
  #footer .footer .right {
    width: 100%;
  }
  #footer .footer-content .column {
    width: 100%;
  }
}
@media screen and (max-width: 45em) {
  #footer .footer-menu > .inner {
    flex-wrap: wrap;
  }
  #footer .footer-menu .column {
    width: 100%;
  }
}
/* VIDEO PLAYER */
.video-player {
  margin: 2rem 0;
  border-radius: 1.5rem;
  overflow: hidden;
  --plyr-color-main: #4700A3;
  --plyr-focus-visible-color: transparent;
}

.video-player .plyr .plyr__control--overlaid {
  --plyr-control-icon-size: 4rem;
  --plyr-control-spacing: 2rem;
  background-color: #4700A3;
  color: #ffffff;
  opacity: 1;
}

.video-player .plyr .plyr__control--overlaid:hover {
  background-color: #4700A3;
  color: #ffffff;
}

.video-player .plyr .plyr__control {
  transition: none;
}

.video-player .plyr .plyr__control:focus-visible {
  outline-offset: 0;
}

.video-player .plyr input[type=range]:focus-visible {
  outline-offset: 0;
}

/* AUDIO PLAYER */
.audio-player {
  width: 100%;
  margin: 2rem 0;
  position: relative;
  z-index: 0;
  --plyr-color-main: #fff;
  --plyr-audio-controls-background: #4700A3;
  --plyr-audio-control-color: #ffffff;
  --plyr-audio-control-color-hover: var(--plyr-color-main);
  --plyr-audio-control-background-hover: transparent;
  --plyr-tab-focus-color: transparent;
}

.audio-player .plyr input[type=range]:focus-visible {
  --plyr-range-thumb-background: var(--plyr-color-main);
}

.audio-player .plyr .plyr__control {
  outline: 0;
}

#header {
  z-index: 2;
}

#home-hero .bm-form p {
  font-size: 1.6rem;
  line-height: 1.2;
}

.bm-form {
  color: #4700A3;
}
@media screen and (min-width: 45rem) {
  .bm-form {
    background-image: url(img/arrow-pink.svg);
    background-position: bottom 5% right 5%;
    background-size: 42%;
    background-repeat: no-repeat;
  }
}
.bm-form form *[data-layout=true] {
  margin: 2rem auto 0;
  max-width: 100% !important;
}
.bm-form form div.marketing-field input[type=checkbox],
.bm-form form div.marketing-subscription-list input {
  margin-right: 2px !important;
  vertical-align: top;
}
.bm-form form div[data-section=true]:nth-of-type(6) {
  margin-top: 1rem;
}
.bm-form form div[data-section=true]:nth-of-type(6) p {
  padding-left: 0;
}
.bm-form label {
  display: none;
}
.bm-form div {
  padding: 0 !important;
}
.bm-form * {
  font-family: default-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.bm-form .columnContainer[data-container-width="50"] {
  min-height: 0 !important;
  width: calc(50% - 0.5rem) !important;
}
@media screen and (max-width: 45rem) {
  .bm-form .columnContainer[data-container-width="50"] {
    width: calc(100% - 0.5rem) !important;
  }
}
.bm-form .columnContainer[data-container-width="100"] {
  min-height: 0 !important;
  width: calc(100% - 0.5rem) !important;
}
.bm-form .containerWrapper .columnContainer {
  padding: 0 0.5rem !important;
  margin: 0 auto 0.5rem;
}
.bm-form div[data-editorblocktype=Field-text],
.bm-form div[data-editorblocktype=Field-email],
.bm-form div[data-editorblocktype=Field-phone],
.bm-form div[data-editorblocktype=Field-url] {
  margin: 0 auto 1rem;
}
.bm-form div[data-editorblocktype=TextAreaFormField] {
  margin: 2rem auto 0;
}
.bm-form .lp-form-fieldInput,
.bm-form #description-1744123165242 {
  padding: 0.75rem !important;
  border-radius: 1rem !important;
  border: 1px solid #4700A3 !important;
}
.bm-form div[data-editorblocktype=Field-checkbox] {
  margin: 0 auto;
}
.bm-form div[data-editorblocktype=Field-checkbox] .lp-form-field {
  font-size: 1.6rem;
  line-height: 1.1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.bm-form div[data-editorblocktype=Field-checkbox] input {
  flex: 0 0 16px;
}
.bm-form div[data-editorblocktype=Field-checkbox] label {
  display: inline-block !important;
  flex: auto;
}
.bm-form table {
  margin: 0 !important;
  border: none !important;
  max-width: 100% !important;
  width: 100% !important;
}
.bm-form table * {
  font-size: 1.5rem !important;
}
.bm-form table img {
  margin: 0;
}
.bm-form table img[aria-label="Visual Challenge"] {
  display: block !important;
}
.bm-form table label {
  display: block;
}
.bm-form table * {
  border: none !important;
}
.bm-form table input {
  padding: 0.75rem !important;
  border-radius: 1rem !important;
  border: 1px solid #4700A3 !important;
  width: calc(100% - 2rem) !important;
  max-width: 200px;
}
.bm-form table tr td:first-child {
  padding: 0 !important;
  width: 0 !important;
}
.bm-form table tr td:first-child table tr td:first-child {
  width: auto !important;
}
.bm-form #ms_captcha_holder {
  margin-top: 2rem;
}
.bm-form button {
  border: none !important;
  background-color: #4700A3 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}
.bm-form button:hover {
  background-color: #561FCB !important;
  color: #ffffff !important;
}
.bm-form p {
  padding: 0 0.75rem;
  margin: 0 auto 0.75rem !important;
}
.bm-form p:first-of-type {
  margin-top: 1rem !important;
}
.bm-form p strong {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1em;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 60em) {
  .bm-form p strong {
    font-size: 2.4rem;
  }
}
.bm-form div[data-editorblocktype=SubmitButtonBlock] p {
  padding: 0 !important;
  text-align: left !important;
  font-size: 1.6rem !important;
}
.bm-form div[data-editorblocktype=SubmitButtonBlock] p button {
  width: 100%;
  max-width: 217px;
  padding: 1.3rem 1.8rem !important;
  font-weight: normal !important;
}
.bm-form .marketingForm table {
  display: table !important;
}
.bm-form .marketingForm table label {
  display: none;
  color: #4700A3;
}
.bm-form .marketingForm table label br {
  display: none;
}
.bm-form .marketingForm table th {
  padding: 0 0 10px 0 !important;
}
@media screen and (max-width: 767px) {
  .bm-form .marketingForm table th {
    padding: 0 !important;
  }
}
.bm-form .marketingForm table .radiobuttons {
  flex-direction: row;
  flex-wrap: wrap;
}
.bm-form .marketingForm table .radiobuttons label {
  display: inline-block;
}
.bm-form .marketingForm table .twoOptionFormFieldBlock label {
  display: inline-block;
}
.bm-form .marketingForm table .twoOptionFormFieldBlock div.radiobuttons div,
.bm-form .marketingForm table .optionSetFormFieldBlock div.radiobuttons div {
  width: auto !important;
}
.bm-form .marketingForm table .twoOptionFormFieldBlock div.radiobuttons div input,
.bm-form .marketingForm table .twoOptionFormFieldBlock div.twooption_checkbox div input,
.bm-form .marketingForm table .optionSetFormFieldBlock div.radiobuttons div input,
.bm-form .marketingForm table .multiOptionSetFormFieldBlock fieldset > div > input[type=checkbox],
.bm-form .marketingForm table .eventSession > div > input[type=checkbox], .bm-form .marketingForm table .consentBlock div input {
  width: 20px !important;
}
.bm-form .marketingForm .columnContainer[data-container-width="50"] {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .bm-form .marketingForm .columnContainer[data-container-width="50"] {
    width: 100% !important;
  }
}
.bm-form .marketingForm input {
  width: 100% !important;
  max-width: 100%;
}
.bm-form .marketingForm input[type=radio] {
  accent-color: #4700A3;
}
.bm-form .marketingForm input[aria-label="Enter the characters you see"] {
  max-width: 216px;
}
.bm-form .marketingForm .marketingForm .primaryButtonWrapper,
.bm-form .marketingForm .submitButtonWrapper {
  text-align: left;
}
.bm-form .marketingForm .marketingForm .primaryButtonWrapper button,
.bm-form .marketingForm .submitButtonWrapper button {
  max-width: 216px;
  width: 216px;
  border-radius: 10px !important;
}
.bm-form .marketingForm .textFormFieldBlock label,
.bm-form .marketingForm .dateTimeFormFieldBlock label,
.bm-form .marketingForm .lookupFormFieldBlock label,
.bm-form .marketingForm .twoOptionFormFieldBlock label.block-label,
.bm-form .marketingForm .optionSetFormFieldBlock label.block-label,
.bm-form .marketingForm .multiOptionSetFormFieldBlock label.block-label,
.bm-form .marketingForm div[data-editorblocktype=Captcha] label[id^=wlspispHipInstructionContainer],
.bm-form .marketingForm .textFormFieldBlock label *, .bm-form .marketingForm .dateTimeFormFieldBlock label *,
.bm-form .marketingForm .lookupFormFieldBlock label *,
.bm-form .marketingForm .twoOptionFormFieldBlock label.block-label *,
.bm-form .marketingForm .optionSetFormFieldBlock label.block-label *,
.bm-form .marketingForm .multiOptionSetFormFieldBlock label.block-label *,
.bm-form .marketingForm .eventSession label *,
.bm-form .marketingForm .consentBlock label p {
  color: #4700A3;
}
.bm-form .marketingForm .textFormFieldBlock label br,
.bm-form .marketingForm .dateTimeFormFieldBlock label br,
.bm-form .marketingForm .lookupFormFieldBlock label br,
.bm-form .marketingForm .twoOptionFormFieldBlock label.block-label br,
.bm-form .marketingForm .optionSetFormFieldBlock label.block-label br,
.bm-form .marketingForm .multiOptionSetFormFieldBlock label.block-label br,
.bm-form .marketingForm div[data-editorblocktype=Captcha] label[id^=wlspispHipInstructionContainer] br,
.bm-form .marketingForm .textFormFieldBlock label * br, .bm-form .marketingForm .dateTimeFormFieldBlock label * br,
.bm-form .marketingForm .lookupFormFieldBlock label * br,
.bm-form .marketingForm .twoOptionFormFieldBlock label.block-label * br,
.bm-form .marketingForm .optionSetFormFieldBlock label.block-label * br,
.bm-form .marketingForm .multiOptionSetFormFieldBlock label.block-label * br,
.bm-form .marketingForm .eventSession label * br,
.bm-form .marketingForm .consentBlock label p br {
  display: none;
}
.bm-form .marketingForm .textFormFieldBlock label::after, .bm-form .marketingForm .twooption_checkbox label::after, .bm-form .marketingForm .dateTimeFormFieldBlock label::after, .bm-form .marketingForm .lookupFormFieldBlock label::after, .bm-form .marketingForm .twoOptionFormFieldBlock label.block-label::after, .bm-form .marketingForm .twoOptionFormFieldBlock div.twooption_checkbox label::after, .bm-form .marketingForm .optionSetFormFieldBlock label.block-label::after, .bm-form .marketingForm .multiOptionSetFormFieldBlock label.block-label::after, .bm-form .marketingForm .consentBlock label p:first-of-type::after, .bm-form .marketingForm .eventSession label::after, .bm-form .marketingForm div[data-editorblocktype=Captcha] label[id^=wlspispHipInstructionContainer]::after {
  content: "";
  width: 0;
  line-height: 0;
}
@media screen and (max-width: 45rem) {
  .bm-form .marketingForm div .wrap-section:nth-of-type(7n) .containerWrapper > tbody > tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 45rem) {
  .bm-form .marketingForm div .wrap-section:nth-of-type(7n) .containerWrapper > tbody > tr th.columnContainer {
    height: auto !important;
    width: 100% !important;
  }
}

.with-hero #header {
  background-color: transparent !important;
}
.with-hero #home-hero {
  padding-top: 10rem !important;
}
.with-hero #main {
  margin-top: -12rem !important;
}

.blog-footer-form {
  background-color: #E1DCFF;
  overflow: hidden;
}

#blog-form {
  background-color: transparent;
  color: #4700A3;
  padding: 0;
  border-radius: 0;
  min-height: 605px;
}
@media screen and (max-width: 1400px) {
  #blog-form {
    min-height: 621px;
  }
}
@media screen and (max-width: 1200px) {
  #blog-form {
    min-height: 621px;
  }
}
@media screen and (max-width: 1022px) {
  #blog-form {
    min-height: 621px;
  }
}
@media screen and (max-width: 960px) {
  #blog-form {
    min-height: 621px;
  }
}
@media screen and (max-width: 800px) {
  #blog-form {
    min-height: 630px;
  }
}
@media screen and (max-width: 720px) {
  #blog-form {
    min-height: 819px;
  }
}
@media screen and (max-width: 600px) {
  #blog-form {
    min-height: 819px;
  }
}
#blog-form h1, #blog-form h2, #blog-form h3, #blog-form h4, #blog-form h5, #blog-form h6 {
  margin-top: 0;
}
@media screen and (min-width: 45rem) {
  #blog-form {
    background-image: url(img/arrow-purple.svg);
  }
}

/* Start hero */
#home-hero {
  background-color: #4700A3;
}
@media screen and (max-width: 60rem) {
  #home-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#home-hero img {
  border-radius: 0 !important;
}
#home-hero.has-thumbnail {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home-hero.has-thumbnail:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #4700A3;
  opacity: 0.75;
}
#home-hero.has-thumbnail .bottom {
  background-color: transparent;
}
#home-hero p {
  font-size: 2rem;
}
#home-hero .bottom {
  width: 100%;
  flex-shrink: 0;
  background-color: #9747FF;
}
#home-hero .marquee {
  margin: 0;
  overflow: hidden;
  padding: 1.5rem 0;
}
#home-hero .marquee ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-hero .marquee li {
  grid-row: 1;
  width: 25vw;
  max-width: 20rem;
  margin: 0;
  padding: 1rem 1.5rem;
  flex-shrink: 0;
  box-sizing: border-box;
}
#home-hero .marquee a {
  display: block;
  max-width: 12rem;
  margin: auto;
  position: relative;
  outline-offset: 0.5rem;
}
#home-hero .marquee a::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
#home-hero .marquee a::before:hover img {
  filter: invert(85%) sepia(98%) saturate(4428%) hue-rotate(259deg) brightness(79%) contrast(102%);
}
#home-hero .marquee a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#home-hero .left {
  align-self: stretch;
  background-color: transparent !important;
}
#home-hero a.button {
  background-color: #ffffff !important;
  color: #4700A3 !important;
}
#home-hero a.button:hover {
  background-color: #ffffff !important;
  color: #561FCB !important;
}
@media screen and (max-width: 60rem) {
  #home-hero .left {
    order: 0;
  }
}
@media screen and (max-width: 60rem) {
  #home-hero .left .block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 60rem) {
  #home-hero .right {
    order: 1;
  }
}
#home-hero .bottom {
  padding-top: 2rem;
}
@media screen and (max-width: 60rem) {
  #home-hero .bottom {
    order: 2;
  }
}

.bm-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 3rem;
  z-index: 1;
  position: relative;
  min-height: 669px;
}
@media screen and (max-width: 1200px) {
  .bm-form {
    min-height: 706px;
  }
}
@media screen and (max-width: 1022px) {
  .bm-form {
    min-height: 723px;
  }
}
@media screen and (max-width: 960px) {
  .bm-form {
    min-height: 660px;
  }
}
@media screen and (max-width: 720px) {
  .bm-form {
    min-height: 860px;
  }
}
@media screen and (max-width: 600px) {
  .bm-form {
    min-height: 865px;
  }
}
.bm-form h1, .bm-form h2, .bm-form h3, .bm-form h4, .bm-form h5, .bm-form h6 {
  margin-top: 0;
}

/* End hero */
/* Start text with arrows */
.content-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vw;
  background-repeat: no-repeat;
  background-size: 60vw auto;
  background-size: auto 90%;
  background-position: left 50vw center;
}
@media screen and (max-width: 45rem) {
  .content-arrows {
    padding-top: 50vw;
    background-size: 120vw auto;
    background-position: left 0 top -25vw;
  }
}
.content-arrows > .inner {
  flex-grow: 1;
  align-self: center;
}
.content-arrows.arrow-pink {
  background-color: #ffffff;
  color: #4700A3;
  background-image: url(img/arrow-pink.svg);
}
.content-arrows.arrow-purple {
  background-color: #E1DCFF;
  color: #4700A3;
  background-image: url(img/arrow-purple.svg);
}
.content-arrows.arrow-turquoise {
  background-color: #efecff;
  color: #4700A3;
  background-image: url(img/arrow-turquoise.svg);
}
.content-arrows a.button {
  background-color: #4700A3 !important;
  color: #ffffff !important;
}
.content-arrows a.button:hover {
  background-color: #561FCB !important;
  color: #ffffff !important;
}
.content-arrows .content {
  margin-right: 50%;
  padding-right: 5rem;
}
@media screen and (max-width: 45rem) {
  .content-arrows .content {
    margin-right: 0;
    padding-right: 0;
  }
}

/* End text with arrows */
/* Start news */
.news {
  display: flow-root;
  background-color: #4700A3;
  color: #ffffff;
}
.news .latest {
  display: flow-root;
}
.news .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.news .column {
  width: 33.33%;
  margin: -1.5rem 0;
}
@media screen and (max-width: 60rem) {
  .news .column {
    width: 50%;
  }
}
@media screen and (max-width: 45rem) {
  .news .column {
    width: 100%;
  }
}
.news .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}
.news .header {
  margin: 0 auto 3rem;
}
.news .more {
  margin-top: 3rem;
}
.news .page {
  display: flow-root;
  margin: 0;
}
.news article a {
  color: #ffffff;
}
.news article a:hover {
  color: #ffffff;
}
.news .button {
  background-color: #ffffff;
  color: #4700A3;
}
.news .button:hover {
  background-color: #ffffff;
  color: #4700A3;
}

@media screen and (max-width: 60rem) {
  .news .latest .column:nth-of-type(1) {
    width: 100%;
  }
}
#news {
  background-color: #EFECFF;
}
#news .older .column {
  width: 25%;
}
@media screen and (max-width: 80rem) {
  #news .older .column {
    width: 33.33%;
  }
}

/* End news */
.single .content a {
  color: #4700A3;
}
.single .content a:hover {
  color: #4700A3;
}
.single .share a {
  color: #ffffff;
}
.single .share a:hover {
  color: #ffffff;
}

#article .header {
  background-color: #EFECFF;
}

.video-player {
  z-index: 1;
}

.our-brands.brands-upwards {
  background-image: url(img/brand-arrows.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 45rem) {
  .our-brands.brands-upwards {
    background-size: 90vw;
  }
}
.our-brands.brands-upwards .block {
  padding-top: 30vh;
}
@media screen and (max-width: 60rem) {
  .our-brands.brands-upwards .block {
    padding-top: 15vh;
  }
}
@media screen and (max-width: 45rem) {
  .our-brands.brands-upwards .block {
    padding-top: 0;
  }
}
.our-brands.brands-upwards .columns .column:nth-of-type(3n-1) {
  margin-top: -15vh;
}
@media screen and (max-width: 60rem) {
  .our-brands.brands-upwards .columns .column:nth-of-type(3n-1) {
    margin-top: 0;
  }
}
.our-brands.brands-upwards .columns .column:nth-of-type(3n) {
  margin-top: -30vh;
}
@media screen and (max-width: 60rem) {
  .our-brands.brands-upwards .columns .column:nth-of-type(3n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 60rem) {
  .our-brands.brands-upwards .columns .column:nth-of-type(2n) {
    margin-top: -15vh;
  }
}
@media screen and (max-width: 45rem) {
  .our-brands.brands-upwards .columns .column:nth-of-type(2n) {
    margin-top: 0;
  }
}
.our-brands .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
  justify-content: space-between;
}
.our-brands .column {
  width: 30%;
  margin: -1.5rem 0;
  position: relative;
}
@media screen and (max-width: 60rem) {
  .our-brands .column {
    width: 45%;
  }
}
@media screen and (max-width: 45rem) {
  .our-brands .column {
    width: 100%;
  }
}
.our-brands .column-inner {
  position: relative;
  margin: 3rem auto 3rem;
  overflow: hidden;
}
@media screen and (max-width: 45rem) {
  .our-brands .column-inner {
    padding: 0 1.5rem 0 0;
  }
}
.our-brands .brand-logo {
  width: 100px;
  height: 100px;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #4700A3;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-brands .brand-logo img {
  flex: 0 0 100%;
}
.our-brands .brand-image {
  margin: 3rem auto 0 1.5rem;
}
.our-brands .brand-text {
  margin: 0 1.5rem;
}
.our-brands img {
  width: 100%;
}
.our-brands strong {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1em;
  color: #4700A3;
}
@media screen and (max-width: 60rem) {
  .our-brands strong {
    font-size: 2.4rem;
  }
}
.our-brands a.button {
  background-color: transparent !important;
  color: #4700A3 !important;
  padding: 0 !important;
}
.our-brands a.button:hover {
  background-color: transparent !important;
  color: #561FCB !important;
}
.our-brands h1, .our-brands h2, .our-brands h3, .our-brands h4, .our-brands h5, .our-brands h6 {
  color: #4700A3;
}
@media screen and (max-width: 45rem) {
  .our-brands h1, .our-brands h2, .our-brands h3, .our-brands h4, .our-brands h5, .our-brands h6 {
    padding: 0 1.5rem;
  }
}
.our-brands + .cta-w-blocks {
  margin-top: -30vh;
}
@media screen and (max-width: 60rem) {
  .our-brands + .cta-w-blocks {
    margin-top: -15vh;
  }
}
@media screen and (max-width: 45rem) {
  .our-brands + .cta-w-blocks {
    margin-top: 0;
  }
}

/* Start image text */
.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vw;
  background-color: #ffffff;
  color: #4700A3;
  background-repeat: no-repeat;
  background-size: 50vw auto;
  min-height: 62.12vw;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 60rem) {
  .image-text {
    padding-top: 62.12vw;
    background-size: contain;
    background-position: left 0 top -25vw;
    min-height: 0;
  }
}
.image-text.d-left {
  background-position: left center;
}
@media screen and (max-width: 60rem) {
  .image-text.d-left {
    background-position: left top;
  }
}
.image-text.d-left .content {
  margin-left: 50%;
  padding-left: 5rem;
}
.image-text.d-left + .d-right {
  margin-top: -7.5vh;
}
@media screen and (max-width: 60rem) {
  .image-text.d-left + .d-right {
    margin-top: 0;
  }
}
.image-text.d-right {
  background-position: right center;
}
@media screen and (max-width: 60rem) {
  .image-text.d-right {
    background-position: right top;
  }
}
.image-text.d-right + .d-left {
  margin-top: -7.5vh;
}
@media screen and (max-width: 60rem) {
  .image-text.d-right + .d-left {
    margin-top: 0;
  }
}
.image-text.d-right .content {
  margin-right: 50%;
  padding-right: 5rem;
}
.image-text > .inner {
  flex-grow: 1;
  align-self: center;
}
@media screen and (max-width: 60rem) {
  .image-text.featured {
    background-size: 80vw;
  }
}
@media screen and (max-width: 60rem) {
  .image-text.featured .content {
    padding-top: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 60rem) {
  .image-text.featured + .case-studies .block,
  .image-text.featured + .case-studies .older .page,
  .image-text.featured + .case-studies .older .column:first-of-type > .inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 60rem) {
  .image-text .content {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 32vh;
  }
}
.image-text .button {
  background-color: #4700A3;
  color: #ffffff;
}
.image-text .button:hover {
  background-color: #561FCB;
  color: #ffffff;
}
.image-text h1, .image-text h2, .image-text h3, .image-text h4, .image-text h5, .image-text h6 {
  margin-top: 0;
}
.image-text + .video-section {
  padding-top: 0;
  margin-top: -15vh;
  z-index: 1;
}
@media screen and (max-width: 60rem) {
  .image-text + .video-section {
    margin-top: -7.5vh;
  }
}
.image-text + .icons-upwards, .image-text + .icons-downwards {
  padding-top: 0;
  margin-top: -30vh;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .image-text + .icons-upwards, .image-text + .icons-downwards {
    margin-top: -15vh;
  }
}
@media screen and (max-width: 60rem) {
  .image-text + .icons-upwards, .image-text + .icons-downwards {
    margin-top: -7.5vh;
  }
}

/* End image text */
.icon-section {
  text-align: center;
  color: #4700A3;
}
.icon-section.icons-upwards .block {
  padding-top: 30vh;
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-upwards .block {
    padding-top: 15vh;
  }
}
@media screen and (max-width: 45rem) {
  .icon-section.icons-upwards .block {
    padding-top: 0;
  }
}
.icon-section.icons-upwards .columns .column:nth-of-type(3n-1) {
  margin-top: -10vh;
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-upwards .columns .column:nth-of-type(3n-1) {
    margin-top: 0;
  }
}
.icon-section.icons-upwards .columns .column:nth-of-type(3n) {
  margin-top: -20vh;
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-upwards .columns .column:nth-of-type(3n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-upwards .columns .column:nth-of-type(2n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 45rem) {
  .icon-section.icons-upwards .columns .column:nth-of-type(2n) {
    margin-top: 0;
  }
}
.icon-section.icons-upwards + .video-section.bar-yellow {
  margin-top: -15vh;
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-upwards + .video-section.bar-yellow {
    margin-top: -7.5vh;
  }
}
@media screen and (max-width: 45rem) {
  .icon-section.icons-upwards + .video-section.bar-yellow {
    margin-top: 0;
  }
}
@media screen and (max-width: 45rem) {
  .icon-section.icons-upwards + .video-section.bar-yellow .block {
    margin-top: 0;
  }
}
.icon-section.icons-downwards .columns .column:nth-of-type(3n-1) {
  margin-top: 15vh;
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-downwards .columns .column:nth-of-type(3n-1) {
    margin-top: 0;
  }
}
.icon-section.icons-downwards .columns .column:nth-of-type(3n) {
  margin-top: 30vh;
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-downwards .columns .column:nth-of-type(3n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 60rem) {
  .icon-section.icons-downwards .columns .column:nth-of-type(2n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 45rem) {
  .icon-section.icons-downwards .columns .column:nth-of-type(2n) {
    margin-top: 0;
  }
}
.icon-section h1 em, .icon-section h2 em, .icon-section h3 em, .icon-section h4 em, .icon-section h5 em, .icon-section h6 em {
  font-style: normal;
  color: #1FD1BD;
}
.icon-section p:last-of-type {
  margin-bottom: 0;
}
.icon-section .intro {
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 45rem) {
  .icon-section .intro {
    margin-bottom: 5rem;
  }
}
.icon-section .intro h1, .icon-section .intro h2, .icon-section .intro h3, .icon-section .intro h4, .icon-section .intro h5, .icon-section .intro h6 {
  line-height: 1.2;
}
.icon-section .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
  justify-content: space-between;
}
.icon-section .column {
  width: 30%;
  margin: -1.5rem 0;
  position: relative;
}
@media screen and (max-width: 60rem) {
  .icon-section .column {
    width: 100%;
  }
}
@media screen and (max-width: 45rem) {
  .icon-section .column {
    width: 100%;
  }
}
.icon-section .column-inner {
  position: relative;
  margin: 3rem auto;
  overflow: hidden;
}
@media screen and (max-width: 45rem) {
  .icon-section .column-inner {
    margin: 1.5rem auto 3rem;
  }
}
.icon-section .icon-image {
  margin: 3rem auto 0 1.5rem;
}
@media screen and (max-width: 45rem) {
  .icon-section .icon-image {
    margin: 0 auto 1.5rem;
  }
}
.icon-section .icon-image img {
  width: 100px;
}
.icon-section .icon-text {
  margin: 0 1.5rem;
}
.icon-section img {
  margin: 0 auto;
}
.icon-section strong {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1em;
  color: #4700A3;
}
@media screen and (max-width: 60rem) {
  .icon-section strong {
    font-size: 2.4rem;
  }
}
.icon-section + .d-topright {
  margin-top: -25vh;
}
@media screen and (max-width: 60rem) {
  .icon-section + .d-topright {
    margin-top: 0;
  }
}

/* Start case studies */
#case-studies {
  background-color: #EFECFF;
}

#case-study .background {
  background-color: #E1DCFF;
}

#case-study .h1 {
  font-size: 4.4rem !important;
}

.post-type-archive-case-study #case-studies {
  background-color: #EFECFF;
}
.post-type-archive-case-study #case-studies .header.block {
  max-width: 100%;
  margin: 0 auto;
  padding: 6rem 5vw 1.5rem;
}
.post-type-archive-case-study #case-studies .latest.block {
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 5vw;
}
.post-type-archive-case-study #case-studies .latest .page {
  display: flow-root;
  margin: 3rem 0;
}
.post-type-archive-case-study #case-studies .latest .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.post-type-archive-case-study #case-studies .latest .column {
  width: 100%;
}
.post-type-archive-case-study #case-studies .latest .column:nth-of-type(1) .case-study .image::before {
  padding-bottom: 56.25%;
}
.post-type-archive-case-study #case-studies .latest .column .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
  display: block;
}
.post-type-archive-case-study #case-studies .older .column {
  width: 100%;
}
.post-type-archive-case-study #case-studies .older .column .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
  display: block;
}
.post-type-archive-case-study #case-studies .older .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.post-type-archive-case-study .case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 45rem) {
  .post-type-archive-case-study .case-study {
    flex-wrap: wrap;
  }
}
.post-type-archive-case-study .case-study .image:before {
  padding-bottom: 56.25%;
}
.post-type-archive-case-study .case-study .left {
  flex: 0 0 calc(50% - 1.5rem);
}
@media screen and (max-width: 45rem) {
  .post-type-archive-case-study .case-study .left {
    flex: 0 0 100%;
  }
}
.post-type-archive-case-study .case-study .right {
  flex: 0 0 calc(50% - 1.5rem);
  padding-left: 3rem;
}
@media screen and (max-width: 45rem) {
  .post-type-archive-case-study .case-study .right {
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.post-type-archive-case-study .older > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
@media screen and (min-width: 45rem) {
  .post-type-archive-case-study .older .case-study {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 45rem) {
  .post-type-archive-case-study .older .case-study .right {
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 45rem) {
  .post-type-archive-case-study .older .case-study .right {
    padding-right: 0;
    padding-left: 0;
  }
}
.post-type-archive-case-study .archive .latest {
  background-image: url(img/case-arrow-purple.svg);
  background-position: bottom -25px right -25px;
  background-repeat: no-repeat;
  background-size: 500px;
}
@media screen and (max-width: 60rem) {
  .post-type-archive-case-study .archive .latest {
    background-size: 250px;
    background-position: bottom -15px right -15px;
  }
}
.post-type-archive-case-study .archive .latest .block {
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 5vw;
}
.post-type-archive-case-study .archive .older {
  background-image: url(img/case-arrow-pink.svg);
  background-position: bottom -25px left -25px;
  background-repeat: no-repeat;
  background-size: 500px;
}
@media screen and (max-width: 60rem) {
  .post-type-archive-case-study .archive .older {
    background-size: 250px;
    background-position: bottom -15px left -15px;
  }
}
.post-type-archive-case-study .archive .older .block {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5vw;
}

.single-case-study #article .content.block {
  max-width: 140rem;
}
.single-case-study #article img {
  border-radius: 1.5rem;
  width: 100%;
}

#article .video-player, #article .audio-player {
  margin: 2rem auto;
  border-radius: 1.5rem;
  overflow: hidden;
}
#article h1, #article h2, #article h3, #article h4, #article h5, #article h6 {
  color: #4700A3;
}

.case-studies {
  display: flow-root;
  background-color: #E3FDFF;
  color: #4700A3;
}
.case-studies a {
  color: #4700A3;
}
.case-studies a:hover {
  color: #4700A3;
}
.case-studies .older {
  display: flow-root;
  background-color: #ffffff;
}
.case-studies .older .page {
  display: flow-root;
  margin: 3rem 0;
}
.case-studies .older .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.case-studies .older .column {
  width: 50%;
  margin: -1.5rem 0;
}
@media screen and (max-width: 45rem) {
  .case-studies .older .column {
    width: 100%;
  }
}
.case-studies .older .column > .inner {
  margin: 3rem 0;
  padding: 0 1.5rem;
}

/* End case studies */
/* Start video block */
.video-section {
  background-repeat: no-repeat;
  background-size: 30vw;
  background-position: bottom left -7.5vw, top right -7.5vw;
}
@media screen and (max-width: 45rem) {
  .video-section {
    background-position: bottom left -7.5vw, top 15vw right -7.5vw;
  }
}
.video-section.bar-yellow {
  background-image: url(img/video-bars-yellow.svg), url(img/video-bars-yellow.svg);
}
.video-section.bar-turquoise {
  background-image: url(img/video-bars-turquoise.svg), url(img/video-bars-turquoise.svg);
}
.video-section.bar-pink {
  background-image: url(img/video-bars-pink.svg), url(img/video-bars-pink.svg);
}
.video-section.bar-purple {
  background-image: url(img/video-bars-purple.svg), url(img/video-bars-purple.svg);
}
.video-section.text-turquoise h1, .video-section.text-turquoise h2, .video-section.text-turquoise h3, .video-section.text-turquoise h4, .video-section.text-turquoise h5, .video-section.text-turquoise h6, .video-section.text-turquoise p {
  color: #1FD1BD;
}
.video-section.text-pink h1, .video-section.text-pink h2, .video-section.text-pink h3, .video-section.text-pink h4, .video-section.text-pink h5, .video-section.text-pink h6, .video-section.text-pink p {
  color: #FF78C8;
}
.video-section.text-purple h1, .video-section.text-purple h2, .video-section.text-purple h3, .video-section.text-purple h4, .video-section.text-purple h5, .video-section.text-purple h6, .video-section.text-purple p {
  color: #4700A3;
}
.video-section .has-bars {
  padding: 7.5vw 0;
}
.video-section .intro {
  margin: 0 auto 5vh;
  text-align: center;
  max-width: 800px;
}
.video-section h1, .video-section h2, .video-section h3, .video-section h4, .video-section h5, .video-section h6 {
  color: #4700A3;
  margin-top: 0;
}
.video-section + .cta-w-blocks {
  margin-top: -15vh;
}
@media screen and (max-width: 45rem) {
  .video-section + .cta-w-blocks {
    margin-top: 0;
  }
}
.video-section.bar-yellow + .brands-upwards, .video-section.bar-purple + .brands-upwards, .video-section.bar-pink + .brands-upwards, .video-section.bar-turquoise + .brands-upwards {
  margin-top: -15vh;
}
@media screen and (max-width: 60rem) {
  .video-section.bar-yellow + .brands-upwards, .video-section.bar-purple + .brands-upwards, .video-section.bar-pink + .brands-upwards, .video-section.bar-turquoise + .brands-upwards {
    margin-top: -7.5vh;
  }
}

/* End video block */
/* Start CTA with blocks */
.cta-w-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25vw 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 60rem) {
  .cta-w-blocks {
    padding: 15vw 0;
  }
}
.cta-w-blocks > .inner {
  flex-grow: 1;
  align-self: center;
  background-color: #FFD2D2;
}
.cta-w-blocks.d-left .content {
  margin-left: 50%;
  padding-left: 5rem;
  margin-right: auto;
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks.d-left .content {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 45rem) {
  .cta-w-blocks.d-left .cta-img {
    background-position: left 5rem center;
  }
}
.cta-w-blocks.d-right .content {
  margin-right: 50%;
  padding-right: 5rem;
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks.d-right .content {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 45rem) {
  .cta-w-blocks.d-right .cta-img {
    background-position: left 50vw center;
  }
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks.m-top {
    padding-top: 47vh;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks.m-top .cta-img {
    background-position: center top;
  }
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks.m-bottom {
    padding-bottom: 47vh;
    padding-top: 0;
  }
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks.m-bottom .cta-img {
    top: unset;
    bottom: 0;
    background-position: center bottom;
  }
}
.cta-w-blocks .cta-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: calc(50vw - 5rem);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks .cta-img {
    height: 50vh;
    background-size: contain;
  }
}
.cta-w-blocks .button {
  background-color: #ffffff;
  color: #4700A3;
}
.cta-w-blocks .button:hover {
  background-color: #ffffff;
  color: #561FCB;
}
.cta-w-blocks .content {
  margin-right: 50%;
  padding-right: 5rem;
  color: #4700A3;
}
.cta-w-blocks + .featured {
  margin-top: -10vw;
}
@media screen and (max-width: 60rem) {
  .cta-w-blocks + .featured {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 45rem) {
  .cta-w-blocks + .featured {
    margin-top: 2rem;
  }
}

/* End CTA with blacks */
/* Start Brands */
#brands h1 {
  color: #4700A3;
}

/* Ends Brands */
/* Start services */
#services {
  display: flow-root;
  color: #4700A3;
}

.post-type-archive-service .archive {
  overflow: hidden;
  background-color: #ffffff;
}
.post-type-archive-service .archive .block {
  margin-top: 0;
}
.post-type-archive-service .archive .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-type-archive-service .archive .column {
  flex: 0 0 48%;
  position: relative;
}
@media screen and (max-width: 60rem) {
  .post-type-archive-service .archive .column {
    flex: 0 0 100%;
  }
}
.post-type-archive-service .header {
  display: flow-root;
  margin-bottom: 12rem;
  background-color: #EFECFF;
  color: #4700A3;
  background-image: url(img/news-bg.svg);
  background-repeat: no-repeat;
  background-size: 55vw auto;
  background-position: left 75vw center;
  text-align: center;
}
@media screen and (max-width: 45rem) {
  .post-type-archive-service .header {
    background-size: 150vw auto;
    background-position: left -5vw top -90vw;
    padding-top: 50vw;
  }
}
.post-type-archive-service .header .left {
  width: 100%;
}
.post-type-archive-service .header .block {
  margin-bottom: 3rem;
}
@media screen and (max-width: 60rem) {
  .post-type-archive-service .header .block {
    margin-bottom: 1.5rem;
  }
}
.post-type-archive-service .video-player {
  margin: 6rem auto -12rem;
  z-index: 1;
}

/* End services */
/* Start locations modal */
@media screen and (max-width: 60rem) {
  #locations::-webkit-scrollbar {
    width: 0;
  }
}

#locations {
  border-radius: 1.5rem;
  background-color: #ffffff;
  max-width: min(100rem, 90vw);
}
@media screen and (max-width: 60rem) {
  #locations {
    overflow-y: scroll;
  }
}
#locations .locations-inner {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1%;
}
#locations .region-heading,
#locations .location-heading {
  flex: 0 0 100%;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
  color: #4700A3;
}
#locations .region-heading p,
#locations .location-heading p {
  margin: 0 auto 2rem;
}
#locations .go-back,
#locations .region-button {
  flex: 0 0 100%;
}
#locations .go-back {
  margin-top: 2rem;
  display: none;
}
#locations .go-back a.button {
  background-color: transparent !important;
  color: #4700A3 !important;
  padding: 0;
}
#locations .go-back a.button:hover {
  background-color: transparent !important;
  color: #561FCB !important;
}
#locations .location-heading {
  display: none;
}
#locations .button-column {
  text-align: left;
  flex: 0 0 auto;
  margin: 0 0 1rem;
}
#locations .button-column[data-parent] {
  display: none;
}
#locations .button-column a.button {
  background-color: #1FD1BD !important;
  color: #4700A3 !important;
}
#locations .button-column a.button:hover {
  background-color: #1FD1BD !important;
  color: #561FCB !important;
}
#locations .button-column.region-link {
  text-align: left;
  flex: 0 0 auto;
  margin: 0 0 1rem;
}
#locations .button-column.region-link[data-parent] {
  display: none;
}
#locations .button-column.region-link a.button {
  background-color: #4700A3 !important;
  color: #ffffff !important;
}
#locations .button-column.region-link a.button:hover {
  background-color: #561FCB !important;
  color: #ffffff !important;
}
#locations a.button {
  background-color: #4700A3 !important;
  color: #ffffff !important;
}
#locations a.button:hover {
  background-color: #561FCB !important;
  color: #ffffff !important;
}

/* End locations modal */
/* Start video text */
.video-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  color: #4700A3;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 45rem) {
  .video-text {
    padding-top: 75vw;
    background-size: contain;
    background-position: left 0 top -25vw;
    min-height: 0;
  }
}
.video-text.d-topright {
  background-position: right center;
}
@media screen and (max-width: 45rem) {
  .video-text.d-topright {
    background-position: right top;
  }
}
.video-text.d-topright .content {
  margin-right: 40%;
  padding-right: 5rem;
}
.video-text.d-topright .inner {
  align-self: flex-end;
}
.video-text.d-topright .block {
  margin-bottom: -15vh;
}
@media screen and (max-width: 70rem) {
  .video-text.d-topright .block {
    margin-bottom: -20vh;
  }
}
@media screen and (max-width: 60rem) {
  .video-text.d-topright .block {
    margin-bottom: 0;
  }
}
.video-text > .inner {
  flex-grow: 1;
  align-self: center;
}
@media screen and (max-width: 45rem) {
  .video-text .content {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 25vh;
  }
}
.video-text h1, .video-text h2, .video-text h3, .video-text h4, .video-text h5, .video-text h6 {
  margin-top: 0;
  font-size: 3.5rem;
}
@media screen and (max-width: 90rem) {
  .video-text h1, .video-text h2, .video-text h3, .video-text h4, .video-text h5, .video-text h6 {
    font-size: 3rem;
  }
}

/* End video text */
/* Start locations map */
#locations-map {
  background-color: #ffffff;
  color: #4700A3;
  overflow: hidden;
}
#locations-map .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  align-items: center;
}
#locations-map .column {
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 60rem) {
  #locations-map .column {
    width: 100%;
  }
}
#locations-map #map {
  color: #4F4F4F;
  height: 800px;
}
#locations-map .gmap-content * {
  font-family: default-font, sans-serif;
  color: #4700A3;
}
#locations-map .gmap-content h3 {
  margin: 0 auto 2rem;
  font-weight: 700;
}
#locations-map .gmap-content p {
  margin: 0 auto 1rem;
}
#locations-map .gmap-content p:last-of-type {
  margin-top: 2rem;
  margin-bottom: 0;
}
#locations-map a.button {
  background-color: #4700A3 !important;
  color: #ffffff !important;
}
#locations-map a.button:hover {
  background-color: #561FCB !important;
  color: #ffffff !important;
}

/* End locations map */
.single-post #article .content a.button {
  background-color: #4700A3 !important;
  color: #ffffff !important;
}
.single-post #article .content a.button:hover {
  background-color: #561FCB !important;
  color: #ffffff !important;
}

#article .bm-form {
  padding: 0;
}
#article .bm-form h2, #article .bm-form h3, #article .bm-form h4, #article .bm-form h5, #article .bm-form h6 {
  display: none;
}

article.service .title {
  color: #1FD1BD;
}

section.full img {
  margin: 0 auto;
}

.two-col-text .columns {
  display: flow-root;
  margin: 3rem 0;
}
.two-col-text .columns > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem -2.5rem;
}
.two-col-text .column {
  width: 50%;
  margin: -1.5rem 0;
}
.two-col-text .column > .inner {
  margin: 3rem 0;
  padding: 0 2.5rem;
}
@media screen and (max-width: 60rem) {
  .two-col-text .column {
    width: 100%;
  }
}
.two-col-text h1, .two-col-text h2, .two-col-text h3, .two-col-text h4, .two-col-text h5, .two-col-text h6 {
  color: #4700A3;
}
.two-col-text a {
  color: #4700A3;
}
.two-col-text a:hover {
  color: #4700A3;
}

.page-id-1921 h1 {
  font-size: 4.4rem;
}
@media screen and (max-width: 60rem) {
  .page-id-1921 h1 {
    font-size: 4rem;
  }
}

.wp-block-rank-math-toc-block {
  border: 2px solid #E1DCFF;
  padding: 2rem 3rem;
  border-radius: 1.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 60rem) {
  .wp-block-rank-math-toc-block {
    margin-bottom: 3rem;
  }
}
.wp-block-rank-math-toc-block h1, .wp-block-rank-math-toc-block h2, .wp-block-rank-math-toc-block h3, .wp-block-rank-math-toc-block h4, .wp-block-rank-math-toc-block h5, .wp-block-rank-math-toc-block h6 {
  margin-top: 0;
}
.wp-block-rank-math-toc-block li {
  color: #4700A3;
}

.page-id-2442 .has-bars {
  padding-top: 0;
  padding-bottom: 0;
}

#first-visit {
  border-radius: 1.5rem;
  background-color: #ffffff;
  max-width: min(100rem, 90vw);
  overflow: hidden;
}
@media screen and (max-width: 60rem) {
  #first-visit {
    overflow-y: scroll;
  }
}
#first-visit .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 3rem;
}
@media screen and (max-width: 60rem) {
  #first-visit .inner {
    gap: 0 1.6rem;
  }
}
#first-visit .left,
#first-visit .right {
  padding: 3rem;
  width: calc(50% - 3rem + 1.5rem);
}
@media screen and (max-width: 60rem) {
  #first-visit .left,
  #first-visit .right {
    padding: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 60rem) {
  #first-visit .left {
    padding-bottom: 0;
  }
}
#first-visit .right {
  background-color: #f1f2f3;
}
@media screen and (max-width: 60rem) {
  #first-visit .right {
    margin-top: 1.6rem;
  }
}
#first-visit .pop-heading {
  margin-top: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1em;
  color: #4700A3;
}
@media screen and (max-width: 60rem) {
  #first-visit .pop-heading {
    font-size: 2rem;
  }
}
#first-visit p.pop-copy {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 60rem) {
  #first-visit p.pop-copy {
    font-size: 1.4rem;
  }
}
#first-visit ul {
  margin: 0 auto;
}
@media screen and (max-width: 60rem) {
  #first-visit ul {
    font-size: 1.4rem;
  }
}
#first-visit ul li {
  margin: 0 auto;
}
#first-visit .button-column {
  text-align: left;
  flex: 0 0 auto;
  margin: 0 0 1rem;
}
#first-visit .button-column[data-parent] {
  display: none;
}
#first-visit .button-column a.button {
  background-color: #1FD1BD !important;
  color: #4700A3 !important;
}
#first-visit .button-column a.button:hover {
  background-color: #1FD1BD !important;
  color: #561FCB !important;
}
#first-visit a.button {
  background-color: #4700A3 !important;
  color: #ffffff !important;
}
@media screen and (max-width: 60rem) {
  #first-visit a.button {
    font-size: 1.4rem;
  }
}
#first-visit a.button:hover {
  background-color: #561FCB !important;
  color: #ffffff !important;
}

.footer-content a {
  color: #ffffff;
  text-decoration: none;
}
.footer-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}
