@charset "UTF-8";
.vb-btn {
  text-decoration: none;
  font-weight: 500 !important;
  transition: all 0.15s ease;
}
.vb-btn:hover {
  box-shadow: 0 2px 12px 2px rgba(99, 102, 241, 0.18), 0 4px 20px 4px rgba(0, 44, 255, 0.17);
  transform: translateY(-2px) scale(1.025);
}
.vb-accordion-lead {
  display: none !important;
}
a {
  text-decoration: none;
}
#topmenu ul > li:last-child {
  background: #006fff;
  color: #ffffff;
  border-color: #006fff;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.5rem;
}
#topmenu ul > li:last-child:hover {
  box-shadow: 0 0 16px 4px rgba(99, 102, 241, 0.45);
}
.ssl-label-header {
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 30px;
  border: 1px solid #5db9f9;
  padding: 12px 50px !important;
  display: inline-block !important;
  margin-bottom: 20px;
  font-weight: 600 !important;
  width: auto !important;
  box-shadow: 0 0 6px 2px rgba(93, 185, 249, 0.55);
  background: #00bcd42e;
  font-size: 16px;
}
.ssl-label-header .vb-text-content {
  display: inline-block !important;
  width: auto !important;
  color: #5db9f9 !important;
  position: relative;
  line-height: 1;
}
.fader-background {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='120' viewBox='0 0 40 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000000' stroke-opacity='0.055'%3E%3Crect x='17' y='8' width='6' height='90' rx='3' stroke-width='1'/%3E%3Cline x1='10' y1='15' x2='16' y2='15' stroke-width='0.8'/%3E%3Cline x1='10' y1='28' x2='16' y2='28' stroke-width='0.8'/%3E%3Cline x1='10' y1='41' x2='16' y2='41' stroke-width='0.8'/%3E%3Cline x1='10' y1='54' x2='16' y2='54' stroke-width='1.2'/%3E%3Cline x1='10' y1='67' x2='16' y2='67' stroke-width='0.8'/%3E%3Cline x1='10' y1='80' x2='16' y2='80' stroke-width='0.8'/%3E%3Cline x1='10' y1='93' x2='16' y2='93' stroke-width='0.8'/%3E%3Cline x1='24' y1='15' x2='30' y2='15' stroke-width='0.8'/%3E%3Cline x1='24' y1='28' x2='30' y2='28' stroke-width='0.8'/%3E%3Cline x1='24' y1='41' x2='30' y2='41' stroke-width='0.8'/%3E%3Cline x1='24' y1='54' x2='30' y2='54' stroke-width='1.2'/%3E%3Cline x1='24' y1='67' x2='30' y2='67' stroke-width='0.8'/%3E%3Cline x1='24' y1='80' x2='30' y2='80' stroke-width='0.8'/%3E%3Cline x1='24' y1='93' x2='30' y2='93' stroke-width='0.8'/%3E%3Crect x='11' y='50' width='18' height='10' rx='2' stroke-width='1.2'/%3E%3Cline x1='14' y1='55' x2='26' y2='55' stroke-width='1'/%3E%3Cline x1='0' y1='0' x2='0' y2='120' stroke-width='0.5' stroke-opacity='0.04'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 120px;
  background-repeat: repeat;
}
.mouse {
  position: relative;
  width: 32px;
  height: 54px;
  border-radius: 20px;
  border: 2px solid rgba(0, 111, 255, 0.15);
  margin-top: 30px;
  background: none;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  display: block;
}
.mouse::before {
  /* blue scroll wheel as a pseudo-element */
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  width: 6px;
  height: 13px;
  border-radius: 4px;
  background: #006fff;
  opacity: 1;
  animation: mouse-scroll 1s infinite cubic-bezier(0.35, 1.7, 0.38, 0.84);
}
@keyframes mouse-scroll {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateX(-50%) translateY(18px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(26px);
  }
}
body #vb-header {
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  color: white;
}
body #vb-header .vb-mobile-toggle span {
  color: white;
}
body #vb-header #brand-top .vb-text-content {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
body #vb-header #brand-top .vb-text-content .pm {
  color: #006fff;
}
body #vb-header #brand-top .vb-text-content .train {
  text-transform: uppercase;
}
body #mixing-hero {
  position: relative;
}
body #mixing-hero::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #080b12 20%, transparent);
  pointer-events: none;
  bottom: 0;
  height: 300px;
  width: 100%;
}
body .vb-accordion.vb-accordion--solid .vb-accordion-item {
  background: #0f1623;
  border: 1px solid #0b2c5a;
}
body .vb-accordion.vb-accordion--solid .vb-accordion-item .vb-accordion-header:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #006fff;
  font-size: 20px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
body .vb-card {
  background: #182337;
  color: white;
  border: 1px solid #172a48;
  border-radius: 20px !important;
}
body .vb-card * {
  color: white;
}
body .vb-carousel-nav {
  color: white !important;
  box-shadow: 0 0 16px 4px rgba(99, 102, 241, 0.45);
}
@media screen and (max-width: 768px) {
  #row_1780201439596_5332, #row_1779954482432_4221 {
    gap: 0 !important;
  }
  #blk_1780202333376_7885 {
    padding-bottom: 0 !important;
  }
}
.vb-footer form#cf4 {
  background: #101a27;
  border: 1px solid #26292b;
  box-shadow: 2px 2px 10px #24406347;
  padding: 30px;
  max-width: 767px;
  margin: 0 auto;
  border-radius: 20px;
}
.vb-footer div#cf_4 {
  background: none;
}
.vb-footer .cf-content-text p {
  font-size: 16px !important;
}
.vb-footer .convertforms .cf-input::placeholder {
  color: #dfdfdf !important;
}
.vb-footer .convertforms .cf-input {
  background: #0f1319;
  color: #dfdfdf !important;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  padding: 10px;
  height: 45px;
}
.vb-footer .cf-content-text p a {
  color: #006fff !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}
.vb-footer .cf-content-text span {
  text-decoration: none !important;
}
.vb-footer button.cf-btn {
  background: #006fff !important;
  border-radius: 20px !important;
  padding: 10px 30px !important;
  height: 45px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px !important;
}
#instructors, #sec_1779954601456_4885 {
  overflow: hidden !important;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Tablet portrait styles */
  #vb-header #blk_1781395165891_30 img {
    max-width: 300px !important;
  }
  #master #row-70587ea4 {
    grid-template-columns: 100fr !important;
  }
  #sec_1779703950738_1167 #row-6b1bdace {
    grid-template-columns: 100fr !important;
  }
  #sec_1779703950738_1167 #row-6b1bdace .vb-gallery {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #sec_1779954356943_1988 #row_1779954470397_3606 {
    grid-template-columns: 100fr !important;
  }
  #sec_1779954356943_1988 #row_1779954470397_3606 .vb-block-image img {
    width: 100% !important;
  }
  #sec_1779954356943_1988 #row_1779954470397_3606 .tab-content .ssl-detail-row .ssl-detail-col .ssl-info-card {
    min-height: 200px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Tablet landscape styles */
  /* Tablet portrait styles */
  #vb-header #blk_1781395165891_30 img {
    max-width: 300px !important;
  }
  #master #row-70587ea4 {
    grid-template-columns: 100fr !important;
  }
  #sec_1779703950738_1167 #row-6b1bdace {
    grid-template-columns: 100fr !important;
  }
  #sec_1779703950738_1167 #row-6b1bdace .vb-gallery {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #sec_1779954356943_1988 #row_1779954470397_3606 {
    grid-template-columns: 100fr !important;
  }
  #sec_1779954356943_1988 #row_1779954470397_3606 .vb-block-image img {
    width: 100% !important;
  }
  #sec_1779954356943_1988 #row_1779954470397_3606 .tab-content .ssl-detail-row .ssl-detail-col .ssl-info-card {
    min-height: 200px !important;
  }
}
