:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 9, 9, 9;
  --vsm-body-copy-colour: 95, 99, 104;
  --vsm-accent-colour: 17, 204, 110;
  --vsm-primary-colour: 255, 98, 0;
  --vsm-secondary-colour: 42, 52, 79;
  --vsm-tertiary-colour: 17, 204, 190;
  --vsm-quaternary-colour: 17, 204, 110;
  --vsm-quinary-colour: 32, 33, 36;
}

: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;
}

:root {
  --vsm-button-text-size: 16px;
}

/* **** 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
--------------------------------*/
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  src: local("Muli Regular"), url("../fonts/Muli-Regular.woff") format("woff");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 300;
  src: local("Muli Light"), url("../fonts/Muli-Light.woff") format("woff");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 600;
  src: local("Muli SemiBold"), url("../fonts/Muli-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  src: local("Muli Bold"), url("../fonts/Muli-Bold.woff") format("woff");
}
/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v12-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-latin-300.woff2") format("woff2"), url("../fonts/inter-v12-latin-300.woff") format("woff"), url("../fonts/inter-v12-latin-300.ttf") format("truetype"), url("../fonts/inter-v12-latin-300.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-latin-regular.woff2") format("woff2"), url("../fonts/inter-v12-latin-regular.woff") format("woff"), url("../fonts/inter-v12-latin-regular.ttf") format("truetype"), url("../fonts/inter-v12-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-latin-700.woff2") format("woff2"), url("../fonts/inter-v12-latin-700.woff") format("woff"), url("../fonts/inter-v12-latin-700.ttf") format("truetype"), url("../fonts/inter-v12-latin-700.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v12-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v12-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-latin-900.woff2") format("woff2"), url("../fonts/inter-v12-latin-900.woff") format("woff"), url("../fonts/inter-v12-latin-900.ttf") format("truetype"), url("../fonts/inter-v12-latin-900.svg#Inter") format("svg"); /* Legacy iOS */
}
html,
body {
  height: 100% !important;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
}

ul,
ol,
dd,
p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

.rte blockquote {
  left: 0;
}
.rte ul {
  list-style: none;
  list-style-position: inside;
  padding-left: 1.5625rem;
  margin-left: -1.5625rem;
}
.rte ul ul {
  margin-left: 0;
}
.rte ul li {
  padding: 0.125rem 0 0.125rem 1.875rem;
}
.rte ul li:before {
  content: "\f058";
  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;
  color: #ff6200;
  margin-left: -1.5625rem;
  margin-right: 0.5rem;
}

a {
  color: #FF6200;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #11CC6E;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
}
.md-heading span {
  color: #ff6200;
}

.sm-heading {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 0.9375rem;
}

.xs-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.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
--------------------------------*/
/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/
body {
  background: #F8F9F8;
}

.plyr__control--overlaid {
  background: rgba(var(--vsm-primary-colour), 1);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: rgba(var(--vsm-quaternary-colour), 1);
}

.btn {
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 1);
}
.btn:hover {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  border-color: rgba(var(--vsm-quaternary-colour), 1);
}

.vsm-top .navigation .brand img {
  height: 3.4375rem;
}
.vsm-top .navigation .more-nav ul li a.btn {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: rgba(var(--vsm-quaternary-colour), 1);
  border: 0.0625rem solid rgba(var(--vsm-quaternary-colour), 1);
}
@media (min-width: 768px) {
  .vsm-top .navigation .more-nav ul li a.btn {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.vsm-top .navigation .more-nav ul li a.btn:hover {
  background: rgba(var(--vsm-primary-colour), 1);
  border: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
}

.vsm-hero-slider .container {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .vsm-hero-slider .bg .container .col {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .vsm-hero-slider .bg .container .col {
    max-width: 60%;
  }
}
.vsm-hero-slider .xs-heading {
  display: none;
}
.vsm-hero-slider .md-heading {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .vsm-hero-slider .md-heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .vsm-hero-slider .md-heading {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.vsm-hero-slider .md-heading span {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-hero-slider .rte {
  font-size: 18px;
  font-size: 1.125rem;
}
.vsm-hero-slider .rte p,
.vsm-hero-slider .rte li,
.vsm-hero-slider .rte a {
  font-size: inherit;
}
.vsm-hero-slider .btn {
  background-color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-hero-slider .btn:hover {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  border-color: rgba(var(--vsm-quaternary-colour), 1);
}
.vsm-hero-slider .bg:after {
  background: url("../uploads/hero-brand-mask.svg");
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.vsm-content-image-50-50 {
  background: url("../uploads/light-grey-bg.svg") no-repeat top right;
  background-size: contain;
}
.vsm-content-image-50-50 img {
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
@media (min-width: 768px) {
  .vsm-content-image-50-50.left .col-md-6:first-child {
    max-width: 41.66666667%;
  }
}
.vsm-content-image-50-50.greyscale .media img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.vsm-content-image-50-50.primary-angled {
  background: url("../uploads/light-grey-bg.svg") no-repeat top center;
}
.vsm-content-image-50-50.primary-angled .media {
  margin-top: 3.75rem;
  overflow: visible;
}
@media (min-width: 768px) {
  .vsm-content-image-50-50.primary-angled .media {
    margin-top: 0rem;
  }
}
.vsm-content-image-50-50.primary-angled .media img {
  clip-path: polygon(46% 0, 100% 0%, 55% 100%, 0% 100%);
}
.vsm-content-image-50-50.primary-angled .media:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--vsm-primary-colour), 0.6);
  display: block;
  mix-blend-mode: multiply;
  top: -3.75rem;
  left: -3.75rem;
  clip-path: polygon(46% 0, 100% 0%, 62% 80%, 7% 80%);
}
.vsm-content-image-50-50.alt-angled {
  background: url("../uploads/light-grey-bg.svg") no-repeat top center;
}
.vsm-content-image-50-50.alt-angled .btn {
  background: rgba(var(--vsm-quaternary-colour), 1);
}
.vsm-content-image-50-50.alt-angled .btn:hover {
  background: rgba(var(--vsm-black), 1);
  border: 0.0625rem solid rgba(var(--vsm-black), 1);
}
.vsm-content-image-50-50.alt-angled .media {
  margin-top: 3.75rem;
  overflow: visible;
}
@media (min-width: 768px) {
  .vsm-content-image-50-50.alt-angled .media {
    margin-top: 0rem;
  }
}
.vsm-content-image-50-50.alt-angled .media img {
  clip-path: polygon(46% 0, 100% 0%, 55% 100%, 0% 100%);
}
.vsm-content-image-50-50.alt-angled .media:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  display: block;
  mix-blend-mode: multiply;
  top: -3.75rem;
  left: -3.75rem;
  clip-path: polygon(46% 0, 100% 0%, 62% 80%, 7% 80%);
}
.vsm-content-image-50-50 .xs-heading {
  display: none;
}
.vsm-content-image-50-50 .md-heading {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.vsm-content-image-50-50 .btn {
  background-color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-content-image-50-50 .btn:hover {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  border-color: rgba(var(--vsm-quaternary-colour), 1);
}

.vsm-centralised-title-intro-text .xs-heading {
  display: none;
}
.vsm-centralised-title-intro-text .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1.875rem;
}
.vsm-centralised-title-intro-text .rte {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
.vsm-centralised-title-intro-text .btn {
  background-color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-centralised-title-intro-text .btn:hover {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  border-color: rgba(var(--vsm-quaternary-colour), 1);
}
.vsm-centralised-title-intro-text.dark-bg {
  background: rgb(0, 0, 0);
}
.vsm-centralised-title-intro-text.dark-bg .md-heading {
  color: rgba(var(--vsm-white), 1);
}
.vsm-centralised-title-intro-text.dark-bg .rte {
  color: rgba(var(--vsm-white), 1);
}
.vsm-centralised-title-intro-text.coloured-bg {
  background: rgba(237, 108, 45, 0.05);
}

.vsm-short-content-33-33-33 {
  background: rgb(237, 108, 45);
  background: linear-gradient(180deg, rgba(237, 108, 45, 0.05) 0%, rgba(95, 99, 104, 0.05) 100%);
}
.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: rgba(var(--vsm-white), 1);
}

.vsm-split-content-25-25-25-25 .xs-heading {
  margin-bottom: 1.25rem;
}
.vsm-split-content-25-25-25-25 .media {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1.25rem;
}
.vsm-split-content-25-25-25-25 .media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.vsm-split-content-25-25-25-25.standard-three-per-row .container .row .col {
  flex: 1 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.standard-three-per-row .container .row .col {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}
.vsm-split-content-25-25-25-25.coloured-three-per-row .container {
  background: rgb(237, 108, 45);
  background: linear-gradient(0deg, rgba(237, 108, 45, 0.05) 0%, rgba(95, 99, 104, 0.05) 100%);
  padding: 0.9375rem;
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col {
  flex: 1 0 100%;
  max-width: 100%;
  border-right: 0.0625rem solid rgba(var(--vsm-black), 0.05);
  border-top: 0.0625rem solid rgba(var(--vsm-black), 0.05);
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}
.vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col .content {
  padding: 1.875rem;
}
.vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col .media {
  background: rgba(var(--vsm-white), 1);
  border-radius: 6.25rem;
  padding: 0.9375rem;
}
.vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col .media img {
  object-fit: cover;
}
.vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col:nth-child(3n) {
  border-right: 0rem solid rgba(var(--vsm-black), 0);
}
.vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col:nth-child(1), .vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col:nth-child(2), .vsm-split-content-25-25-25-25.coloured-three-per-row .container .row .col:nth-child(3) {
  border-top: 0rem solid rgba(var(--vsm-black), 0);
}
.vsm-split-content-25-25-25-25.dark-two-per-row .bg {
  background: rgb(32, 33, 36);
  background: linear-gradient(0deg, rgb(32, 33, 36) 0%, rgb(0, 0, 0) 100%);
}
.vsm-split-content-25-25-25-25.dark-two-per-row .bg .container .row .col {
  flex: 1 0 50%;
  max-width: 50%;
  padding-bottom: 3.75rem;
}
.vsm-split-content-25-25-25-25.dark-two-per-row .bg .container .row .col .content .xs-heading {
  color: rgba(var(--vsm-white), 1);
  font-size: 20px;
  font-size: 1.25rem;
}
.vsm-split-content-25-25-25-25.dark-two-per-row .bg .container .row .col .content .rte {
  color: rgba(var(--vsm-white), 1);
}
.vsm-split-content-25-25-25-25.dark-three-per-row .bg {
  background: rgb(32, 33, 36);
  background: linear-gradient(0deg, rgb(32, 33, 36) 0%, rgb(0, 0, 0) 100%);
}
.vsm-split-content-25-25-25-25.dark-three-per-row .bg .container .row .col {
  flex: 1 0 100%;
  max-width: 100%;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.dark-three-per-row .bg .container .row .col {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}
.vsm-split-content-25-25-25-25.dark-three-per-row .bg .container .row .col .content .xs-heading {
  color: rgba(var(--vsm-white), 1);
  font-size: 20px;
  font-size: 1.25rem;
}
.vsm-split-content-25-25-25-25.dark-three-per-row .bg .container .row .col .content .rte {
  color: rgba(var(--vsm-white), 1);
}

.cm-logos.coloured-bg {
  background: rgb(237, 108, 45);
  background: linear-gradient(180deg, rgba(237, 108, 45, 0.05) 0%, rgba(95, 99, 104, 0.05) 100%);
}
.cm-logos.grey-bg {
  background: rgb(186, 186, 186);
  background: linear-gradient(180deg, rgba(186, 186, 186, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.cm-logos .cm-header .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
}
.cm-logos .cm-header .col-8 {
  width: 85%;
}
@media (min-width: 768px) {
  .cm-logos .cm-header .col-8 {
    width: 66.6666%;
  }
}
.cm-logos .cm-body .row > .col {
  max-width: 50%;
  flex: 1 0 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .cm-logos .cm-body .row > .col {
    max-width: 25%;
    flex: 1 0 25%;
  }
}
.cm-logos .cm-body .row > .col .media {
  padding: 2.5rem 1.5625rem;
}
.cm-logos .cm-body .row > .col .media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.cm-content-in-image-carousel {
  position: relative;
  overflow: hidden;
}
.cm-content-in-image-carousel:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  display: block;
  background: url("../uploads/dark-angled-bg.svg");
  background-size: cover;
}
.cm-content-in-image-carousel .cm-header {
  margin-bottom: 1.875rem;
  z-index: 1;
  position: relative;
}
.cm-content-in-image-carousel .cm-header .md-heading {
  color: rgba(var(--vsm-white), 1);
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
}
.cm-content-in-image-carousel .cm-header .rte {
  color: rgba(var(--vsm-white), 0.8);
}
.cm-content-in-image-carousel .cm-header .rte p {
  color: inherit;
}
.cm-content-in-image-carousel .swiper-container {
  overflow: visible;
}
.cm-content-in-image-carousel .swiper-container .swiper-wrapper {
  display: flex;
  height: 100%;
}
.cm-content-in-image-carousel .swiper-container .swiper-slide {
  overflow: hidden;
  height: auto;
}
.cm-content-in-image-carousel .swiper-container .swiper-slide .content-in-image {
  height: 100%;
}
.cm-content-in-image-carousel .swiper-container .swiper-slide:first-child .content-in-image {
  border-top-left-radius: 1.875rem;
}
.cm-content-in-image-carousel .swiper-container .swiper-slide:last-child .content-in-image {
  border-bottom-right-radius: 1.875rem;
}
.cm-content-in-image-carousel .swiper-pagination {
  display: none;
  position: relative;
  margin: 1.875rem 0 0 0;
}
.cm-content-in-image-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 0.5);
}
.cm-content-in-image-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--vsm-primary-colour), 1);
}
.cm-content-in-image-carousel .swiper-navigation {
  position: absolute;
  display: flex;
  top: calc(50% - 25px);
  width: 100%;
  left: 0;
  justify-content: space-between;
}
.cm-content-in-image-carousel .swiper-navigation div {
  margin: 0 1.875rem;
  background: rgba(var(--vsm-white), 0.7);
  border-radius: 100em;
  width: 75px;
  height: 75px;
}
.cm-content-in-image-carousel .swiper-navigation div:hover {
  background: rgba(var(--vsm-white), 1);
}
.cm-content-in-image-carousel .swiper-navigation div.swiper-button-disabled {
  opacity: 0;
}
.cm-content-in-image-carousel .swiper-button-prev {
  left: -3.4375rem;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}
.cm-content-in-image-carousel .swiper-button-prev:after {
  content: "";
}
.cm-content-in-image-carousel .swiper-button-next {
  right: -3.4375rem;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}
.cm-content-in-image-carousel .swiper-button-next:after {
  content: "";
}
.cm-content-in-image-carousel .col {
  position: relative;
  flex: 1 0 100%;
  justify-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cm-content-in-image-carousel .col {
    flex: 1 0 50%;
  }
}
.cm-content-in-image-carousel .content-in-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.cm-content-in-image-carousel .content-in-image .xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-content-in-image-carousel .content-in-image .md-heading {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.1;
}
.cm-content-in-image-carousel .content-in-image .btn {
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid rgba(var(--vsm-white), 1);
}
.cm-content-in-image-carousel .content-in-image .media {
  position: absolute;
  top: 0;
  overflow: hidden;
  transform: scale(1.1);
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
}
.cm-content-in-image-carousel .content-in-image .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cm-content-in-image-carousel .content-in-image .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}
.cm-content-in-image-carousel .content-in-image .content {
  position: relative;
  z-index: 1;
  padding: 1.875rem;
}
.cm-content-in-image-carousel .content-in-image .content .md-heading {
  color: rgb(255, 255, 255);
}
.cm-content-in-image-carousel .content-in-image .content .rte {
  color: rgb(255, 255, 255);
}
.cm-content-in-image-carousel .content-in-image .content .rte p,
.cm-content-in-image-carousel .content-in-image .content .rte li,
.cm-content-in-image-carousel .content-in-image .content .rte dd {
  color: rgb(255, 255, 255);
}
.cm-content-in-image-carousel .content-in-image:hover .media {
  transform: scale(1);
}
.cm-tabbed-split-content .cls-1 {
  fill: #ff6200;
}
.cm-tabbed-split-content .cls-2,
.cm-tabbed-split-content .cls-3,
.cm-tabbed-split-content .cls-4 {
  fill: #fff;
}
.cm-tabbed-split-content .cls-2 {
  stroke: #b5b5b5;
  opacity: 0.5;
}
.cm-tabbed-split-content .cls-2,
.cm-tabbed-split-content .cls-4 {
  stroke-dasharray: 5;
}
.cm-tabbed-split-content .cls-3,
.cm-tabbed-split-content .cls-4 {
  stroke: #d8d8d8;
}
.cm-tabbed-split-content .cls-3 {
  stroke-dasharray: 4;
}
.cm-tabbed-split-content .cls-3,
.cm-tabbed-split-content .cls-6 {
  opacity: 0.8;
}
.cm-tabbed-split-content .cls-5 {
  clip-path: url(#clip-path);
}
.cm-tabbed-split-content .cls-6 {
  fill: #202124;
  font-size: 20px;
  font-family: Inter;
  font-weight: 700;
}
.cm-tabbed-split-content .cls-7 {
  fill: #5ec977;
  stroke: #fff;
  stroke-width: 3px;
  animation: pulse-black 2s infinite;
}
.cm-tabbed-split-content .cls-8 {
  stroke: none;
}
.cm-tabbed-split-content .cls-9 {
  fill: none;
}
@keyframes pulse-black {
  0% {
    stroke-width: 3px;
  }
  70% {
    stroke-width: 6px;
  }
  100% {
    stroke-width: 3px;
  }
}
.cm-tabbed-split-content g.active g {
  fill: #ff6200;
}
.cm-tabbed-split-content .nav li {
  margin-right: 0.3125rem;
}
.cm-tabbed-split-content .nav li i {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 18.75rem;
  background: rgba(var(--vsm-primary-colour), 0.1);
}
.cm-tabbed-split-content .nav li i.active {
  background: rgba(var(--vsm-primary-colour), 1);
}
.cm-tabbed-split-content ul.nav {
  margin: 1.25rem 0;
}
.cm-tabbed-split-content .component-wrapper svg {
  width: 100%;
  height: 100%;
  max-width: 31.25rem;
  object-fit: cover;
}
.cm-tabbed-split-content .component-wrapper .row {
  display: flex;
  align-items: center;
}
.cm-tabbed-split-content .component-wrapper .row .col {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .cm-tabbed-split-content .component-wrapper .row .col {
    flex: 1 0 50%;
  }
}

.cm-accordion-mixed-content-50-50 {
  background: url("../uploads/light-grey-bg.svg") no-repeat top right;
}
.cm-accordion-mixed-content-50-50 .col {
  position: relative;
  flex: 1 0 100%;
  justify-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cm-accordion-mixed-content-50-50 .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.cm-accordion-mixed-content-50-50 .media {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  margin-bottom: 0.938rem;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .cm-accordion-mixed-content-50-50 .media {
    padding-top: 100%;
  }
}
.cm-accordion-mixed-content-50-50 .accordion-item {
  border: 0;
  margin-bottom: 0.9375rem;
}
.cm-accordion-mixed-content-50-50 .accordion-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.25rem;
  -webkit-appearance: none;
  background: rgba(var(--vsm-primary-colour), 1);
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
  color: rgba(var(--vsm-white), 1);
}
.cm-accordion-mixed-content-50-50 .accordion-header:after {
  margin-right: 0.625rem;
  content: "\f107";
  transform: rotate(180deg);
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  position: relative;
  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;
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-accordion-mixed-content-50-50 .accordion-header.collapsed {
  background: rgba(var(--vsm-white), 1);
  border-radius: 0.3125rem;
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-accordion-mixed-content-50-50 .accordion-header.collapsed:after {
  content: "\f107";
  transform: rotate(0deg);
}
.cm-accordion-mixed-content-50-50 .accordion-collapse {
  background: rgba(var(--vsm-primary-colour), 1);
  border-radius: 0rem 0rem 0.3125rem 0.3125rem;
  padding: 0.25rem 1.25rem 1.25rem 1.25rem;
}
.cm-accordion-mixed-content-50-50 .accordion-collapse .content {
  color: rgba(var(--vsm-white), 1);
}
.cm-accordion-mixed-content-50-50 .accordion-collapse .content p,
.cm-accordion-mixed-content-50-50 .accordion-collapse .content li,
.cm-accordion-mixed-content-50-50 .accordion-collapse .content a {
  color: inherit;
}
.cm-accordion-mixed-content-50-50 .accordion-collapse .inline-link {
  color: rgba(var(--vsm-white), 1);
}

.vsm-latest-featured .vsm-header .xs-heading {
  display: none;
}
.vsm-latest-featured .content-card .media {
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.vsm-latest-featured .content-card .subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  opacity: 0.6;
  margin: 0.9375rem 0;
  display: block;
}

.vsm-content-in-image-100 .content-in-image {
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
@media (min-width: 768px) {
  .vsm-content-in-image-100 .content-in-image .col {
    max-width: 66.6666%;
  }
}
.vsm-content-in-image-100 .content-in-image .content .xs-heading {
  display: none;
}
.vsm-content-in-image-100 .content-in-image .media:before {
  background: linear-gradient(240deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}

footer.vsm-default-footer,
.vsm-default-signoff {
  background: rgba(var(--vsm-quinary-colour), 1);
}

footer.vsm-default-footer ul li a {
  color: rgba(var(--vsm-white), 0.5);
}
footer.vsm-default-footer .newsletter-signup p {
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-default-signoff .copyright {
  color: rgba(var(--vsm-white), 0.5);
}
.vsm-default-signoff .signoff-links li {
  color: rgba(var(--vsm-white), 0.5);
  font-size: 12px;
  font-size: 0.75rem;
}
.vsm-default-signoff .signoff-links li a {
  color: rgba(var(--vsm-white), 0.5);
}

.vsm-full-width-call-to-action .content .rte p a {
  color: #090909;
}

.vsm-full-width-call-to-action-alt .row {
  flex-direction: row;
}
.vsm-full-width-call-to-action-alt .col .rte {
  font-weight: 500;
}
.vsm-full-width-call-to-action-alt .col .rte p {
  font-weight: inherit;
}
@media (min-width: 768px) {
  .vsm-full-width-call-to-action-alt .col:nth-child(1) {
    flex: 1 0 75%;
    max-width: 60%;
  }
  .vsm-full-width-call-to-action-alt .col:nth-child(1) .content {
    text-align: left;
  }
}
.vsm-full-width-call-to-action-alt .col:nth-child(2) {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .vsm-full-width-call-to-action-alt .col:nth-child(2) {
    flex: 1 0 25%;
    max-width: 40%;
    justify-content: flex-end;
    margin-top: 0rem;
  }
}
.vsm-full-width-call-to-action-alt .col:nth-child(2) .btn {
  border: 0.0625rem solid rgba(var(--vsm-white), 1);
}
.vsm-full-width-call-to-action-alt .col:nth-child(2) .btn:hover {
  border: 0.0625rem solid rgba(var(--vsm-black), 1);
  background: rgba(var(--vsm-black), 1);
}

.vsm-default-internal-hero .bg {
  padding: 15rem 0 10.625rem 0;
}
.vsm-default-internal-hero .bg:after {
  background: url("../uploads/hero-brand-mask.svg");
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50%;
}

.vsm-intro-content-40-60 .xs-heading {
  display: none;
}
.vsm-intro-content-40-60 .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}

.vsm-accordion-mixed-content-50-50 .accordion-header {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  padding-bottom: 1.875rem;
  cursor: pointer;
}
.vsm-accordion-mixed-content-50-50 .accordion-header:after {
  transform: rotate(0deg);
  font-size: 25px;
  font-size: 1.5625rem;
}
.vsm-accordion-mixed-content-50-50 .accordion-header.collapsed:after {
  transform: rotate(-90deg);
}
.vsm-accordion-mixed-content-50-50 .accordion-item {
  border-bottom: 0.0625rem solid rgba(var(--vsm-black), 0.6);
  background: rgba(255, 255, 255, 0);
}
.vsm-accordion-mixed-content-50-50 .plyr--video {
  overflow: hidden;
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.vsm-accordion-mixed-content-50-50 .media img {
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.vsm-contained-full-width-banner .media {
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.vsm-contained-full-width-banner .media .video {
  aspect-ratio: auto;
}
.vsm-contained-full-width-banner .media .plyr__video-embed {
  max-height: 33.125rem !important;
}

.vsm-content-layout-2 .bg {
  position: relative;
}
.vsm-content-layout-2 .bg:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../uploads/brandmark-mark.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 28.75rem;
  height: 28.75rem;
  border-radius: 18.75rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  margin: 14.375rem auto;
}
@media (min-width: 768px) {
  .vsm-content-layout-2 .bg:after {
    display: block;
  }
}
.vsm-content-layout-2 .bg .media {
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.vsm-content-layout-2 .bg .abs-left .media {
  border-bottom-right-radius: 1.875rem;
}

.vsm-full-width-testimonial-carousel .bg {
  background: rgb(237, 108, 45);
  background: linear-gradient(0deg, rgba(237, 108, 45, 0.05) 0%, rgba(95, 99, 104, 0.05) 100%);
}

.cm-tabbed-content {
  background: rgb(237, 108, 45);
  background: linear-gradient(0deg, rgba(237, 108, 45, 0.05) 0%, rgba(95, 99, 104, 0.05) 100%);
}
@media (min-width: 768px) {
  .cm-tabbed-content.side-nav .flex-item .tab-content {
    margin-top: 6.5625rem;
  }
}
.cm-tabbed-content.side-nav .nav li a {
  -webkit-appearance: none;
  border-bottom: 0.0625rem solid rgba(var(--vsm-black), 0.1);
  text-decoration: none;
  margin-right: 0rem;
}
.cm-tabbed-content.side-nav .nav li a.active {
  color: rgba(var(--vsm-accent-colour), 1);
}
.cm-tabbed-content.side-nav .component-wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media (min-width: 768px) {
  .cm-tabbed-content.side-nav .component-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cm-tabbed-content.side-nav .component-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cm-tabbed-content.side-nav .component-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .cm-tabbed-content.side-nav .component-wrapper {
    max-width: 1320px;
  }
}
.cm-tabbed-content.side-nav .cm-body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cm-tabbed-content.side-nav .cm-body {
    flex-direction: row;
  }
}
.cm-tabbed-content.side-nav .cm-body .flex-item {
  display: flex;
}
.cm-tabbed-content.side-nav .cm-body .flex-item:nth-child(1) {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .cm-tabbed-content.side-nav .cm-body .flex-item:nth-child(1) {
    flex: 1 0 33.33333%;
  }
}
.cm-tabbed-content.side-nav .cm-body .flex-item:nth-child(2) {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .cm-tabbed-content.side-nav .cm-body .flex-item:nth-child(2) {
    flex: 1 0 50%;
  }
}
.cm-tabbed-content.side-nav .cm-body .flex-item:nth-child(2) .content .rte ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0.9375rem 0;
}
.cm-tabbed-content.side-nav .cm-body .flex-item:nth-child(2) .content .rte ul li {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 0.625rem 0 0.625rem 1.5625rem;
  font-weight: 400;
}
.cm-tabbed-content.side-nav .cm-body .flex-item:nth-child(2) .content .rte ul li:before {
  content: "\f058";
  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;
  color: #ff6200;
  margin-left: -1.5625rem;
  margin-right: 0.5rem;
}
.cm-tabbed-content.side-nav .cm-body .nav {
  flex-direction: column;
}
.cm-tabbed-content.horizontal-nav .nav li a {
  padding: 0.625rem 0.9375rem;
  border-top: 0.0625rem solid rgba(var(--vsm-black), 0.1);
  border-left: 0.0625rem solid rgba(var(--vsm-black), 0.05);
  border-right: 0.0625rem solid rgba(var(--vsm-black), 0.05);
  border-bottom: 0.0625rem solid rgba(var(--vsm-black), 0.1);
  text-decoration: none;
  margin-right: -0.0625rem;
}
.cm-tabbed-content.horizontal-nav .nav li a.active {
  color: rgba(var(--vsm-accent-colour), 1);
  border-bottom: 0.0625rem solid rgba(var(--vsm-black), 0);
}
.cm-tabbed-content.horizontal-nav .nav li a:not(.active) {
  background: rgba(var(--vsm-black), 0.1);
}
.cm-tabbed-content.horizontal-nav .nav li:first-child a {
  border-left: 0.0625rem solid rgba(var(--vsm-black), 0.1);
  border-top-left-radius: 0.5rem;
}
.cm-tabbed-content.horizontal-nav .nav li:last-child a {
  border-right: 0.0625rem solid rgba(var(--vsm-black), 0.1);
  border-top-right-radius: 0.5rem;
}
.cm-tabbed-content .media {
  width: 2.5625rem;
  height: 4.5625rem;
  margin-bottom: 1.875rem;
}
.cm-tabbed-content .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cm-tabbed-content.side-nav .nav {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .cm-tabbed-content.side-nav .nav {
    max-width: 80%;
  }
}
.cm-tabbed-content.side-nav .nav li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(var(--vsm-black), 1);
  display: block;
  padding: 0.625rem 0.625rem 0.625rem 0rem;
  position: relative;
}
.cm-tabbed-content.side-nav .nav li a.active {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-tabbed-content.side-nav .nav li a.active:after {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-tabbed-content.side-nav .nav li a:after {
  top: 0.9375rem;
  content: "\f107";
  transform: rotate(-90deg);
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  position: absolute;
  right: 0;
  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;
  color: rgba(var(--vsm-black), 0.3);
}

.vsm-split-image-row-50-50 .xs-heading {
  display: none;
}
.vsm-split-image-row-50-50 .medias .col {
  padding: 0;
  overflow: hidden;
}
.vsm-split-image-row-50-50 .medias .col:first-child {
  border-top-left-radius: 1.875rem;
}
.vsm-split-image-row-50-50 .medias .col:last-child {
  border-bottom-right-radius: 1.875rem;
}
.vsm-split-image-row-50-50 .medias .media {
  border-radius: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.1/1;
}
.vsm-split-image-row-50-50 .medias h5 {
  display: none;
}

.vsm-content-carousel .vsm-header .xs-heading {
  display: none;
}
.vsm-content-carousel .vsm-header .md-heading {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
}
.vsm-content-carousel .swiper-wrapper {
  align-items: center;
}
.vsm-content-carousel .swiper-slide > .content > .row {
  flex-direction: column;
}
.vsm-content-carousel .swiper-slide > .content > .row > .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vsm-content-carousel .swiper-slide > .content > .row > .col:nth-child(2) {
  display: none;
}
.vsm-content-carousel .swiper-slide > .content > .row > .col .media {
  padding: 2.5rem 1.5625rem;
}
.vsm-content-carousel .swiper-slide > .content > .row > .col .media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.vsm-content-in-image-carousel .vsm-header .xs-heading {
  display: none;
}
.vsm-content-in-image-carousel .vsm-header .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}
.vsm-content-in-image-carousel .vsm-body .swiper-slide:first-child .content-in-image {
  border-top-left-radius: 1.875rem;
}
.vsm-content-in-image-carousel .vsm-body .swiper-slide:last-child .content-in-image {
  border-bottom-right-radius: 1.875rem;
}
.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image {
  padding: 0;
  overflow: hidden;
}
.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image .btn {
  background: rgba(var(--vsm-quaternary-colour), 1);
}
.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image .btn:hover {
  background: rgba(var(--vsm-primary-colour), 1);
  border: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
}
.vsm-content-in-image-carousel .swiper-pagination {
  display: none;
  position: relative;
  margin: 1.875rem 0 0 0;
}
.vsm-content-in-image-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 0.5);
}
.vsm-content-in-image-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--vsm-primary-colour), 1);
}
.vsm-content-in-image-carousel .swiper-navigation {
  position: absolute;
  display: flex;
  top: calc(50% - 25px);
  width: 100%;
  left: 0;
  justify-content: space-between;
}
.vsm-content-in-image-carousel .swiper-navigation div {
  margin: 0 1.875rem;
  background: rgba(var(--vsm-white), 0.7);
  border-radius: 100em;
  width: 75px;
  height: 75px;
}
.vsm-content-in-image-carousel .swiper-navigation div:hover {
  background: rgba(var(--vsm-white), 1);
}
.vsm-content-in-image-carousel .swiper-navigation div.swiper-button-disabled {
  opacity: 0;
}
.vsm-content-in-image-carousel .swiper-navigation div.swiper-button-prev {
  left: -3.4375rem;
  right: auto;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}
.vsm-content-in-image-carousel .swiper-navigation div.swiper-button-prev:after {
  content: "";
}
.vsm-content-in-image-carousel .swiper-navigation div.swiper-button-next {
  left: auto;
  right: -3.4375rem;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}
.vsm-content-in-image-carousel .swiper-navigation div.swiper-button-next:after {
  content: "";
}

.vsm-get-in-touch-form {
  background-color: rgba(var(--vsm-white), 1);
  background-image: url(../uploads/brandmark-mark.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 20%;
}
.vsm-get-in-touch-form .element label {
  font-weight: 600;
  color: #202124;
  font-family: "Inter", sans-serif;
}
.vsm-get-in-touch-form .element.checkbox label {
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
}
.vsm-get-in-touch-form .element.checkbox label p {
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Muli", sans-serif;
}
.vsm-get-in-touch-form .element.checkbox label a {
  color: #000;
}
@media (min-width: 1024px) {
  .vsm-get-in-touch-form .vsm-body > .container > .row:nth-child(1) {
    max-width: 50%;
  }
}
.vsm-get-in-touch-form .element.text input,
.vsm-get-in-touch-form .element.text textarea, .vsm-get-in-touch-form .element.textarea input,
.vsm-get-in-touch-form .element.textarea textarea {
  background: rgba(255, 255, 255, 0.8);
}

.vsm-image-grid .medias .grid-left .media {
  max-height: 10.875rem;
}
.vsm-image-grid .medias .grid-left .media:nth-child(1) {
  border-top-left-radius: 1.875rem;
}
.vsm-image-grid .medias .grid-left .media:nth-child(4) {
  border-bottom-right-radius: 1.875rem;
}
.vsm-image-grid .medias .grid-right .media {
  max-height: 23.6875rem;
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.vsm-stats-count-up .component-wrapper {
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  background: rgb(237, 108, 45);
  background: linear-gradient(0deg, rgba(237, 108, 45, 0.05) 0%, rgba(95, 99, 104, 0.05) 100%);
}
.vsm-stats-count-up .col .stat {
  padding: 3.75rem 1.875rem;
}
.vsm-stats-count-up .col .stat .media {
  display: none;
}
.vsm-stats-count-up .col .stat .count {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 7vw;
}
@media (min-width: 768px) {
  .vsm-stats-count-up .col .stat .count {
    font-size: 3.5vw;
  }
}
@media (min-width: 1024px) {
  .vsm-stats-count-up .col .stat .count {
    font-size: 4.5vw;
  }
}
.vsm-stats-count-up .col .stat .description {
  font-weight: 800;
  margin-bottom: 0;
}
.vsm-stats-count-up .col .stat:after {
  display: none;
}

.cm-split-logo-row-50-50 .md-heading {
  font-weight: 600;
}
.cm-split-logo-row-50-50 .medias .col {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  flex: 1 0 33%;
  justify-items: center;
  align-items: center;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .cm-split-logo-row-50-50 .medias .col {
    flex: 1 0 33%;
  }
}
@media (min-width: 1024px) {
  .cm-split-logo-row-50-50 .medias .col {
    flex: 1 0 33%;
  }
}
.cm-split-logo-row-50-50 .medias .media {
  border-radius: 0;
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
  margin: 0 auto 0.938rem auto;
  background: rgba(var(--vsm-white), 1);
  display: flex;
  align-items: center;
  padding: 0rem 1.5625rem;
}
.cm-split-logo-row-50-50 .medias .media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.cm-split-logo-row-50-50 .medias .media:hover img {
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0);
  /* Microsoft Edge and Firefox 35+ */
}
.cm-split-logo-row-50-50 .medias h5 {
  position: absolute;
  margin: 0 auto 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1;
  bottom: 0.9375rem;
  left: 0.9375rem;
  font-weight: 400;
}

.vsm-latest-featured-alt .vsm-header .xs-heading {
  display: none;
}
.vsm-latest-featured-alt .vsm-body .content-card {
  border-radius: 0.5rem;
}
.vsm-latest-featured-alt .vsm-body .content-card .content .media {
  display: none;
}
.vsm-latest-featured-alt .vsm-body .content-card .content .subtitle {
  color: rgba(var(--vsm-primary-colour), 1);
  font-weight: 600;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.vsm-latest-featured-alt .vsm-body .content-card .content .inline-link {
  color: rgba(var(--vsm-white), 1);
}

.vsm-split-content-50-50 .vsm-header .md-heading {
  font-size: 35px;
  font-size: 2.1875rem;
}
.vsm-split-content-50-50.coloured-bg {
  background: rgb(237, 108, 45);
  background: linear-gradient(0deg, rgba(237, 108, 45, 0.05) 0%, rgba(95, 99, 104, 0.05) 100%);
}
.vsm-split-content-50-50 .media img {
  width: 100%;
}

.vsm-full-width-fixed-media-bg .vsm-body > .row > .col > .content > .col {
  display: flex;
  flex-direction: column;
}
.vsm-full-width-fixed-media-bg .vsm-body .inline-link {
  display: inline-block;
}

.vsm-full-width-fixed-media-bg .vsm-body .row > .col {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .vsm-full-width-fixed-media-bg .vsm-body .row > .col {
    max-width: 70%;
  }
}
.vsm-full-width-fixed-media-bg blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
}
.vsm-full-width-fixed-media-bg blockquote p,
.vsm-full-width-fixed-media-bg blockquote q {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
}
.vsm-full-width-fixed-media-bg blockquote p:before, .vsm-full-width-fixed-media-bg blockquote p:after,
.vsm-full-width-fixed-media-bg blockquote q:before,
.vsm-full-width-fixed-media-bg blockquote q:after {
  display: none;
}

.vsm-default-internal-hero .bg .vsm-body {
  position: relative;
  z-index: 1;
}
.vsm-default-internal-hero .bg .vsm-body .rte {
  color: rgba(var(--vsm-white), 1);
}
.vsm-default-internal-hero .bg .vsm-body .rte p,
.vsm-default-internal-hero .bg .vsm-body .rte li {
  color: inherit;
}

body.sign-in {
  padding-bottom: 0;
}
body.sign-in .container-fluid {
  max-width: 100%;
  height: 100%;
}
body.sign-in .container-fluid > .row {
  height: 100%;
}
body.sign-in .container-fluid > .row > .col-md-6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin: 0;
  position: relative;
}
body.sign-in .container-fluid > .row > .col-md-6:nth-child(1):before {
  content: "";
  background: rgba(9, 9, 9, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  body.sign-in .container-fluid > .row > .col-md-6:nth-child(1) {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  body.sign-in .container-fluid > .row > .col-md-6:nth-child(2) {
    justify-content: flex-start;
  }
}
body.sign-in .container-fluid > .row > .col-md-6 .container {
  margin: 0;
}
@media (min-width: 1024px) {
  body.sign-in .container-fluid > .row > .col-md-6 .container {
    max-width: 41rem;
    align-self: center;
  }
}
body.sign-in .container-fluid > .row > .col-md-6 .container .client-logo {
  margin-bottom: 3.125rem;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .client-logo .brand {
  display: block;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 3.3125rem;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .client-logo .brand img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .content {
  position: relative;
  z-index: 1;
  color: rgba(var(--vsm-white), 1);
}
body.sign-in .container-fluid > .row > .col-md-6 .container .content .md-heading,
body.sign-in .container-fluid > .row > .col-md-6 .container .content .xs-heading {
  color: rgba(var(--vsm-white), 1);
}
body.sign-in .container-fluid > .row > .col-md-6 .container .content .rte {
  color: rgba(var(--vsm-white), 0.8);
}
body.sign-in .container-fluid > .row > .col-md-6 .container .content .rte p,
body.sign-in .container-fluid > .row > .col-md-6 .container .content .rte li,
body.sign-in .container-fluid > .row > .col-md-6 .container .content .rte a {
  color: inherit;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .feature-list .feature {
  display: flex;
  border-bottom: 0.0625rem solid rgba(var(--vsm-white), 0.2);
  margin-bottom: 0.9375rem;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .feature-list .feature .media {
  margin-right: 0.9375rem;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 1);
  border-radius: 6.25rem;
  display: flex;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .feature-list .feature .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .feature-list .feature .xs-heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
body.sign-in .container-fluid > .row > .col-md-6 .container .sign-in-form.card {
  background: none;
  border: none;
  box-shadow: none;
}

body.register .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body.register .bg:before {
  content: "";
  background: rgba(9, 9, 9, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.register .bg .container-fluid {
  position: relative;
  z-index: 1;
}
body.register .bg .links a {
  color: rgba(var(--vsm-white), 1);
}

body.sign-in .content .md-heading:after,
body.sign-in .content .xs-heading:after {
  display: none;
}
body.sign-in .content .feature-list {
  margin-bottom: 1.875rem;
}

tspan {
  font-family: "Muli", sans-serif;
}

.vsm-top .navigation .primary-nav ul li ul {
  width: auto;
  min-width: 7.5rem;
}

.vsm-top .navigation .primary-nav ul li a {
  white-space: nowrap;
}

.vsm-media-hub .newsletter-signup form field.form-group + field {
  margin-top: 1.25rem;
  display: block;
}

.vsm-media-hub .vsm-full-width-call-to-action .bg {
  padding: 7rem;
  background-position: top;
}
@media (min-width: 1200px) {
  .vsm-media-hub .vsm-full-width-call-to-action .bg {
    padding: 10rem;
  }
}
@media (max-width: 768px) {
  .vsm-media-hub .vsm-full-width-call-to-action .bg {
    background-position-x: -500px;
  }
}

body.menu-open .vsm-top.switch-fixed .navigation .brand .logo-1 {
  display: none;
}

body.menu-open .vsm-top.switch-fixed .navigation .brand .logo-2 {
  display: block;
}

.vsm-full-width-testimonial-carousel .testimonial-data blockquote q {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vsm-full-width-testimonial-carousel .testimonial-data blockquote q {
    font-size: 24px;
    font-size: 1.5rem;
  }
}