.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  background-color: #292929;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #26acc7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #383838;
}

.button.feature-button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 2px;
  background-color: #414141;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
}

.button.feature-button:hover {
  background-color: #b50d0d;
}

.button.price-button {
  position: relative;
  z-index: 50;
  margin-top: 0px;
  padding: 14px 25px;
  background-color: #b50d0d;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.32);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.button.price-button:hover {
  background-color: #188bf4;
  text-shadow: 0 1px 6px rgba(25, 25, 25, 0.8);
}

.button.submit-button {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #414141;
  font-weight: 700;
}

.button.submit-button:hover {
  background-color: #188bf4;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 35px;
  background-color: transparent;
  font-size: 18px;
}

.hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 800px;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 191px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.hero-text-block {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.hero-title {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.52);
}

.hero-button {
  display: inline-block;
  margin-right: 0px;
  padding: 16px 28px;
  border-radius: 3px;
  background-color: #f07918;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(53, 53, 53, 0.5);
}

.hero-button:hover {
  background-color: #ff8119;
}

.hero-button._404 {
  padding-left: 25px;
  border-radius: 3px;
  background-color: #b50d0d;
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.42);
}

.hero-button._404:hover {
  background-color: #d50f0f;
}

.section {
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #fff;
  background-image: url('../images/Tile_hexagons.png');
  background-position: 0px 0px;
  background-size: 112px;
}

.section-title-block {
  margin-top: 11px;
  margin-bottom: 21px;
  text-align: left;
}

.section-title-block.centered {
  text-align: center;
}

.section-title-block.uploads {
  margin-bottom: -11px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 42px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title.subtitle {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
}

.section-title.subtitle.showreel {
  margin-top: 25px;
  margin-bottom: 17px;
}

.section-title.subtitle-black {
  padding-top: 3px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
}

.container {
  position: relative;
  display: block;
  margin-top: 21px;
  text-align: left;
}

.container.centered {
  text-align: center;
}

.section-divider-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #b50d0d;
}

.section-divider-line.feature-divider {
  margin-top: 0px;
  margin-bottom: 14px;
  background-color: #b50d0d;
}

.section-divider-line.offset-down {
  margin-top: 70px;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  text-decoration: none;
}

.nav-link:hover {
  background-color: rgba(0, 99, 175, 0.71);
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.logo-container {
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-container:hover {
  text-shadow: 0 0 16px #fff;
}

.intro-column-title {
  margin-top: 0px;
  margin-bottom: 1px;
  color: #000;
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-column-title.subtitle {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
}

.intro-icon {
  height: 65px;
  margin-bottom: 27px;
}

.link {
  font-family: Raleway, sans-serif;
  color: #26acc7;
}

.link:hover {
  color: #000;
}

.link.below-paragraph {
  display: block;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #b50d0d;
  text-decoration: none;
}

.link.below-paragraph:hover {
  color: #000;
  text-decoration: underline;
}

.link.footer-link {
  display: block;
  color: #a8a8a8;
}

.link.footer-link:hover {
  color: #fff;
}

.link.footer-text-link:hover {
  color: #fff;
}

.image-section {
  background-color: #000;
  background-image: url('../images/punchedplate_tile.gif');
}

.image-section-overlay {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: rgba(69, 87, 102, 0.4);
  color: #fff;
}

.image-section-overlay._2 {
  padding-top: 30px;
  padding-bottom: 74px;
  background-color: transparent;
}

._2-column-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.check-list {
  margin-top: 25px;
}

.check-list-icon {
  width: 24px;
  margin-right: 13px;
  float: left;
}

.check-list-item {
  margin-bottom: 10px;
}

.checklist-title {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.feature-column {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: background-color 500ms ease, border-color 700ms ease, color 350ms ease;
  transition: background-color 500ms ease, border-color 700ms ease, color 350ms ease;
  color: #000;
}

.feature-block:hover {
  border-color: #414141;
  border-bottom-right-radius: 24px;
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

.features-row {
  margin-top: 51px;
}

.footer {
  padding-top: 60px;
  background-color: #000;
  color: #b3b3b3;
}

.bottom-footer {
  margin-top: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #292929;
  text-align: center;
}

.bottom-footer-text {
  font-family: Raleway, sans-serif;
  color: #919191;
  font-size: 12px;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-header {
  background-image: url('../images/BG-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.contact {
  background-image: url('../images/BG-1.jpg');
}

.page-header._404-page {
  height: 100%;
}

.semi-opaque-page-header-overlay {
  width: 100%;
  padding-top: 130px;
  background-color: rgba(29, 48, 66, 0.29);
}

.semi-opaque-page-header-overlay._404-page {
  height: 100%;
  padding-top: 25%;
}

.page-header-title {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-header-title.subtitle {
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 300;
}

.page-header-container.centered {
  text-align: center;
}

.page-header-container.always-centered {
  text-align: center;
}

.page-header-content-container {
  margin-top: 75px;
}

.pricing-row {
  margin-top: 25px;
}

.pricing-column {
  padding-right: 15px;
  padding-left: 15px;
}

.pricing-block {
  position: relative;
  overflow: visible;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.pricing-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.pricing-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-title.price {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  text-transform: none;
}

.pricing-title.monthly {
  color: #414141;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
}

.pricing-title._2 {
  color: #e31064;
}

.pricing-title._2 {
  color: #276799;
}

.pricing-title.strikethrough {
  display: none;
  font-family: Lato, sans-serif;
  color: #b50d0d;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  text-decoration: line-through;
}

.pricing-title.pricefx {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 41px;
  font-weight: 300;
}

.pricing-price-wrapper {
  padding: 25px;
  background-color: #fff;
}

.pricing-feature-list {
  margin-top: -20px;
}

.pricing-feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  background-color: #fff;
}

.pricing-feature-list-item.pricingitemextrapadding {
  padding-top: 14px;
  padding-bottom: 15px;
}

.pricing-feature-text {
  font-family: Raleway, sans-serif;
}

.pricing-feature-text.add-padding {
  padding-bottom: 20px;
}

.pricing-feature-text.font-bigger {
  font-size: 17px;
}

.pricing-feature-text.formatting-larger-line-height {
  line-height: 25px;
}

.pricing-feature-text.add-spacing {
  margin-left: 0.3em;
}

.pricing-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d3042;
}

.contact-form {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 25px;
  border-radius: 4px;
  background-color: transparent;
}

.testimonial-image {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 90px;
  height: 90px;
  border: 3px solid #fff;
  border-radius: 100%;
}

.nav-menu {
  background-color: rgba(0, 0, 0, 0.68);
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-column {
  text-align: left;
}

.footer-link {
  color: #919191;
}

.footer-link:hover {
  color: #fff;
}

.footer-title {
  margin-bottom: 35px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.footer-list-item {
  margin-bottom: 6px;
}

.footer-list-text {
  font-family: Raleway, sans-serif;
  color: #c9c9c9;
}

.footer-gray-social-block {
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  opacity: 0.5;
  text-align: center;
}

.footer-gray-social-block:hover {
  opacity: 1;
}

.footer-gray-social-block.don-t-offset-last-icon {
  margin-right: 0px;
}

.footer-gray-social-icon {
  height: 22px;
}

.hero-buttons-wrapper {
  margin-bottom: 12px;
}

.dropdown {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.dropdown-toggle {
  padding-right: 30px;
  color: #fff;
}

.dropdown-toggle:hover {
  background-color: rgba(0, 99, 175, 0.71);
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-icon {
  margin-right: 10px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #909090;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #0063af;
  color: #fff;
}

.dropdown-link.w--current {
  color: #b90000;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.image {
  box-shadow: 0 0 6px 0 #fff;
}

.image-2 {
  box-shadow: 1px 1px 3px 0 #000;
}

.image-3 {
  box-shadow: 0 0 6px 0 #fff;
}

.logopfssnavbar {
  box-shadow: none;
}

.studiofloorplan {
  display: block;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #fff;
  font-size: 17px;
}

.navbuttoncontainer {
  background-color: transparent;
}

.section-title-light-bkgd {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #000;
  font-size: 42px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.column {
  display: block;
}

.logo_dax_liniere {
  padding-bottom: 23px;
}

.bold-text {
  font-weight: 400;
}

.button-listen-now {
  margin-right: 6px;
  border-radius: 3px;
  background-color: #414141;
  box-shadow: 1px 1px 9px -1px rgba(0, 0, 0, 0.42);
}

.button-listen-now:hover {
  background-color: #5e5e5e;
}

.button-listen-now:active {
  background-color: #7c7c7c;
}

.button-red {
  display: inline-block;
  margin-right: 0px;
  margin-left: 5px;
  padding: 16px 28px;
  border-radius: 3px;
  background-color: #0d74d1;
  box-shadow: 1px 0 9px -1px rgba(0, 0, 0, 0.42);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 5px #353535;
}

.button-red:hover {
  background-color: #188bf4;
}

.background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  width: 100vw;
  height: 100vh;
}

.slider-parent {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
}

.full-page-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100%;
}

.sli-cr1 {
  background-image: url('../images/CR1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sli-cr2-1 {
  background-image: url('../images/CR2-console1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sli-cr2-laughing {
  background-image: url('../images/CR2-laughing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subtitle {
  width: 100%;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.sli-miccircle {
  background-image: url('../images/MicCircle.jpg');
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sli-liveb-1 {
  background-image: url('../images/LiveB-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sli-cr2-console2 {
  background-image: url('../images/CR2-console2.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sli-livea-1 {
  background-image: url('../images/LiveA-1.jpg');
  background-position: 50% 71%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sli-livea-2 {
  background-image: url('../images/LiveA-2.jpg');
  background-position: 50% 78%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sli-decoabsorber {
  background-image: url('../images/DecoAbsorber.jpg');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sli-cr2-rack1 {
  background-image: url('../images/CR2-rack1.jpg');
  background-position: 0px -62px;
  background-size: cover;
  background-repeat: no-repeat;
}

.semiopaque {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.sli-bradydrums1 {
  background-image: url('../images/BradyDrumkit_1.jpg');
  background-position: 50% -122px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sli-daniel-singing {
  background-image: url('../images/Neuromantics-Daniel-singing-FX.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.sli-cr2-console3 {
  background-image: url('../images/CR2-console3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.reviews-section {
  padding-top: 46px;
  background-color: #fff;
  background-image: url('../images/Tile_hexagons.png');
  background-position: 0px 0px;
  background-size: 112px;
  opacity: 1;
}

.reviewslider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.text-quote {
  font-family: 'PT Serif', serif;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
}

.text-quote.name {
  font-weight: 700;
  text-align: right;
}

.slide-nav {
  font-style: normal;
}

.container-cc-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-quote-link {
  border-radius: 200px;
  background-color: #909090;
  font-family: 'Barlow Condensed', sans-serif;
}

.button-quote-link:hover {
  background-color: #b50d0d;
}

.quote-link-block {
  font-size: 16px;
  text-align: center;
}

.paragraph {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask {
  position: static;
  overflow: visible;
  width: 100%;
  max-width: 33.3vw;
}

.slidee1 {
  width: 100%;
  background-image: url('../images/CR2-rack1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee1.lazyload {
  background-image: url('../images/GTRPedals.jpg');
  background-position: 20% 50%;
}

.slidee2 {
  width: 100%;
  background-image: url('../images/Refuge_DSC8058-.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee2.lazyload {
  background-image: url('../images/Mic-line-up-2-0E4B4584_sm.jpg');
  background-position: 50% 50%;
}

.slide-9 {
  width: 100%;
  background-image: url('../images/_DSC7669-.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee9 {
  width: 100%;
  background-image: url('../images/Refuge_DSC8088-.jpg');
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee9.lazyload {
  background-image: url('../images/KurzweilCloseup.jpg');
  background-position: 50% 50%;
}

.slide-11 {
  position: static;
  width: 100%;
  clear: both;
  background-image: url('../images/Hi-iD-bass-amp.jpg');
  background-position: 50% 34%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-link {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.multislidertabletmob {
  display: none;
  width: 100vw;
  height: 50vh;
  clear: none;
  background-color: transparent;
  text-align: left;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-12 {
  background-image: url('../images/DrumMics1.jpg');
  background-position: 50% 9%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/eDSC_0822.jpg');
  background-position: 50% -1px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/Refuge_DSC8058-.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee6 {
  background-image: url('../images/LiveA-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee6.lazyload {
  background-image: url('../images/Snares1.jpg');
  background-position: 40% 50%;
}

.multislider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-1 {
  background-image: url('../images/CR1-diffuser.jpg');
  background-position: 62% 39%;
  background-size: cover;
}

.v2-page-header-title {
  margin-top: 0px;
  color: #000;
  font-size: 52px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-page-header-title.increase-line-height {
  line-height: 48px;
}

.container-button-next-step {
  text-align: right;
}

.link-block {
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.link-block:hover {
  -webkit-filter: brightness(147%);
  filter: brightness(147%);
}

.text-block-2 {
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  text-align: center;
}

.contact-form-container {
  margin-bottom: 49px;
}

.paragraph-3 {
  margin-top: 22px;
  margin-right: 25px;
  margin-left: 25px;
  color: #fff;
}

._404-page-button {
  display: inline-block;
  margin-right: 9px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #414141;
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.42);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 11px;
  margin-bottom: 18px;
  font-family: Raleway, sans-serif;
  color: #b3b3b3;
  font-size: 12px;
  text-align: right;
}

.daw-logos-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #000;
}

.logo-dax-liniere {
  margin-bottom: -60px;
}

.equipment-list-columns {
  margin-top: 33px;
}

.equipment-type-block {
  margin-bottom: 24px;
  font-family: Questrial, sans-serif;
  font-size: 15px;
}

.equipment-heading-underline {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #b50d0d;
}

.text-equipment-heading {
  font-family: Raleway, sans-serif;
}

.text---indented {
  padding-left: 17px;
}

.pricing-content-container {
  margin-top: 20px;
  margin-bottom: 33px;
}

.text-span {
  color: #000;
}

.text-pricing-sub-sub-heading {
  margin-top: 37px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.pricing-feature-list-item-no-divider-line {
  padding: 9px 25px;
  background-color: #fff;
}

.pricing-feature-list-item-no-divider-line.add-link {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-punched-plate {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 1px;
}

.section-punched-plate.remove-top-margin {
  padding-top: 0px;
}

.footer-column-hide {
  display: none;
  text-align: left;
}

.footer-column-right-align {
  text-align: right;
}

.image-8 {
  margin-left: 7px;
}

.image-9 {
  margin-left: 7px;
}

.image-10 {
  margin-left: 7px;
}

.pricing-feature-text-double-spaced {
  font-family: Raleway, sans-serif;
  line-height: 36px;
}

.tfl-logos-block {
  margin-top: 13px;
  margin-left: 25px;
  padding-bottom: 9px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.slided2 {
  width: 100%;
  background-image: url('../images/Dax-CR1.jpg');
  background-position: 43% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slided1 {
  width: 100%;
  background-image: url('../images/slider_DaxDesk.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slided9 {
  width: 100%;
  background-image: url('../images/slider_DaxGigpiglet1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slided8 {
  background-image: url('../images/slider_DaxMAMAs.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13-copy {
  background-image: url('../images/slider_DaxJivey.jpg');
  background-position: 50% -1px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee5 {
  background-image: url('../images/slider_RackFront.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee5.lazyload {
  background-image: url('../images/LorenzoOrgan.jpg');
  background-position: 50% 50%;
}

.slide-16-copy {
  background-image: url('../images/slider_DaxPTE1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.textmixchoosesubheadings {
  padding-top: 25px;
  padding-bottom: 15px;
  font-family: Spinnaker, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.columns {
  margin-top: 45px;
}

.link-black-text-underlined {
  text-decoration: underline;
}

.multislider-equipment {
  width: auto;
  height: 50vh;
  clear: none;
  background-color: transparent;
  text-align: left;
}

.slide-14-copy {
  background-image: url('../images/slider_RackFront.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-88 {
  width: 100%;
  background-image: url('../images/MicCircle.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-youtube-playlist-embed {
  margin-top: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  font-family: Exo, sans-serif;
}

.link-grey-text-underlined {
  color: #c9c9c9;
  text-decoration: underline;
}

.image-section-overlay-our-services {
  padding-top: 15px;
  padding-bottom: 54px;
  background-color: rgba(69, 87, 102, 0.4);
  color: #fff;
}

.slider-cr3 {
  height: 626px;
  background-color: transparent;
}

.container-sliderslarge {
  margin-top: 24px;
  padding-bottom: 12px;
}

.slide-89 {
  top: 0px;
  text-align: center;
}

.image-11 {
  position: relative;
  top: -8px;
  max-width: 58%;
}

.image-12 {
  position: relative;
  bottom: 11%;
}

.slide-1-3 {
  text-align: center;
}

.image-13 {
  max-width: 60%;
}

.slide-1-4 {
  text-align: center;
}

.image-14 {
  position: relative;
  top: 6%;
}

.image-15 {
  position: relative;
  top: 6%;
}

.image-16 {
  position: relative;
  top: 6%;
}

.image-17 {
  position: relative;
  top: 6%;
}

.image-18 {
  position: relative;
  top: 6%;
}

.image-19 {
  position: relative;
  top: 6%;
}

.image-21 {
  position: relative;
  top: 5%;
}

.slidee7 {
  background-image: url('../images/CR2-Underwave-recording-guitars.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee7.lazyload {
  background-image: url('../images/BradyKit_Smeets.jpg');
  background-position: 0% 50%;
}

.slide-1-6 {
  background-image: url('../images/CR2-Neuromantics-recording-bass.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrowicon {
  color: hsla(0, 0%, 70.2%, 0.55);
}

.icon-2 {
  color: #888;
}

.link-white-text {
  color: #fff;
  text-decoration: none;
}

.slider-cr2 {
  height: 705px;
  background-color: transparent;
}

.slider-cr1 {
  height: 705px;
  background-color: transparent;
}

.text-block-9 {
  padding-bottom: 8px;
  font-family: Exo, sans-serif;
}

.italic-text {
  font-size: 30px;
  font-weight: 700;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  display: none;
}

.paragraph-5 {
  display: none;
}

.paragraph-6 {
  display: none;
}

.pulsing-scroll-arrow-section {
  position: absolute;
  left: 50vw;
  top: 98vh;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-smooth-fade-slide {
  position: relative;
  top: -40px;
}

.pulsing-scroll-arrow {
  position: relative;
}

.logo_dax_liniere-torso {
  padding-bottom: 23px;
}

.button-about-dax {
  display: inline-block;
  padding: 15px 25px 15px 23px;
  border-radius: 3px;
  background-color: #0d74d1;
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.42);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.button-about-dax:hover {
  background-color: #188bf4;
}

.pulsing-scroll-arrow-res-tablet {
  position: static;
  display: none;
}

.pulsing-scroll-arrow-res-mobile {
  position: static;
  display: none;
}

.arrow-smooth-fade-slide-res-tablet {
  position: relative;
  top: -40px;
}

.logopfssnavbar-res-phone {
  display: none;
  box-shadow: none;
}

.logo-dax-liniere-res-phone {
  display: none;
  margin-bottom: -60px;
}

.logo-dax-liniere-res-tablet {
  display: none;
  margin-bottom: -60px;
}

.contact-link-icon {
  margin-left: 2px;
}

.contact-link-icon-res-tablet {
  display: none;
}

.contact-link-icon-res-phone {
  display: none;
}

.contact-link-icon-res-phone-wide {
  display: none;
}

.container-youtube-playlist {
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.creditcard-logos-res-tablet {
  display: none;
}

.equipment-video-container {
  display: none;
}

.credit-cards-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-pricing {
  background-color: #3e6182;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.button-pricing:hover {
  background-color: #4c779f;
}

.button-pricing.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.32);
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.button-pricing.right {
  position: static;
  left: 150px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.32);
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.credit-card-logos-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-card-logos-block-res-tablet {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline-block-res-phone-wide {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline-block-res-phone {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline-block-res-tablet {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hide-footer-embed-html {
  display: none;
}

.italic-text-2 {
  padding-bottom: 2px;
}

.lightbox-1-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  background-image: url('../images/Tile_hexagons.png');
  background-size: 125px;
  cursor: pointer;
}

.gridgallery {
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox-1 {
  overflow: hidden;
  height: 24vh;
  max-height: 185px;
  max-width: 285px;
}

.image-33 {
  position: relative;
  bottom: 129px;
}

.image-37 {
  position: relative;
  bottom: 131px;
}

.image-39 {
  position: relative;
  top: -40px;
}

.divgallery {
  width: 1188px;
}

.video-accordion-section {
  display: none;
  overflow: visible;
  background-color: #fff;
  background-image: url('../images/Tile_hexagons.png');
  background-position: 0px 0px;
  background-size: 112px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-41 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow_left {
  margin-right: 30px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow_right {
  margin-left: 30px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-clicktoopen {
  display: inline-block;
  margin-right: 0px;
  padding: 12px 64px;
  border-radius: 3px;
  background-color: #23252c;
  box-shadow: 1px 0 9px -1px rgba(0, 0, 0, 0.42);
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-clicktoopen:hover {
  background-color: #333640;
}

.accordion-content {
  overflow: hidden;
  margin-top: 8px;
  background-color: rgba(129, 154, 196, 0);
}

.embed-youtube-responsive {
  margin-bottom: 16px;
}

.container-6 {
  background-color: rgba(129, 153, 195, 0.3);
}

.video-accordion {
  padding-top: 9px;
  background-color: transparent;
}

.heading-4 {
  cursor: pointer;
}

.arrow_up {
  margin-right: 30px;
  margin-left: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-close-block {
  display: none;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.button-clicktoclose {
  display: inline-block;
  margin-right: 0px;
  padding: 12px 64px;
  border-radius: 3px;
  background-color: #23252c;
  box-shadow: 1px 0 9px -1px rgba(0, 0, 0, 0.42);
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.button-clicktoclose:hover {
  background-color: #333640;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-42 {
  padding-top: 58px;
}

.slidee4 {
  background-image: url('../images/eDSC_0822.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.slidee4.lazyload {
  background-image: url('../images/Bassman_JMD_1.jpg');
  background-position: 0% 50%;
}

.image-43 {
  padding-top: 43px;
}

.image-45 {
  padding-top: 14px;
}

.html-embed-themedscrollbarinphoneres {
  display: none;
}

.div-to-restrict-width {
  width: 140px;
}

.background-video {
  z-index: -99999;
  height: 800px;
  padding-top: 56.25%;
}

.background-video.lazyload {
  height: 799px;
}

.pulsing-scroll-arrow-section-original {
  position: relative;
  top: auto;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link-home {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  text-decoration: none;
}

.nav-link-home:hover {
  background-color: rgba(175, 0, 0, 0.71);
  color: #fff;
}

.nav-link-home.w--current {
  opacity: 1;
  color: #fff;
}

.totb-text-main {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.totb-text-quote {
  margin-top: 38px;
  margin-bottom: 38px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.totb-link-block {
  margin-right: 15px;
  margin-left: 15px;
}

.totb-container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-continue-to-website-1 {
  margin-top: 37px;
  margin-bottom: 55px;
}

.totb-container-text {
  margin-top: 19px;
}

.link-3 {
  color: #bbb;
  text-decoration: underline;
}

.totb-footer {
  display: block;
  text-align: center;
}

.body-totb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/punchedplate_tile.gif');
  background-position: 0px 0px;
  color: #dfdfdf;
  text-align: left;
}

.social-heading-container {
  margin-top: 42px;
  margin-bottom: 0px;
}

.paragraph-7 {
  margin-top: 22px;
  margin-right: 25px;
  margin-left: 25px;
  color: #fff;
}

.social-icons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-white-text-underlined {
  color: #fff;
  text-decoration: underline;
}

.social-grid-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.grid {
  margin-right: 15px;
  margin-bottom: 35px;
  margin-left: 15px;
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  grid-template-areas: ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". .";
  -ms-grid-columns: minmax(40px, 150px) 14px 3fr;
  grid-template-columns: minmax(40px, 150px) 3fr;
  -ms-grid-rows: minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px) 20px minmax(40px, 150px);
  grid-template-rows: minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px) minmax(40px, 150px);
}

.section-divider-line-2 {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #b50d0d;
}

.image-continue-to-website-2 {
  margin-bottom: 30px;
}

.section-title-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 42px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/punchedplate_tile.gif');
  background-position: 0px 0px;
  color: #dfdfdf;
}

.stacktune-section {
  display: block;
  padding-top: 9px;
  padding-bottom: 25px;
  background-color: #fff;
  background-image: url('../images/Tile_hexagons.png');
  background-position: 0px 0px;
  background-size: 112px;
  opacity: 1;
}

.nav-link-blank {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  text-decoration: none;
}

.nav-link-blank:hover {
  background-color: rgba(175, 0, 0, 0.71);
  color: #fff;
}

.nav-link-blank.w--current {
  opacity: 1;
  color: #fff;
}

.multisliderdesktop {
  width: 100vw;
  height: 50vh;
  clear: none;
  background-color: transparent;
  text-align: left;
}

.column-slider1 {
  height: 50vh;
  background-image: url('../images/CR2-AA-Puzzle-Factory-6369_slider.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.column-slider2 {
  height: 50vh;
  background-image: url('../images/Refuge_DSC8058-_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider3 {
  height: 50vh;
  background-image: url('../images/_DSC7669-_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-slider3.lazyload {
  background-image: url('../images/SC8000_lowangle.jpg');
  background-position: 20% 50%;
}

.column-slider4 {
  height: 50vh;
  background-image: url('../images/LiveA-2_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-slider4.lazyload {
  background-image: url('../images/Artfair-Lucas-guitar-landscape_cr.jpg');
  background-position: 50% 50%;
}

.column-slider5 {
  height: 50vh;
  background-image: url('../images/TheRoundSaraNewton_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider6 {
  height: 50vh;
  background-image: url('../images/Hi-iD-bass-amp_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-slider7 {
  height: 50vh;
  background-image: url('../images/Refuge_DSC8088-_slider.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.column-slider8 {
  height: 50vh;
  background-image: url('../images/MicCircle_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider9 {
  height: 50vh;
  background-image: url('../images/Neuromantics-Daniel-singing-FX_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider9.lazyload {
  background-image: url('../images/ChiCello.jpg');
  background-position: 50% 25%;
}

.column-slider10 {
  height: 50vh;
  background-image: url('../images/Refuge_DSC8033-_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-slider11 {
  height: 50vh;
  background-image: url('../images/eDSC_0772_slider.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.column-slider11.lazyload {
  background-position: 50% 50%;
}

.column-slider12 {
  height: 50vh;
  background-image: url('../images/Rishi-shoe-gazing-1_slider.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.column-slider13 {
  height: 50vh;
  background-image: url('../images/Joe-Branch-bass-solo_1.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.column-slider14 {
  height: 50vh;
  background-image: url('../images/MicCircle_slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-slider14.lazyload {
  background-image: url('../images/Snares1.jpg');
}

.column-slider15 {
  height: 50vh;
  background-image: url('../images/JamesIveyDrums_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Refuge_DSC8033-.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/eDSC_0772.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-8.lazyload {
  background-image: url('../images/ChiCello.jpg');
  background-position: 50% 20%;
}

.slide-1-9 {
  background-image: url('../images/Rishi-shoe-gazing-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/Joe-Branch-bass-solo.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.slidee8 {
  background-image: url('../images/MicCircle.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-12 {
  background-image: url('../images/JamesIveyDrums.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.not-used {
  display: block;
  width: 100vw;
  height: 50vh;
  clear: none;
  background-color: transparent;
  text-align: left;
}

.column-sliderdax1 {
  height: 50vh;
  background-image: url('../images/slider_DaxDesk.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.column-sliderdax2 {
  height: 50vh;
  background-image: url('../images/Dax-CR1-2018-1_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-sliderdax3 {
  height: 50vh;
  background-image: url('../images/slider_DaxGigpiglet1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-sliderdax3.lazyload {
  background-position: 50% 50%;
}

.column-sliderdax4 {
  height: 50vh;
  background-image: url('../images/Refuge_DSC8078-_slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-sliderdax5 {
  height: 50vh;
  background-image: url('../images/Dax-2019-CR2_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-sliderdax6 {
  height: 50vh;
  background-image: url('../images/ArtfairCR2-1.jpg');
  background-position: 43% 0%;
  background-size: cover;
}

.column-sliderdax7 {
  height: 50vh;
  background-image: url('../images/slider_DaxPTE1.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.column-sliderdax8 {
  height: 50vh;
  background-image: url('../images/slider_DaxMAMAs.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-sliderdax9 {
  height: 50vh;
  background-image: url('../images/slider_DaxJivey.jpg');
  background-size: cover;
}

.column-sliderdax9.lazyload {
  background-image: url('../images/ArtfairCR2-3-Dax.jpg');
  background-position: 50% 50%;
}

.slide-91 {
  background-image: url('../images/Refuge_DSC8078-.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slided5 {
  background-image: url('../images/Dax-2019-CR2.jpg');
  background-position: 48% 50%;
  background-size: cover;
}

.slided4 {
  background-image: url('../images/_DSC7648-.jpg');
  background-position: 43% 50%;
  background-size: cover;
}

.slided4.lazyload {
  background-image: url('../images/Refuge_DSC8078-_slider.jpg');
}

.field {
  height: 50px;
  margin-bottom: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, border 400ms ease;
  transition: background-color 200ms ease, border 400ms ease;
  font-family: Raleway, sans-serif;
  color: #000;
}

.field:hover {
  border-color: #000;
  background-color: #fff;
}

.field:focus {
  border-color: #26acc7;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.6);
}

.field.area {
  height: 170px;
  padding-top: 12px;
}

.success-bg {
  padding-top: 16px;
  border-radius: 60px;
  background-color: #26acc7;
  color: #fff;
  text-align: center;
}

.error-bg {
  padding-top: 16px;
  border-radius: 50px;
  color: #e31064;
  text-align: center;
}

.background-video-resmobile {
  z-index: -99999;
  display: none;
  height: 800px;
  padding-top: 56.25%;
}

.pulsingscrollarrow {
  position: fixed;
  left: 45%;
  top: auto;
  right: 45%;
  bottom: 0%;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-scroll-arrow {
  width: 60px;
}

.showreelpaddinghome {
  margin-top: 15px;
  margin-bottom: 35px;
}

.showreelpaddingmixing {
  margin-top: 15px;
  margin-bottom: 15px;
}

.slidem5 {
  background-image: url('../images/eDSC_0822.jpg');
  background-position: 50% -1px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidem2 {
  width: 100%;
  background-image: url('../images/Refuge_DSC8058-.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidem4 {
  background-image: url('../images/LiveA-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidem4.lazyload {
  background-image: url('../images/Artfair-Lucas-guitar-landscape_cr.jpg');
  background-position: 50% 50%;
}

.slidem1 {
  width: 100%;
  background-image: url('../images/CR2-rack1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee3 {
  width: 100%;
  background-image: url('../images/_DSC7669-.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee3.lazyload {
  background-image: url('../images/RackDoF.jpg');
  background-position: 40% 50%;
}

.link-block-2 {
  margin-top: 30px;
  margin-bottom: 74px;
}

.cc-logos-heading {
  margin-top: 37px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.dax-title-and-divider {
  text-align: right;
}

.image-50 {
  margin-bottom: 34px;
}

.dxlnr-photo-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.downarrowstatic {
  margin-bottom: 8px;
}

.grid-2 {
  margin-left: 6vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-dax-points {
  grid-template-areas: ".";
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-3 {
  background-image: url('../images/punchedplate_tile.gif');
  background-position: 0px 0px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-8 {
  color: #ccc;
  font-size: 18px;
  text-align: center;
}

.image-51 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.image-52 {
  margin-top: 23px;
  margin-bottom: 19px;
}

.image-53 {
  margin-bottom: 20px;
}

.text-left-align-top-padding {
  font-family: Raleway, sans-serif;
  color: #c9c9c9;
  text-align: left;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-right-align-top-padding {
  font-family: Raleway, sans-serif;
  color: #c9c9c9;
  text-align: right;
}

.text-block-10 {
  padding-bottom: 16px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.link-4 {
  text-decoration: underline;
}

.foreigncurrencynotice {
  margin-top: 27px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.text-block-11 {
  font-family: Raleway, sans-serif;
  text-align: center;
}

.container-8 {
  margin-top: 12px;
}

.image-54 {
  display: block;
}

.logo-fys-transparent {
  margin-bottom: 12px;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-4 {
  width: 600px;
  grid-auto-flow: row;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.3333333333333333fr 0.3333333333333333fr 0.3333333333333333fr;
  grid-template-columns: 0.3333333333333333fr 0.3333333333333333fr 0.3333333333333333fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-9 {
  padding-left: 24px;
  color: #c9c9c9;
}

.contact-details-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-2 {
  margin-top: 28px;
}

.footer_noemailform {
  padding-top: 50px;
  background-color: #000;
}

.text-readytosendusfiles {
  margin-top: 37px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: rgba(30, 40, 61, 0.82);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.link-5 {
  color: #fff;
  text-decoration: underline;
}

.hyphenatedprices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ribbon-discount {
  position: absolute;
  left: auto;
  top: -7px;
  right: -8px;
  bottom: auto;
  z-index: 500;
  float: none;
  clear: none;
}

.body-4 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/Tile_hexagons_oceanblue.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.paragraph-10 {
  margin-top: 36px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.container-robomic {
  margin-bottom: 42px;
}

.column-slider-eqp-1 {
  height: 50vh;
  background-image: url('../images/CR2-AA-Puzzle-Factory-6369_slider.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.column-slider-eqp-1.lazyload {
  background-image: url('../images/GTRPedals.jpg');
  background-position: 20% 50%;
}

.column-slider-eqp-2 {
  height: 50vh;
  background-image: url('../images/Refuge_DSC8058-_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider-eqp-2.lazyload {
  background-image: url('../images/Mic-line-up-2-0E4B4584_sm.jpg');
  background-position: 90% 50%;
}

.column-slider-eqp-3 {
  height: 50vh;
  background-image: url('../images/_DSC7669-_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-slider-eqp-3.lazyload {
  background-image: url('../images/RackDoF.jpg');
  background-position: 40% 50%;
}

.column-slider-eqp-4 {
  height: 50vh;
  background-image: url('../images/LiveA-2_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-slider-eqp-4.lazyload {
  background-image: url('../images/Bassman_JMD_1.jpg');
  background-position: 0% 50%;
}

.column-slider-eqp-5 {
  height: 50vh;
  background-image: url('../images/TheRoundSaraNewton_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider-eqp-5.lazyload {
  background-image: url('../images/LorenzoOrgan.jpg');
  background-position: 50% 50%;
}

.column-slider-eqp-6 {
  height: 50vh;
  background-image: url('../images/Hi-iD-bass-amp_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-slider-eqp-6.lazyload {
  background-image: url('../images/Snares1.jpg');
  background-position: 42% 50%;
}

.column-slider-eqp-7 {
  height: 50vh;
  background-image: url('../images/Refuge_DSC8088-_slider.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.column-slider-eqp-7.lazyload {
  background-image: url('../images/BradyKit_Smeets_cr.jpg');
}

.column-slider-eqp-8 {
  height: 50vh;
  background-image: url('../images/MicCircle_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider-eqp-8.lazyload {
  background-position: 50% 50%;
}

.column-slider-eqp-9 {
  height: 50vh;
  background-image: url('../images/Neuromantics-Daniel-singing-FX_slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-slider-eqp-9.lazyload {
  background-image: url('../images/KurzweilCloseup.jpg');
}

.text-span-enlarge-plus-font {
  font-size: 18px;
}

.text-span-3 {
  font-size: 18px;
}

.link-6 {
  text-decoration: underline;
}

.slidem11 {
  background-image: url('../images/eDSC_0772.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slidem14 {
  background-image: url('../images/Snares1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.multislidertabletmobequip {
  display: none;
  width: 100vw;
  height: 50vh;
  clear: none;
  background-color: transparent;
  text-align: left;
}

.slidem3 {
  width: 100%;
  background-image: url('../images/_DSC7669-.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidem3.lazyload {
  background-image: url('../images/SC8000_lowangle.jpg');
  background-position: 20% 50%;
}

.slidem6 {
  position: static;
  width: 100%;
  clear: both;
  background-image: url('../images/Hi-iD-bass-amp.jpg');
  background-position: 50% 34%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidem7 {
  width: 100%;
  background-image: url('../images/Refuge_DSC8088-.jpg');
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidem7.lazyload {
  background-image: url('../images/Refuge_DSC8088-_slider.jpg');
  background-position: 0% 50%;
}

.slidem8 {
  background-image: url('../images/MicCircle.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slidem9 {
  background-image: url('../images/eDSC_0772.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slidem9.lazyload {
  background-image: url('../images/ChiCello.jpg');
  background-position: 50% 20%;
}

.slidem10 {
  background-image: url('../images/Refuge_DSC8033-.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.slidem12 {
  background-image: url('../images/Rishi-shoe-gazing-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slidem13 {
  background-image: url('../images/Joe-Branch-bass-solo.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.slidem15 {
  background-image: url('../images/JamesIveyDrums.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slidem16 {
  background-image: url('../images/LiveA-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidem16.lazyload {
  background-image: url('../images/LiveA-2_slider.jpg');
  background-position: 0% 50%;
}

.slidem17 {
  background-image: url('../images/eDSC_0772.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slidem17.lazyload {
  background-image: url('../images/Neuromantics-Daniel-singing-FX_slider.jpg');
  background-position: 50% 20%;
}

.slidem18 {
  background-image: url('../images/MicCircle_slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slided6.lazyload {
  background-image: url('../images/ArtfairCR2-3-Dax.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slided7.lazyload {
  background-image: url('../images/slider_DaxPTE1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slided3.lazyload {
  background-image: url('../images/ArtfairCR2-1.jpg');
  background-position: 43% 50%;
  background-size: cover;
}

.cookie-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  background-color: transparent;
}

.cookiebar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  min-width: 100%;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.cookie-text {
  padding-right: 12px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.cookie-agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 13px;
  margin-left: 13px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 7px;
  background-color: #0a8adf;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-12 {
  padding-right: 21px;
  padding-left: 21px;
  font-family: Questrial, sans-serif;
  color: #fff;
}

.cookie-reject {
  display: none;
  height: 50px;
  margin-right: 13px;
  margin-left: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #b50d0d;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cookie-buttons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cookiebaroptions {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5002;
  display: none;
  width: 100%;
  height: 70px;
  min-width: 100%;
  margin-bottom: 93px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.cookie-more-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 13px;
  margin-left: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-13 {
  padding-right: 27px;
  padding-left: 27px;
  font-family: Questrial, sans-serif;
  color: #fff;
}

.googlereviewstars1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.googlereviewstars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.googlestar {
  margin-right: 3px;
}

.googlelogo {
  margin-right: 7px;
}

html.w-mod-js *[data-ix="hero-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-4"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-5"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="button-listen-now"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="button-contact-us"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hero-image"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="hero-image-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="hero-image-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="model-title-slide"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="model-title-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="testimonial-image"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fast-up-and-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slow-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-on-scroll-left"] {
  opacity: 0.02;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-on-scroll-right"] {
  opacity: 0.02;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="fade-on-load-slide-left-slow"] {
  opacity: 0.02;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-on-load-slide-right-slow"] {
  opacity: 0.02;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-4"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="process-bar-fill-70"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-50"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-30"] {
  width: 0%;
}

html.w-mod-js *[data-ix="load-1"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="load-2"] {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

html.w-mod-js *[data-ix="load-3"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="pulsing-fading-arrow"] {
  opacity: 0.01;
  -webkit-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate(0px, -80px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }

  .hero {
    height: 570px;
  }

  .hero-container {
    padding-top: 103px;
  }

  .hero-text-block {
    width: 400px;
  }

  .hero-title {
    margin-bottom: -15px;
    font-size: 17px;
  }

  .section {
    overflow: hidden;
    padding: 20px 45px 45px;
  }

  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }

  .section-title.subtitle {
    font-size: 19px;
    line-height: 17px;
  }

  .section-title.subtitle-black {
    font-size: 19px;
    line-height: 17px;
  }

  .section-divider-line.offset-down {
    width: 80px;
  }

  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }

  .nav-link:hover {
    background-color: #b50d0d;
  }

  .image-section-overlay {
    padding-right: 45px;
    padding-bottom: 30px;
    padding-left: 45px;
  }

  .image-section-overlay._2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .feature-block {
    padding: 15px;
  }

  .semi-opaque-page-header-overlay {
    padding: 114px 0px 0px;
  }

  .semi-opaque-page-header-overlay._404-page {
    padding-top: 26%;
  }

  .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }

  .page-header-title.subtitle {
    font-size: 25px;
  }

  .page-header-content-container {
    margin-top: 45px;
  }

  .pricing-column {
    padding-right: 9px;
    padding-left: 9px;
  }

  .pricing-title {
    font-size: 24px;
    line-height: 26px;
  }

  .pricing-title.price {
    font-size: 28px;
    line-height: 30px;
  }

  .pricing-title.strikethrough {
    font-size: 28px;
    line-height: 30px;
  }

  .pricing-title.pricefx {
    font-size: 28px;
    line-height: 30px;
  }

  .pricing-feature-list-item {
    padding-right: 9px;
    padding-left: 9px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .pricing-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.49);
    border-radius: 4px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    text-align: center;
  }

  .menu-button:hover {
    background-color: #fff;
    color: #0096e2;
  }

  .menu-button.w--open {
    background-color: #26acc7;
  }

  .menu-button.w--open:active {
    background-color: #fff;
  }

  .menu-button.w--open:focus {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #000;
  }

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-buttons-wrapper {
    margin-top: 0px;
  }

  .dropdown-toggle {
    padding-right: 45px;
    padding-left: 25px;
  }

  .dropdown-icon {
    margin-right: 25px;
  }

  .dropdown-list.w--open {
    border-radius: 0px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container-2 {
    margin-top: 43px;
  }

  .text-block {
    font-size: 16px;
  }

  .section-title-light-bkgd {
    margin-bottom: 3px;
    font-size: 35px;
  }

  .reviews-section {
    overflow: hidden;
    padding-top: 25px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .reviewslider {
    height: 380px;
  }

  .text-quote {
    font-size: 20px;
    line-height: 30px;
  }

  .mask {
    max-width: 100vw;
  }

  .multislidertabletmob {
    display: block;
    width: 100vw;
  }

  .slide-14 {
    background-position: 0px 39px;
  }

  .v2-page-header-title {
    font-size: 42px;
    line-height: 38px;
  }

  .logo-dax-liniere {
    display: none;
  }

  .pricing-content-container {
    margin-top: 0px;
  }

  .pricing-feature-list-item-no-divider-line {
    padding-right: 9px;
    padding-left: 9px;
  }

  .section-punched-plate {
    padding: 160px 45px 10px;
  }

  .pricing-feature-text-double-spaced {
    font-size: 12px;
  }

  .slided2.lazyload {
    background-position: 50% 15%;
  }

  .slided1.lazyload {
    background-position: 50% 21%;
  }

  .slided9.lazyload {
    background-position: 50% 24%;
  }

  .slided8.lazyload {
    background-image: url('../images/Refuge_DSC8078-_slider.jpg');
    background-position: 50% 40%;
  }

  .slide-16-copy.lazyload {
    background-position: 50% 50%;
  }

  .textmixchoosesubheadings {
    font-size: 38px;
    line-height: 36px;
  }

  .multislider-equipment {
    width: 100vw;
  }

  .container-youtube-playlist-embed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-section-overlay-our-services {
    padding-right: 45px;
    padding-left: 45px;
  }

  .slider-cr3 {
    height: 450px;
  }

  .slider-cr2 {
    height: 508px;
  }

  .slider-cr1 {
    height: 510px;
  }

  .pulsing-scroll-arrow-section {
    top: 65vh;
    display: none;
  }

  .arrow-smooth-fade-slide {
    display: none;
  }

  .video {
    display: none;
  }

  .button-about-dax {
    margin-right: 22vw;
  }

  .arrow-smooth-fade-slide-res-tablet {
    top: -23px;
    display: block;
  }

  .logo-dax-liniere-res-tablet {
    display: block;
  }

  .contact-link-icon {
    display: none;
  }

  .contact-link-icon-res-tablet {
    display: inline-block;
    margin-left: 3px;
  }

  .contact-link-icon-res-phone {
    display: none;
  }

  .contact-link-icon-res-phone-wide {
    display: none;
  }

  .creditcard-logos {
    display: none;
  }

  .creditcard-logos-res-tablet {
    display: block;
  }

  .button-pricing.left {
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .button-pricing.right {
    left: 148px;
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .credit-card-logos-block {
    display: none;
  }

  .credit-card-logos-block-res-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-24 {
    margin-top: 0px;
  }

  .image-25 {
    margin-top: 6px;
    padding-right: 18px;
  }

  .headline-block {
    display: none;
  }

  .headline-block-res-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .gridgallery {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 12px;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh);
    grid-template-rows: minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh) minmax(auto, 15vh);
  }

  .lightbox-1 {
    height: 14vh;
  }

  .image-27 {
    padding-top: 44px;
  }

  .image-31 {
    padding-top: 39px;
  }

  .image-33 {
    padding-top: 56px;
  }

  .image-36 {
    padding-top: 5px;
  }

  .image-38 {
    top: -88px;
  }

  .image-44 {
    padding-top: 11px;
  }

  .image-45 {
    padding-top: 2px;
  }

  .image-46 {
    padding-top: 5px;
  }

  .background-video {
    display: none;
    height: 570px;
  }

  .pulsing-scroll-arrow-section-original {
    display: none;
  }

  .nav-link-home {
    display: inline-block;
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }

  .nav-link-home:hover {
    background-color: #b50d0d;
  }

  .image-48 {
    max-width: 33%;
  }

  .totb-container-header {
    display: inline-block;
    text-align: center;
  }

  .section-2 {
    max-width: 98%;
  }

  .image-49 {
    max-width: 33%;
  }

  .social-heading-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .social-icons-block {
    margin-bottom: 28px;
  }

  .section-title-2 {
    margin-bottom: 3px;
    font-size: 35px;
  }

  .stacktune-section {
    overflow: hidden;
    padding: 25px 45px 20px;
  }

  .nav-link-blank {
    display: inline-block;
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }

  .nav-link-blank:hover {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
  }

  .multisliderdesktop {
    display: none;
    width: 100vw;
  }

  .maskv2 {
    max-width: 100vw;
  }

  .not-used {
    display: block;
    width: 100vw;
  }

  .slide-91 {
    background-position: 50% 70%;
  }

  .slided5 {
    background-position: 48% 60%;
  }

  .slided4 {
    background-position: 50% 50%;
  }

  .background-video-resmobile {
    display: block;
    height: 570px;
  }

  .link-block-scroll-arrow {
    width: 50px;
  }

  .grid-2 {
    margin-left: 0vw;
  }

  .logo-fys-transparent {
    width: 282px;
  }

  .text-readytosendusfiles {
    padding-bottom: 16px;
  }

  .ribbon-discount {
    width: 143px;
  }

  .image-57 {
    bottom: 21px;
  }

  .multislidertabletmobequip {
    display: block;
    width: 100vw;
  }

  .cookiebar {
    height: 100px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .cookiebaroptions {
    height: 100px;
    padding-right: 31px;
    padding-left: 31px;
  }
}

@media screen and (max-width: 767px) {
  .button.price-button {
    padding: 21px 28px 20px;
  }

  .navbar {
    padding: 15px 25px;
  }

  .hero {
    height: 480px;
  }

  .hero-container {
    padding-top: 65px;
  }

  .hero-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 7px 9px 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title {
    margin-bottom: -8px;
    font-size: 2.6vw;
    line-height: 4vw;
  }

  .hero-button {
    width: 100%;
    margin-right: 0px;
    padding: 12px 0px;
  }

  .section {
    padding: 10px 25px 25px;
  }

  .section-title-block.uploads {
    margin-bottom: 5px;
  }

  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }

  .section-title.subtitle {
    font-size: 3vw;
    line-height: 6vw;
  }

  .section-title.subtitle-black {
    margin-top: -9px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 3.6vw;
    line-height: 6vw;
  }

  .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }

  .intro-column {
    padding-bottom: 25px;
  }

  .intro-column.last {
    padding-bottom: 0px;
  }

  .image-section-overlay {
    padding: 25px;
  }

  .column-title-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-column {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }

  .feature-column.last {
    padding-bottom: 0px;
  }

  .features-row {
    padding-right: 65px;
    padding-left: 65px;
  }

  .footer {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .bottom-footer {
    margin-top: 18px;
    padding: 1px 25px;
  }

  .column-title {
    font-size: 6vw;
    line-height: 6vw;
  }

  .page-header._404-page {
    height: auto;
  }

  .semi-opaque-page-header-overlay {
    padding: 100px 25px 0px 0px;
  }

  .semi-opaque-page-header-overlay._404-page {
    padding: 100px 25px 25px;
  }

  .page-header-title {
    font-size: 6vw;
    line-height: 6vw;
    text-align: center;
  }

  .page-header-title.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }

  .page-header-container {
    margin-top: 11px;
  }

  .page-header-container.centered {
    text-align: left;
  }

  .page-header-content-container {
    margin-top: 25px;
  }

  .pricing-column {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .pricing-title {
    font-size: 7vw;
    line-height: 8vw;
  }

  .pricing-title.price {
    font-size: 6vw;
    line-height: 7vw;
  }

  .pricing-title.strikethrough {
    font-size: 6vw;
    line-height: 7vw;
  }

  .pricing-title.pricefx {
    font-size: 6vw;
    line-height: 7vw;
  }

  .pricing-price-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing-feature-text {
    font-size: 14px;
  }

  .pricing-button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form {
    width: 100%;
    padding: 0px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }

  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .footer-gray-social-block.icon-layout-adjust {
    margin-right: 0px;
  }

  .contact-map {
    height: 300px;
  }

  .image-3 {
    display: inline-block;
  }

  .logopfssnavbar {
    display: none;
  }

  .section-title-light-bkgd {
    font-size: 6vw;
    line-height: 6vw;
  }

  .logo_dax_liniere {
    display: block;
    margin-right: 4vw;
    margin-left: 2vw;
  }

  .button-listen-now {
    width: 100%;
    margin-right: 0px;
    border-radius: 3px;
    background-color: #414141;
  }

  .button-red {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 0px;
    border-radius: 3px;
  }

  .full-page-slider {
    top: -143px;
  }

  .subtitle {
    font-size: 1.5em;
  }

  .reviews-section {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph {
    margin-top: -24px;
  }

  .multislidertabletmob {
    width: 100vw;
  }

  .v2-page-header-title {
    font-size: 6vw;
    line-height: 6vw;
  }

  ._404-page-button {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .daw-logos-flexbox {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .pricing-content-container {
    margin-top: 2px;
  }

  .text-pricing-sub-sub-heading {
    line-height: 26px;
  }

  .section-punched-plate {
    padding: 110px 25px 1px;
  }

  .footer-column-hide {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .footer-column-right-align {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .pricing-feature-text-double-spaced {
    font-size: 14px;
  }

  .div-block-2 {
    margin-bottom: 10px;
  }

  .slided2 {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slided8.lazyload {
    width: 100%;
  }

  .columns {
    margin-top: 0px;
  }

  .multislider-equipment {
    width: 100vw;
  }

  .image-section-overlay-our-services {
    padding: 1px 25px 25px;
  }

  .slider-cr3 {
    height: 345px;
  }

  .container-sliderslarge {
    margin-top: 0px;
  }

  .slider-cr2 {
    height: 380px;
  }

  .slider-cr1 {
    height: 390px;
  }

  .italic-text {
    line-height: 35px;
  }

  .logo_dax_liniere-torso {
    margin-left: 35px;
  }

  .button-about-dax {
    width: 100%;
    margin-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 27px;
  }

  .image-23 {
    margin-top: 32px;
  }

  .pulsing-scroll-arrow-res-mobile {
    position: relative;
    display: block;
  }

  .arrow-smooth-fade-slide-res-tablet {
    display: none;
  }

  .logo-dax-liniere-res-phone {
    display: none;
  }

  .contact-link-icon {
    display: none;
  }

  .contact-link-icon-res-tablet {
    display: none;
  }

  .contact-link-icon-res-phone {
    display: none;
  }

  .contact-link-icon-res-phone-wide {
    display: inline-block;
  }

  .creditcard-logos {
    display: block;
  }

  .creditcard-logos-res-tablet {
    display: none;
  }

  .button-pricing.left {
    left: 5px;
    padding: 15px 20px;
  }

  .button-pricing.right {
    left: 162px;
    padding: 15px 20px;
  }

  .credit-card-logos-block {
    display: block;
  }

  .credit-card-logos-block-res-tablet {
    display: none;
  }

  .headline-block {
    display: none;
  }

  .headline-block-res-phone-wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
  }

  .bold-text-4 {
    font-size: 2.7vw;
  }

  .headline-block-res-tablet {
    display: none;
  }

  .gridgallery {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-38 {
    padding-top: 31px;
  }

  .image-40 {
    padding-top: 11px;
  }

  .arrow_left {
    margin-right: 20px;
    margin-left: 40px;
  }

  .arrow_right {
    margin-right: 40px;
    margin-left: 20px;
  }

  .button-clicktoopen {
    width: 100%;
    margin-right: 0px;
    padding: 9px 27px;
    border-radius: 3px;
  }

  .button-clicktoclose {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 27px;
    border-radius: 3px;
  }

  .image-42 {
    padding-top: 45px;
  }

  .background-video {
    display: block;
    height: 480px;
  }

  .totb-text-main {
    margin-right: 14px;
    margin-left: 14px;
  }

  .section-2 {
    max-width: 98%;
  }

  .section-title-2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .stacktune-section {
    padding: 0px 25px 10px;
  }

  .multisliderdesktop {
    width: 100vw;
  }

  .not-used {
    width: 100vw;
  }

  .slided5 {
    width: 100%;
  }

  .slided4 {
    width: 100%;
  }

  .field {
    height: 42px;
    margin-bottom: 5px;
  }

  .background-video-resmobile {
    display: none;
    height: 480px;
  }

  .cc-logos-heading {
    line-height: 26px;
  }

  .text-left-align-top-padding {
    padding-left: 25px;
  }

  .text-right-align-top-padding {
    padding-right: 25px;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    display: none;
  }

  .foreigncurrencynotice {
    line-height: 26px;
  }

  .image-54 {
    display: block;
  }

  .logo-fys-transparent {
    display: block;
    width: 229px;
    margin-bottom: 0px;
  }

  .grid-4 {
    grid-column-gap: 0px;
  }

  .text-readytosendusfiles {
    line-height: 26px;
  }

  .ribbon-discount {
    width: 178px;
  }

  .paragraph-10 {
    margin-top: -24px;
  }

  .multislidertabletmobequip {
    width: 100vw;
  }

  .cookiebar {
    height: 135px;
  }

  .cookie-agree {
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .cookie-buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cookiebaroptions {
    height: 135px;
  }

  .googlereviewstars {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .googlestar {
    padding: 1px;
  }

  .googlelogo {
    margin-right: 3px;
    padding: 1px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }

  .button.price-button {
    padding-right: 61px;
    padding-left: 61px;
  }

  .navbar {
    padding-left: 20px;
  }

  .hero {
    height: 400px;
  }

  .hero-container {
    padding-top: 55px;
  }

  .hero-text-block {
    width: 60%;
    margin-top: 15px;
    background-color: transparent;
  }

  .hero-title {
    margin-bottom: -9px;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .hero-button {
    margin-top: 0px;
  }

  .section {
    padding: 1px 20px 20px;
  }

  .section-title-block {
    margin-bottom: 9px;
  }

  .section-title-block.uploads {
    margin-bottom: -7px;
  }

  .section-title {
    font-size: 7vw;
    line-height: 7vw;
  }

  .section-title.subtitle {
    font-size: 4vw;
    line-height: 4vw;
  }

  .section-title.subtitle-black {
    margin-top: 0px;
    margin-bottom: -3px;
    font-size: 4vw;
    line-height: 4vw;
  }

  .container {
    margin-top: 10px;
  }

  .section-divider-line.feature-divider {
    margin-top: 7px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }

  .intro-column {
    padding-bottom: 15px;
  }

  .intro-column-title {
    font-size: 22px;
    line-height: 21px;
  }

  .intro-icon {
    height: 45px;
    margin-bottom: 13px;
  }

  .link.below-paragraph {
    margin-top: 8px;
    font-size: 12px;
  }

  .link.footer-link {
    font-size: 13px;
    line-height: 19px;
  }

  .image-section-overlay {
    overflow: hidden;
    padding-top: 4px;
  }

  .image-section-overlay._2 {
    padding-top: 0px;
  }

  ._2-column-row {
    padding-right: 0px;
  }

  .column-title-block {
    margin-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .check-list {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .check-list-icon {
    width: 18px;
  }

  .check-list-item {
    margin-bottom: 7px;
  }

  .checklist-title {
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 15px;
  }

  .feature-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .features-row {
    margin-top: 19px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-title {
    font-size: 6.5vw;
    line-height: 9vw;
  }

  .semi-opaque-page-header-overlay {
    padding: 90px 0px 0px;
  }

  .page-header-title {
    margin-bottom: 6px;
  }

  .page-header-title.subtitle {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .page-header-container {
    display: block;
    margin-bottom: 8px;
  }

  .page-header-content-container {
    margin-top: 25px;
  }

  .pricing-row {
    margin-top: 0px;
  }

  .pricing-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-image {
    position: static;
    margin-bottom: 14px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }

  .footer-list-text {
    font-size: 13px;
  }

  .checklist-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-map {
    height: 260px;
  }

  .dropdown-toggle {
    padding-left: 21px;
  }

  .text-block {
    font-size: 15px;
  }

  .section-title-light-bkgd {
    font-size: 7vw;
    line-height: 7vw;
  }

  .logo_dax_liniere {
    padding-right: 26px;
    padding-bottom: 0px;
    padding-left: 26px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .subtitle {
    font-size: 0.9em;
  }

  .reviews-section {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .reviewslider {
    height: 680px;
    margin-bottom: 20px;
  }

  .paragraph {
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .slidee1 {
    background-position: 20% 50%;
  }

  .slidee1.lazyload {
    background-position: 20% 50%;
  }

  .slidee2 {
    background-position: 20% 0%;
  }

  .slidee2.lazyload {
    background-position: 20% 0%;
  }

  .slide-9 {
    background-position: 15% 50%;
  }

  .slide-9.lazyload {
    background-position: 15% 50%;
  }

  .multislidertabletmob {
    position: static;
    height: 45vh;
  }

  .slide-13 {
    background-position: 50% 50%;
  }

  .slidee6 {
    background-position: 15% 0%;
  }

  .slidee6.lazyload {
    background-position: 15% 0px;
  }

  .slidee6.lazyload {
    background-image: url('../images/eDSC_0772_slider.jpg');
    background-position: 50% 50%;
  }

  .v2-page-header-title {
    margin-bottom: 6px;
  }

  .v2-page-header-title.increase-line-height {
    line-height: 26px;
  }

  .paragraph-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._404-page-button {
    padding-left: 15px;
  }

  .pricing-content-container {
    margin-top: 0px;
  }

  .text-pricing-sub-sub-heading {
    margin-top: 21px;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .section-punched-plate {
    padding: 90px 20px 1px;
  }

  .footer-column-right-align {
    padding-top: 12px;
    text-align: center;
  }

  .pricing-feature-text-double-spaced {
    padding-right: 2px;
    padding-left: 2px;
    line-height: 30px;
  }

  .slided2 {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slidee5.lazyload {
    background-position: 20% 50%;
  }

  .textmixchoosesubheadings {
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
  }

  .multislider-equipment {
    height: 45vh;
  }

  .container-youtube-playlist-embed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-grey-text-underlined {
    text-align: left;
  }

  .image-section-overlay-our-services {
    overflow: hidden;
  }

  .slider-cr3 {
    height: 188px;
  }

  .slidee7.lazyload {
    background-position: 50% 50%;
  }

  .slide-1-6.lazyload {
    background-position: 50% 50%;
  }

  .icon-2 {
    color: hsla(0, 0%, 70.2%, 0.55);
  }

  .slider-cr2 {
    height: 211px;
  }

  .slider-cr1 {
    height: 210px;
  }

  .italic-text {
    font-size: 27px;
    line-height: 33px;
  }

  .logo_dax_liniere-torso {
    margin-top: 20px;
    margin-left: 0px;
    text-align: left;
  }

  .button-about-dax {
    padding-left: 15px;
  }

  .pulsing-scroll-arrow-res-mobile {
    top: -35px;
  }

  .logo-dax-liniere-res-phone {
    display: inline-block;
    margin-top: 12px;
  }

  .logo-dax-liniere-res-tablet {
    display: none;
  }

  .contact-link-icon {
    display: none;
  }

  .contact-link-icon-res-tablet {
    display: none;
  }

  .contact-link-icon-res-phone {
    display: inline-block;
    padding-top: 44px;
  }

  .contact-link-icon-res-phone-wide {
    display: none;
    padding-top: 52px;
  }

  .heading-3 {
    margin-top: 11px;
  }

  .slide-nav-3 {
    display: none;
  }

  .credit-cards-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-pricing.left {
    left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }

  .button-pricing.right {
    left: 0px;
    top: 61px;
    padding-top: 17px;
    padding-right: 38px;
    padding-left: 38px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
  }

  .credit-card-logos-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headline-block-res-phone-wide {
    display: none;
  }

  .headline-block-res-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-26 {
    margin-top: 10px;
  }

  .bold-text-4 {
    font-size: 2.9vw;
  }

  .hide-footer-embed-html {
    display: block;
  }

  .gridgallery {
    overflow: visible;
    height: 55vh;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 7px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-1 {
    height: 13vh;
    max-height: none;
    max-width: none;
  }

  .image-31 {
    top: -131px;
  }

  .image-33 {
    bottom: 53px;
  }

  .image-38 {
    top: -71px;
  }

  .divgallery {
    overflow: auto;
    height: 55vh;
  }

  .arrow_left {
    margin-right: 10px;
  }

  .arrow_right {
    margin-left: 10px;
  }

  .button-clicktoopen {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }

  .button-clicktoclose {
    padding-left: 15px;
  }

  .image-42 {
    padding-top: 31px;
  }

  .slidee4.lazyload {
    background-position: 50% 50%;
  }

  .image-43 {
    padding-top: 27px;
  }

  .image-44 {
    padding-top: 9px;
  }

  .image-45 {
    padding-top: 8px;
  }

  .html-embed-themedscrollbarinphoneres {
    display: none;
  }

  .background-video {
    display: none;
    height: 400px;
  }

  .nav-link-home {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }

  .image-48 {
    max-width: 100%;
  }

  .totb-text-main {
    margin-right: 8px;
    margin-left: 8px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .totb-link-block {
    margin-bottom: 30px;
  }

  .image-49 {
    display: none;
  }

  .image-continue-to-website-1 {
    margin-top: 24px;
  }

  .paragraph-7 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .social-icons-block {
    margin-bottom: 0px;
  }

  .social-grid-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 13px;
    line-height: 18px;
  }

  .grid {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 3px;
    -ms-grid-columns: minmax(40px, 100px) 3fr;
    grid-template-columns: minmax(40px, 100px) 3fr;
  }

  .image-continue-to-website-2 {
    margin-top: 24px;
  }

  .section-title-2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .stacktune-section {
    padding: 0px 20px 20px;
  }

  .icon-3 {
    color: hsla(0, 0%, 44%, 0.6);
  }

  .nav-link-blank {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }

  .multisliderdesktop {
    position: static;
    height: 45vh;
  }

  .slidee8.lazyload {
    background-position: 48% 50%;
  }

  .not-used {
    position: static;
    height: 45vh;
  }

  .field {
    height: 36px;
    font-size: 12px;
  }

  .field.area {
    height: 116px;
  }

  .background-video-resmobile {
    display: block;
    height: 400px;
  }

  .background-video-resmobile.lazyload {
    width: 100%;
  }

  .pulsingscrollarrow {
    left: 40%;
    right: 40%;
  }

  .link-block-scroll-arrow.w--current {
    width: 37px;
  }

  .slidem2.lazyload {
    background-position: 20% 50%;
  }

  .slidem1.lazyload {
    background-position: 20% 50%;
  }

  .slidee3.lazyload {
    background-position: 23% 50%;
  }

  .cc-logos-heading {
    margin-top: 21px;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .image-50 {
    margin-bottom: 0px;
  }

  .grid-2 {
    margin-top: 11px;
    margin-bottom: 11px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-dax-points {
    grid-auto-flow: column;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-left-align-top-padding {
    padding-left: 0px;
    font-size: 13px;
    text-align: center;
  }

  .text-right-align-top-padding {
    padding-top: 45px;
    padding-right: 0px;
    font-size: 13px;
    text-align: left;
  }

  .columns-2 {
    margin-bottom: 11px;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .foreigncurrencynotice {
    margin-top: 21px;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .logo-fys-transparent {
    width: 169px;
  }

  .grid-4 {
    justify-items: center;
    grid-auto-flow: column;
    -ms-grid-columns: 100fr;
    grid-template-columns: 100fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .paragraph-9 {
    text-align: left;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-7 {
    margin-bottom: 28px;
    text-align: left;
  }

  .div-block-8 {
    padding-top: 31px;
  }

  .text-readytosendusfiles {
    margin-top: 21px;
    margin-bottom: 15px;
    padding-right: 22px;
    padding-left: 22px;
    line-height: 27px;
  }

  .ribbon-discount {
    width: 113px;
  }

  .paragraph-10 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-57 {
    bottom: 11px;
  }

  .image-58 {
    bottom: 60%;
  }

  .multislidertabletmobequip {
    position: static;
    height: 45vh;
  }

  .slidem3.lazyload {
    background-position: 23% 50%;
  }

  .slidem8.lazyload {
    background-position: 48% 50%;
  }

  .cookie-section {
    position: relative;
  }

  .cookiebar {
    height: 150px;
    padding-right: 0px;
    padding-left: 11px;
  }

  .cookie-text {
    font-size: 15px;
  }

  .cookie-agree {
    margin-bottom: 20px;
  }

  .cookiebaroptions {
    height: 150px;
    padding-right: 0px;
    padding-left: 11px;
  }
}

#w-node-730544a860e9-a9613128 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d04b3ec042d9-a9613128 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-7fb5794a322d-4318fa22 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5a972a713ce9-4318fa22 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d7846b48c477-6b48c43f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d7846b48c479-6b48c43f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-eb46b9584246-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eb46b9584247-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b958424d-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eb46b958424e-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b9584254-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-eb46b9584255-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b958425a-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-eb46b958425b-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b958425f-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-eb46b9584260-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b9584267-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-eb46b9584268-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b958426d-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-eb46b958426e-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b9584273-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
}

#w-node-eb46b9584274-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b958427b-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
}

#w-node-eb46b958427c-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b9584282-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-eb46b9584283-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b9584288-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
}

#w-node-eb46b9584289-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b958428d-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 12;
  grid-row-start: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 13;
}

#w-node-eb46b958428e-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 12;
  grid-row-start: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 13;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b9584293-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 13;
  grid-row-start: 13;
  -ms-grid-row-span: 1;
  grid-row-end: 14;
}

#w-node-eb46b9584294-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 13;
  grid-row-start: 13;
  -ms-grid-row-span: 1;
  grid-row-end: 14;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b9584299-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 14;
  grid-row-start: 14;
  -ms-grid-row-span: 1;
  grid-row-end: 15;
}

#w-node-eb46b958429a-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 14;
  grid-row-start: 14;
  -ms-grid-row-span: 1;
  grid-row-end: 15;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842a2-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 15;
  grid-row-start: 15;
  -ms-grid-row-span: 1;
  grid-row-end: 16;
}

#w-node-eb46b95842a3-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 15;
  grid-row-start: 15;
  -ms-grid-row-span: 1;
  grid-row-end: 16;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842a8-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 16;
  grid-row-start: 16;
  -ms-grid-row-span: 1;
  grid-row-end: 17;
}

#w-node-eb46b95842a9-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 16;
  grid-row-start: 16;
  -ms-grid-row-span: 1;
  grid-row-end: 17;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842b0-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 17;
  grid-row-start: 17;
  -ms-grid-row-span: 1;
  grid-row-end: 18;
}

#w-node-eb46b95842b1-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 17;
  grid-row-start: 17;
  -ms-grid-row-span: 1;
  grid-row-end: 18;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842b9-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 18;
  grid-row-start: 18;
  -ms-grid-row-span: 1;
  grid-row-end: 19;
}

#w-node-eb46b95842ba-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 18;
  grid-row-start: 18;
  -ms-grid-row-span: 1;
  grid-row-end: 19;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842c0-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 19;
  grid-row-start: 19;
  -ms-grid-row-span: 1;
  grid-row-end: 20;
}

#w-node-eb46b95842c1-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 19;
  grid-row-start: 19;
  -ms-grid-row-span: 1;
  grid-row-end: 20;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842c5-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 20;
  grid-row-start: 20;
  -ms-grid-row-span: 1;
  grid-row-end: 21;
}

#w-node-eb46b95842c6-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 20;
  grid-row-start: 20;
  -ms-grid-row-span: 1;
  grid-row-end: 21;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842c8-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 21;
  grid-row-start: 21;
  -ms-grid-row-span: 1;
  grid-row-end: 22;
}

#w-node-eb46b95842c9-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 21;
  grid-row-start: 21;
  -ms-grid-row-span: 1;
  grid-row-end: 22;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842d1-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 22;
  grid-row-start: 22;
  -ms-grid-row-span: 1;
  grid-row-end: 23;
}

#w-node-eb46b95842d2-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 22;
  grid-row-start: 22;
  -ms-grid-row-span: 1;
  grid-row-end: 23;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842d8-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 23;
  grid-row-start: 23;
  -ms-grid-row-span: 1;
  grid-row-end: 24;
}

#w-node-eb46b95842d9-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 23;
  grid-row-start: 23;
  -ms-grid-row-span: 1;
  grid-row-end: 24;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842df-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 24;
  grid-row-start: 24;
  -ms-grid-row-span: 1;
  grid-row-end: 25;
}

#w-node-eb46b95842e0-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 24;
  grid-row-start: 24;
  -ms-grid-row-span: 1;
  grid-row-end: 25;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842e5-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 25;
  grid-row-start: 25;
  -ms-grid-row-span: 1;
  grid-row-end: 26;
}

#w-node-eb46b95842e6-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 25;
  grid-row-start: 25;
  -ms-grid-row-span: 1;
  grid-row-end: 26;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb46b95842ec-696131a5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 26;
  grid-row-start: 26;
  -ms-grid-row-span: 1;
  grid-row-end: 27;
}

#w-node-eb46b95842ed-696131a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 26;
  grid-row-start: 26;
  -ms-grid-row-span: 1;
  grid-row-end: 27;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-9ed9d50b31cd-6d61319a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b6be8028b171-6d61319a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b83b2afc36e7-6d61319a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f95dbf3888fd-6d61319a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-6fa11b2c3c40-6d61319a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-30b9892cc167-6d61319a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-730544a860e9-a9613128 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-6bad3525201e-4318fa22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-5a972a713ce9-4318fa22 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-1ab5bf189ea1-4318fa22 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-d7846b48c465-6b48c43f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d7846b48c479-6b48c43f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-d7846b48c48d-6b48c43f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

