@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700&display=swap");
:root {
  --vsm-white:  255, 255, 255;
  --vsm-black:  9, 9, 9;
  --vsm-body-copy-colour:  95, 99, 104;
  --vsm-accent-colour:  16, 15, 48;
  --vsm-primary-colour:  255, 55, 97;
  --vsm-secondary-colour:  16, 15, 48;
  --vsm-teritary-colour:  252, 174, 0;
  --vsm-quaternary-colour:  148, 0, 238;
  --vsm-quinary-colour:  112, 112, 112;
}

: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;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #ff3761;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #100f30;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.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: 30rem;
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/
.vsm-top .navigation .brand img {
  height: 2.4rem;
}

@media (min-width: 1024px) {
  .vsm-top .navigation .brand img {
    height: 3.125rem;
  }
}

.vsm-top .navigation .primary-nav ul li a {
  color: #ffffff;
}

.vsm-top .navigation .primary-nav ul li.dropdown > a:after {
  color: #ffffff;
}

.vsm-top .navigation .primary-nav ul li.meganav nav {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.vsm-top .navigation .primary-nav ul li.meganav .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
}

.vsm-top .navigation .primary-nav ul li.meganav .col:nth-child(1) {
  width: 100%;
  border-right: 0.063rem solid rgba(0, 0, 0, 0);
}

.vsm-top .navigation .primary-nav ul li.meganav .col:nth-child(2) {
  width: 50%;
  border-right: 0.063rem solid rgba(0, 0, 0, 0);
}

.vsm-top .navigation .primary-nav ul li.meganav .col:nth-child(3) {
  width: 25%;
}

.vsm-top .navigation .primary-nav ul li.meganav:hover .mega-menu {
  background: white;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(9, 9, 9, 0.05);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(9, 9, 9, 0.05);
}

.vsm-top .navigation .primary-nav ul li.meganav > a:after {
  color: #ffffff;
}

.vsm-top .navigation .more-nav ul li a {
  color: #100f30;
}

@media (min-width: 1024px) {
  .vsm-top .navigation .more-nav ul li a {
    color: #ffffff;
  }
}

.vsm-top .navigation .more-nav ul li:nth-child(1) {
  display: none;
}

.vsm-top .navigation .more-nav ul li:nth-child(2) {
  display: none;
}

.vsm-top .navigation .more-nav ul li:nth-child(5) {
  display: block;
}

.vsm-top.fixed .navigation .primary-nav ul li a {
  color: #100f30;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown > a:after {
  color: #100f30;
}

.vsm-top.fixed .navigation .primary-nav ul li.meganav > a:after {
  color: #100f30;
}

.vsm-top.fixed .navigation .more-nav ul li a {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation {
  background-color: #ffffff;
}

body.fixed-top-style .vsm-top .navigation .primary-nav ul li a {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation .primary-nav ul li.dropdown > a:after {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation .primary-nav ul li.meganav > a:after {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation .more-nav ul li a {
  color: #100f30;
}

.vsm-hero-slider .bg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15rem;
}

.vsm-hero-slider .bg:before {
  display: none;
}

.vsm-hero-slider .video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

.vsm-hero-slider .content .rte {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-hero-slider .content .rte p, .vsm-hero-slider .content .rte ul, .vsm-hero-slider .content .rte li, .vsm-hero-slider .content .rte a, .vsm-hero-slider .content .rte dd, .vsm-hero-slider .content .rte dt {
  font-size: 40px;
  font-size: 2.5rem;
  color: #ffffff;
}

.vsm-hero-slider .content .rte a:hover {
  color: #ff3761;
}

.vsm-centralised-title-intro-text .btn {
  background-color: #ff3761;
}

.vsm-content-layout-2 {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px 500px;
}

.vsm-content-layout-2 .media {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-oversized-statement-block {
  color: #090909;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-oversized-statement-block p {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-split-grid-images-content-features .vsm-body .content .rte {
  margin-bottom: 30px;
}

.vsm-split-grid-images-content-features .medias .grid .media {
  overflow: hidden;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(1) {
  border-top-left-radius: 3.75rem;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(3) {
  border-bottom-left-radius: 3.75rem;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(4) {
  border-bottom-right-radius: 3.75rem;
}

.vsm-full-width-featured-testimonial-carousel q {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-full-width-featured-testimonial-carousel .media {
  overflow: hidden;
  border-bottom-left-radius: 3.75rem;
}

.vsm-full-width-featured-testimonial-carousel .author .name {
  color: #090909;
}

.vsm-full-width-featured-testimonial-carousel .author .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-job-carousel .btn {
  background-color: #ff3761;
}

footer.vsm-default-footer-no-links .newsletter-signup .rte.larger-text {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .newsletter-signup .rte.larger-text p {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .newsletter-signup .input-group input {
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

footer.vsm-default-footer-no-links .general-contact-details li {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .general-contact-details li a {
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-default-signoff {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vsm-default-signoff .copyright, .vsm-default-signoff .signoff-links, .vsm-default-signoff .designed-by {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-default-signoff .copyright a:hover, .vsm-default-signoff .signoff-links a:hover, .vsm-default-signoff .designed-by a:hover {
  color: #ff3761;
}

.vsm-wide-media-carousel .vsm-body {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 500px 500px;
}

.vsm-wide-media-carousel .flex-wrapper .flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.vsm-wide-media-carousel .flex-wrapper .flex-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vsm-content-image-50-50 {
  overflow: hidden;
}

.vsm-content-image-50-50 .container {
  z-index: 1;
  position: relative;
}

.vsm-content-image-50-50.left .bg {
  position: relative;
}

.vsm-content-image-50-50.left .bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  right: 3.75rem;
  z-index: 0;
}

.vsm-content-image-50-50.right .bg {
  position: relative;
}

.vsm-content-image-50-50.right .bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 3.75rem;
  z-index: 0;
}

.vsm-content-image-50-50.rounded-bottom-right .bg {
  margin-top: 1.5em;
}

.vsm-content-image-50-50.rounded-bottom-right .bg:before {
  display: none;
}

.vsm-content-image-50-50.rounded-bottom-right .bg .media img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0rem;
  width: 100%;
  height: 100%;
}

.vsm-content-image-50-50 .media {
  position: relative;
  overflow: hidden;
}

.vsm-content-image-50-50 .media img {
  margin: 1.875rem;
  border-radius: 1.875rem;
  overflow: hidden;
  width: calc(100% - 3.75rem);
  height: calc(100% - 3.75rem);
}

.vsm-short-testimonial-carousel {
  overflow: hidden;
}

.vsm-short-testimonial-carousel .bg {
  position: relative;
  padding: 3.75rem 0 0 0;
}

.vsm-short-testimonial-carousel .bg::before {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
  top: 0;
  left: 0;
}

.vsm-short-testimonial-carousel .swiper-container {
  overflow: visible;
}

.vsm-short-testimonial-carousel .swiper-slide {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.875rem;
  -webkit-box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
}

.vsm-short-testimonial-carousel .testimonial-data .author .name {
  color: #090909;
}

.vsm-short-testimonial-carousel .testimonial-data .author .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-short-testimonial-carousel .testimonial-data .rte, .vsm-short-testimonial-carousel .testimonial-data .rte p {
  font-size: 20px;
  font-size: 1.25rem;
}

.vsm-short-testimonial-carousel .vsm-header, .vsm-short-testimonial-carousel .vsm-body {
  z-index: 1;
  position: relative;
}

.vsm-short-testimonial-carousel .vsm-body {
  margin-top: 3.75rem;
}

.vsm-accordion-mixed-content-50-50 {
  overflow: hidden;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(1) {
  margin-bottom: 4.75rem;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2) {
  position: relative;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2) .media {
  position: relative;
  z-index: 1;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2):after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: -3.75rem;
  left: 3.75rem;
  z-index: 0;
}

.vsm-accordion-mixed-content-50-50 .media {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-accordion-mixed-content-50-50 .media .plyr {
  height: 100%;
}

.vsm-full-width-call-to-action .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.6666666667%;
          flex: 1 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.vsm-full-width-call-to-action .btn {
  background: #ffffff;
  color: #100f30;
}

.vsm-full-width-call-to-action .btn span {
  color: #100f30;
}

.vsm-full-width-call-to-action .btn:hover {
  background: #100f30;
  color: #ffffff;
}

.vsm-full-width-call-to-action .btn:hover span {
  color: #ffffff;
}

.vsm-image-grid .medias img {
  border-radius: 1.875rem;
}

.vsm-content-layout-3 .media {
  border-radius: 1.875rem;
}

.vsm-content-layout-3 .bg {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 500px 500px;
}

.vsm-split-content-50-50 .rte blockquote p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-latest-featured-alt .inline-link:hover {
  color: white;
}

.vsm-intro-content-40-60 .bg {
  padding: 3.75rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-intro-content-40-60 .md-heading span {
  color: #ff3761;
}

.vsm-intro-content-40-60 .rte.larger-text {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-intro-content-40-60 .rte.larger-text p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-intro-content-40-60 .content .rte h4 {
  color: #ff3761;
}

.vsm-intro-content-40-60 .content .rte p strong {
  color: #090909;
}

.vsm-video-carousel {
  overflow: hidden;
}

.vsm-video-carousel .swiper-slide .video-card a {
  overflow: hidden;
  border-radius: 1.875rem;
}

.vsm-video-carousel .swiper-slide .video-card .no-media {
  overflow: hidden;
  border-radius: 1.875rem;
}

.vsm-content-layout-1 .media {
  border-radius: 1.875rem;
}

.vsm-card-links .vsm-body .col a.card-link {
  border-radius: 0.938rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.vsm-card-links .vsm-footer {
  display: none;
}

.vsm-double-box-carousel .bg {
  padding: 3.75rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-double-box-carousel .swiper-slide {
  background: none;
}

.vsm-single-accordion .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-100 .content-in-image {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-double-accordion .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-double-accordion .vsm-header .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background-color: #ff3761;
}

.vsm-short-content-33-33-33 .vsm-body > .row > .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.vsm-short-content-33-33-33 .vsm-body > .row > .col:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1024px) {
  .vsm-short-content-33-33-33 .vsm-body > .row > .col {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.938rem;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(3n) {
    border-right: 0;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-last-child(-n+3) {
    border-bottom: 0;
  }
}

.vsm-split-content-33-33-33 .sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.vsm-split-content-33-33-33 .content {
  margin-bottom: 3.75rem;
}

.vsm-split-content-33-33-33 .bg {
  padding: 3.75rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-double-media .col-md-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .vsm-double-media .col-md-6 {
    width: 50%;
  }
}

.vsm-double-media .col-md-6:nth-child(1) .media {
  border-top-left-radius: 1.875rem;
}

.vsm-double-media .col-md-6:nth-child(2) .media {
  border-top-right-radius: 1.875rem;
}

.vsm-testimonial-carousel .bg {
  padding: 3.75rem 0;
  background-image: none;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-testimonial-carousel .testimonial-data {
  border-radius: 0.938rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .vsm-testimonial-carousel .testimonial-data .col {
    width: 63.33333%;
  }
}

.vsm-contained-full-width-banner .media {
  border-radius: 0.938rem;
}

.vsm-job-search-alt .bg {
  padding: 10rem 0 5.75rem 0;
  background: #ececf7;
  background: -webkit-gradient(linear, left top, left bottom, from(#c0c0d2), to(#f7f2f2));
  background: linear-gradient(180deg, #c0c0d2 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-job-search-alt .element.select .field {
  background-color: #ffffff;
}

.vsm-job-search-results-listings-alt .side-cta {
  margin-top: 3.75rem;
  border-radius: 0.938rem;
}

.vsm-default-internal-hero.black-text .bg {
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
  padding: 10rem 0 5.75rem 0;
}

.vsm-default-internal-hero.black-text .bg:before {
  display: none;
}

.vsm-default-internal-hero.black-text .content .xs-heading, .vsm-default-internal-hero.black-text .content .md-heading, .vsm-default-internal-hero.black-text .content .rte, .vsm-default-internal-hero.black-text .content .rte p {
  color: #090909;
}

.vsm-job-details .vsm-body > .container > .row:nth-child(2), .vsm-job-details .vsm-body > .container > .row:nth-child(3), .vsm-job-details .vsm-body > .container > .row:nth-child(4) {
  -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;
}

#cv-dropoff .modal-content {
  border-radius: 0.938rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

#cv-dropoff .modal-header {
  border-bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

#cv-dropoff .modal-body {
  padding: 4rem;
}

#cv-dropoff .modal-body .form-holder .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  #cv-dropoff .modal-body .form-holder .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
  }
}

#cv-dropoff .modal-body .form-holder .element.text input {
  background: white;
}

#cv-dropoff .modal-body .form-holder .element.text input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input::placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.submit .btn {
  margin-top: 2.063rem;
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
}

.vsm-content-layout-1 .bg {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: 20% bottom;
  background-repeat: no-repeat;
  background-size: 500px 500px;
}

@media (min-width: 768px) {
  .vsm-content-layout-2 .abs-left {
    left: 2%;
    width: calc(48% - var(--bs-gutter-x)/ 2);
  }
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: none;
  overflow: visible;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media img {
  max-width: 100%;
}

.vsm-testimonial-carousel .testimonial-data::before {
  background: rgba(var(--vsm-black), 0.6);
}

.vsm-latest-featured-alt .content-card {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
}

.vsm-timeline-horizontal .bg {
  background: none;
}

.vsm-timeline-horizontal .timeline .swiper-slide .event .media {
  border-radius: 0.625rem;
  overflow: hidden;
}

.vsm-content-layout-4 .left-col .media {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-content-layout-4 .right-col .media {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  overflow: hidden;
}

.vsm-content-layout-4 .right-col .media .plyr--video {
  height: 100%;
}

.vsm-wide-media-carousel .media {
  border-radius: 0.625rem;
}

.vsm-default-internal-profile-hero .bg {
  background-position: center right;
}

/* ------ Social Feed Start ------ */

.social-feed{
    margin-bottom: 50px;
}

.social-posts{
    display: flex;
    justify-content: space-around;
    min-height: 250px;
    margin-top: 35px;
}

.single-post{
    height:250px;
    width: 250px;
    margin-top:30px;
    margin-bottom:30px;

}

.single-post img{
    height:250px;
    width: 250px;
    object-fit: cover;
    position:absolute;
}

.insta-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.insta-overlay {
  transition: .5s ease;
  text-align: center;
  z-index:5;
  width:100%;

}

.single-post:hover .insta-img {
  opacity: 0.1;
}

.single-post:hover .insta-overlay {
  opacity: 1;
}

.insta-description {
  background-color: rgba(0,0,0,0.8);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
display:flex;
justify-content:center;
align-items: center;
height: 250px;
    
}

@media (max-width: 1200px) {
.social-posts{
    flex-wrap: wrap;
}
}
@media (max-width: 768px) {
.single-post{
    margin-top:10px;
    margin-bottom:10px;
}
}



/* ------ Social Feed End ------ */
.lifeatvenn.is-not-youTube img{
  height:309px!important;
  width: 309px!important;
}

.j-meta{
  display: none!important;
}