@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&family=Inter:wght@100;300;400;500;600;700;800;900&display=swap");
:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 25, 25, 25;
  --vsm-body-copy-colour: 51, 62, 75;
  --vsm-accent-colour: 255, 139, 0;
  --vsm-primary-colour: 78, 29, 145;
  --vsm-secondary-colour: 226, 16, 105;
  --vsm-tertiary-colour: 255, 139, 0;
  --vsm-quaternary-colour: 103, 196, 14;
  --vsm-quinary-colour: 0, 219, 255;
}

:root {
  --vsm-mobile-padding-top: 30px;
  --vsm-mobile-padding-bottom: 30px;
  --vsm-tablet-padding-top: 50px;
  --vsm-tablet-padding-bottom: 50px;
  --vsm-desktop-padding-top: 80px;
  --vsm-desktop-padding-bottom: 80px;
}

/* **** EXTRA WIDE CONTAINER **** */
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------
Icons
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 12px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

ul,
ol,
dd,
p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0px;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #4e1d91;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #ff8b00;
}

.heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.md-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  border-radius: 0.625rem;
  background: #4e1d91;
  border-color: #4e1d91;
}

.btn:hover {
  background: #191919;
  border-color: #191919;
  color: white;
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/

.element.checkbox .error,
.vsm-form-hero .error{
  color: red;
  font-weight: bold;
}

.vsm-form-hero .form-holder .btn:hover{
  background: #fff !important;
}


* {
  overflow-anchor: none !important;
  scroll-snap-stop: normal !important;
  overscroll-behavior: unset !important;
  scroll-behavior: unset !important;
}

.container,
header,
footer,
.container-fluid,
body,
div,
span,
section {
  overflow-anchor: none !important;
  scroll-snap-stop: normal !important;
  overscroll-behavior: unset !important;
  scroll-behavior: unset !important;
}

.container {
  padding-right: var(--bs-gutter-x, 1.75rem);
  padding-left: var(--bs-gutter-x, 1.75rem);
}
@media(max-width: 1020px) {
  .rte p img, .rte h2 img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media(max-width: 768px) {
  .rte {
    word-wrap: break-word;
    font-size: 1.2rem !important;
  }
  .rte span {
    word-wrap: break-word;
    font-size: 1.2rem !important;
  }
  .rte p {
    word-wrap: break-word;
    font-size: 1.2rem !important;
  }
  .rte a {
    display: inline-block;
    padding-bottom: 0.5rem;
  }
}

.rte ul {
  list-style: none;
  padding-left: 0rem;
  margin-left: 0;
}

.rte ul li {
  position: relative;
  padding-left: 0.9375rem;
}

.rte ul li:before {
  position: absolute;
  left: 0rem;
  top: 0.1875rem;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #4e1d91;
}

.vsm-top.hidden {
  -webkit-transition: 900ms -webkit-transform ease;
  transition: 900ms -webkit-transform ease;
  transition: 900ms transform ease;
  transition: 900ms transform ease, 900ms -webkit-transform ease;
}

.vsm-top .signed-in-bar {
  background: #283039;
}

.vsm-top .signed-in-bar .signed-as {
  color: white;
  font-family: "Inter", sans-serif;
}

.vsm-top .signed-in-bar .signed-as a {
  color: white;
}

.vsm-top .btn:hover {
  background: #e21069;
}

.vsm-top,
.vsm-top.switched-fixed,
.vsm-top.fixed {
  position: -webkit-sticky !important;
  position: sticky !important;
  background: #191919;
}

.vsm-top .navigation .primary-nav ul li a,
.vsm-top.switched-fixed .navigation .primary-nav ul li a,
.vsm-top.fixed .navigation .primary-nav ul li a {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@media (min-width: 1200px) {
  .vsm-top .navigation .primary-nav ul li a,
  .vsm-top.switched-fixed .navigation .primary-nav ul li a,
  .vsm-top.fixed .navigation .primary-nav ul li a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.vsm-top .navigation .primary-nav nav,
.vsm-top.switched-fixed .navigation .primary-nav nav,
.vsm-top.fixed .navigation .primary-nav nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vsm-top .navigation .more-nav ul li a,
.vsm-top.switched-fixed .navigation .more-nav ul li a,
.vsm-top.fixed .navigation .more-nav ul li a {
  color: rgba(255, 255, 255, 0.9);
}

.vsm-top .navigation .more-nav ul li a i:hover,
.vsm-top.switched-fixed .navigation .more-nav ul li a i:hover,
.vsm-top.fixed .navigation .more-nav ul li a i:hover {
  color: rgba(226, 16, 105, 0.9);
}

.vsm-top .navigation .primary-nav ul li.dropdown > a:after,
.vsm-top.switched-fixed .navigation .primary-nav ul li.dropdown > a:after,
.vsm-top.fixed .navigation .primary-nav ul li.dropdown > a:after {
  color: rgba(255, 255, 255, 0.9);
}

.vsm-top .navigation .primary-nav ul li.meganav > a:after,
.vsm-top.switched-fixed .navigation .primary-nav ul li.meganav > a:after,
.vsm-top.fixed .navigation .primary-nav ul li.meganav > a:after {
  color: rgba(255, 255, 255, 0.9);
}

.vsm-top .navigation .more-nav ul li .burger-menu span,
.vsm-top .navigation .more-nav ul li .burger-menu span:before,
.vsm-top .navigation .more-nav ul li .burger-menu span:after,
.vsm-top.switched-fixed .navigation .more-nav ul li .burger-menu span,
.vsm-top.switched-fixed .navigation .more-nav ul li .burger-menu span:before,
.vsm-top.switched-fixed .navigation .more-nav ul li .burger-menu span:after,
.vsm-top.fixed .navigation .more-nav ul li .burger-menu span,
.vsm-top.fixed .navigation .more-nav ul li .burger-menu span:before,
.vsm-top.fixed .navigation .more-nav ul li .burger-menu span:after {
  background: rgba(255, 255, 255, 0.9);
}

.vsm-top .navigation .brand img,
.vsm-top.switched-fixed .navigation .brand img,
.vsm-top.fixed .navigation .brand img {
  height: 3.0rem;
}

.vsm-top .navigation .more-nav ul li.lang,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang,
.vsm-top.fixed .navigation .more-nav ul li.lang {
  margin-left: 0;
}

.vsm-top .navigation .more-nav ul li.lang img,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang img,
.vsm-top.fixed .navigation .more-nav ul li.lang img {
  width: 100%;
  max-width: 20px;
}

.vsm-top .navigation .more-nav ul li,
.vsm-top.switched-fixed .navigation .more-nav ul li,
.vsm-top.fixed .navigation .more-nav ul li {
  margin: 0 0 0 .325rem;
}

.vsm-top .navigation .more-nav ul li.lang,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang,
.vsm-top.fixed .navigation .more-nav ul li.lang {
  margin: 0 0 0 .325rem;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown ul li:hover {
 background: rgba(var(--vsm-primary-colour), 0.05);
}
.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown ul li:hover a span {
 color: #e21069 !important;
}


.vsm-top .navigation .more-nav ul li.lang .toggle-drop > span,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop > span,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop > span {
  padding: 3px 0px;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop > span span,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop > span span,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop > span span {
  padding: 3px 6px;
  display: none;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop span,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop span,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop span {
  color: white;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop span i,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop span i,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop span i {
  color: white;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop:hover span,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop:hover span,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop:hover span {
  color: #e21069;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop:hover span:after,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop:hover span:after,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop:hover span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #e21069;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop:hover span i,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop:hover span i,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop:hover span i {
  color: #e21069;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop:hover span span:after,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop:hover span span:after,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop:hover span span:after {
  display: none;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown {
  width: 5rem;
  background: #333e4a;
  background: -webkit-gradient(linear, left bottom, left top, from(#333e4a), to(#202124));
  background: linear-gradient(0deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a img,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a img,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a img {
  margin-right: 0.0625rem !important;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a span,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a span,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a span {
  color: white;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a span:after,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a span:after,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a span:after {
  display: none;
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a:hover,
.vsm-top.switched-fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a:hover,
.vsm-top.fixed .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown li a:hover {
  color: #e21069;
}

.menu-open .vsm-top {
  background: #191919;
  position: fixed !important;
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span,
.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span:before,
.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span:after {
  background: rgba(255, 255, 255, 0.9);
}

.menu-open .vsm-top .navigation .more-nav ul li a {
  color: white;
}

.slide-menu ul li:last-of-type ul li a {
  border-bottom: 0;
}

footer.vsm-default-footer {
  background: #373656;
}

@media (min-width: 768px) {
  footer.vsm-default-footer .col-12.col-md-5 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  footer.vsm-default-footer .col-12.col-md-4 {
    width: 50%;
  }
}

footer.vsm-default-footer ul li a {
  font-size: 12px;
  font-size: 0.75rem;
}

footer.vsm-default-footer .newsletter-signup .btn {
  border-radius: 0;
  margin-left: -2px;
  border: 2px solid white;
}

footer.vsm-default-footer .contact-info div:nth-of-type(5){
  flex: 1 0 30%;
  font-weight: 300;
}

.vsm-default-signoff {
  background: #333e4a;
}

.vsm-default-signoff p,
.vsm-default-signoff span,
.vsm-default-signoff a {
  font-size: 10px;
  font-size: 0.625rem;
}

.vsm-top .navigation .primary-nav ul li a:hover {
  color: #e21069;
}

.vsm-top.switch-fixed .navigation .more-nav ul li a.btn:hover {
  background: white;
}

.vsm-top.switch-fixed .navigation .more-nav ul li a.btn:hover span {
  color: #4e1d91;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover {
  background: rgba(255, 255, 255, 0);
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover > a {
  color: #e21069;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #e21069;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover > a:after {
  color: #e21069;
}

.vsm-top .navigation.search-open {
  background: #191919;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover ul {
  background: #333e4a;
  background: -webkit-gradient(linear, left bottom, left top, from(#333e4a), to(#202124));
  background: linear-gradient(0deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (min-content)[8];
  grid-template-rows: repeat(8, -webkit-min-content);
  grid-template-rows: repeat(8, min-content);
  grid-auto-flow: column;
  min-width: 7em;
  width: auto;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover ul li a {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover ul li a:hover {
  color: #e21069;
}

.vsm-top .navigation .primary-nav ul li.meganav:hover {
  background: rgba(255, 255, 255, 0);
}

.vsm-top .navigation .primary-nav ul li.meganav:hover > a {
  color: #e21069;
}

.vsm-top .navigation .primary-nav ul li.meganav:hover > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #e21069;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vsm-top .navigation .primary-nav ul li.meganav:hover > a:after {
  color: #e21069;
}

.vsm-top .navigation .primary-nav .mega-menu {
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.vsm-top .navigation .primary-nav .mega-menu > .container {
  background: #191919;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.vsm-top .navigation .primary-nav .mega-menu h4 a{
  color: #fff;
}

.vsm-top .navigation .primary-nav .mega-menu h4 {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-top .navigation .primary-nav .mega-menu nav {
  grid-auto-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.vsm-top .navigation .primary-nav .mega-menu nav a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 5px;
}

.vsm-top .navigation .primary-nav .mega-menu nav a:hover h5 {
  color: #e21069;
}

.vsm-top .navigation .primary-nav .mega-menu nav a h5 {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-top .navigation .primary-nav .mega-menu .col {
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(1), .vsm-top .navigation .primary-nav .mega-menu .col:nth-child(2), .vsm-top .navigation .primary-nav .mega-menu .col:nth-child(3) {
  border-right: 0.063rem solid rgba(255, 255, 255, 0.3);
}

.vsm-top .navigation .primary-nav .mega-menu .col:last-child {
  border-right: 0rem solid rgba(255, 255, 255, 0);
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(2) {
  width: 25%;
}

.slide-menu {
  background: #333e4a;
  background: -webkit-gradient(linear, left bottom, left top, from(#333e4a), to(#202124));
  background: linear-gradient(0deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
}

.slide-menu ul li > a {
  color: white;
}

.slide-menu ul li > a:hover {
  color: #e21069 !important;
  border-bottom: 3px solid #e21069;
}

.vsm-default-single-media-hero .vsm-body .content {
  padding-bottom: 3rem;
}

.vsm-default-single-media-hero .vsm-body .row > .col {
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 1024px) {
  .vsm-default-single-media-hero .vsm-body .row > .col {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .vsm-default-single-media-hero .vsm-body .row > .col {
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-default-single-media-hero .vsm-body .row > .col {
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

.vsm-default-single-media-hero .vsm-body .btn {
  background-color: #4e1d91;
}

.vsm-default-single-media-hero .vsm-body .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.vsm-default-single-media-hero .vsm-body .btn:hover span {
  color: #4e1d91;
}

.vsm-default-single-media-hero .vsm-body .rte p {
  font-weight: 100;
}

.vsm-default-single-media-hero .vsm-body .play-btn {
  margin-bottom: 20px;
}

.vsm-default-single-media-hero .bg {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .vsm-default-single-media-hero .bg {
    height: 100vh;
  }
}

.vsm-default-single-media-hero .bg:before {
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, from(#283039), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, #283039 0%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.vsm-default-single-media-hero .bg .video:after {
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #283039), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, #283039 20%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.vsm-default-single-media-hero .bg .video iframe {
  display: none;
}

@media (min-width: 768px) {
  .vsm-default-single-media-hero .bg .video iframe {
    display: block;
  }
}

.vsm-default-internal-hero {
  position: relative;
}

.vsm-default-internal-hero .bg {
  background-color: black;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 14.375rem 0 3.75rem 0;
}

.vsm-default-internal-hero .bg:before {
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #283039), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, #283039 5%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.vsm-default-internal-hero:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  /* height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top; */
  background-size: contain;
}

/* @media (min-width: 768px) {
  .vsm-default-internal-hero:after {
    height: 8.75rem;
  }
} */

.vsm-default-internal-hero.small-hero .bg {
  padding-top: 5rem;
}

.vsm-default-internal-hero.small-hero .bg .content .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-default-internal-hero.small-search-hero .bg {
  padding-top: 5rem;
}

.vsm-default-internal-hero.small-search-hero .bg .content .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-default-internal-hero.standard-hero .bg {
  padding: 8.75rem 0 5rem 0;
}

.vsm-default-internal-hero.standard-hero .bg .content .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0.9375rem 0;
}

.vsm-default-internal-hero.large-hero .bg {
  padding: 9.375rem 0 9.375rem 0;
  min-height: 42.5rem;
}

.vsm-default-internal-hero.large-hero .bg .col {
  max-width: 100%;
}

.vsm-default-internal-hero.large-hero .bg .content {
  max-width: 80%;
}

.vsm-default-internal-hero.large-hero .bg .content.align-center {
  margin: 0 auto;
}

.vsm-default-internal-hero.large-hero .bg .content .xs-heading {
  color: #ff8b00;
}

.vsm-default-internal-hero.large-hero .bg .content .md-heading {
  font-size: 50px;
  font-size: 3.125rem;
}

.vsm-default-internal-hero.large-search-hero .bg {
  padding: 12.5rem 0 9.375rem 0;
  min-height: 42.5rem;
}

.vsm-default-internal-hero.large-search-hero .bg .col {
  max-width: 100%;
}

.vsm-default-internal-hero.large-search-hero .bg .content .xs-heading {
  color: #ff8b00;
}

.vsm-default-internal-hero.large-search-hero .bg .content .md-heading {
  font-size: 50px;
  font-size: 3.125rem;
}

.vsm-default-internal-hero.large-text-hero .bg {
  padding-top: 17.5rem;
  min-height: 42.5rem;
}

.vsm-default-internal-hero.large-text-hero .md-heading {
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 1;
}
.vsm-form-hero .bg{
  padding: 3rem 0;
}
.vsm-form-hero .vsm-body > .container > .row > .col:nth-child(1) {
  padding-right: calc(var(--bs-gutter-x) * .5);
}

@media (min-width: 768px) {
  .vsm-form-hero .vsm-body > .container > .row > .col:nth-child(1) {
    padding: 3.75rem 3.75rem 0 0;
  }
}

.vsm-form-hero .form-holder {
  border-radius: 0.625rem;
  background: rgba(0, 0, 0, 0.478);
}

.vsm-form-hero a {
  color: white;
}

.vsm-form-hero .content {
  text-align: center;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .vsm-form-hero .content {
    text-align: left;
    margin-bottom: 1.875rem;
  }
}

.vsm-form-hero.has-bottom-angle {
  position: relative;
}

.vsm-form-hero.has-bottom-angle .bg {
  background-color: black;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 3.75rem 0 3.75rem 0;
}

.vsm-form-hero.has-bottom-angle .bg:before {
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #283039), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, #283039 20%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.vsm-profile-header {
  position: relative;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn i{
  margin-right: .625rem;
}

.vsm-profile-details .profile-contacts .media{
  border-radius: 0.625rem;
}

.vsm-profile-header .bg {
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #283039), to(#283039));
  background: linear-gradient(0deg, #283039 20%, #283039 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.vsm-profile-header:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-profile-header:after {
    height: 8.75rem;
  }
}

.vsm-profile-header .author {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.vsm-profile-header .author .author-details .title,
.vsm-profile-header .author .author-details .subtitle {
  color: white;
}

.vsm-profile-header .content {
  color: white;
}

.cm-graphic-internal-hero {
  position: relative;
}

.cm-graphic-internal-hero .cm-body > .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-graphic-internal-hero .cm-body > .container > .row > .col {
  max-width: 50%;
}

.cm-graphic-internal-hero .media img {
  width: 100%;
}

.cm-graphic-internal-hero .media img.hide {
  opacity: 0;
  -webkit-transform: translateZ(0) scale(0);
          transform: translateZ(0) scale(0);
  -webkit-transition: none;
  transition: none;
}

.cm-graphic-internal-hero .bg {
  background-color: black;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8.125rem 0 5rem 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.cm-graphic-internal-hero .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #283039), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, #283039 20%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.cm-graphic-internal-hero .video {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  top: 0;
}

.cm-graphic-internal-hero .video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #283039), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, #283039 8%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.cm-graphic-internal-hero .video iframe {
  pointer-events: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

@media (min-width: 768px) {
  .cm-graphic-internal-hero .video iframe {
    display: block;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .cm-graphic-internal-hero .video iframe {
    width: 177.78vh;
  }
}

.cm-graphic-internal-hero:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.375rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-graphic-internal-hero:after {
    height: 8.125rem;
  }
}

.has-bottom-angle {
  position: relative;
}

.has-bottom-angle:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 768px) {
  .has-bottom-angle:after {
    height: 8.125rem;
  }
}

@media (min-width: 1024px) {
  .vsm-latest-featured-alt .vsm-body .row > .col {
    padding-right: calc(var(--bs-gutter-x) * 0.25);
    padding-left: calc(var(--bs-gutter-x) * .25);
  }
}

.vsm-latest-featured-alt .vsm-body .content-card {
  border-radius: 0.625rem;
}

.vsm-latest-featured-alt .vsm-body .content-card:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.vsm-latest-featured-alt .vsm-body .content-card .inline-link {
  color: white;
}

.vsm-latest-featured-alt .vsm-body .content-card .media:before {
  background: #333e4a;
  background: -webkit-gradient(linear, left bottom, left top, from(#333e4a), to(rgba(32, 33, 36, 0)));
  background: linear-gradient(0deg, #333e4a 0%, rgba(32, 33, 36, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
  mix-blend-mode: normal;
}

.vsm-latest-featured-alt.has-bottom-angle .vsm-header .xs-heading,
.vsm-latest-featured-alt.has-bottom-angle .vsm-header .md-heading {
  color: white;
}

.vsm-latest-featured-alt.has-bottom-angle .vsm-header .btn {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid white;
}

.vsm-latest-featured-alt.has-bottom-angle .vsm-header .btn:hover {
  background-color: white;
}

.vsm-latest-featured-alt.has-bottom-angle .vsm-header .btn:hover span {
  color: #4e1d91;
}

.vsm-latest-featured-alt.has-bottom-angle .bg {
  padding-top: 0;
  background: #283039;
}

@media (min-width: 768px) {
  .vsm-latest-featured-alt.has-bottom-angle .bg {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .vsm-latest-featured-alt.has-bottom-angle .bg {
    padding-top: 0;
  }
}

.content-card.apprentice {
  border-top: 10px solid #4e1d91;
}

.content-card.growth {
  border-top: 10px solid #00dbff;
}

.content-card.training {
  border-top: 10px solid #67c40e;
}

.content-card.transformation {
  border-top: 10px solid #e21069;
}

.vsm-centralised-title-intro-text .vsm-body .col-10 {
  max-width: 66.66666667%;
}

.vsm-split-content-25-25-25-25 .vsm-body .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25 .vsm-body .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.vsm-split-content-25-25-25-25 .vsm-body .col .content .media {
  position: relative;
  border-radius: 10px;
}

.vsm-split-content-25-25-25-25 .vsm-body .col .content .media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(226, 16, 105, 0.3)), to(rgba(78, 29, 145, 0.3)));
  background: linear-gradient(0deg, rgba(226, 16, 105, 0.3) 0%, rgba(78, 29, 145, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  mix-blend-mode: lighten;
}

.vsm-split-content-25-25-25-25 .vsm-body .col .content .xs-heading {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: rgba(var(--vsm-black), 1);
}

@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.three-larger-images .vsm-body .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}

.vsm-split-content-25-25-25-25.three-larger-images .vsm-body .col .content .media {
  min-height: 300px;
  max-height: 300px;
}

.vsm-split-content-25-25-25-25.three-larger-images .vsm-body .col .content .xs-heading {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.four-larger-images .vsm-body .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.vsm-split-content-25-25-25-25.four-larger-images .vsm-body .col .content .media {
  min-height: 300px;
  max-height: 300px;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body > .row {
  margin-left: 0;
  margin-right: 0;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col {
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.four-background-images .vsm-body .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content {
  position: relative;
  height: 100%;
  min-height: 22.5rem;
  padding: 1.875rem;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .media {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  top: 0;
  left: 0;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .media:before {
  opacity: 0.5;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background: #4e1d91;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e1d91), to(rgba(226, 16, 105, 0)));
  background: linear-gradient(180deg, #4e1d91 0%, rgba(226, 16, 105, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e1d91", endColorstr="#e21069", GradientType=1);
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .media:after {
  opacity: 0.5;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#e21069));
  background: linear-gradient(180deg, black 0%, #e21069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#e21069", GradientType=1);
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .xs-heading {
  position: relative;
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .rte {
  position: relative;
  color: white;
  display: none;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .inline-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  padding: 1.875rem 2.8125rem 0.9375rem 1.875rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .inline-link span {
  opacity: 0;
  -webkit-transition: 800ms opacity ease;
  transition: 800ms opacity ease;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .inline-link:after {
  opacity: 0;
  -webkit-transition: 800ms opacity ease;
  transition: 800ms opacity ease;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .inline-link:hover span {
  opacity: 1;
}

.vsm-split-content-25-25-25-25.four-background-images .vsm-body .col .content .inline-link:hover:after {
  opacity: 1;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body > .row {
  margin-left: 0;
  margin-right: 0;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col {
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.three-background-images .vsm-body .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content {
  position: relative;
  height: 100%;
  min-height: 16.25rem;
  padding: 1.875rem;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .media {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  top: 0;
  left: 0;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .media:before {
  opacity: 0.5;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background: #4e1d91;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e1d91), to(rgba(226, 16, 105, 0)));
  background: linear-gradient(180deg, #4e1d91 0%, rgba(226, 16, 105, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e1d91", endColorstr="#e21069", GradientType=1);
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .media:after {
  opacity: 0.5;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #4e248f;
  background: linear-gradient(236deg, rgba(78, 36, 143, 0.3) 0%, #4e55ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e248f", endColorstr="#4e55ae", GradientType=1);
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .xs-heading {
  position: absolute;
  bottom: 2.1875rem;
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .rte {
  position: relative;
  color: white;
  display: none;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .inline-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  padding: 1.875rem 2.8125rem 0.9375rem 1.875rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .inline-link span {
  opacity: 0;
  -webkit-transition: 800ms opacity ease;
  transition: 800ms opacity ease;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .inline-link:after {
  opacity: 0;
  -webkit-transition: 800ms opacity ease;
  transition: 800ms opacity ease;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .inline-link:hover span {
  opacity: 1;
}

.vsm-split-content-25-25-25-25.three-background-images .vsm-body .col .content .inline-link:hover:after {
  opacity: 1;
}

.vsm-stats-count-up .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: auto;
}

.vsm-stats-count-up .col .content {
  height: 100%;
  padding-bottom: 1.875rem;
}

.vsm-stats-count-up .col .stat {
  background: #4e55ae;
  background: linear-gradient(240deg, #4e55ae 0%, #4e248f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e55ae", endColorstr="#4e248f", GradientType=1);
  border-radius: 0.625rem;
  padding: 1.25rem 1.875rem;
  height: 100%;
}

.vsm-stats-count-up .col .stat:after {
  border: 0;
}

.vsm-stats-count-up .col .stat .count {
  text-align: left;
  color: white;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Inter", sans-serif;
}

.vsm-stats-count-up .col .stat .description {
  text-align: left;
  color: white;
  font-family: "Inter", sans-serif;
}

.cm-statement-stats {
  position: relative;
}

.cm-statement-stats:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-statement-stats:before {
    height: 8.125rem;
  }
}

.cm-statement-stats:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .cm-statement-stats:after {
    height: 8.125rem;
  }
}

.cm-statement-stats > .bg {
  position: relative;
  background: #e21069;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
}

.cm-statement-stats > .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-statement-stats > .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.cm-statement-stats > .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-statement-stats > .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.cm-statement-stats > .bg .vsm-oversized-statement-block {
  position: relative;
}

.cm-statement-stats > .bg .vsm-oversized-statement-block .vsm-body > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-statement-stats > .bg .vsm-oversized-statement-block .col {
  max-width: 83.33333333%;
}

.cm-statement-stats > .bg .vsm-oversized-statement-block .rte h1, .cm-statement-stats > .bg .vsm-oversized-statement-block .rte h2, .cm-statement-stats > .bg .vsm-oversized-statement-block .rte h3, .cm-statement-stats > .bg .vsm-oversized-statement-block .rte h4, .cm-statement-stats > .bg .vsm-oversized-statement-block .rte h5, .cm-statement-stats > .bg .vsm-oversized-statement-block .rte h6 {
  color: white;
  text-align: center;
}

.cm-statement-stats > .bg .vsm-oversized-statement-block .rte p {
  color: white;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}

.cm-statement-stats > .bg .vsm-stats-count-up {
  position: relative;
}

.cm-statement-stats > .bg .vsm-stats-count-up .stat {
  background: none;
}

.cm-statement-stats > .bg .vsm-stats-count-up .stat .count,
.cm-statement-stats > .bg .vsm-stats-count-up .stat .description {
  color: white;
  text-align: center;
}

.cm-statement-stats > .bg .vsm-stats-count-up .stat .count {
  font-size: 55px;
  font-size: 3.4375rem;
}

.cm-statement-stats > .bg .vsm-stats-count-up .stat .description {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.cm-statement {
  position: relative;
}

.cm-statement > .bg {
  position: relative;
}

.cm-statement > .bg:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-statement > .bg:before {
    height: 8.125rem;
  }
}

.cm-statement > .bg:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .cm-statement > .bg:after {
    height: 8.125rem;
  }
}

.cm-statement > .bg > .bg-2:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
  top: 0;
}

@media (min-width: 768px) {
  .cm-statement > .bg > .bg-2:before {
    height: 8.125rem;
  }
}

.cm-statement > .bg > .bg-2:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .cm-statement > .bg > .bg-2:after {
    height: 8.125rem;
  }
}

.cm-statement > .bg > .bg-2 .oversized-statement-block {
  position: relative;
}

.cm-statement > .bg > .bg-2 .oversized-statement-block .cm-body > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-statement > .bg > .bg-2 .oversized-statement-block .col {
  max-width: 83.33333333%;
}

.cm-statement > .bg > .bg-2 .oversized-statement-block .rte h1, .cm-statement > .bg > .bg-2 .oversized-statement-block .rte h2, .cm-statement > .bg > .bg-2 .oversized-statement-block .rte h3, .cm-statement > .bg > .bg-2 .oversized-statement-block .rte h4, .cm-statement > .bg > .bg-2 .oversized-statement-block .rte h5, .cm-statement > .bg > .bg-2 .oversized-statement-block .rte h6 {
  color: white;
  text-align: center;
}

.cm-statement > .bg > .bg-2 .oversized-statement-block .rte p {
  color: white;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}

.cm-statement > .bg > .bg-2 .wrapper {
  position: relative;
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
}

.cm-statement > .bg > .bg-2 .wrapper:before {
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center;
  content: "";
  opacity: 0.1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 0;
}

.vsm-video-carousel .vsm-header .row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.vsm-video-carousel .vsm-header .row .col {
  max-width: 66.66666667%;
}

.vsm-video-carousel .vsm-header .row .col-auto {
  display: none;
}

.vsm-video-carousel .vsm-header .md-heading {
  font-size: var(--vsm-md-heading);
}

@media (min-width: 1024px) {
  .vsm-video-carousel .swiper-slide {
    max-width: 33.3333%;
  }
}

.vsm-video-carousel .swiper-button-next,
.vsm-video-carousel .swiper-button-prev {
  color: #e21069;
}

.vsm-video-carousel.has-bottom-background .bg {
  position: relative;
}

.vsm-video-carousel.has-bottom-background .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #283039;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vsm-video-carousel.has-bottom-background .swiper-button-next,
.vsm-video-carousel.has-bottom-background .swiper-button-prev {
  color: white;
}

.vsm-video-carousel .video-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.vsm-video-carousel .video-card .media:before {
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(226, 16, 105, 0.3)), to(rgba(78, 29, 145, 0.3)));
  background: linear-gradient(0deg, rgba(226, 16, 105, 0.3) 0%, rgba(78, 29, 145, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  mix-blend-mode: lighten;
}

.vsm-video-carousel .video-card .play-btn {
  z-index: 2;
}

.vsm-video-carousel .video-card .play-btn:after {
  color: white;
  background-color: rgba(78, 29, 145, 0.4);
}

.vsm-video-carousel .video-card .content {
  width: 100%;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.vsm-video-carousel .video-card .content:before {
  background: url(../uploads/right-senary-angle-top.svg) no-repeat right top;
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  opacity: 0.7;
  z-index: -1;
}

.vsm-video-carousel .video-card .content span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.vsm-video-carousel .video-card .content p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.vsm-content-in-image-50-50.has-top-background .vsm-header {
  padding-top: 3.75rem;
}

.vsm-content-in-image-50-50.has-top-background .vsm-header .header .content {
  margin-bottom: 3.75rem;
}

.vsm-content-in-image-50-50.has-top-background .vsm-header .header .content .xs-heading,
.vsm-content-in-image-50-50.has-top-background .vsm-header .header .content .sm-heading,
.vsm-content-in-image-50-50.has-top-background .vsm-header .header .content .rte,
.vsm-content-in-image-50-50.has-top-background .vsm-header .header .content .rte p {
  color: white;
}

.vsm-content-in-image-50-50.has-top-background .bg {
  position: relative;
}

.vsm-content-in-image-50-50.has-top-background .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #283039;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.vsm-content-in-image-50-50.has-top-background .bg .component-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  top: 50%;
}

@media (min-width: 768px) {
  .vsm-content-in-image-50-50.has-top-background .bg .component-wrapper:before {
    height: 8.125rem;
  }
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col .content-in-image .btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid white;
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col .content-in-image .btn span {
  color: white;
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col .content-in-image .btn:hover {
  background: white;
  border: 1px solid white;
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col .content-in-image .btn:hover span {
  color: #4e1d91;
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col .content-in-image .media {
  position: absolute;
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col .content-in-image .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #4e248f;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 36, 143, 0.5)), to(#e6e6e6));
  background: linear-gradient(180deg, rgba(78, 36, 143, 0.5) 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e248f", endColorstr="#e6e6e6", GradientType=1);
  mix-blend-mode: multiply;
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col:nth-child(1) .content-in-image {
  border-radius: 0.625rem;
}

@media (min-width: 768px) {
  .vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col:nth-child(1) {
    padding-right: 0;
  }
  .vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col:nth-child(1) .content-in-image {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
}

.vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col:nth-child(2) .content-in-image {
  border-radius: 0.625rem;
}

@media (min-width: 768px) {
  .vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col:nth-child(2) {
    padding-left: 0;
  }
  .vsm-content-in-image-50-50.has-top-background .vsm-body .container > .row > .col:nth-child(2) .content-in-image {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
}

.vsm-content-in-image-50-50 .vsm-header {
  padding-top: 3.75rem;
}

.vsm-content-in-image-50-50 .vsm-header .header .content {
  margin-bottom: 3.75rem;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image .media {
  position: absolute;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #4e248f;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e248f), to(#e6e6e6));
  background: linear-gradient(180deg, #4e248f 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e248f", endColorstr="#e6e6e6", GradientType=1);
  mix-blend-mode: multiply;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image .md-heading {
  max-width: 70%;
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image .btn {
  background: white;
  border: 1px solid white;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image .btn span {
  color: #333e4b;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image .btn:hover {
  background: white;
  border: 1px solid white;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col .content-in-image .btn:hover span {
  color: #4e1d91;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col:nth-child(1) .content-in-image {
  border-radius: 0.625rem;
}

.vsm-content-in-image-50-50 .vsm-body .container > .row > .col:nth-child(2) .content-in-image {
  border-radius: 0.625rem;
}

.vsm-video-carousel.has-bottom-background + .vsm-content-in-image-50-50.has-top-background .vsm-header {
  padding-top: 0rem;
}

.vsm-full-width-fixed-media-bg .vsm-body .row > .col {
  max-width: 75%;
}

.vsm-full-width-fixed-media-bg .play-btn,
.vsm-full-width-fixed-media-bg .inline-link {
  display: block;
  color: white;
}
.vsm-full-width-fixed-media-bg .bg .video {
  width: 100%;
}

.vsm-full-width-fixed-media-bg .content blockquote {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
}

.vsm-full-width-fixed-media-bg .content blockquote .author span.name {
  margin-bottom: 0.625rem;
}

.vsm-full-width-fixed-media-bg .content blockquote .author span.position {
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-content-carousel .swiper-scrollbar {
  display: none;
  height: 10px;
  max-width: 75%;
  position: relative;
  top: -1rem;
}

.vsm-content-carousel .swiper-scrollbar .swiper-scrollbar-drag {
  background: #4e1d91;
}

.vsm-content-carousel .vsm-body .swiper-slide > .content > .row > .col {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.vsm-content-carousel .vsm-body .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.vsm-content-carousel .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}

.vsm-content-carousel .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}

.vsm-content-carousel.simple-logos .vsm-body .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-content-carousel.simple-logos .vsm-body .content .xs-heading,
.vsm-content-carousel.simple-logos .vsm-body .content .rte,
.vsm-content-carousel.simple-logos .vsm-body .content .inline-link {
  display: none;
}

.vsm-content-carousel.simple-logos .vsm-body .content .media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-content-carousel.simple-logos .vsm-body .content .media img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 12.5rem;
  max-height: 7.5rem;
  -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(118%) contrast(119%);
          filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(118%) contrast(119%);
}

@media (min-width: 768px) {
  .vsm-content-carousel.process-style .vsm-header .col-auto {
    max-width: 66.66666667%;
  }
}

.vsm-content-carousel.process-style .vsm-header .xs-heading {
  font-size: 40px;
  font-size: 2.5rem;
  color: #4e1d91;
}

.vsm-content-carousel.process-style .vsm-header .md-heading {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333e4b;
  line-height: 1.5;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .flex-wrapper {
  height: 100%;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .flex-item:nth-child(1) {
  max-width: 100%;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .flex-item:nth-child(2) {
  position: relative;
  margin-top: 3.75rem;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .flex-item:nth-child(2) .swiper-scrollbar {
  display: block;
  max-width: 80%;
  position: relative;
  top: -1rem;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .flex-item:nth-child(2) .swiper-scrollbar .swiper-scrollbar-drag {
  background: #4e1d91;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .flex-item:nth-child(2) .swiper-navigation {
  max-width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container {
  overflow: visible;
  height: 100%;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide .content > .row > .col:nth-child(1) {
  position: relative;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide .content > .row > .col:nth-child(1):after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background: #191919;
  display: block;
  position: absolute;
  bottom: 0.875rem;
  right: -50%;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide .content .media {
  pointer-events: none;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 6.25rem;
  margin: 0 auto;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide .content .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.625rem;
  max-width: 3.125rem;
  margin: 0 auto;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide .content .xs-heading {
  margin: 1.875rem 0;
  text-align: center;
  color: #4e1d91;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide:nth-child(1n) .content .media {
  margin-bottom: 4.875rem;
  overflow: visible;
  background: #4e55ae;
  background: -webkit-gradient(linear, left bottom, left top, from(#4e55ae), to(#4e248f));
  background: linear-gradient(0deg, #4e55ae 0%, #4e248f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e55ae", endColorstr="#4e248f", GradientType=1);
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide:nth-child(1n) .content .media:after {
  content: "";
  width: 0.1875rem;
  height: 3rem;
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -3rem;
  background: #191919;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide:nth-child(1n) .content .media:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -4.875rem;
  border: 0.1875rem solid #191919;
  border-radius: 6.25rem;
  background: white;
  z-index: 1;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide:nth-child(2n) .content .media {
  background: #fd8b25;
  background: -webkit-gradient(linear, left bottom, left top, from(#fd8b25), to(#e01a6a));
  background: linear-gradient(0deg, #fd8b25 0%, #e01a6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd8b25", endColorstr="#e01a6a", GradientType=1);
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide:nth-child(3n) .content .media {
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide:last-child .content > .row > .col:nth-child(1) {
  position: relative;
}

.vsm-content-carousel.process-style .vsm-body > .container > .row > .col .swiper-container .swiper-slide:last-child .content > .row > .col:nth-child(1):after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background: #191919;
  display: none;
  position: absolute;
  bottom: 0.875rem;
  right: -50%;
}

.vsm-content-carousel .swiper-navigation.disabled {
  opacity: 0;
}

.vsm-full-width-call-to-action .bg {
  padding-top: 2.5rem;
  background: none;
}

.vsm-full-width-call-to-action .bg .component-wrapper {
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 1.875rem;
  background: #e21069;
  background: -webkit-gradient(linear, left top, right top, from(#e21069), to(#4e1d91));
  background: linear-gradient(90deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  position: relative;
}

.vsm-full-width-call-to-action .bg .component-wrapper:before {
  background: url(../uploads/brandmark-overlay-white.svg) no-repeat right center;
  content: "";
  opacity: 0.5;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 0;
  top: 0;
  right: 0;
}

.vsm-full-width-call-to-action .bg .component-wrapper .btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid white;
}

.vsm-full-width-call-to-action .bg .component-wrapper .btn:hover {
  background: white;
}

.vsm-full-width-call-to-action .bg .component-wrapper .btn:hover span {
  color: #4e1d91;
}

@media (min-width: 1024px) {
  .vsm-full-width-call-to-action .bg .component-wrapper .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
}

.vsm-full-width-call-to-action.wide-primary-bg .bg {
  background: #e21069;
}

.vsm-full-width-call-to-action.wide-primary-bg .bg .component-wrapper {
  overflow: hidden;
  border-radius: 0rem;
  padding: 0rem;
  background: none;
  text-align: center;
}

.vsm-full-width-call-to-action.wide-primary-bg .bg .component-wrapper:before {
  display: none;
}

.vsm-full-width-call-to-action.wide-primary-bg .bg .component-wrapper .vsm-body .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-media-hub-category-latest-carousel .bg {
  background: #F4F4F4;
}

.vsm-media-hub-category-latest-carousel .media {
  border-radius: 0.625rem;
}

.cm-in-page-pullout .pullout-content {
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  border-radius: 0.625rem;
  padding: 3.125rem;
}

.cm-in-page-pullout .pullout-content .content {
  color: white;
}

.cm-in-page-pullout .pullout-content .content .rte.larger-text p {
  font-size: 30px;
  font-size: 1.875rem;
}

.cm-in-page-pullout .pullout-content .content .sm-heading {
  color: white;
}

.cm-in-page-pullout .pullout-content > .row:nth-child(1) .content {
  margin-bottom: 3.125rem;
}

.cm-in-page-pullout .pullout-content > .row:nth-child(1) > .col {
  max-width: 75%;
}

.cm-in-page-pullout .pullout-content > .row:nth-child(2) .col {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cm-in-page-pullout .pullout-content > .row:nth-child(2) .col .content {
  padding: 0.9375rem 0;
}

@media (min-width: 1024px) {
  .cm-in-page-pullout .pullout-content > .row:nth-child(2) .col {
    max-width: 33.33%;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}

.vsm-content-layout-3 .media {
  border-radius: 0.625rem;
}

@media (min-width: 768px) {
  .vsm-content-layout-3 .content {
    padding-top: 1.5625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.vsm-full-width-testimonial-carousel .bg {
  background: rgba(255, 255, 255, 0);
  position: relative;
  padding: 0;
}

.vsm-full-width-testimonial-carousel .bg:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-full-width-testimonial-carousel .bg:before {
    height: 8.125rem;
  }
}

.vsm-full-width-testimonial-carousel .bg:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-darker-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .vsm-full-width-testimonial-carousel .bg:after {
    height: 8.125rem;
  }
}

.vsm-full-width-testimonial-carousel .bg .component-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-lighter-angle-top.svg) no-repeat right bottom;
  background-size: contain;
  top: 0;
}

@media (min-width: 768px) {
  .vsm-full-width-testimonial-carousel .bg .component-wrapper:before {
    height: 8.125rem;
  }
}

.vsm-full-width-testimonial-carousel .bg .component-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .vsm-full-width-testimonial-carousel .bg .component-wrapper:after {
    height: 8.125rem;
  }
}

.vsm-full-width-testimonial-carousel .bg .component-wrapper .vsm-body {
  padding: 1.875rem 0;
  background: #333e4a;
  background: -webkit-gradient(linear, left top, left bottom, from(#333e4a), to(#202124));
  background: linear-gradient(180deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
}

.vsm-full-width-testimonial-carousel .content {
  color: white;
}

.vsm-full-width-testimonial-carousel .content blockquote {
  font-weight: 100;
  font-family: "Inter", sans-serif;
}

.vsm-full-width-testimonial-carousel .content blockquote q {
  font-weight: 100;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-full-width-testimonial-carousel .content blockquote .author .name {
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-full-width-testimonial-carousel .content blockquote .author .position {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-full-width-testimonial-carousel .testimonial-data .media[data-initials]:before {
  background: #e21069;
}

.vsm-full-width-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  background: #e21069;
}

.vsm-full-width-testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e21069;
}

.vsm-double-accordion .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-double-accordion.primary-secondary-bg{
    background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
}

.vsm-double-accordion.primary-secondary-bg .bg .vsm-header .row .col .xs-heading,
.vsm-double-accordion.primary-secondary-bg .bg .vsm-header .row .col .md-heading,
.vsm-double-accordion.primary-secondary-bg .bg .vsm-header .row .col p{
  color: rgba(var(--vsm-white), 1);
}

.vsm-full-width-featured-columns-carousel.primary-secondary-bg .bg {
  position: relative;
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
}

.vsm-full-width-featured-columns-carousel.primary-secondary-bg .bg:before {
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center;
  content: "";
  opacity: 0.1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 0;
}

.vsm-full-width-featured-columns-carousel.primary-secondary-bg .bg:after {
  display: none;
}

.vsm-full-width-featured-columns-carousel .vsm-header .row > .col:nth-child(1) {
  max-width: 58.333333%;
}

.vsm-full-width-featured-columns-carousel .vsm-body .swiper-slide {
  height: auto;
  counter-increment: number-step;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content {
  background: rgba(40, 48, 57, 0.1);
  border-radius: 0.625rem;
  height: 100%;
  min-height: 22.5rem;
  padding: 1.5625rem;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content:before {
  content: counter(number-step, number);
  font-size: 160px;
  font-size: 10rem;
  position: absolute;
  bottom: 0rem;
  right: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #e21069;
  opacity: 0.1;
  line-height: 1;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content .xs-heading {
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .vsm-full-width-featured-columns-carousel .vsm-body .content .xs-heading {
    min-height: 5rem;
  }
}

.vsm-full-width-featured-columns-carousel .vsm-body .content .rte {
  padding-right: 0;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content .rte,
.vsm-full-width-featured-columns-carousel .vsm-body .content .rte p, .vsm-full-width-featured-columns-carousel .vsm-body .content .rte li, .vsm-full-width-featured-columns-carousel .vsm-body .content .rte li:before {
  color: white;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content:hover {
  background: white;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content:hover .xs-heading {
  color: #191919;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content:hover .rte {
  padding-right: 0;
}

.vsm-full-width-featured-columns-carousel .vsm-body .content:hover .rte,
.vsm-full-width-featured-columns-carousel .vsm-body .content:hover .rte p, .vsm-full-width-featured-columns-carousel .vsm-body .content:hover .rte li, .vsm-full-width-featured-columns-carousel .vsm-body .content:hover .rte li:before {
  color: #333e4b;
}

.vsm-content-image-50-50 .media {
  border-radius: 0.625rem;
}

.vsm-contained-full-width-banner .media {
  border-radius: 0.625rem;
}

.vsm-contained-full-width-banner .media img {
  aspect-ratio: 16/7;
}

.vsm-contained-full-width-banner .media .video {
  aspect-ratio: 16/7;
}

.cm-multi-nav-box-carousel,
.cm-single-pane-carousel {
  position: relative;
}

.cm-multi-nav-box-carousel .swiper-navigation.disabled,
.cm-single-pane-carousel .swiper-navigation.disabled {
  opacity: 0;
}

.cm-multi-nav-box-carousel .container:nth-child(1) .heading,
.cm-single-pane-carousel .container:nth-child(1) .heading {
  color: white;
}

.cm-multi-nav-box-carousel:before,
.cm-single-pane-carousel:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-multi-nav-box-carousel:before,
  .cm-single-pane-carousel:before {
    height: 8.125rem;
  }
}

.cm-multi-nav-box-carousel:after,
.cm-single-pane-carousel:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: 0;
  background: url(../uploads/left-lighter-primary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-multi-nav-box-carousel:after,
  .cm-single-pane-carousel:after {
    height: 8.125rem;
  }
}

.cm-multi-nav-box-carousel .bg,
.cm-single-pane-carousel .bg {
  padding: 5rem 0;
  position: relative;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, #4e55ae;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#4e55ae), to(#4e1d91));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, linear-gradient(0deg, #4e55ae 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e55ae", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
}

.cm-multi-nav-box-carousel .bg:before,
.cm-single-pane-carousel .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-multi-nav-box-carousel .bg:before,
  .cm-single-pane-carousel .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.cm-multi-nav-box-carousel .bg:after,
.cm-single-pane-carousel .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-multi-nav-box-carousel .bg:after,
  .cm-single-pane-carousel .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.cm-multi-nav-box-carousel.primary-secondary-bg .bg,
.cm-single-pane-carousel.primary-secondary-bg .bg {
  position: relative;
  background: #e21069;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat left center, -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat left center, linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
}

.cm-multi-nav-box-carousel.primary-secondary-bg:after,
.cm-single-pane-carousel.primary-secondary-bg:after {
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
}

.cm-multi-nav-box-carousel.centralised .bg > .container > .row:nth-child(1),
.cm-single-pane-carousel.centralised .bg > .container > .row:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-multi-nav-box-carousel.centralised .bg > .container > .row:nth-child(1) .col,
.cm-single-pane-carousel.centralised .bg > .container > .row:nth-child(1) .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.cm-multi-nav-box-carousel.centralised .bg > .container > .row:nth-child(1) .header,
.cm-single-pane-carousel.centralised .bg > .container > .row:nth-child(1) .header {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}

.cm-multi-nav-box-carousel .component-wrapper,
.cm-single-pane-carousel .component-wrapper {
  overflow: hidden;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav,
.cm-single-pane-carousel .vsm-responsive-nav {
  background: rgba(0, 0, 0, 0);
  top: 0 !important;
  margin: 1.875rem 0 0.9375rem 0;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .displayed-nav li a,
.cm-single-pane-carousel .vsm-responsive-nav .displayed-nav li a {
  color: rgba(255, 255, 255, 0.75);
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .displayed-nav li a:hover, .cm-multi-nav-box-carousel .vsm-responsive-nav .displayed-nav li a.active,
.cm-single-pane-carousel .vsm-responsive-nav .displayed-nav li a:hover,
.cm-single-pane-carousel .vsm-responsive-nav .displayed-nav li a.active {
  color: white;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .more-nav span,
.cm-single-pane-carousel .vsm-responsive-nav .more-nav span {
  color: white;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .more-nav span i,
.cm-single-pane-carousel .vsm-responsive-nav .more-nav span i {
  color: white;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .more-nav:hover li span,
.cm-single-pane-carousel .vsm-responsive-nav .more-nav:hover li span {
  color: #191919;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .more-nav:hover li span i,
.cm-single-pane-carousel .vsm-responsive-nav .more-nav:hover li span i {
  color: #191919;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .btn,
.cm-single-pane-carousel .vsm-responsive-nav .btn {
  background: white;
  border: 0;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .btn span,
.cm-single-pane-carousel .vsm-responsive-nav .btn span {
  color: #4e1d91;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .btn:hover,
.cm-single-pane-carousel .vsm-responsive-nav .btn:hover {
  background: #191919;
}

.cm-multi-nav-box-carousel .vsm-responsive-nav .btn:hover span,
.cm-single-pane-carousel .vsm-responsive-nav .btn:hover span {
  color: white;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .cm-body,
.cm-single-pane-carousel .cm-double-box-carousel .cm-body {
  padding: 1.875rem 0;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .flex-wrapper,
.cm-single-pane-carousel .cm-double-box-carousel .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .flex-wrapper .flex-item:nth-child(1),
.cm-single-pane-carousel .cm-double-box-carousel .flex-wrapper .flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .flex-wrapper .flex-item:nth-child(2),
.cm-single-pane-carousel .cm-double-box-carousel .flex-wrapper .flex-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-pagination,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-pagination {
  position: relative;
  margin: 1.875rem 0 0 0;
  display: none;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-pagination .swiper-pagination-bullet,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 00.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(var(#ffffff), 0.5);
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-navigation,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-navigation div,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-navigation div {
  margin: 0 0 0 1.875rem;
  left: 0;
  right: 0;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-button-prev,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-button-prev:after,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-button-prev:after {
  content: "";
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-button-next,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-button-next:after,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-button-next:after {
  content: "";
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-container,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-container {
  overflow: visible;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-wrapper,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide {
  height: auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 3.75rem 1.875rem;
  border-radius: 0.5rem;
  border-top: 0.5rem solid rgba(0, 0, 0, 0);
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide .content,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide .content .col .media,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide .content .col .media {
  border-radius: 0;
  height: 9.375rem;
  margin: 0 auto;
  text-align: center;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide .content .col .media img,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide .content .col .media img {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide .content .col .sm-heading,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide .content .col .sm-heading {
  color: white;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide .content .col .rte,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide .content .col .rte {
  color: white;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide .content .col .rte p,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide .content .col .rte p {
  color: white;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide .content .col a.btn,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide .content .col a.btn {
  color: white;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0);
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide:hover,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide:hover {
  background: white;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide:hover.sales-colour,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide:hover.sales-colour {
  border-top: 0.5rem solid #ff8b00;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide:hover .content .col .sm-heading,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide:hover .content .col .sm-heading {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide:hover .content .col .rte,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide:hover .content .col .rte {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide:hover .content .col .rte p,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide:hover .content .col .rte p {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-double-box-carousel .swiper-slide:hover .content .col a.btn,
.cm-single-pane-carousel .cm-double-box-carousel .swiper-slide:hover .content .col a.btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #4e1d91;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .cm-body,
.cm-single-pane-carousel .cm-single-box-carousel .cm-body {
  padding: 1.875rem 0;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .cm-body .container > .row,
.cm-single-pane-carousel .cm-single-box-carousel .cm-body .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .cm-body .container > .row > .col,
.cm-single-pane-carousel .cm-single-box-carousel .cm-body .container > .row > .col {
  max-width: 85%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

@media (min-width: 1024px) {
  .cm-multi-nav-box-carousel .cm-single-box-carousel .cm-body .container > .row > .col,
  .cm-single-pane-carousel .cm-single-box-carousel .cm-body .container > .row > .col {
    max-width: 66.66666667%;
  }
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .flex-wrapper,
.cm-single-pane-carousel .cm-single-box-carousel .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .flex-wrapper .flex-item:nth-child(1),
.cm-single-pane-carousel .cm-single-box-carousel .flex-wrapper .flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .flex-wrapper .flex-item:nth-child(2),
.cm-single-pane-carousel .cm-single-box-carousel .flex-wrapper .flex-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-pagination,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-pagination {
  position: relative;
  margin: 1.875rem 0 0 0;
  display: none;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-pagination .swiper-pagination-bullet,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 00.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(var(#ffffff), 0.5);
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-navigation,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-navigation div,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-navigation div {
  margin: 0 0 0 1.875rem;
  left: 0;
  right: 0;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-button-prev,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-button-prev:after,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-button-prev:after {
  content: "";
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-button-next,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-button-next:after,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-button-next:after {
  content: "";
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-container,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-container {
  overflow: visible;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-wrapper,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide {
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 2.75rem 2.75rem;
  border-radius: 0.5rem;
  border-top: 0.5rem solid rgba(0, 0, 0, 0);
  margin-right: 3.75rem !important;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide.swiper-slide-active,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide.swiper-slide-active {
  background: white;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content .col .media,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content .col .media {
  border-radius: 0;
  height: 9.375rem;
  margin: 0 auto;
  text-align: center;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content .col .media img,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content .col .media img {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content .col .sm-heading,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content .col .sm-heading {
  color: #4e1d91;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content .col .sm-heading:before,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content .col .sm-heading:before {
  content: attr(data-number);
  background: url("../uploads/step-bg.svg");
  display: inline-block;
  width: 3.4375rem;
  height: 5.3125rem;
  font-size: 25px;
  font-size: 1.5625rem;
  color: white;
  text-align: center;
  padding-top: 1.5rem;
  position: absolute;
  top: -1.875rem;
  margin-left: -4.375rem;
  background-size: cover;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content .col .rte,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content .col .rte {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content .col .rte p,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content .col .rte p {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide .content .col a.btn,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide .content .col a.btn {
  color: white;
  border: 1px solid #e21069;
  background: #e21069;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide.sales-colour,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide.sales-colour {
  border-top: 0.5rem solid #ff8b00;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide:hover,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide:hover {
  background: white;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide:hover .content .col .sm-heading,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide:hover .content .col .sm-heading {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide:hover .content .col .rte,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide:hover .content .col .rte {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide:hover .content .col .rte p,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide:hover .content .col .rte p {
  color: #333e4b;
}

.cm-multi-nav-box-carousel .cm-single-box-carousel .swiper-slide:hover .content .col a.btn,
.cm-single-pane-carousel .cm-single-box-carousel .swiper-slide:hover .content .col a.btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #4e1d91;
}

.vsm-aligned-title-intro-text .rte {
  font-size: var(--vsm-body-text-size);
}

.vsm-aligned-title-intro-text .rte li,
.vsm-aligned-title-intro-text .rte p,
.vsm-aligned-title-intro-text .rte dd,
.vsm-aligned-title-intro-text .rte a {
  font-size: var(--vsm-body-text-size);
}

.cm-side-nav-menu .side-menu {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  background: #4e55ae;
  background: -webkit-gradient(linear, left bottom, left top, from(#4e55ae), to(#4e1d91));
  background: linear-gradient(0deg, #4e55ae 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e55ae", endColorstr="#4e1d91", GradientType=1);
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu {
    background: none;
    border-radius: 0;
    margin-top: 0rem;
  }
}

.cm-side-nav-menu .side-menu .toggle-navigation {
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 1.25rem 0.9375rem 0.9375rem 0.9375rem;
  position: relative;
  color: white;
}

.cm-side-nav-menu .side-menu .toggle-navigation i {
  position: absolute;
  top: 1.375rem;
  right: 0.9375rem;
  color: white;
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu .toggle-navigation {
    display: none;
  }
}

.cm-side-nav-menu .side-menu .navigation {
  display: none;
}

.cm-side-nav-menu .side-menu .navigation.show {
  display: block;
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu .navigation.show {
    background: rgba(226, 16, 105, 0);
  }
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu .navigation {
    display: block;
  }
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu {
    border-right: 1px solid rgba(25, 25, 25, 0.1);
  }
}

.cm-side-nav-menu .side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-side-nav-menu .side-menu ul li {
  position: relative;
  border-bottom: 0.0625rem solid rgba(25, 25, 25, 0.1);
}

@media (min-width: 1024px) {
  .cm-side-nav-menu .side-menu ul li {
    border-bottom: 0.0625rem solid rgba(25, 25, 25, 0.1);
  }
}

.cm-side-nav-menu .side-menu ul li a {
  color: rgba(var(--vsm-white), 0.8);
  text-decoration: none;
  display: block;
  font-weight: 500;
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu ul li a {
    color: rgba(var(--vsm-black), 0.8);
  }
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu ul li a {
    padding: 0.9375rem 1.875rem 0.9375rem 0.625rem;
  }
}

.cm-side-nav-menu .side-menu ul li a.current, .cm-side-nav-menu .side-menu ul li a:hover {
  background: #4e1d91;
  color: white;
}

.cm-side-nav-menu .side-menu ul li a.current ~ i, .cm-side-nav-menu .side-menu ul li a:hover ~ i {
  color: white;
}

.cm-side-nav-menu .side-menu ul li i {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  color: white;
}

@media (min-width: 992px) {
  .cm-side-nav-menu .side-menu ul li i {
    color: #4e1d91;
  }
}

.cm-side-nav-menu .side-menu ul li i:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

.cm-side-nav-menu .side-menu ul li ul {
  display: none;
  padding-left: 0.9375rem;
}

.cm-side-nav-menu .side-menu ul li ul li {
  border-bottom: 0;
}

.cm-side-nav-menu .side-menu ul li ul li a {
  font-size: 14px;
  font-size: 0.875rem;
}

.cm-side-nav-menu .side-menu ul li.active > ul {
  display: block;
}

.cm-side-nav-menu .side-menu ul li.active > i:after {
  content: "\f077";
}

.cm-course-media-intro {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid rgba(25, 25, 25, 0.1);
}

@media (min-width: 1024px) {
  .cm-course-media-intro > .row > .col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .cm-course-media-intro > .row > .col:nth-child(2) {
    margin-left: 8.33333333%;
  }
}

.cm-course-media-intro .img-play-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18.75rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
}

.cm-course-media-intro .img-play-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 0.5rem;
}

.cm-course-media-intro .img-play-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.5);
  margin: 6.25rem auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.cm-course-media-intro .img-play-btn:after {
  content: "\f04b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  left: 0.1875rem;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.cm-course-media-intro .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.0625rem solid rgba(25, 25, 25, 0.1);
  padding-top: 0.9375rem;
}

.cm-course-media-intro .profile p {
  margin-left: 0.625rem;
  margin-bottom: 0;
}

.cm-course-media-intro .profile p strong,
.cm-course-media-intro .profile p span {
  display: block;
}

.cm-course-media-intro .profile p span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cm-course-media-intro .profile .media {
  width: 4.25rem;
  height: 4.25rem;
  overflow: hidden;
  border-radius: 100px;
  position: relative;
}

.cm-course-media-intro .profile .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.cm-course-media-intro .profile .media[data-initials]:before {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0;
  width: 4.25rem;
  height: 4.25rem;
  line-height: 4.25rem;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
}

.cm-highlight-course-information {
  background: #4e55ae;
  background: -webkit-gradient(linear, left bottom, left top, from(#4e55ae), to(#4e248f));
  background: linear-gradient(0deg, #4e55ae 0%, #4e248f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e55ae", endColorstr="#4e248f", GradientType=1);
  border-radius: 0.5rem;
  padding: 1.875rem 2.5rem;
  margin-bottom: 1.875rem;
}

.cm-highlight-course-information .content {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-size: 1rem;
}

.cm-highlight-course-information .content .xs-heading {
  color: white;
}

.cm-highlight-course-information .content .rte h1, .cm-highlight-course-information .content .rte h2, .cm-highlight-course-information .content .rte h3, .cm-highlight-course-information .content .rte h4, .cm-highlight-course-information .content .rte h5, .cm-highlight-course-information .content .rte h6, .cm-highlight-course-information .content .rte a, .cm-highlight-course-information .content .rte p {
  color: white;
}

.cm-course-overview .rte h1,
.cm-course-overview .rte h2,
.cm-course-overview .rte h3,
.cm-course-overview .rte h4,
.cm-course-overview .rte h5,
.cm-course-overview .rte h6 {
  margin: 1.875rem 0;
}

.cm-course-overview .rte li {
  margin-bottom: 0.9375rem;
}

.cm-form .bg {
  position: relative;
  padding: 0;
}

.cm-form .bg .component-wrapper:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-lighter-angle-top.svg) no-repeat right bottom;
  background-size: contain;
  top: 0;
}

@media (min-width: 768px) {
  .cm-form .bg .component-wrapper:before {
    height: 8.125rem;
  }
}

.cm-form .bg .component-wrapper .cm-body {
  padding: 5rem 0;
  background: #333e4a;
  background: -webkit-gradient(linear, left top, left bottom, from(#333e4a), to(#202124));
  background: linear-gradient(180deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
}

.cm-form .cm-body .container > .row:nth-child(1) > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (min-width: 768px) {
  .cm-form .cm-body .container > .row:nth-child(1) > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 50%;
  }
}

.cm-form .sm-heading {
  color: white;
}

.cm-form .rte {
  color: white;
}

.cm-form .rte a {
  color: white;
}

.cm-form .form-holder form > .row > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .cm-form .form-holder form > .row > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.cm-form .element.text label {
  display: none;
}

.cm-form .element.text input {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.cm-form .element.text input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.text input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.text input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.text input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.text input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.text input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.textarea label {
  display: none;
}

.cm-form .element.textarea textarea {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.cm-form .element.textarea textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.textarea textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.textarea textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.textarea textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.textarea textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.textarea textarea::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cm-form .element.checkbox div {
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
}

.cm-form .element.checkbox div a {
  color: white;
}

.cm-form .element.checkbox label {
  color: white;
}

.cm-form .element.checkbox label a {
  color: white;
  font-weight: 600;
}

.cm-form .element.checkbox icheck-primary > input:first-child:checked + input[type=hidden] + label::before,
.cm-form .element.checkbox .icheck-primary > input:first-child:checked + label::before {
  background-color: white;
  border: 0.063rem solid white;
}

.cm-form .btn:hover {
  background: white;
  color: #4e1d91;
}

.vsm-oversized-statement-block .rte {
  color: #333e4b;
  font-weight: 300;
}

.vsm-oversized-statement-block.left .content .rte {
  color: rgba(51, 62, 75, 0.8);
}

.vsm-oversized-statement-block.left .content p,
.vsm-oversized-statement-block.left .content li,
.vsm-oversized-statement-block.left .content a {
  font-size: inherit;
}

.vsm-oversized-statement-block.center .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-oversized-statement-block.center .col {
  max-width: 83.33333333%;
}

.vsm-oversized-statement-block.center .content {
  text-align: center;
}

.vsm-oversized-statement-block.center .content .rte {
  color: #333e4b;
}

.vsm-oversized-statement-block.center .content p,
.vsm-oversized-statement-block.center .content li,
.vsm-oversized-statement-block.center .content a {
  font-size: inherit;
}

.vsm-split-content-50-50.larger-text .rte {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}

.vsm-split-content-50-50.larger-text .rte p,
.vsm-split-content-50-50.larger-text .rte li,
.vsm-split-content-50-50.larger-text .rte ul,
.vsm-split-content-50-50.larger-text .rte a,
.vsm-split-content-50-50.larger-text .rte dd {
  font-size: inherit;
}

.vsm-split-content-50-50.featured-lists {
  position: relative;
}

.vsm-split-content-50-50.featured-lists .md-heading {
  color: white;
}

.vsm-split-content-50-50.featured-lists .sm-heading {
  color: white;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}

.vsm-split-content-50-50.featured-lists ul {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 500;
}

.vsm-split-content-50-50.featured-lists ul li {
  font-size: inherit;
  margin-bottom: 0.75rem;
  padding-left: 1.875rem;
}

.vsm-split-content-50-50.featured-lists ul li:before {
  content: "\f00c";
  color: #67c40e;
}

.vsm-split-content-50-50.featured-lists:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-split-content-50-50.featured-lists:before {
    height: 8.125rem;
  }
}

.vsm-split-content-50-50.featured-lists:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: 0;
  background: url(../uploads/left-lighter-primary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-split-content-50-50.featured-lists:after {
    height: 8.125rem;
  }
}

.vsm-split-content-50-50.featured-lists .bg {
  padding: 5rem 0;
  position: relative;
  background: #4e55ae;
  background: -webkit-gradient(linear, left bottom, left top, from(#4e55ae), to(#4e1d91));
  background: linear-gradient(0deg, #4e55ae 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e55ae", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
}

.vsm-split-content-50-50.featured-lists .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-split-content-50-50.featured-lists .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.vsm-split-content-50-50.featured-lists .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-split-content-50-50.featured-lists .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.vsm-intro-content-40-60 .rte.larger-text p {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-intro-content-40-60 .rte.larger-text ul,
.vsm-intro-content-40-60 .rte.larger-text li,
.vsm-intro-content-40-60 .rte.larger-text li a {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-intro-content-40-60 .rte.larger-text li a {
  font-weight: 600;
}

.cm-single-central-slide-image {
  overflow: hidden;
}

.cm-single-central-slide-image .cm-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .cm-single-central-slide-image .cm-header .container .row .col-auto {
    max-width: 50%;
  }
}

.cm-single-central-slide-image .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.cm-single-central-slide-image .flex-wrapper .flex-item:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cm-single-central-slide-image .swiper-container {
  overflow: visible;
  max-width: 50%;
}

@media (min-width: 1024px) {
  .cm-single-central-slide-image .swiper-container {
    max-width: 100%;
  }
}

.cm-single-central-slide-image .swiper-container .swiper-slide {
  opacity: 0.5;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.cm-single-central-slide-image .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.cm-single-central-slide-image .swiper-container .swiper-slide .content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0rem;
  border-radius: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 21.875rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

@media (min-width: 576px) {
  .cm-single-central-slide-image .swiper-container .swiper-slide .content {
    aspect-ratio: 1/1.2;
  }
}

.cm-single-central-slide-image .swiper-container .swiper-slide .content .media {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cm-single-central-slide-image .swiper-container .swiper-slide .content .media:after {
  content: "";
  background: #4e55ae;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#4e248f));
  background: linear-gradient(0deg, white 0%, #4e248f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#4e248f", GradientType=1);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.cm-single-central-slide-image .swiper-container .swiper-slide .content .media img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.cm-single-central-slide-image .swiper-container .swiper-slide .content .overlay {
  width: 100%;
  padding: 1.875rem;
}

.cm-single-central-slide-image .swiper-container .swiper-slide .content .overlay .sm-heading {
  color: white;
}

.cm-single-central-slide-image .swiper-container .swiper-slide .content .overlay span {
  color: white;
}

.cm-single-central-slide-image .swiper-pagination {
  display: none;
  position: relative;
  margin: 1.875rem 0 0 0;
}

.cm-single-central-slide-image .swiper-pagination .swiper-pagination-bullet {
  margin: 00.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 0.5);
}

.cm-single-central-slide-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--vsm-primary-colour), 1);
}

.cm-single-central-slide-image .swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.cm-single-central-slide-image .swiper-button-prev {
  left: -30%;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-secondary-colour), 1);
  position: relative;
  border: 0.0625rem solid rgba(var(--vsm-secondary-colour), 1);
  border-radius: 6.25rem;
  width: 3.75rem;
  height: 3.75rem;
}

@media (min-width: 1024px) {
  .cm-single-central-slide-image .swiper-button-prev {
    left: -19%;
  }
}

.cm-single-central-slide-image .swiper-button-prev:after {
  content: "";
}

.cm-single-central-slide-image .swiper-button-next {
  right: -30%;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-secondary-colour), 1);
  position: relative;
  border: 0.0625rem solid rgba(var(--vsm-secondary-colour), 1);
  border-radius: 6.25rem;
  width: 3.75rem;
  height: 3.75rem;
}

@media (min-width: 1024px) {
  .cm-single-central-slide-image .swiper-button-next {
    right: -19%;
  }
}

.cm-single-central-slide-image .swiper-button-next:after {
  content: "";
}

.cm-single-central-slide-image .content {
  padding: 0;
}

.vsm-contained-full-width-banner.end-to-end .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.vsm-contained-full-width-banner.end-to-end .container .media {
  border-radius: 0;
}

.cm-two-list {
  position: relative;
}

.cm-two-list .bg {
  background: #272f39;
  background: -webkit-gradient(linear, left bottom, left top, from(#272f39), to(#333e4b));
  background: linear-gradient(0deg, #272f39 0%, #333e4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272f39", endColorstr="#333e4b", GradientType=1);
}

.cm-two-list .bg:before {
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #283039), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, #283039 20%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
}

.cm-two-list:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-two-list:after {
    height: 8.125rem;
  }
}

.cm-two-list .cm-body {
  position: relative;
  z-index: 1;
  top: 3.125rem;
}

.cm-two-list .cm-body:before {
  content: "\f30b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  position: absolute;
  text-align: center;
  margin: 9rem auto;
  left: 0;
  right: 0;
  color: white;
  height: calc(100% - 50px);
}

.cm-two-list .cm-body .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .cm-two-list .cm-body .row .col {
    max-width: 41.66666667%;
  }
}

.cm-two-list .content .sm-heading {
  color: white;
  margin-bottom: 3.125rem;
}

.cm-two-list .content ul {
  padding: 0 1.25rem;
  list-style: none;
  margin: 0;
}

.cm-two-list .content ul li {
  color: white;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0;
}

.cm-two-list .content ul.primary-colour {
  background: #4e55ae;
  background: -webkit-gradient(linear, left bottom, left top, from(#4e55ae), to(#4e1d91));
  background: linear-gradient(0deg, #4e55ae 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e55ae", endColorstr="#4e1d91", GradientType=1);
  border-radius: 0.5rem;
}

.cm-two-list .content ul.secondary-colour {
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  border-radius: 0.625rem;
}

.vsm-content-layout-4 .left-col .media {
  border-radius: 0.5rem;
  padding-top: 120%;
}

.vsm-content-layout-4 .right-col {
  max-width: 540px;
  padding: 0 1.875rem;
}

@media (min-width: 768px) {
  .vsm-content-layout-4 .right-col {
    max-width: 100%;
  }
}

.vsm-content-layout-4 .right-col .media {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .vsm-content-layout-4 .right-col .media {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    margin-bottom: 0;
  }
}

.cm-card-overlay-content-carousel {
  position: relative;
  overflow: hidden;
}

.cm-card-overlay-content-carousel .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cm-card-overlay-content-carousel .flex-wrapper .flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cm-card-overlay-content-carousel .flex-wrapper .flex-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cm-card-overlay-content-carousel .cm-header {
  margin-bottom: 1.875rem;
  text-align: center;
  color: white;
}

.cm-card-overlay-content-carousel .cm-header .heading,
.cm-card-overlay-content-carousel .cm-header .xs-heading,
.cm-card-overlay-content-carousel .cm-header .rte,
.cm-card-overlay-content-carousel .cm-header .rte p {
  color: white;
}

.cm-card-overlay-content-carousel .cm-header .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.cm-card-overlay-content-carousel .cm-body .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-card-overlay-content-carousel .swiper-container {
  overflow: visible;
}

.cm-card-overlay-content-carousel .swiper-pagination {
  display: none;
  position: relative;
  margin: 1.875rem 0 0 0;
}

.cm-card-overlay-content-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 00.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 0.5);
}

.cm-card-overlay-content-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--vsm-primary-colour), 1);
}

.cm-card-overlay-content-carousel .swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cm-card-overlay-content-carousel .swiper-navigation div {
  margin: 0 0 0 1.875rem;
  left: 0;
  right: 0;
}

.cm-card-overlay-content-carousel .swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

.cm-card-overlay-content-carousel .swiper-button-prev:after {
  content: "";
}

.cm-card-overlay-content-carousel .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

.cm-card-overlay-content-carousel .swiper-button-next:after {
  content: "";
}

.cm-card-overlay-content-carousel:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-card-overlay-content-carousel:before {
    height: 8.125rem;
  }
}

.cm-card-overlay-content-carousel:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-light-purple-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .cm-card-overlay-content-carousel:after {
    height: 8.125rem;
  }
}

.cm-card-overlay-content-carousel > .bg {
  position: relative;
  padding: 5rem 0;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, #c642d8;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#c642d8), to(#00dbff));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, linear-gradient(0deg, #c642d8 0%, #00dbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c642d8", endColorstr="#00dbff", GradientType=1);
  background-size: contain;
}

.cm-card-overlay-content-carousel > .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-aqua-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-card-overlay-content-carousel > .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.cm-card-overlay-content-carousel > .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-card-overlay-content-carousel > .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.cm-card-overlay-content-carousel .content {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.cm-card-overlay-content-carousel .content .media {
  height: 100%;
  max-height: 28.125rem;
}

.cm-card-overlay-content-carousel .content .media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cm-card-overlay-content-carousel .content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4rem 0.9rem;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}

.cm-card-overlay-content-carousel .content .overlay .xs-heading {
  color: #ff8b00;
}

.cm-card-overlay-content-carousel .content .overlay .rte,
.cm-card-overlay-content-carousel .content .overlay .rte p,
.cm-card-overlay-content-carousel .content .overlay .rte li,
.cm-card-overlay-content-carousel .content .overlay a {
  color: white;
}

.cm-card-overlay-content-carousel .content:hover .overlay {
  opacity: 1;
}

.main > .vsm-responsive-nav {
  -webkit-transition: 800ms top ease;
  transition: 800ms top ease;
  background: #373656;
}

.main > .vsm-responsive-nav .displayed-nav li a {
  color: rgba(255, 255, 255, 0.8);
}

.main > .vsm-responsive-nav .displayed-nav li a:hover {
  color: white;
}

.main > .vsm-responsive-nav .more-nav li span {
  color: white;
}

.main > .vsm-responsive-nav .more-nav li span i {
  color: white;
}

.main > .vsm-responsive-nav .more-nav:hover li span {
  color: #333e4b;
}

.main > .vsm-responsive-nav .more-nav:hover li span i {
  color: #333e4b;
}

.main > .vsm-responsive-nav .search-bar .btn {
  border-radius: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  margin-left: 0 !important;
}

.main > .vsm-responsive-nav .search-bar .btn i {
  color: white;
}

.main > .vsm-responsive-nav .form-control {
  font-family: "Inter", sans-serif;
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

.main > .vsm-responsive-nav .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.main > .vsm-responsive-nav .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.main > .vsm-responsive-nav .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.main > .vsm-responsive-nav .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.main > .vsm-responsive-nav .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.main > .vsm-responsive-nav .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.vsm-responsive-nav + .vsm-responsive-nav {
  background: white;
}

.vsm-responsive-nav + .vsm-responsive-nav .displayed-nav li a {
  color: rgba(51, 62, 75, 0.6);
}

.vsm-responsive-nav + .vsm-responsive-nav .displayed-nav li a:hover {
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .more-nav li span {
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .more-nav li span i {
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .more-nav:hover li span {
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .more-nav:hover li span i {
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .search-bar .btn {
  background: rgba(51, 62, 75, 0.3);
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .search-bar .btn i {
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .form-control {
  background: rgba(51, 62, 75, 0.3);
  color: #333e4b;
}

.vsm-responsive-nav + .vsm-responsive-nav .form-control::-webkit-input-placeholder {
  color: rgba(51, 62, 75, 0.6);
}

.vsm-responsive-nav + .vsm-responsive-nav .form-control:-ms-input-placeholder {
  color: rgba(51, 62, 75, 0.6);
}

.vsm-responsive-nav + .vsm-responsive-nav .form-control::-ms-input-placeholder {
  color: rgba(51, 62, 75, 0.6);
}

.vsm-responsive-nav + .vsm-responsive-nav .form-control::placeholder {
  color: rgba(51, 62, 75, 0.6);
}

.vsm-responsive-nav + .vsm-responsive-nav .form-control:-moz-placeholder {
  color: rgba(51, 62, 75, 0.6);
}

.vsm-responsive-nav + .vsm-responsive-nav .form-control::-webkit-input-placeholder {
  color: rgba(51, 62, 75, 0.6);
}

.vsm-responsive-nav.hidden {
  -webkit-transition: 800ms top ease;
  transition: 800ms top ease;
  top: -1px !important;
}

.vsm-responsive-nav.hidden:nth-child(1) {
  z-index: 100 !important;
}

.fixed-bar-position header {
  z-index: 97;
}

.vsm-responsive-nav + .vsm-responsive-nav {
  -webkit-box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
}

.vsm-media-hub-featured-section {
  position: relative;
}

.vsm-media-hub-featured-section .vsm-header .sm-heading {
  color: white;
}

.vsm-media-hub-featured-section .bg {
  background-color: black;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0rem 0 3.75rem 0;
  position: relative;
}

.vsm-media-hub-featured-section .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #272f39;
  background: -webkit-gradient(linear, left bottom, left top, from(#272f39), to(#333e4b));
  background: linear-gradient(0deg, #272f39 0%, #333e4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272f39", endColorstr="#333e4b", GradientType=1);
  mix-blend-mode: normal;
}

.vsm-media-hub-featured-section .bg .component-wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container > .row > .col:nth-child(1) > .row > .col:nth-child(1) {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .xs-heading {
  color: white;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container > .row > .col:nth-child(1) > .row > .col:nth-child(1) > .post:nth-of-type(1) .post-title {
  color: white;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container > .row > .col:nth-child(1) > .row > .col .post-title {
  color: rgba(255, 255, 255, 0.8);
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container > .row > .col:nth-child(1) > .row > .col .tag {
  color: white;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .author .author-details .title {
  color: rgba(255, 255, 255, 0.8);
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .author .author-details .title .post-date {
  color: rgba(255, 255, 255, 0.9);
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .media {
  border-radius: 0.5rem;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post {
  color: white;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post .post-details a.tag {
  color: white;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post .post-details a.post-title {
  color: rgba(255, 255, 255, 0.8);
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post .post-details .post-snippet {
  color: rgba(255, 255, 255, 0.8);
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post .post-details .author {
  color: white;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post .post-details .post-date {
  color: rgba(255, 255, 255, 0.9);
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post a.media {
  border-top: 0.5rem solid #4e1d91;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post.-sector-graduates a.media {
  border-color: #67c40e;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post.-sector-executive a.media {
  border-color: #00dbff;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post.-sector-sales-training a.media {
  border-color: #ff8b00;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post.-sector-apprenticeships a.media {
  border-color: #e21069;
}

.vsm-media-hub-featured-section .bg .component-wrapper .vsm-body .container .row .col .post.-sector-company a.media {
  border-color: #4d52b1;
}

.vsm-media-hub-featured-section:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-media-hub-featured-section:after {
    height: 8.75rem;
  }
}

.vsm-media-hub-featured-section + .vsm-media-hub-category-latest-carousel .bg {
  background: none;
}

.vsm-media-hub-extra-row .media img {
  border-radius: 0.5rem;
}

.vsm-media-hub-more-row .media img {
  border-radius: 0.5rem;
}

.vsm-media-hub-search-results .search-results li .post .media img {
  border-radius: 0.5rem;
}

.vsm-content-in-image-100 .content-in-image {
  border-radius: 0.5rem;
}

.vsm-content-in-image-100 .content-in-image .media:before {
  display: none;
}

@media (min-width: 768px) {
  .vsm-content-in-image-100 .content-in-image .col {
    max-width: 66.66666%;
  }
}

.vsm-media-hub .hero-bg {
  border-radius: 0.5rem;
}

.vsm-media-hub .newsletter-signup .btn {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.vsm-media-hub .article-tags dt {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-media-hub .article-tags dd {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-media-hub .article-tags dd a {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-media-hub .post .media img {
  border-radius: 0.5rem;
}

.vsm-media-hub .post .post-title {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-blog-article .media.featured img {
  border-radius: 0.5rem;
}

.vsm-featured-blog-article .hero-bg {
  border-radius: 0.5rem;
  overflow: hidden;
}

.job-listing .job-data.in-shortlist {
  padding: 1rem;
}

.job-listing .job-data.in-shortlist .btn {
  padding: 0.625rem 1.575rem;
}

.vsm-data-capture-alt .form-preview .element.checkbox a {
  color: white;
}

.vsm-latest-featured {
  position: relative;
}

.vsm-latest-featured .vsm-body .media img {
  border-radius: 0.5rem;
}

.vsm-latest-featured .vsm-body .content .subtitle {
  margin: 0.5rem 0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-latest-featured.has-bottom-angle {
  position: relative;
}

.vsm-latest-featured.has-bottom-angle:after {
  opacity: 0.1;
}

.vsm-latest-featured.has-bottom-angle .component-wrapper {
  position: relative;
}

.vsm-latest-featured.has-bottom-angle .component-wrapper .vsm-body .media img {
  border-radius: 0.5rem;
}

.vsm-latest-featured.has-bottom-angle .bg {
  position: relative;
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(40, 48, 57, 0.1)), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, rgba(40, 48, 57, 0.1) 20%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 3.75rem 0 3.75rem 0;
}

.vsm-latest-featured.has-bottom-angle .bg:before {
  mix-blend-mode: normal;
}

.mouse {
  width: 20px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.mouse::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 1s infinite;
  -webkit-animation: wheel 1s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 20px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 20px;
  }
}

.vsm-job-details .element.checkbox .error, .vsm-form-hero .error{
  font-weight: 300;
}

.vsm-job-search-results-listings-alt {
  position: relative;
}

.vsm-job-search-results-listings-alt .page-item.disabled .page-link {
  background: rgba(255, 255, 255, 0);
}

.vsm-job-search-results-listings-alt .vsm-body > .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-job-search-results-listings-alt .vsm-body > .container > .row .col:nth-child(2) {
  display: none;
}

.vsm-job-search-results-listings-alt .side-cta {
  border-radius: 0.5rem;
}

.vsm-job-search-results-listings-alt .side-cta .btn {
  border: 0.0625rem solid white;
}

.vsm-job-search-results-listings-alt:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  opacity: 0.1;
}

@media (min-width: 768px) {
  .vsm-job-search-results-listings-alt:after {
    height: 8.125rem;
  }
}

.vsm-job-search-results-listings-alt .bg {
  position: relative;
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(40, 48, 57, 0.1)), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, rgba(40, 48, 57, 0.1) 20%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0rem 0 3.75rem 0;
}

.vsm-job-search-results-listings-alt .bg:before {
  mix-blend-mode: normal;
}

.vsm-job-search-results-listings-alt .job-listing .job-data {
  background: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 0.0625rem solid rgba(51, 62, 75, 0.1);
  padding: 0 0 1.875rem 0;
}

.vsm-job-search-results-listings-alt .job-listing .job-data ul.job-data-highlights {
  margin: 1.25rem 0;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .xs-heading {
  font-size: 28px;
  font-size: 1.75rem;
}

.vsm-job-search-results-listings-alt .job-listing .job-data p {
  display: none;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .btn {
  background: #4d52b1;
  border-color: #4d52b1;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .btn:hover {
  background: #e21069;
  border-color: #e21069;
}

.vsm-job-search-results-listings-alt .job-listing li:last-child .job-data {
  border-bottom: 0;
}

.cm-search-hero {
  position: relative;
}

.cm-search-hero:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  opacity: 1;
  z-index: 0;
}

@media (min-width: 768px) {
  .cm-search-hero:after {
    height: 8.125rem;
  }
}

.cm-search-hero .bg {
  z-index: 1;
  position: relative;
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #283039), to(#283039));
  background: linear-gradient(0deg, #283039 20%, #283039 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.875rem 0 0 0;
}

@media (min-width: 768px) {
  .cm-search-hero .bg {
    padding: 3.75rem 0 0 0;
  }
}

@media (min-width: 1400px) {
  .cm-search-hero .bg {
    padding: 5.625rem 0 0 0;
  }
}

.cm-search-hero .bg:before {
  mix-blend-mode: normal;
}

.cm-search-hero .cm-body {
  position: relative;
}

.cm-search-hero .cm-body > .container > .row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-search-hero .cm-body > .container > .row > .col:nth-child(1) {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .cm-search-hero .cm-body > .container > .row > .col:nth-child(1) {
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .cm-search-hero .cm-body > .container > .row > .col:nth-child(1) {
    max-width: 41.66666667%;
  }
}

.cm-search-hero .cm-body > .container > .row > .col:nth-child(2) {
  display: none;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .cm-search-hero .cm-body > .container > .row > .col:nth-child(2) {
    max-width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% + 30px);
  }
}

@media (min-width: 1024px) {
  .cm-search-hero .cm-body > .container > .row > .col:nth-child(2) {
    max-width: 75%;
  }
}

.cm-search-hero .form-holder {
  background: white;
  border-radius: 0.5rem;
  padding: 1.875rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.cm-search-hero .form-holder label {
  font-weight: 600;
}

.cm-search-hero .form-holder .row:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-search-hero .media {
  border-radius: 0.5rem;
  width: 100%;
}

.cm-search-hero .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cm-search-hero .media .video {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
}

.cm-search-hero .media .video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(40, 48, 57, 0.1)), to(rgba(40, 48, 57, 0)));
  background: linear-gradient(0deg, rgba(40, 48, 57, 0.1) 20%, rgba(40, 48, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  mix-blend-mode: normal;
  top: 0;
  left: 0;
}

.cm-search-hero .media .video video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none !important;
}

.cm-search-hero .media .video iframe {
  pointer-events: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 120%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

@media (min-width: 768px) {
  .cm-search-hero .media .video iframe {
    display: block;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .cm-search-hero .media .video iframe {
    width: 177.78vh;
  }
}

.cm-testimonial-carousel-logo .bg {
  background: rgba(255, 255, 255, 0);
  position: relative;
  padding: 0;
}

.cm-testimonial-carousel-logo .bg:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-testimonial-carousel-logo .bg:before {
    height: 8.125rem;
  }
}

.cm-testimonial-carousel-logo .bg:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-darker-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .cm-testimonial-carousel-logo .bg:after {
    height: 8.125rem;
  }
}

.cm-testimonial-carousel-logo .bg .component-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-lighter-angle-top.svg) no-repeat right bottom;
  background-size: contain;
  top: 0;
}

@media (min-width: 768px) {
  .cm-testimonial-carousel-logo .bg .component-wrapper:before {
    height: 8.125rem;
  }
}

.cm-testimonial-carousel-logo .bg .component-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .cm-testimonial-carousel-logo .bg .component-wrapper:after {
    height: 8.125rem;
  }
}

.cm-testimonial-carousel-logo .bg .component-wrapper .cm-body {
  padding: 1.875rem 0;
  background: #333e4a;
  background: -webkit-gradient(linear, left top, left bottom, from(#333e4a), to(#202124));
  background: linear-gradient(180deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
}

.cm-testimonial-carousel-logo .swiper-pagination {
  position: relative;
  margin: 1.875rem 0 0 0;
}

.cm-testimonial-carousel-logo .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 0.5);
}

.cm-testimonial-carousel-logo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--vsm-primary-colour), 1);
}

.cm-testimonial-carousel-logo .swiper-navigation {
  position: relative;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cm-testimonial-carousel-logo .swiper-navigation div {
  margin: 0 0 0 1.875rem;
  left: 0;
  right: 0;
}

.cm-testimonial-carousel-logo .swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}

.cm-testimonial-carousel-logo .swiper-button-prev:after {
  content: "";
}

.cm-testimonial-carousel-logo .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}

.cm-testimonial-carousel-logo .swiper-button-next:after {
  content: "";
}

.cm-testimonial-carousel-logo .testimonial-data .col {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.cm-testimonial-carousel-logo .testimonial-data .media {
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
}

.cm-testimonial-carousel-logo .testimonial-data .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.cm-testimonial-carousel-logo .testimonial-data .media[data-initials]:before {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.cm-testimonial-carousel-logo .testimonial-data blockquote {
  width: 83.3333333333%;
  margin: 1.875rem auto;
  color: white;
}

.cm-testimonial-carousel-logo .testimonial-data blockquote q {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  display: block;
}

.cm-testimonial-carousel-logo .testimonial-data blockquote .name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.cm-testimonial-carousel-logo .testimonial-data blockquote .position {
  display: block;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}

.cm-testimonial-carousel-logo .testimonial-data .media[data-initials]:before {
  background: #e21069;
}

.cm-testimonial-carousel-logo .swiper-pagination .swiper-pagination-bullet {
  background: #e21069;
}

.cm-testimonial-carousel-logo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e21069;
}

.cm-testimonial-carousel-logo .logos {
  margin-top: 3.75rem;
}

.cm-testimonial-carousel-logo .logos .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-testimonial-carousel-logo .logos .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
}

@media (min-width: 768px) {
  .cm-testimonial-carousel-logo .logos .col {
    max-width: 25%;
  }
}

.cm-testimonial-carousel-logo .logos .media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-testimonial-carousel-logo .logos .media img {
  width: 100%;
  max-width: 12.5rem;
  max-height: 5rem;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(118%) contrast(119%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(118%) contrast(119%);
}

.vsm-split-content-33-33-33 {
  position: relative;
}

.vsm-split-content-33-33-33 .component-wrapper .vsm-body {
  padding: 1.875rem 0;
}

.vsm-split-content-33-33-33 .component-wrapper .vsm-body .sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.vsm-split-content-33-33-33.has-dark-angles:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-split-content-33-33-33.has-dark-angles:before {
    height: 8.125rem;
  }
}

.vsm-split-content-33-33-33.has-dark-angles:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-darker-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .vsm-split-content-33-33-33.has-dark-angles:after {
    height: 8.125rem;
  }
}

.vsm-split-content-33-33-33.has-dark-angles .bg {
  background: #333e4a;
  background: -webkit-gradient(linear, left top, left bottom, from(#333e4a), to(#202124));
  background: linear-gradient(180deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
  background-size: contain;
  position: relative;
  padding: 5rem 0;
}

.vsm-split-content-33-33-33.has-dark-angles .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-lighter-angle-top.svg) no-repeat right bottom;
  background-size: contain;
  top: -4.5625rem;
}

@media (min-width: 768px) {
  .vsm-split-content-33-33-33.has-dark-angles .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.vsm-split-content-33-33-33.has-dark-angles .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
  bottom: -4.5625rem;
}

@media (min-width: 768px) {
  .vsm-split-content-33-33-33.has-dark-angles .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.vsm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .vsm-header .xs-heading {
  color: white;
}

.vsm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .vsm-header .md-heading {
  color: white;
}

.vsm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .vsm-header .rte {
  color: white;
}

.vsm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .vsm-body .sm-heading {
  color: #00dbff;
}

.vsm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .vsm-body .rte {
  color: white;
}

.vsm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .vsm-body .rte a {
  color: #00dbff;
}

.vsm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .vsm-body .btn {
  border-color: #00dbff;
  background-color: #00dbff;
}

.cm-split-content-33-33-33 {
  position: relative;
}

.cm-split-content-33-33-33 .component-wrapper .cm-body {
  padding: 1.875rem 0;
}

.cm-split-content-33-33-33 .component-wrapper .cm-body .sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.cm-split-content-33-33-33.has-dark-angles:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-split-content-33-33-33.has-dark-angles:before {
    height: 8.125rem;
  }
}

.cm-split-content-33-33-33.has-dark-angles:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-darker-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .cm-split-content-33-33-33.has-dark-angles:after {
    height: 8.125rem;
  }
}

.cm-split-content-33-33-33.has-dark-angles .bg {
  background: #333e4a;
  background: -webkit-gradient(linear, left top, left bottom, from(#333e4a), to(#202124));
  background: linear-gradient(180deg, #333e4a 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e4a", endColorstr="#202124", GradientType=1);
  background-size: contain;
  position: relative;
  padding: 5rem 0;
}

.cm-split-content-33-33-33.has-dark-angles .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-lighter-angle-top.svg) no-repeat right bottom;
  background-size: contain;
  top: -4.5625rem;
}

@media (min-width: 768px) {
  .cm-split-content-33-33-33.has-dark-angles .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.cm-split-content-33-33-33.has-dark-angles .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
  bottom: -4.5625rem;
}

@media (min-width: 768px) {
  .cm-split-content-33-33-33.has-dark-angles .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-header .xs-heading {
  color: white;
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-header .md-heading {
  color: white;
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-header .rte {
  color: white;
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-body .sm-heading {
  color: #00dbff;
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-body .rte {
  color: white;
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-body .rte a {
  color: #00dbff;
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-body .btn {
  border-color: #00dbff;
  background-color: #00dbff;
}

.cm-split-content-33-33-33.has-dark-angles .bg .component-wrapper .cm-footer .btn {
  border-color: #00dbff;
  background-color: #00dbff;
}

.vsm-timeline-single-view {
  position: relative;
}

.vsm-timeline-single-view:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-timeline-single-view:before {
    height: 8.125rem;
  }
}

.vsm-timeline-single-view:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .vsm-timeline-single-view:after {
    height: 8.125rem;
  }
}

.vsm-timeline-single-view > .bg {
  padding: 5rem 0;
  position: relative;
  background: #e21069;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
}

.vsm-timeline-single-view > .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-timeline-single-view > .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.vsm-timeline-single-view > .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-timeline-single-view > .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.vsm-timeline-single-view .vsm-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-timeline-single-view .vsm-body .swiper-slide .xs-heading,
.vsm-timeline-single-view .vsm-body .swiper-slide .rte {
  color: white;
}

.vsm-timeline-single-view .vsm-body .swiper-slide .media {
  border-radius: 0.5rem;
}

.vsm-timeline-single-view .vsm-body .swiper-pagination {
  position: relative;
  overflow: visible;
}

.vsm-timeline-single-view .vsm-body .swiper-pagination .swiper-pagination-bullet {
  text-indent: -300em;
  color: white;
}

@media (min-width: 1024px) {
  .vsm-timeline-single-view .vsm-body .swiper-pagination .swiper-pagination-bullet {
    text-indent: 0em;
  }
}

.vsm-timeline-single-view .vsm-body .swiper-pagination .swiper-pagination-bullet::before {
  background-color: white;
}

.vsm-single-central-slide.carousel {
  position: relative;
}

.vsm-single-central-slide.carousel:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-single-central-slide.carousel:before {
    height: 8.125rem;
  }
}

.vsm-single-central-slide.carousel:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .vsm-single-central-slide.carousel:after {
    height: 8.125rem;
  }
}

.vsm-single-central-slide.carousel > .bg {
  padding: 5rem 0;
  position: relative;
  background: #e21069;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
}

.vsm-single-central-slide.carousel > .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-single-central-slide.carousel > .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.vsm-single-central-slide.carousel > .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-single-central-slide.carousel > .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.vsm-full-width-featured-testimonial-carousel .vsm-body > .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-full-width-featured-testimonial-carousel .swiper-container {
  padding-bottom: 2.1875rem;
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .col .media {
  position: relative;
  top: 1.25rem;
  border-radius: 0.5rem;
  aspect-ratio: 1/1;
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote {
  width: 100%;
  left: 0%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
  font-family: "Inter", sans-serif;
}

@media (min-width: 768px) {
  .vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote {
    width: calc(100% + 12%);
    left: -12%;
  }
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2.1875rem;
  left: 0;
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: -2.1875rem;
}

@media (min-width: 768px) {
  .vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote:after {
    height: 2.1875rem;
  }
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote q {
  line-height: 1.4;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote q,
.vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote a,
.vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote .author {
  color: rgba(255, 255, 255, 0.9);
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .col blockquote .author {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-full-width-call-to-action-alt {
  position: relative;
}

.vsm-full-width-call-to-action-alt:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action-alt:before {
    height: 8.125rem;
  }
}

.vsm-full-width-call-to-action-alt:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action-alt:after {
    height: 8.125rem;
  }
}

.vsm-full-width-call-to-action-alt > .bg {
  padding: 5rem 0;
  position: relative;
  background: #e21069;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
}

.vsm-full-width-call-to-action-alt > .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action-alt > .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.vsm-full-width-call-to-action-alt > .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action-alt > .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.vsm-full-width-call-to-action-alt .vsm-body > .row > .col {
  max-width: 66.6666667%;
}

.vsm-full-width-call-to-action-alt .vsm-body > .row > .col .content .rte {
  margin-bottom: 1.875rem;
}

.vsm-full-width-call-to-action-alt .vsm-body > .row > .col .content .btn {
  border-color: white;
  background-color: rgba(255, 255, 255, 0);
}

.vsm-full-width-call-to-action-alt .vsm-body > .row > .col .content .btn:hover {
  background-color: white;
}

.vsm-full-width-call-to-action-alt .vsm-body > .row > .col .content .btn:hover span {
  color: #e21069;
}

.vsm-single-central-slide.carousel .vsm-header .xs-heading {
  color: white;
}

.vsm-single-central-slide.carousel .vsm-header .md-heading {
  color: white;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-button-prev,
.vsm-single-central-slide.carousel .vsm-body .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  top: 0;
  border: 1px solid rgba(var(--vsm-white), 1);
  border-radius: 100em;
  width: 3.5rem;
  height: 3.5rem;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-button-prev {
  left: -30%;
}

@media (min-width: 1024px) {
  .vsm-single-central-slide.carousel .vsm-body .swiper-button-prev {
    left: -20%;
  }
}

.vsm-single-central-slide.carousel .vsm-body .swiper-button-next {
  right: -30%;
}

@media (min-width: 1024px) {
  .vsm-single-central-slide.carousel .vsm-body .swiper-button-next {
    right: -20%;
  }
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container {
  overflow: visible;
  max-width: 50%;
}

@media (min-width: 1024px) {
  .vsm-single-central-slide.carousel .vsm-body .swiper-container {
    max-width: 100%;
  }
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide {
  opacity: 1;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide .content {
  border-color: white;
  -webkit-transition: 800ms background ease-in-out;
  transition: 800ms background ease-in-out;
  padding: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide .content .post-sector {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: white;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide .content .xs-heading a {
  color: white;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide .content .post-location {
  font-size: 28px;
  font-size: 1.75rem;
  color: white;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide .content .post-type {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: white;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide.swiper-slide-active .content {
  background: white;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide.swiper-slide-active .content .post-sector {
  color: #333e4b;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide.swiper-slide-active .content .xs-heading a {
  color: #333e4b;
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide.swiper-slide-active .content .post-location {
  color: rgba(51, 62, 75, 0.8);
}

.vsm-single-central-slide.carousel .vsm-body .swiper-container .swiper-slide.swiper-slide-active .content .post-type {
  color: rgba(51, 62, 75, 0.8);
}

.vsm-get-in-touch-form .btn:hover {
  color: white;
}

.vsm-get-in-touch-form .vsm-body {
  padding-bottom: 3.125rem;
}

.vsm-get-in-touch-form .vsm-body > .container > .row:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.vsm-get-in-touch-form .vsm-body > .container > .row:nth-child(1) > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 66.66666667%;
  text-align: center;
}

.vsm-get-in-touch-form .vsm-body > .container > .row:nth-child(1) > .col .sm-heading {
  margin-bottom: 3.75rem;
}

.vsm-get-in-touch-form .vsm-body .form-holder {
  position: relative;
}

.vsm-get-in-touch-form .vsm-body .form-holder .element label {
  font-weight: 600;
}

.vsm-get-in-touch-form .vsm-body .form-holder .row > .col:nth-child(2) > .row:last-child {
  position: absolute;
  bottom: -3.125rem;
  text-align: center;
  width: 100%;
  left: 0;
}

.vsm-latest-featured-alt .vsm-body .content-card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vsm-latest-featured-alt .vsm-body .content-card .media:before {
  background: #4e248f;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e248f), to(#e6e6e6));
  background: linear-gradient(180deg, #4e248f 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e248f", endColorstr="#e6e6e6", GradientType=1);
  mix-blend-mode: multiply;
}

.vsm-latest-featured-alt .vsm-body .content-card .content .media {
  height: auto;
}

.cm-content-in-image-100 .bg > .container-fluid {
  max-width: 87.5rem;
}

.cm-content-in-image-100 .content-in-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
}

.cm-content-in-image-100 .content-in-image > .media {
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
}

.cm-content-in-image-100 .content-in-image > .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cm-content-in-image-100 .content-in-image > .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e21069;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 16, 105, 0.6)), to(rgba(78, 29, 145, 0)));
  background: linear-gradient(180deg, rgba(226, 16, 105, 0.6) 0%, rgba(78, 29, 145, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
}

.cm-content-in-image-100 .content-in-image .content {
  position: relative;
  z-index: 1;
  padding: 5rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.cm-content-in-image-100 .content-in-image .content .media {
  max-height: 7.5rem;
  max-width: 7.5rem;
  margin-bottom: 1.875rem;
}

.cm-content-in-image-100 .content-in-image .content .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cm-content-in-image-100 .content-in-image .content .xs-heading {
  color: white;
}

.cm-content-in-image-100 .content-in-image .content .md-heading {
  color: white;
  font-size: 50px;
  font-size: 3.125rem;
}

.cm-content-in-image-100 .content-in-image .content .rte {
  color: white;
}

.cm-content-in-image-100 .content-in-image .content .rte p,
.cm-content-in-image-100 .content-in-image .content .rte li,
.cm-content-in-image-100 .content-in-image .content .rte dd {
  color: white;
}

.cm-content-in-image-100 .content-in-image .content .btn {
  margin-top: 1.875rem;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0);
}

.cm-content-in-image-100 .content-in-image .content .btn span {
  color: white;
}

.cm-content-in-image-100 .content-in-image .content .btn:hover {
  background: white;
}

.cm-content-in-image-100 .content-in-image .content .btn:hover span {
  color: #333e4b;
}

.cm-content-in-image-100 .content-in-image:hover .media {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cm-content-in-image-100 .content-in-image [class*='col'] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .cm-content-in-image-100 .content-in-image .col {
    max-width: 75%;
  }
}

.cm-content-in-image-100 .content-in-image .col-auto {
  width: 100%;
}

.vsm-profile-cards .vsm-body > .row {
  margin-left: auto;
  margin-right: auto;
}

.vsm-profile-cards .vsm-body > .row .col {
  background: rgba(255, 255, 255, 0);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

@media (min-width: 1024px) {
  .vsm-profile-cards .vsm-body > .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.vsm-profile-cards .vsm-body > .row .col .profile .media {
  min-width: 100%;
  min-height: 100%;
  border-radius: 0.5rem;
  min-height: 18.75rem;
}

.vsm-profile-cards .vsm-body > .row .col .profile .media img {
  border-radius: 0;
}

.vsm-profile-cards .vsm-body > .row .col .profile .media:before {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  min-height: 18.75rem;
  line-height: 18.75rem;
}

.vsm-profile-cards .vsm-body > .row .col .profile .content {
  text-align: left;
}

.vsm-profile-cards .vsm-body > .row .col .profile .content h4 {
  text-align: left;
}

.vsm-profile-cards .vsm-body > .row .col .profile .content p {
  text-align: left;
}

.vsm-profile-cards .vsm-body > .row .col .profile .content .rte {
  display: none;
}

.vsm-profile-cards.extended .vsm-body > .row {
  margin-left: auto;
  margin-right: auto;
}

.vsm-profile-cards.extended .vsm-body > .row .col {
  background: rgba(255, 255, 255, 0);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 1024px) {
  .vsm-profile-cards.extended .vsm-body > .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .media {
  margin: 1.875rem 0;
  border-radius: 0.5rem;
  min-width: 10rem;
  min-height: 13.75rem;
  position: relative;
  max-width: 10rem;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .media:before {
  border-radius: 0.5rem;
  min-width: 10rem;
  min-height: 13.75rem;
  line-height: 13.75rem;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .media img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content {
  width: 100%;
  text-align: left;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
  position: relative;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content:before {
  content: "";
  position: absolute;
  background: #283039;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(40, 48, 57, 0.1)), to(rgba(40, 48, 57, 0.1)));
  background: linear-gradient(0deg, rgba(40, 48, 57, 0.1) 20%, rgba(40, 48, 57, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283039", endColorstr="#283039", GradientType=1);
  width: calc(100% + 5rem);
  height: 100%;
  left: -5rem;
  top: 0rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 5rem);
  left: -5rem;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  opacity: 0.1;
  bottom: -4.56rem;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content h4 {
  text-align: left;
  position: relative;
  color: #4e1d91;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content p {
  text-align: left;
  position: relative;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content h4 ~ p {
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid rgba(51, 62, 75, 0.1);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content .rte {
  text-align: left;
  position: relative;
  display: block;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content .social {
  text-align: left;
  position: relative;
}

.vsm-profile-cards.extended .vsm-body > .row .col .profile .content .btn {
  position: relative;
}

.cm-full-width-call-to-action-event-date {
  position: relative;
}

.cm-full-width-call-to-action-event-date .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-full-width-call-to-action-event-date .content {
  color: rgba(var(--vsm-white), 1);
}

.cm-full-width-call-to-action-event-date .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.cm-full-width-call-to-action-event-date .date {
  display: block;
  width: 10.625rem;
  height: 10.625rem;
  border: 0.375rem solid white;
  border-radius: 0.5rem;
}

.cm-full-width-call-to-action-event-date .date span {
  display: block;
  background: white;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 100%;
  padding: 0rem 0.9375rem 0.3125rem 0.9375rem;
  color: #4e1d91;
}

.cm-full-width-call-to-action-event-date .date strong {
  display: block;
  text-align: center;
  font-size: 64px;
  font-size: 4rem;
  color: rgba(var(--vsm-white), 1);
  font-weight: 600;
}

.cm-full-width-call-to-action-event-date .date strong span {
  background: none;
  display: inline;
  color: rgba(var(--vsm-white), 1);
  vertical-align: text-top;
  font-size: 34px;
  font-size: 2.125rem;
  padding: 0;
}

.cm-full-width-call-to-action-event-date:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: 50%;
  left: 0;
  background: url(../uploads/left-grey-angle-bottom.svg) no-repeat left center;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-full-width-call-to-action-event-date:before {
    height: 8.125rem;
    top: 50%;
  }
}

.cm-full-width-call-to-action-event-date .bg {
  padding: 0rem 0;
  position: relative;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 244, 0)), color-stop(50%, #f4f4f4), to(rgba(244, 244, 244, 0)));
  background: linear-gradient(0deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 50%, rgba(244, 244, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#f4f4f4", GradientType=1);
}

.cm-full-width-call-to-action-event-date .bg .component-wrapper {
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 1.875rem;
  background: #e21069;
  background: -webkit-gradient(linear, left top, right top, from(#e21069), to(#4e1d91));
  background: linear-gradient(90deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  position: relative;
}

@media (min-width: 768px) {
  .cm-full-width-call-to-action-event-date .bg .component-wrapper {
    padding: 1.875rem 3.75rem;
  }
}

.cm-full-width-call-to-action-event-date .bg .component-wrapper .btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid white;
}

.cm-full-width-call-to-action-event-date .bg .component-wrapper .btn:hover {
  background: white;
}

.cm-full-width-call-to-action-event-date .bg .component-wrapper .btn:hover span {
  color: #4e1d91;
}

.cm-full-width-call-to-action-event-date .col {
  position: relative;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-numbered-accordion .bg {
  padding: 4.5625rem 0 0 0;
}

@media (min-width: 768px) {
  .cm-numbered-accordion .bg {
    padding: 8.125rem 0 0 0;
  }
}

.cm-numbered-accordion .component-wrapper {
  padding: 5rem 0;
  position: relative;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
  background: linear-gradient(0deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#f4f4f4", GradientType=1);
  background-size: contain;
}

.cm-numbered-accordion .component-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-grey-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-numbered-accordion .component-wrapper:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.cm-numbered-accordion .cm-header {
  margin-bottom: 1.875rem;
}

.cm-numbered-accordion .cm-header .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-numbered-accordion .cm-header .col {
  max-width: 66.66666667%;
}

.cm-numbered-accordion .cm-header .content .md-heading {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  color: #4e1d91;
}

.cm-numbered-accordion .accordion {
  position: relative;
}

.cm-numbered-accordion .accordion .accordion-item {
  border-radius: 0.5rem;
  outline: none;
  position: relative;
  counter-increment: count;
  width: calc(100% - 6rem);
  margin-left: 6rem;
  margin-bottom: 0.9375rem;
  border: 0;
  background: #272f39;
  padding: 3.125rem 3.125rem 3.125rem 3.125rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#272f39), to(#333e4b));
  background: linear-gradient(0deg, #272f39 0%, #333e4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272f39", endColorstr="#333e4b", GradientType=1);
}

.cm-numbered-accordion .accordion .accordion-item:before {
  content: counter(count);
  position: absolute;
  left: -6rem;
  position: absolute;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  background: #e21069;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6.25rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  padding: 0.5rem 0.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  top: 2.8125rem;
}

.cm-numbered-accordion .accordion .accordion-item:after {
  content: "";
  width: 0.1875rem;
  height: calc(100% - 3rem);
  background: #4e1d91;
  display: block;
  position: absolute;
  top: 6.25rem;
  left: -4.5625rem;
}

.cm-numbered-accordion .accordion .accordion-item:last-child:after {
  display: none;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-header {
  overflow: hidden;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-header:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3125rem 1.3125rem 1.3125rem 0;
  border-color: transparent #333e4b transparent transparent;
  position: absolute;
  left: -1.3125rem;
  top: 3.125rem;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-body .rte {
  color: rgba(255, 255, 255, 0.9);
}

.cm-numbered-accordion .accordion .accordion-item .accordion-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: none;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-button:after {
  background: none;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 35%;
  font-size: 40px;
  font-size: 2.5rem;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-button .sm-heading {
  color: white;
  display: block;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-button p {
  display: block;
  color: #00dbff;
  margin-bottom: 0;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-button p span {
  display: inline-block;
  margin-right: 0.625rem;
}

.cm-numbered-accordion .accordion .accordion-item .accordion-button:focus {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cm-split-40-60-long-content {
  position: relative;
}

.cm-split-40-60-long-content .sharelinks {
  margin: 1.875rem 0rem;
}

.cm-split-40-60-long-content .sharelinks .sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
  color: #e21069;
}

.cm-split-40-60-long-content .sharelinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cm-split-40-60-long-content .sharelinks ul li {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.cm-split-40-60-long-content .sharelinks ul li a {
  background: #283039;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 6.25rem;
  color: white;
  text-decoration: none;
}

.cm-split-40-60-long-content .sharelinks ul li a i {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cm-split-40-60-long-content .sharelinks ul li a:hover {
  background: #e21069;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 768px) {
  .cm-split-40-60-long-content .container > .row > .col:nth-child(1) {
    max-width: 33.33333333%;
  }
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(1) .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  color: #4e1d91;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(1) .btn {
  background: rgba(78, 29, 145, 0);
  border: 0.0625rem solid #4e1d91;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(1) .btn span {
  color: #4e1d91;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(1) .btn:hover {
  background: #4e1d91;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(1) .btn:hover span {
  color: white;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content {
  padding-bottom: 3.75rem;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte h1,
.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte h2,
.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte h3,
.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte h4,
.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte h5,
.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte h6 {
  color: #e21069;
  margin: 1.875rem 0rem 0.9375rem 0rem;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte li {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.cm-split-40-60-long-content .container > .row > .col:nth-child(2) .content .rte li:before {
  content: "\f111";
  font-size: 8px;
  font-size: 0.5rem;
  top: 0.5rem;
}

.cm-split-40-60-long-content .bg {
  padding: 0rem 0;
  position: relative;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(rgba(244, 244, 244, 0)));
  background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#f4f4f4", GradientType=1);
}

.cm-split-40-60-long-content:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.375rem;
  bottom: 0rem;
  left: 0;
  background: url(../uploads/left-grey-angle-bottom.svg) no-repeat left center;
  background-size: contain;
}

@media (min-width: 768px) {
  .cm-split-40-60-long-content:after {
    height: 6.875rem;
    bottom: 0rem;
  }
}

.cm-quote-content-split .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-quote-content-split .row > .col:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .cm-quote-content-split .row > .col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 66.66666667%;
  }
}

.cm-quote-content-split .row > .col:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .cm-quote-content-split .row > .col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.cm-quote-content-split .xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.cm-quote-content-split .content {
  padding: 1.875rem 0;
}

.cm-quote-content-split .content .rte {
  font-size: 18px;
  font-size: 1.125rem;
}

.cm-quote-content-split .content .rte p,
.cm-quote-content-split .content .rte li,
.cm-quote-content-split .content .rte a {
  font-size: inherit;
}

.cm-quote-content-split blockquote q {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #4e1d91;
  padding-left: 0.625rem;
}

@media (min-width: 768px) {
  .cm-quote-content-split blockquote q {
    padding-left: 0rem;
  }
}

.cm-quote-content-split blockquote q:before {
  content: "\f10d";
  font-family: "Montserrat", sans-serif;
  margin-left: -1.875rem;
  margin-right: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: text-top;
}

.cm-quote-content-split blockquote q::after {
  display: none;
}

.cm-quote-content-split .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.cm-columned-content .cm-header {
  margin-bottom: 1.25rem;
}

.cm-columned-content .cm-body .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .cm-columned-content .cm-body .row .col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333333%;
            flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    padding-right: 8.3333333%;
  }
  .cm-columned-content .cm-body .row .col:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    width: 25%;
  }
  .cm-columned-content .cm-body .row .col:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66666667%;
            flex: 1 0 41.66666667%;
    width: 41.66666667%;
  }
}

@media (min-width: 1024px) {
  .cm-columned-content .cm-body .row .col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333333%;
            flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    padding-right: 8.3333333%;
  }
  .cm-columned-content .cm-body .row .col:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    width: 25%;
  }
  .cm-columned-content .cm-body .row .col:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66666667%;
            flex: 1 0 41.66666667%;
    width: 41.66666667%;
  }
}

.cm-columned-content .sm-heading {
  font-size: 16px;
  font-size: 1rem;
  color: #4d52b1;
  font-weight: 400;
}

.cm-columned-content .rte {
  font-size: 18px;
  font-size: 1.125rem;
}

.cm-columned-content .rte p {
  font-size: inherit;
}

.cm-columned-content .rte ul {
  font-size: inherit;
}

.cm-columned-content .rte li {
  position: relative;
  padding-left: 1.25rem;
  font-size: inherit;
}

.cm-columned-content .rte li:before {
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  left: 0rem;
  top: 0.5rem;
  content: "\f111";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #4e1d91;
}

.vsm-centralised-title-intro-text .vsm-body .md-heading {
  margin-bottom: 1.875rem;
}

.levy_calculator {
  color: #fff;
  position: relative;
}

.levy_calculator .btn {
  margin-bottom: 0.9375rem;
}

.levy_calculator:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-dark-angle-top.svg) no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .levy_calculator:before {
    height: 8.125rem;
  }
}

.levy_calculator:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 4.5625rem;
  background: url(../uploads/left-secondary-angle-bottom.svg) no-repeat left top;
  background-size: contain;
  bottom: 0;
}

@media (min-width: 768px) {
  .levy_calculator:after {
    height: 8.125rem;
  }
}

.levy_calculator > .bg {
  padding: 3.75rem 0rem;
  position: relative;
  background: #e21069;
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#e21069), to(#4e1d91));
  background: url(../uploads/brandmark-overlay-primary.svg) no-repeat right center, linear-gradient(0deg, #e21069 0%, #4e1d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e21069", endColorstr="#4e1d91", GradientType=1);
  background-size: contain;
}

.levy_calculator > .bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  top: -4.5625rem;
  background: url(../uploads/right-primary-angle-top.svg) no-repeat right bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .levy_calculator > .bg:before {
    height: 8.125rem;
    top: -8.125rem;
  }
}

.levy_calculator > .bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4.5625rem;
  bottom: -4.5625rem;
  background: url(../uploads/right-dark-angle-bottom.svg) no-repeat right top;
  background-size: contain;
}

@media (min-width: 768px) {
  .levy_calculator > .bg:after {
    height: 8.125rem;
    bottom: -8.125rem;
  }
}

.levy_calculator > .bg .vsm-oversized-statement-block {
  position: relative;
}

.levy_calculator > .bg .vsm-oversized-statement-block .vsm-body > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.levy_calculator > .bg .vsm-oversized-statement-block .col {
  max-width: 83.33333333%;
}

.levy_calculator > .bg .vsm-oversized-statement-block .rte h1, .levy_calculator > .bg .vsm-oversized-statement-block .rte h2, .levy_calculator > .bg .vsm-oversized-statement-block .rte h3, .levy_calculator > .bg .vsm-oversized-statement-block .rte h4, .levy_calculator > .bg .vsm-oversized-statement-block .rte h5, .levy_calculator > .bg .vsm-oversized-statement-block .rte h6 {
  color: white;
  text-align: center;
}

.levy_calculator > .bg .vsm-oversized-statement-block .rte p {
  color: white;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}

.levy_calculator > .bg .vsm-stats-count-up {
  position: relative;
}

.levy_calculator > .bg .vsm-stats-count-up .stat {
  background: none;
}

.levy_calculator > .bg .vsm-stats-count-up .stat .count,
.levy_calculator > .bg .vsm-stats-count-up .stat .description {
  color: white;
  text-align: center;
}

.levy_calculator > .bg .vsm-stats-count-up .stat .count {
  font-size: 55px;
  font-size: 3.4375rem;
}

.levy_calculator > .bg .vsm-stats-count-up .stat .description {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.levy_calculator > .bg > .container > .row > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
  max-width: 75%;
}

.levy_calculator .btn {
  text-decoration: none;
}

.levy_calculator .btn:hover {
  color: white;
}

.levy_calculator h3.heading {
  color: #fff;
  margin-bottom: 0.9375rem;
}

.levy_calculator span.subtitle {
  color: #d2c1db;
}

.levy_calculator ul.steps {
  margin: 0;
  padding: 0;
}

.levy_calculator ul.steps li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-right: 35px;
  opacity: 0.4;
  cursor: pointer;
}

.levy_calculator ul.steps li.current {
  opacity: 1;
}

.levy_calculator ul.steps li:last-of-type {
  margin-right: 0;
}

.levy_calculator ul.steps li:last-of-type::after {
  content: '';
  display: none;
}

.levy_calculator ul.steps li::before {
  position: absolute;
  bottom: 19px;
  right: 0;
  width: 28px;
  height: 28px;
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}

.levy_calculator ul.steps li::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  bottom: 40px;
  left: 38px;
}

.levy_calculator ul.steps li span {
  display: block;
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 0.7px;
}

.levy_calculator .step_one {
  border: 1px solid #fff;
  padding: 40px;
  margin: 50px auto 0 auto;
  border-radius: 0.5rem;
}

.levy_calculator .step_one p {
  color: #fff;
  margin-bottom: 30px;
}

.levy_calculator .calc_input_wrap {
  position: relative;
}

.levy_calculator .calc_input_wrap .currency_icn {
  border: 1px solid #fff;
  border-right: none;
  float: left;
  width: 50px;
  padding: 12px 0 10px 0;
  background: white;
  color: #4d52b1;
  text-align: center;
  font-weight: 600;
}

.levy_calculator .calc_input_wrap .calc_input {
  border: 1px solid #fff;
  border-left: none;
  float: left;
  background: transparent;
  padding: 12px 25px 10px;
  display: block;
  width: calc(100% - 50px);
  color: #ffffff;
  margin-bottom: 0.9375rem;
}

.levy_calculator .calc_input_wrap .calc_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.levy_calculator .calc_input_wrap .calc_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.levy_calculator .calc_input_wrap .calc_input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.levy_calculator .calc_input_wrap .calc_input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.levy_calculator .calc_input_wrap label.error {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  bottom: 0;
}

.levy_calculator .step_two {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 60px 40px;
  margin: 50px auto 0 auto;
  border-radius: 0.5rem;
}

.levy_calculator .step_two p {
  color: #333;
  line-height: 1.3;
  font-size: 1em;
  font-weight: 600;
}

.levy_calculator .step_two span {
  color: #333e4b;
  font-weight: 700;
  font-size: 3em;
  line-height: 50px;
  display: block;
  margin: 18px 0 5px 0;
  word-wrap: break-word;
}

.levy_calculator .step_three {
  margin: 50px auto 0 auto;
}

.levy_calculator .step_three .courses__slider {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 30px;
}

.levy_calculator .step_three .courses__slider .slide {
  padding: 10px;
  -webkit-transform: none;
  transform: none;
  top: auto;
  position: relative;
}

.levy_calculator .step_three .courses__slider .slide .course_card {
  position: relative;
  text-align: left;
  padding: 20px;
  padding-left: 40px;
}

.levy_calculator .step_three .courses__slider .slide .course_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 3, 75, 0.6);
}

.levy_calculator .step_three .courses__slider .slide .course_card h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.levy_calculator .step_three .courses__slider .slide .course_card h3::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
}

.levy_calculator .step_three .courses__slider .slide span {
  position: relative;
  display: block;
  z-index: 1;
  color: #fff;
  font-size: .9em;
  margin-bottom: 15px;
}

.levy_calculator .step_three .courses__slider .slide p {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1em;
  margin-bottom: 55px;
}

.levy_calculator .step_three .courses__slider .slide a {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: .900em;
  background: #333e4b;
  border: 1px solid #fff;
  padding: 9px 22px 8px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 10px;
}

.levy_calculator .step_three .courses__slider .slide a:hover, .levy_calculator .step_three .courses__slider .slide a:active, .levy_calculator .step_three .courses__slider .slide a:focus {
  background: #470857;
  text-decoration: none;
}

.levy_calculator .step_three .courses__slider .slick-arrow {
  color: #000;
  font-size: 2em;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.levy_calculator .step_three .courses__slider .slick-arrow.next {
  right: -25px;
}

.levy_calculator .step_three .courses__slider .slick-arrow.prev {
  left: -25px;
}

.levy_calculator .step_three .courses__slider .slick-arrow:hover {
  opacity: 0.4;
}

.levy_calculator .step_three .text_circle_wrap {
  max-width: 100%;
  background: transparent;
  border: 1px dashed #fff;
  padding: 10px;
  margin: 0 auto 20px auto;
  min-height: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
}

.levy_calculator .step_three .text_circle_wrap .text_circle_inner p a {
  color: white;
}

.levy_calculator .step_three .text_circle_wrap .text_circle_inner div span {
  font-weight: 600;
  display: block;
}

.levy_calculator .calc_next {
  background: #470857;
  border: 1px solid #470857;
  padding: 14px 50px 8px 50px;
  margin-top: 30px;
}

.coloured-blocks.flex-item {
  min-height: 200px;
}

@media screen and (min-width: 991px) {
  .row.flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row.flex_wrap .coloured-blocks.flex-item {
    height: 100%;
    position: relative;
  }
  .step_three .courses__slider {
    padding: 40px 60px !important;
  }
  .levy_calculator .step_three .courses__slider .slick-arrow.next {
    right: 20px;
  }
  .levy_calculator .step_three .courses__slider .slick-arrow.prev {
    left: 20px;
  }
}

section.levy_stats {
  color: #333e4b;
  font-size: 1em;
}

section.levy_stats span {
  font-size: 4em;
  display: block;
  font-weight: 700;
  color: #ac23a8;
  line-height: 67px;
  padding-top: 46px;
}

section.levy_stats .box-piesite {
  text-align: center;
  font-size: 30px;
}

section.levy_stats .piesite {
  position: relative;
  width: 200px;
  height: 200px;
  font-size: 200px;
  cursor: default;
}

section.levy_stats .piesite > #slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
}

section.levy_stats .piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}

section.levy_stats .piesite > #slice > .pie {
  position: absolute;
  border: 100px solid #444;
  width: 200px;
  height: 200px;
  clip: rect(0em, 100px, 200px, 0em);
  border-radius: 100px;
}

section.levy_stats li .piesite > #slice > .pie {
  border-color: #333e4b;
}

section.levy_stats .piesite > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

section.levy_stats .piesite.fill > .percent {
  display: none;
}

section.levy_stats .piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  z-index: 1;
}

section.levy_stats .piesite:before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  opacity: 100px;
  z-index: 0;
}

section.levy_stats .piesite:before {
  background: rgba(255, 255, 255, 0.1);
}

section.levy_stats .box-piesite ul {
  padding: 0;
}

section.levy_stats .box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
  position: relative;
}

section.levy_stats .box-piesite ul li::before {
  content: '';
  position: absolute;
  width: 175px;
  height: 175px;
  top: 50%;
  left: 50%;
  background: #ccc;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.levy_stats .box-piesite ul li::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.levy_stats .chartBarsHorizontal .chartBars .bars {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.levy_stats * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.levy_stats .icn_disk {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #470857;
  border: 5px solid rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.levy_stats .icn_disk.one {
  right: 7px;
  top: 15px;
}

section.levy_stats .icn_disk.two {
  right: -18px;
  top: 82px;
}

section.levy_stats .icn_disk.three {
  right: 7px;
  top: 147px;
}

.vsm-double-accordion .vsm-body .md-heading {
  display: none;
}

.vsm-double-accordion .accordion .accordion-item .accordion-header {
  padding-right: 3rem;
}

.cm-listed-downloads .component-wrapper {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.cm-listed-downloads .cm-header .xs-heading {
  display: none;
}

.cm-listed-downloads .cm-body .download-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cm-listed-downloads .cm-body .download-list .download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  padding: 0.9375rem 0.9375rem 0rem 0.9375rem;
}

@media (min-width: 768px) {
  .cm-listed-downloads .cm-body .download-list .download-item {
    width: 25%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.cm-listed-downloads .cm-body .download-list .download-item:nth-child(1n) {
  padding-left: 0rem;
}

.cm-listed-downloads .cm-body .download-list .download-item:nth-child(4n) {
  padding-right: 0rem;
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element {
  width: 100%;
  text-decoration: none;
  text-align: left;
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element i {
  margin-right: 0.3125rem;
  position: relative;
  top: 0.25rem;
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element .sm-heading {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  color: #191919;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element span.rte {
  margin-left: 20px;
  display: block;
  color: rgba(0, 0, 0, 0.8);
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element span.link {
  padding: 0.3125rem 0.625rem;
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element span.link span {
  font-size: 12px;
  font-size: 0.75rem;
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element:hover i {
  color: #4e1d91;
}

.cm-listed-downloads .cm-body .download-list .download-item .download-element:hover .sm-heading {
  color: #4e1d91;
}

.vsm-split-content-33-33-33 .content img {
  width: 100%;
  border-radius: 0.625rem;
}

.vsm-content-in-image-carousel .swiper-navigation.disabled {
  opacity: 0;
}

.vsm-full-width-featured-testimonial-carousel .swiper-navigation .swiper-button-disabled {
  opacity: 0;
}

.vsm-card-links .vsm-body .col a.card-link {
  height: calc(100% - 1.875rem);
}

.vsm-media-hub.vsm-insight-article .hero-bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 1.875rem 0;
  margin-bottom: 0.9375rem;
}

.vsm-media-hub.vsm-insight-article .hero-bg .vsm-data-capture-alt .checkbox a {
  color: white;
}

.vsm-media-hub.vsm-insight-article .hero-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.5);
}

.vsm-media-hub.vsm-insight-article .hero-bg .container {
  position: relative;
  z-index: 1;
}

.vsm-media-hub.vsm-insight-article .hero-bg .container > .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 1024px) {
  .vsm-media-hub.vsm-insight-article .hero-bg .container > .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.vsm-media-hub.vsm-insight-article .hero-bg .container .details .md-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.vsm-media-hub.vsm-insight-article .hero-bg .container .btn {
  background-color: #4e1d91;
}

.vsm-media-hub.vsm-insight-article .hero-bg .container .tag {
  color: white;
}

.vsm-media-hub.vsm-insight-article .hero-bg .container .tag:hover {
  color: white;
}

.vsm-media-hub.vsm-insight-article .hero-bg .container .md-heading {
  color: white;
}

.vsm-media-hub.vsm-insight-article .hero-bg .container .author .author-details .title, .vsm-media-hub.vsm-insight-article .hero-bg .container .author .author-details .subtitle {
  color: white;
}

.vsm-media-hub.vsm-insight-article .element .error {
  color: white;
}

.vsm-default-single-media-hero .bg .video {
  height: 130vh;
}


.vsm-media-hub-featured-section .vsm-body .post .post-date{
  color:rgba(255, 255, 255, 0.9);
}


@media(max-width: 768px) {
  table, table tbody, table tbody td {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.cm-filter-bar .cm-body form .row .col-auto {
  margin: 1.2rem 0 0rem 0;
}

.cm-filter-bar .cm-body form .row {
  align-items: center;
}

@media(max-width: 768px) {
  .cm-filter-bar .cm-body form .row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.vsm-form-hero.hubspot_form .bg .vsm-body .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vsm-form-hero.hubspot_form .bg .vsm-body .container .row {
  width: 50%;
  max-width: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.vsm-form-hero.hubspot_form .bg .vsm-body .container .row > .row {
  width: 100%;
  max-width: 100%;
}
.vsm-form-hero.hubspot_form .bg .vsm-body .container .row > .row .col{
    background: #00000078;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
      padding-top: 2rem;
      padding-left: 2rem;
}
.vsm-form-hero.hubspot_form .bg .vsm-body .container .row > .row .hbspt-form {
  background: #00000078;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 1rem 2rem 1rem 2rem;
}

@media(max-width: 768px) {
  .vsm-form-hero.hubspot_form .bg .vsm-body .container {
    flex-direction: column;
  }

  .vsm-form-hero.hubspot_form .bg .vsm-body .container .row {
    width: 100%;
    max-width: 100%;
  }

  .vsm-form-hero.hubspot_form .bg .vsm-body .container .row > .row .hbspt-form {
    padding: 1rem;
  }
}


.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-radius: 0 !important;
}

.hs-form-eaf5b3bd-e548-4ef4-9b77-6a894e588d84_2e418dca-3cc6-409f-96d1-b71b6a227053 .hs-form-field label:not(.hs-error-msg) {
  color: #ffffff !important;
}

.hs_submit.hs-submit {
  background: #ac23a8 !important;
  border-color: #ac23a8 !important;
}

/* New Mega Nav */
.vsm-top .navigation .primary-nav .mega-menu {
  background: #191919;
  max-height: 31.25rem;
  overflow: auto;
  height: 80vh;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 {
  display: flex;
  flex-direction: row;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 h4,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .faux-title {
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  overflow: hidden;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list:hover h4:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list:hover .faux-title:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list:hover h4:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list:hover .faux-title:after {
  width: 100%;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list h4,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list div.faux-title,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list h4,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "proxima-nova", sans-serif;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list h4:before,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list div.faux-title:before,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list h4:before,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title:before {
  content: "";
  background: rgba(var(--vsm-body-copy-colour), 0.2);
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0.0625rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list h4:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list div.faux-title:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list h4:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title:after {
  content: "";
  background: #e21069;
  width: 100%;
  height: 0.1875rem;
  display: block;
  margin-top: 0.625rem;
  position: relative;
  z-index: 1;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list h4 a,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list div.faux-title a,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list h4 a,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list nav {
  display: flex;
  flex-direction: column;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list nav a {
  padding: 0;
  margin-bottom: 0.625rem;
  font-weight: 400;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list {
  max-width: calc(50% - 30px);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0625rem solid rgba(var(--vsm-white), 0.2);
  margin-bottom: 0;
  padding: 0.3125rem 0;
  align-items: center;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a:hover {
  background: none;
  color: #e21069;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a.active {
  color: #e21069;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a.active::after {
  color: #e21069;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a.has-child:after {
  content: "\f0da";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list {
  margin-left: 1.875rem;
  display: none;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list nav a {
  margin-bottom: 0;
  padding: 0.3125rem 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list nav a:hover {
  background: none;
  text-decoration: none;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title {
  position: relative;
  padding-right: 5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "proxima-nova", sans-serif;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4 a,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: inherit;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4 a:hover,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title a:hover {
  color: #e21069;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4:before,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title:before {
  content: "";
  background: rgba(var(--vsm-body-copy-colour), 0.2);
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0.0625rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title:after {
  content: "";
  background: #e21069;
  width: 9.375rem;
  height: 0.1875rem;
  display: block;
  margin-top: 0.625rem;
  transition: width 1s ease-in-out;
  position: relative;
  z-index: 1;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .col {
  border: 0;
  flex: 1 0 50%;
  padding-right: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 18.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert:hover h5:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert:hover div.faux-title:after {
  width: 100%;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert h5,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert div.faux-title {
  position: relative;
  color: rgba(var(--vsm-white), 1);
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "proxima-nova", sans-serif;
  padding-right: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert h5:before,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert div.faux-title:before {
  content: "";
  background: rgba(var(--vsm-white), 0.2);
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0.0625rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert h5:after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert div.faux-title:after {
  content: "";
  background: #e21069;
  width: 100%;
  height: 0.1875rem;
  display: block;
  margin-top: 0.625rem;
  position: relative;
  z-index: 1;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #e21069;
  position: relative;
  text-decoration: none;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link:after {
  content: "\f30b";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0.625rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link:hover {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link:hover:after {
  left: 1.25rem;
  animation: forwardMovement 800ms infinite;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  bottom: 0rem;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts:hover h4.div:after {
  width: 100%;
}

.meganav.expanded-items .mega-menu > .container > .row .col .title i{margin-left:10px; font-size: 14px;}


.meganav.expanded-items .mega-menu{}
.meganav.expanded-items .mega-menu .container .row .col{flex:1 0 auto; width: auto; min-width:33.33%; max-width:50%;}
.meganav.expanded-items .mega-menu >.container >.row .col .title a{color:rgba(var(--vsm-primary-colour), 1); margin:0; padding:0 0 20px 0; border-bottom:1px solid rgba(255, 255, 255, 0.5);}
.meganav.expanded-items .mega-menu >.container >.row .col .title strong{color:rgba(var(--vsm-primary-colour), 1); margin:0; padding:0 0 20px 0; display:block; border-bottom:1px solid rgba(255, 255, 255, 0.5); font-size: 1rem; font-weight: 600;}
.meganav.expanded-items .mega-menu >.container >.row .col .title a:hover{color:rgba(var(--vsm-primary-colour), 1); border-bottom:1px solid rgba(var(--vsm-primary-colour), 1);}
.meganav.expanded-items .mega-menu >.container >.row .col ul{display: block; position: relative; margin-bottom: 30px;}
.meganav.expanded-items .mega-menu >.container >.row .col ul li{}
.meganav.expanded-items .mega-menu >.container >.row .col ul li a{color:rgba(var(--vsm-primary-colour), 1); padding:0; margin:0 0 0px 0; font-weight: 300; font-size:0.875rem;}
.meganav.expanded-items .mega-menu >.container >.row .col ul li a:hover{color:rgba(var(--vsm-primary-colour), 1);}
.meganav.expanded-items .mega-menu >.container >.row .col .title a i{margin-left:10px; font-size: 14px;}
/* New Mega Nav */

.meganav p.error {
  color: red !important;
}

/* WORLD MAP LOCATIONS  */

.cm-world-map-locations .cm-header {
  background: #373656;
  padding: 3.75rem 0;
}
.cm-world-map-locations .cm-header .row {
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .cm-world-map-locations .cm-header .row {
    justify-content: left;
    text-align: left;
  }
}
.cm-world-map-locations .cm-header .row .md-heading {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
}
.cm-world-map-locations .cm-header .row .md-heading:after {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cm-world-map-locations .cm-header .row .md-heading:after {
    margin-left: 0;
    margin-right: 0;
  }
}
.cm-world-map-locations .cm-header .row:nth-child(2) .col {
  max-width: 80%;
  margin: 0 auto;
  flex: 1 0 80%;
}
@media (min-width: 768px) {
  .cm-world-map-locations .cm-header .row:nth-child(2) .col:nth-child(2) {
    max-width: 25%;
    flex: 1 0 0;
  }
}
@keyframes pointer-animation {
  0% {
    stroke-width: 20px;
  }
  50% {
    stroke-width: 15px;
  }
  100% {
    stroke-width: 20px;
  }
}
.cm-world-map-locations .cm-header .svg-map .map-location text {
  display: none;
}
.cm-world-map-locations .cm-header .svg-map .map-location ellipse {
  cursor: pointer;
  text-align: center;
  fill: #e21069;
  stroke: #e2106954;
  stroke-width: 10px;
  animation: pointer-animation 1s infinite;
}
.cm-world-map-locations .cm-header .svg-map .map-location ellipse:nth-child(1) {
  display: none;
}
.cm-world-map-locations .cm-header .svg-map .map-location:hover text {
  display: none;
}
.cm-world-map-locations .cm-header .svg-map .map-location:hover ellipse {
  cursor: pointer;
  text-align: center;
  fill: rgba(var(--vsm-body-copy-colour), 1);
  stroke: rgba(var(--vsm-primary-colour), 0.5);
  stroke-width: 10px;
  animation: pointer-animation 1s infinite;
}
.cm-world-map-locations .cm-header .svg-map .map-location.hover ellipse {
  cursor: pointer;
  text-align: center;
  fill: rgba(var(--vsm-body-copy-colour), 1);
  stroke: rgba(var(--vsm-primary-colour), 0.5);
  stroke-width: 10px;
  animation: pointer-animation 1s infinite;
}
.cm-world-map-locations .cm-header .svg-map .map-location:hover ellipse:nth-child(1) {
  display: block;
}
.cm-world-map-locations .locations-list {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 575px) {
  .cm-world-map-locations .locations-list {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.cm-world-map-locations .toggle-locations {
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
}
@media (min-width: 1024px) {
  .cm-world-map-locations .toggle-locations {
    margin-top: 3.75rem;
  }
}
.cm-world-map-locations .toggle-locations li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.0625rem solid rgba(74, 75, 82, 0.2);
  padding: 0.3125rem 0rem;
  cursor: pointer;
  color: white;
  transition: all 0.5s ease-in-out;
}

.cm-world-map-locations .toggle-locations li.hover {
  
  color: #e01a6a;
}
.cm-world-map-locations .toggle-locations li:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
}
.cm-world-map-locations .toggle-locations li:hover {
  color: #e21069;
}
.cm-world-map-locations .toggle-locations li:hover::after {
  color: #e21069;
}
.cm-world-map-locations .selectable-heading {
  padding-bottom: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Arial", "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
  min-height: 5rem;
}
.cm-world-map-locations .selectable-heading div.toggle-location {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.cm-world-map-locations .selectable-heading div.toggle-location:hover:after {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-world-map-locations .selectable-heading div.toggle-location.open {
  position: absolute;
  top: 0rem;
  transform: translateY(-40px);
  background: rgba(var(--vsm-white), 1);
  border-radius: 0.3125rem;
  z-index: 9;
  padding: 1.25rem;
  box-shadow: 0 0 30px 0 rgba(var(--vsm-body-copy-colour), 0.2);
}
.cm-world-map-locations .selectable-heading div.toggle-location.open span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .cm-world-map-locations .selectable-heading div.toggle-location.open span {
    margin-bottom: 0.3125rem;
  }
}
.cm-world-map-locations .selectable-heading div.toggle-location.open span.active {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
}
.cm-world-map-locations .selectable-heading div.toggle-location.open span.active:after {
  display: none;
}
.cm-world-map-locations .selectable-heading div.toggle-location.open span:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-world-map-locations .selectable-heading div.toggle-location.open:after {
  display: none;
}
/* .cm-world-map-locations .selectable-heading div.toggle-location:after {
  pointer-events: none;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: rgba(var(--vsm-body-copy-colour), 1);
  position: absolute;
  right: -1.875rem;
} */
.cm-world-map-locations .selectable-heading div.toggle-location span {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
}
.cm-world-map-locations .selectable-heading div.toggle-location span.active {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
}
.cm-world-map-locations .selectable-heading div.toggle-location span.active:after {
  content: "";
  display: block;
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
  height: 0.25rem;
}
.cm-world-map-locations .rte.larger-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.cm-world-map-locations .rte.larger-text p,
.cm-world-map-locations .rte.larger-text li,
.cm-world-map-locations .rte.larger-text ul,
.cm-world-map-locations .rte.larger-text a {
  font-size: inherit;
  font-weight: inherit;
}
.cm-world-map-locations .items {
  padding: 1.875rem 0 0rem 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.cm-world-map-locations .items li {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  flex: 1 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .cm-world-map-locations .items li {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  .cm-world-map-locations .items li {
    flex: 1 0 25%;
    max-width: 25%;
  }
}
.cm-world-map-locations .content-in-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 14.0625rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.cm-world-map-locations .content-in-image .media {
  position: absolute;
  top: 0;
  overflow: hidden;
  transform: scale(1);
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
}
.cm-world-map-locations .content-in-image .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cm-world-map-locations .content-in-image .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0rem;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.cm-world-map-locations .content-in-image .content {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  width: 100%;
}
.cm-world-map-locations .content-in-image .content .sm-heading {
  color: rgba(var(--vsm-white), 1);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Arial", "Open Sans", sans-serif;
  position: relative;
}
.cm-world-map-locations .content-in-image .content .sm-heading:before {
  content: "";
  background: rgba(var(--vsm-white), 0.2);
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0.0625rem;
}
.cm-world-map-locations .content-in-image .content .sm-heading:after {
  content: "";
  background: rgba(var(--vsm-primary-colour), 1);
  width: 9.375rem;
  height: 0.1875rem;
  display: block;
  margin-top: 0.625rem;
  transition: width 1s ease-in-out;
  position: relative;
  z-index: 1;
}
.cm-world-map-locations .content-in-image .content .rte {
  color: rgba(var(--vsm-white), 1);
}
.cm-world-map-locations .content-in-image .content .rte p,
.cm-world-map-locations .content-in-image .content .rte li,
.cm-world-map-locations .content-in-image .content .rte dd {
  color: rgba(var(--vsm-white), 1);
}
.cm-world-map-locations .content-in-image .content .btn {
  position: relative;
  text-decoration: none;
  padding: 0;
  background: none;
  color: rgba(var(--vsm-white), 1);
}
.cm-world-map-locations .content-in-image .content .btn span {
  color: rgba(var(--vsm-white), 1);
}
.cm-world-map-locations .content-in-image .content .btn:after {
  content: "\f30b";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0.625rem;
}
.cm-world-map-locations .content-in-image .content .btn:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-world-map-locations .content-in-image .content .btn:hover span {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-world-map-locations .content-in-image .content .btn:hover:after {
  left: 1.25rem;
  animation: forwardMovement 800ms infinite;
}
.cm-world-map-locations .content-in-image:hover .media {
  transform: scale(1);
}
.cm-world-map-locations .content-in-image:hover .content .sm-heading:after {
  content: "";
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
  height: 0.1875rem;
  display: block;
  margin-top: 0.625rem;
}

.vsm-full-width-testimonial-carousel.nospace .component-wrapper::before {
  display: none;
}

.vsm-full-width-testimonial-carousel.nospace .bg::before {
  display: none;
}

#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing>li:first-child{
      border: 0.0625rem solid rgba(var(--vsm-black),.1);
}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing>li:first-child:hover{
          border: 0.0625rem solid rgba(var(--vsm-primary-colour),.5);
}



.cm-sector-columns .cm-header {
  padding-top: 4.375rem;
}
.cm-sector-columns .cm-header .row {
  justify-content: center;
  text-align: center;
}
.cm-sector-columns .cm-header .row .col {
  max-width: 83.33333333%;
  margin: 0 auto;
}
.cm-sector-columns .cm-header .row .col .content .md-heading {
  color: rgba(var(--vsm-black), 1);
}
.cm-sector-columns .cm-header .row .col .content .md-heading span {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-sector-columns .cm-header .row .col .content .md-heading::after {
  display: none;
}
.cm-sector-columns .cm-header .row .col .content .rte {
  color: rgba(var(--vsm-white), 1);
}
.cm-sector-columns .cm-header .row .col .content .rte p {
  color: inherit;
}
.cm-sector-columns .cm-body {
  margin-top: 3.75rem;
}
.cm-sector-columns .cm-body .container-fluid {
  max-width: 100rem;
}
.cm-sector-columns .cm-body .container-fluid > .row > .col {
  flex: 1 0 100%;
}
.cm-sector-columns .cm-body .container-fluid > .row > .col a {
  max-width: calc(50% - 12px);
  float: left;
  margin: 0.9375rem 0.46875rem 0rem 0.46875rem;
  display: block;
  width: 50%;
}
@media (min-width: 768px) {
  .cm-sector-columns .cm-body .container-fluid > .row > .col a {
    display: flex;
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.875rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .cm-sector-columns .cm-body .container-fluid > .row > .col {
    flex: 1 0 0%;
  }
}
.cm-sector-columns .sector-card {
  display: block;
  padding: 1.25rem;
  margin-top: 1.875rem;
  min-height: 24.375rem;
  height: 24.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.cm-sector-columns .sector-card:before {
  content: "";
  display: block;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, rgba(var(--vsm-black), 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cm-sector-columns .sector-card.power-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #24754e 100%);
}
.cm-sector-columns .sector-card.renewable-energy-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #9cce8f 100%);
}
.cm-sector-columns .sector-card.chemical-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #1f3f62 100%);
}
.cm-sector-columns .sector-card.alternative-energy-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #a7cdd1 100%);
}
.cm-sector-columns .sector-card.life-science-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #9782a7 100%);
}
.cm-sector-columns .sector-card.oil-gas-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #4a4b52 100%);
}
.cm-sector-columns .sector-card.construction-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #496e97 100%);
}
.cm-sector-columns .sector-card.technology-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #883556 100%);
}
.cm-sector-columns .sector-card.mining-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #b03c3c 100%);
}
.cm-sector-columns .sector-card.manufacturing-colour:before {
  background: linear-gradient(180deg, rgba(var(--vsm-black), 0) 0%, #d8972c 100%);
}
.cm-sector-columns .sector-card .sm-heading {
  color: rgba(var(--vsm-white), 1);
  font-size: 25px;
  font-size: 1.5625rem;
  position: absolute;
  bottom: 0;
}
.cm-sector-columns .sector-card .sm-heading:before, .cm-sector-columns .sector-card .sm-heading:after {
  display: none;
}
@media (min-width: 768px) {
  .cm-sector-columns .sector-card .content {
    position: relative;
  }
}
.cm-sector-columns .sector-card .content .rte {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(var(--vsm-white), 1);
}
.cm-sector-columns .sector-card .content .faux-link {
  display: none;
  font-family: "Arial", "Open Sans", sans-serif;
  font-weight: 700;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  text-decoration: none;
}
.cm-sector-columns .sector-card .content .faux-link:after {
  content: "\f30b";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0.625rem;
}
.cm-sector-columns .sector-card .content .faux-link:hover:after {
  left: 1.25rem;
  animation: forwardMovement 800ms infinite;
}
.cm-sector-columns .sector-card:hover .sm-heading {
  position: relative;
}
.cm-sector-columns .sector-card:hover .content {
  display: block;
  position: absolute;
  width: calc(100% - 2.5rem);
  bottom: 1.25rem;
}
.cm-sector-columns .sector-card:hover .content .rte,
.cm-sector-columns .sector-card:hover .content .faux-link {
  display: block;
}
.cm-sector-columns .sector-card:hover .content .faux-link:after {
  animation: forwardMovement 800ms infinite;
}