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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.price-button.switch-indie--commercial {
  background-color: #4daaff;
  border-radius: 6px;
  padding-left: 48px;
  padding-right: 48px;
}

.button.price-button.switch-indie--commercial.switch-deselected {
  color: #1c436d;
  background-color: #3d88d8;
  border-radius: 0 6px 6px 0;
  padding-left: 34px;
  padding-right: 34px;
}

.button.price-button.switch-indie--commercial.business {
  background-color: #4cafff;
  margin-right: 12px;
  padding-left: 48px;
  padding-right: 48px;
}

.button.price-button.switch-indie--commercial.indepent {
  color: #a9a9a9;
  background-color: #30618e;
  margin-left: 12px;
  padding-left: 34px;
  padding-right: 34px;
}

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

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

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

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

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

.hero-text-block {
  z-index: 500;
  float: left;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link.mobile {
  display: none;
}

.logo-container {
  padding-top: 7px;
  transition: all .5s;
}

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

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

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

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

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

.link:hover {
  color: #000;
}

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

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

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

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

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

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

.image-section-overlay._2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 74px;
}

._2-column-row {
  display: flex;
}

.column-title-block {
  justify-content: center;
  display: flex;
}

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

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

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

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

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

.feature-block {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  transition: background-color .5s, border-color .7s, color .35s;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.page-header {
  background-image: url('../images/BG-2.jpg');
  background-position: 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%;
  background-color: rgba(29, 48, 66, .29);
  padding-top: 130px;
}

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

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

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

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

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

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

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

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

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

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

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

.pricing-title.price.strike {
  text-decoration: line-through;
}

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

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

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

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

.pricing-title.pricefx.fxhide.non-indie {
  text-decoration: line-through;
}

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

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

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

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

.pricing-feature-list-item.indiepromo {
  display: none;
}

.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: .3em;
}

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

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

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

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

.footer-row {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.footer-link {
  color: #919191;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logopfssnavbar {
  box-shadow: none;
}

.studiofloorplan {
  display: block;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

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

.navbuttoncontainer {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.column {
  display: block;
}

.logo_dax_liniere {
  padding-bottom: 23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.semiopaque {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.left-arrow, .right-arrow {
  display: none;
}

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

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

.reviewslider {
  height: 380px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

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

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

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

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

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

.quote-block {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
}

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

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

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

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

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

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.multislidertabletmob {
  width: 100vw;
  height: 50vh;
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.left-arrow-3, .right-arrow-3, .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-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.multislider-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

.link-block {
  transition: filter .3s;
}

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

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

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

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

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

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

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

.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 {
  width: 100px;
  height: 3px;
  background-color: #b50d0d;
  display: inline-block;
}

.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 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

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

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

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

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

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

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

.image-8, .image-9, .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 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.columns {
  margin-top: 45px;
}

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

.multislider-equipment {
  width: auto;
  height: 50vh;
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.container-youtube-playlist-embed {
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}

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

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

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

.slider-cr3 {
  height: 626px;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.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, .image-15, .image-16, .image-17, .image-18, .image-19 {
  position: relative;
  top: 6%;
}

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

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

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

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

.arrowicon {
  color: rgba(179, 179, 179, .55);
}

.icon-2 {
  color: #888;
}

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

.slider-cr2, .slider-cr1 {
  height: 705px;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.paragraph-4, .paragraph-5, .paragraph-6 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-youtube-playlist {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.creditcard-logos-res-tablet, .equipment-video-container {
  display: none;
}

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

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

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

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

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

.credit-card-logos-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.credit-card-logos-block-res-tablet {
  justify-content: center;
  align-items: center;
  display: none;
}

.headline-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-block-res-phone-wide, .headline-block-res-phone, .headline-block-res-tablet {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

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

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

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

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

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

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

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

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

.divgallery {
  width: 1188px;
}

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

.column-3 {
  justify-content: flex-start;
  display: flex;
}

.column-1 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.video-accordion {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 9px;
}

.heading-4 {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.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: 85dvh;
  padding-top: 0%;
}

.background-video.lazyload {
  height: 85vh;
  padding-top: 0%;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  text-align: center;
  display: block;
}

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

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

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

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

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

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

.grid {
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  grid-template: ". ." 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)
                 / minmax(40px, 150px) 3fr;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

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

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

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

.multisliderdesktop {
  width: 100vw;
  height: 50vh;
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}

.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: 0 0;
  background-size: cover;
}

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

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

.column-slider4.lazyload {
  background-image: url('../images/Artfair-Lucas-guitar-landscape_cr.jpg');
  background-position: 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: 0 0;
  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: 0 0;
  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%;
}

.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%;
  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%;
  background-size: cover;
}

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

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

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

.not-used {
  width: 100vw;
  height: 50vh;
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.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: 0 0;
  background-size: cover;
}

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

.column-sliderdax4 {
  height: 50vh;
  background-image: url('../images/Refuge_DSC8078-_slider.jpg');
  background-position: 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%;
}

.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%;
  background-size: cover;
}

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

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

.field {
  height: 50px;
  color: #000;
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 2px;
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  transition: background-color .2s, border .4s;
}

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

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

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

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

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

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

.pulsingscrollarrow {
  z-index: 501;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 45%;
  right: 45%;
}

.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-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

.dxlnr-photo-logo-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.downarrowstatic {
  margin-bottom: 8px;
}

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

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

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

.container-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.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 {
  color: #c9c9c9;
  text-align: left;
  font-family: Raleway, sans-serif;
}

.div-block-5 {
  justify-content: space-around;
  display: flex;
}

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

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

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

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

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

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

.image-54 {
  display: block;
}

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

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

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

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

.contact-details-block {
  justify-content: center;
  display: flex;
}

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

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

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

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

.hyphenatedprices {
  justify-content: center;
  display: flex;
}

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

.ribbon-discount.hide {
  display: block;
}

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

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

.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%;
}

.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%;
}

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

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

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

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

.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%;
}

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

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

.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%;
}

.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, .text-span-3 {
  font-size: 18px;
}

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

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

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

.multislidertabletmobequip {
  width: 100vw;
  height: 50vh;
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

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

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

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

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

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

.slidem8 {
  background-image: url('../images/MicCircle.jpg');
  background-position: 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%;
  background-size: cover;
}

.slidem13 {
  background-image: url('../images/Joe-Branch-bass-solo.jpg');
  background-position: 65%;
  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: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.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%;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

.cookie-buttons-block {
  display: flex;
}

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

.cookie-more-options {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #414141;
  align-self: center;
  align-items: center;
  margin-left: 13px;
  margin-right: 13px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

.googlereviewstars1, .googlereviewstars {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.googlestar {
  margin-right: 3px;
}

.googlelogo {
  margin-right: 7px;
}

.textcarbonneutral {
  color: #00d60e;
  text-align: center;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
}

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

.indie-business-switch-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid #b1bcd2;
  border-radius: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 39px;
  padding-bottom: 26px;
  display: grid;
}

.text-block-indie--business {
  color: #fff;
  text-align: center;
  margin-top: 22px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-side-by-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

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

.pricing-indie {
  display: none;
}

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

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

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

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

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

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

.button_indie.price-button.switch-indie--commercial {
  background-color: #4daaff;
  border-radius: 6px;
  padding-left: 48px;
  padding-right: 48px;
}

.button_indie.price-button.switch-indie--commercial.switch-deselected {
  color: #1c436d;
  background-color: #3d88d8;
  border-radius: 0 6px 6px 0;
  padding-left: 34px;
  padding-right: 34px;
}

.button_indie.price-button.switch-indie--commercial.business {
  background-color: #4cafff;
  margin-right: 12px;
  padding-left: 48px;
  padding-right: 48px;
}

.button_indie.price-button.switch-indie--commercial.indepent {
  color: #a9a9a9;
  background-color: #30618e;
  margin-right: 12px;
  padding-left: 34px;
  padding-right: 34px;
}

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

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

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

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

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

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

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

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

.button-business.price-button.switch-indie--business {
  background-color: #4af;
  border-radius: 6px;
  padding-left: 48px;
  padding-right: 48px;
}

.button-business.price-button.switch-indie--business.switch-deselected {
  color: #1c436d;
  background-color: #3d88d8;
  border-radius: 0 6px 6px 0;
  padding-left: 34px;
  padding-right: 34px;
}

.button-business.price-button.switch-indie--business.business {
  background-color: #4cafff;
  margin-right: 12px;
  padding-left: 48px;
  padding-right: 48px;
}

.button-business.price-button.switch-indie--business.indepent {
  color: #a9a9a9;
  background-color: #30618e;
  margin-left: 12px;
  padding-left: 34px;
  padding-right: 34px;
}

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

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

.italic-text-3 {
  display: none;
}

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

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

html.w-mod-js [data-ix="hero-title-6"], html.w-mod-js [data-ix="button-listen-now"], html.w-mod-js [data-ix="button-contact-us"] {
  opacity: 0;
  transform: translate(0, 20px);
}

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

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

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

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

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

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

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

html.w-mod-js [data-ix="fade-in-on-scroll-1"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="fade-in-on-scroll-4"], html.w-mod-js [data-ix="fade-in-on-scroll-5"], html.w-mod-js [data-ix="fade-in-on-scroll-6"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-on-scroll-left"] {
  opacity: .02;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-on-scroll-right"] {
  opacity: .02;
  transform: translate(30px);
}

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

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

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

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

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

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

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

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

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

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

  .hero {
    height: 570px;
  }

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

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

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

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

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

  .section-title.subtitle, .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;
    font-size: 15px;
    transition: background-color .3s;
  }

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

  .nav-link.mobile {
    display: inline-block;
  }

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

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

  .feature-block {
    padding: 15px;
  }

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

  .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-left: 9px;
    padding-right: 9px;
  }

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

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

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

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

  .pricing-button-wrapper {
    display: flex;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .49);
    border-radius: 4px;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .25s;
  }

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

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

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

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

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

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

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

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

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

  .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 {
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 45px;
    overflow: hidden;
  }

  .reviewslider {
    height: 380px;
  }

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

  .mask {
    max-width: 100vw;
  }

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

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

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

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

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

  .pricing-feature-list-item-no-divider-line {
    padding-left: 9px;
    padding-right: 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%;
  }

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

  .multislider-equipment {
    width: 100vw;
  }

  .container-youtube-playlist-embed {
    justify-content: center;
    align-items: center;
  }

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

  .slider-cr3 {
    height: 450px;
  }

  .slider-cr2 {
    height: 508px;
  }

  .slider-cr1 {
    height: 510px;
  }

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

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

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

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

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

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

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

  .contact-link-icon-res-phone, .contact-link-icon-res-phone-wide, .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 {
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 14px;
    left: 148px;
  }

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

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

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

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

  .headline-block {
    display: none;
  }

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

  .gridgallery {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    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);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 12px;
  }

  .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 {
    height: 570px;
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-link-blank:hover {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .maskv2 {
    max-width: 100vw;
  }

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

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

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

  .slided4 {
    background-position: 50%;
  }

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

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

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

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

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

  .ribbon-discount {
    width: 143px;
  }

  .image-57 {
    bottom: 21px;
  }

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

  .cookiebar, .cookiebaroptions {
    height: 100px;
    padding-left: 31px;
    padding-right: 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 {
    width: 50%;
    flex-direction: column;
    align-items: center;
    padding: 7px 9px 9px;
    display: flex;
  }

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

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

  .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: 0;
    padding-top: 0;
    font-size: 3.6vw;
    line-height: 6vw;
  }

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

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

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

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

  .column-title-block {
    flex-direction: row;
  }

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

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

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

  .footer {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 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 0 0;
  }

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

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

  .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-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .pricing-title.price, .pricing-title.strikethrough, .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 {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

  .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 {
    margin-left: 2vw;
    margin-right: 4vw;
    display: block;
  }

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

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

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

  .subtitle {
    font-size: 1.5em;
  }

  .reviews-section {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 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: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

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

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

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

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

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

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

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

  .slided8.lazyload {
    width: 100%;
  }

  .columns {
    margin-top: 0;
  }

  .multislider-equipment {
    width: 100vw;
  }

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

  .slider-cr3 {
    height: 345px;
  }

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

  .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: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 27px;
  }

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

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

  .arrow-smooth-fade-slide-res-tablet, .logo-dax-liniere-res-phone, .contact-link-icon, .contact-link-icon-res-tablet, .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 {
    padding: 15px 20px;
    left: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .multisliderdesktop, .not-used {
    width: 100vw;
  }

  .slided5, .slided4 {
    width: 100%;
  }

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

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

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

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

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

  .column-4, .column-5 {
    display: none;
  }

  .foreigncurrencynotice {
    line-height: 26px;
  }

  .image-54 {
    display: block;
  }

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

  .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-left: 5px;
    padding-right: 5px;
  }

  .cookie-buttons-block {
    flex-direction: column;
    justify-content: space-between;
  }

  .cookiebaroptions {
    height: 135px;
  }

  .googlereviewstars {
    justify-content: center;
  }

  .googlestar {
    padding: 1px;
  }

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

  .text-block-indie--business, .text-carbon-neutral {
    line-height: 26px;
  }

  .button_indie.price-button, .button-business.price-button {
    padding: 21px 28px 20px;
  }
}

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

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

  .navbar {
    padding-left: 20px;
  }

  .hero {
    height: 400px;
  }

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

  .hero-text-block {
    width: 60%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px;
  }

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

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

  .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: 0;
    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 {
    padding-top: 4px;
    overflow: hidden;
  }

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

  ._2-column-row {
    padding-right: 0;
  }

  .column-title-block {
    flex-direction: column;
    margin-bottom: 14px;
  }

  .check-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .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-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-row {
    margin-top: 19px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .page-header-title {
    margin-bottom: 6px;
  }

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

  .page-header-container {
    margin-bottom: 8px;
    display: block;
  }

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

  .pricing-row {
    margin-top: 0;
  }

  .pricing-button-wrapper {
    flex-direction: column;
  }

  .testimonial-image {
    margin-bottom: 14px;
    position: static;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }

  .footer-list-text {
    font-size: 13px;
  }

  .checklist-column {
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    order: -1;
    padding-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .subtitle {
    font-size: .9em;
  }

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

  .reviewslider {
    height: 680px;
    margin-bottom: 20px;
  }

  .paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .slidee1, .slidee1.lazyload {
    background-position: 20%;
  }

  .slidee2, .slidee2.lazyload {
    background-position: 20% 0;
  }

  .slide-9, .slide-9.lazyload {
    background-position: 15%;
  }

  .multislidertabletmob {
    height: 45vh;
    position: static;
  }

  .slide-13 {
    background-position: 50%;
  }

  .slidee6 {
    background-position: 15% 0;
  }

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

  .v2-page-header-title {
    margin-bottom: 6px;
  }

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

  .paragraph-3 {
    margin-left: 0;
    margin-right: 0;
  }

  ._404-page-button {
    padding-left: 15px;
  }

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

  .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 {
    text-align: center;
    padding-top: 12px;
  }

  .pricing-feature-text-double-spaced {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 30px;
  }

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

  .slidee5.lazyload {
    background-position: 20%;
  }

  .textmixchoosesubheadings {
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .multislider-equipment {
    height: 45vh;
  }

  .container-youtube-playlist-embed {
    justify-content: center;
    align-items: center;
  }

  .link-grey-text-underlined {
    text-align: left;
  }

  .image-section-overlay-our-services {
    overflow: hidden;
  }

  .slider-cr3 {
    height: 188px;
  }

  .slidee7.lazyload, .slide-1-6.lazyload {
    background-position: 50%;
  }

  .icon-2 {
    color: rgba(179, 179, 179, .55);
  }

  .slider-cr2 {
    height: 211px;
  }

  .slider-cr1 {
    height: 210px;
  }

  .italic-text {
    font-size: 27px;
    line-height: 33px;
  }

  .logo_dax_liniere-torso {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }

  .button-about-dax {
    padding-left: 15px;
  }

  .pulsing-scroll-arrow-res-mobile {
    top: -35px;
  }

  .logo-dax-liniere-res-phone {
    margin-top: 12px;
    display: inline-block;
  }

  .logo-dax-liniere-res-tablet, .contact-link-icon, .contact-link-icon-res-tablet {
    display: none;
  }

  .contact-link-icon-res-phone {
    padding-top: 44px;
    display: inline-block;
  }

  .contact-link-icon-res-phone-wide {
    padding-top: 52px;
    display: none;
  }

  .heading-3 {
    margin-top: 11px;
  }

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

  .credit-cards-block {
    flex-direction: column;
  }

  .button-pricing.left {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
    left: 0;
  }

  .button-pricing.right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    padding-top: 17px;
    padding-left: 38px;
    padding-right: 38px;
    top: 61px;
    left: 0;
  }

  .credit-card-logos-block {
    flex-direction: column;
    display: flex;
  }

  .headline-block-res-phone-wide {
    display: none;
  }

  .headline-block-res-phone {
    display: flex;
  }

  .image-26 {
    margin-top: 10px;
  }

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

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

  .gridgallery {
    height: 55vh;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 7px;
    overflow: visible;
  }

  .lightbox-1 {
    height: 13vh;
    max-height: none;
    max-width: none;
  }

  .image-31 {
    top: -131px;
  }

  .image-33 {
    bottom: 53px;
  }

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

  .divgallery {
    height: 55vh;
    overflow: auto;
  }

  .arrow_left {
    margin-right: 10px;
  }

  .arrow_right {
    margin-left: 10px;
  }

  .button-clicktoopen {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .button-clicktoclose {
    padding-left: 15px;
  }

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

  .slidee4.lazyload {
    background-position: 50%;
  }

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

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

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

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

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

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

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

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

  .div-block-4 {
    flex-direction: column;
  }

  .totb-link-block {
    margin-bottom: 30px;
  }

  .image-49 {
    display: none;
  }

  .image-continue-to-website-1 {
    margin-top: 24px;
  }

  .paragraph-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .social-icons-block {
    margin-bottom: 0;
  }

  .social-grid-text {
    align-self: center;
    font-size: 13px;
    line-height: 18px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 3px;
    grid-template-columns: minmax(40px, 100px) 3fr;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-continue-to-website-2 {
    margin-top: 24px;
  }

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

  .stacktune-section {
    padding: 0 20px 20px;
  }

  .icon-3 {
    color: rgba(112, 112, 112, .6);
  }

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

  .multisliderdesktop {
    height: 45vh;
    position: static;
  }

  .slidee8.lazyload {
    background-position: 48%;
  }

  .not-used {
    height: 45vh;
    position: static;
  }

  .field {
    height: 36px;
    font-size: 12px;
  }

  .field.area {
    height: 116px;
  }

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

  .background-video-resmobile.lazyload {
    width: 100%;
  }

  .pulsingscrollarrow {
    left: 40%;
    right: 40%;
  }

  .link-block-scroll-arrow.w--current {
    width: 37px;
  }

  .slidem2.lazyload, .slidem1.lazyload {
    background-position: 20%;
  }

  .slidee3.lazyload {
    background-position: 23%;
  }

  .cc-logos-heading {
    margin-top: 21px;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .image-50 {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .grid-dax-points {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .text-left-align-top-padding {
    text-align: center;
    padding-left: 0;
    font-size: 13px;
  }

  .text-right-align-top-padding {
    text-align: left;
    padding-top: 45px;
    padding-right: 0;
    font-size: 13px;
  }

  .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 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100fr;
    grid-auto-flow: column;
    justify-items: center;
  }

  .paragraph-9 {
    text-align: left;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-7 {
    text-align: left;
    margin-bottom: 28px;
  }

  .div-block-8 {
    padding-top: 31px;
  }

  .text-readytosendusfiles {
    margin-top: 21px;
    margin-bottom: 15px;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 27px;
  }

  .ribbon-discount {
    width: 113px;
  }

  .paragraph-10 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .image-57 {
    bottom: 11px;
  }

  .image-58 {
    bottom: 60%;
  }

  .multislidertabletmobequip {
    height: 45vh;
    position: static;
  }

  .slidem3.lazyload {
    background-position: 23%;
  }

  .slidem8.lazyload {
    background-position: 48%;
  }

  .cookie-section {
    position: relative;
  }

  .cookiebar {
    height: 150px;
    padding-left: 11px;
    padding-right: 0;
  }

  .cookie-text {
    font-size: 15px;
  }

  .cookie-agree {
    margin-bottom: 20px;
  }

  .cookiebaroptions {
    height: 150px;
    padding-left: 11px;
    padding-right: 0;
  }

  .text-block-indie--business, .text-carbon-neutral {
    margin-top: 21px;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .trigger-indie-business {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .button_indie.price-button.switch-indie--commercial.indepent {
    margin-bottom: 13px;
    margin-right: 0;
    padding: 17px 57px;
  }

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

  .button-business.price-button.switch-indie--business {
    padding: 17px 72px;
  }
}

#w-node-_705c2a91-7334-6f61-a6b9-1d58f8ec7a51-6778478f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aaaae919-aa83-8bc0-5dad-d04b3ec042d9-6778478f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_512604cf-e630-e725-67d4-7fb5794a322d-4318fa22 {
  justify-self: center;
}

#w-node-_38aa72e6-505f-f01e-d1e3-5a972a713ce9-4318fa22 {
  justify-self: auto;
}

#w-node-_2df43d7a-7e17-270d-fe33-d7846b48c477-6b48c43f {
  justify-self: center;
}

#w-node-_2df43d7a-7e17-270d-fe33-d7846b48c479-6b48c43f {
  justify-self: auto;
}

#w-node-_16b3760c-fa07-e6f0-b3ea-19884c8d15d5-677847a6, #w-node-ed99eb1f-6d4f-3e1d-daae-91c86d61ef01-677847a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14ded4db-0f32-5759-fd4c-50ec1c022404-677847a6 {
  justify-self: end;
}

#w-node-_9bc2ddf0-f580-0786-b2c3-297c2d33287f-677847a6 {
  justify-self: start;
}

#hideifnot-EU-US.w-node-_9bc2ddf0-f580-0786-b2c3-297c2d332881-677847a6 {
  justify-self: end;
}

#hideifnot-EU-US.w-node-b5830b06-ffbb-4ced-ca40-e4b3ff7a6bd8-677847a6 {
  justify-self: start;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584246-677847ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584247-677847ab {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958424d-677847ab {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958424e-677847ab {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584254-677847ab {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584255-677847ab {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958425a-677847ab {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958425b-677847ab {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958425f-677847ab {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584260-677847ab {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584267-677847ab {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584268-677847ab {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958426d-677847ab {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958426e-677847ab {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584273-677847ab {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584274-677847ab {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958427b-677847ab {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958427c-677847ab {
  grid-area: 9 / 2 / 10 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584282-677847ab {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584283-677847ab {
  grid-area: 10 / 2 / 11 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584288-677847ab {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584289-677847ab {
  grid-area: 11 / 2 / 12 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958428d-677847ab {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958428e-677847ab {
  grid-area: 12 / 2 / 13 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584293-677847ab {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584294-677847ab {
  grid-area: 13 / 2 / 14 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b9584299-677847ab {
  grid-area: 14 / 1 / 15 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b958429a-677847ab {
  grid-area: 14 / 2 / 15 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842a2-677847ab {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842a3-677847ab {
  grid-area: 15 / 2 / 16 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842a8-677847ab {
  grid-area: 16 / 1 / 17 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842a9-677847ab {
  grid-area: 16 / 2 / 17 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842b0-677847ab {
  grid-area: 17 / 1 / 18 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842b1-677847ab {
  grid-area: 17 / 2 / 18 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842b9-677847ab {
  grid-area: 18 / 1 / 19 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842ba-677847ab {
  grid-area: 18 / 2 / 19 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842c0-677847ab {
  grid-area: 19 / 1 / 20 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842c1-677847ab {
  grid-area: 19 / 2 / 20 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842c5-677847ab {
  grid-area: 20 / 1 / 21 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842c6-677847ab {
  grid-area: 20 / 2 / 21 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842c8-677847ab {
  grid-area: 21 / 1 / 22 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842c9-677847ab {
  grid-area: 21 / 2 / 22 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842d1-677847ab {
  grid-area: 22 / 1 / 23 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842d2-677847ab {
  grid-area: 22 / 2 / 23 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842d8-677847ab {
  grid-area: 23 / 1 / 24 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842d9-677847ab {
  grid-area: 23 / 2 / 24 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842df-677847ab {
  grid-area: 24 / 1 / 25 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842e0-677847ab {
  grid-area: 24 / 2 / 25 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842e5-677847ab {
  grid-area: 25 / 1 / 26 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842e6-677847ab {
  grid-area: 25 / 2 / 26 / 3;
  align-self: center;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842ec-677847ab {
  grid-area: 26 / 1 / 27 / 2;
}

#w-node-_21704877-e12b-7177-fa9e-eb46b95842ed-677847ab {
  grid-area: 26 / 2 / 27 / 3;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_5525d2e4-44cd-44ea-594d-9ed9d50b31cd-677847a1 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_0c473ede-7113-f4b1-a3ee-b6be8028b171-677847a1 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-_7bcb22a7-454b-905d-8611-b83b2afc36e7-677847a1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_3e3a5f8c-c47c-fbb7-fd84-f95dbf3888fd-677847a1 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_7346872e-1083-fde7-77a8-6fa11b2c3c40-677847a1 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_6743e492-479f-a91a-43cc-30b9892cc167-677847a1 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_705c2a91-7334-6f61-a6b9-1d58f8ec7a51-6778478f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc0752d3-8991-60c6-934d-6bad3525201e-4318fa22 {
    justify-self: center;
  }

  #w-node-_38aa72e6-505f-f01e-d1e3-5a972a713ce9-4318fa22, #w-node-_27eda85b-df75-3b8d-65ec-1ab5bf189ea1-4318fa22 {
    justify-self: auto;
  }

  #w-node-_2df43d7a-7e17-270d-fe33-d7846b48c465-6b48c43f {
    justify-self: center;
  }

  #w-node-_2df43d7a-7e17-270d-fe33-d7846b48c479-6b48c43f, #w-node-_2df43d7a-7e17-270d-fe33-d7846b48c48d-6b48c43f {
    justify-self: auto;
  }

  #w-node-ed99eb1f-6d4f-3e1d-daae-91c86d61ef01-677847a6 {
    justify-self: center;
  }
}


