.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  margin-right: 50px;
  margin-left: 50px;
  font-family: 'Klarheit Grotesk', sans-serif;
  color: #333;
  font-size: 17px;
  letter-spacing: 0.2px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

a {
  color: #1f8fff;
  text-decoration: underline;
}

.navbar-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-light-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-light-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.company-name-block {
  display: inline-block;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 10px;
}

.navbarbutton {
  margin-right: 10px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Work Sans';
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.navbarbutton:hover {
  color: #000;
}

.navbarbutton.loggedinonly {
  margin-left: 0px;
}

.navbarbutton.loggedinonly.w--current {
  color: #333;
  font-weight: 500;
}

.navbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 12px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  color: #3898ec;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-transform: lowercase;
}

.navbutton:hover {
  background-image: none;
}

.navbutton.w--current {
  font-family: 'Work Sans';
  font-weight: 400;
  letter-spacing: 0.5px;
}

.navbutton.loggedinonly {
  background-image: none;
}

.section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.body {
  margin-right: 0px;
  margin-left: 0px;
}

.body-2 {
  margin-right: 60px;
  margin-left: 60px;
}

.section-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading {
  display: inline;
}

.heading-2 {
  display: inline;
}

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

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

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

.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #f3f3f3;
}

.column {
  display: block;
}

.app-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ddd;
}

.app-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 81px;
  z-index: 99;
  display: block;
  overflow: hidden;
  width: 255px;
  margin-top: 0px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-right: 1px solid #e3e3e3;
  background-color: #fff;
  color: #fff;
}

.app-content {
  position: relative;
  display: block;
  padding: 40px;
  float: right;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.app-nav-item {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
}

.app-nav-item.hide {
  display: none;
}

.app-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.app-nav-link.w--current {
  color: #1f8fff;
  font-weight: 500;
}

.div-block-2 {
  height: 1px;
}

.app-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e3e3e3;
}

.hero-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #b2f2ff, #baffe0 0%, #badfff 98%);
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1124px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-container.hero {
  min-height: 500px;
  padding-right: 15px;
  padding-left: 15px;
}

.hero-text {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 55px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
}

.primary-hero-button {
  margin-right: 20px;
  margin-left: 0px;
  padding: 12px 30px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1f9eff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.primary-hero-button:hover {
  color: #4ebbfa;
}

.secondary-hero-button {
  padding: 12px 30px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.secondary-hero-button:hover {
  background-color: #fff;
  color: #000;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.app-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #e3e3e3;
}

.app-content-block {
  position: relative;
  display: block;
  height: 100%;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
}

.app-content-block.app-content-block-hide {
  display: none;
}

.app-content-block.sound-details-container {
  min-height: 250px;
}

.app-content-block.compact {
  padding: 15px;
}

.app-content-block.search {
  height: auto;
  border:0;
}

.app-content-block.dash-search {
  overflow: hidden;
}

.heading-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 26px;
  font-weight: 700;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white.subheading {
  margin-bottom: 0px;
  font-size: 15px;
}

.home-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block {
  padding-bottom: 33px;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
}

.container {
  display: block;
}

.footer-wrapper {
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin: 40px auto;
}

.footer {
  width: 940px;
  margin-top: 100px;
  margin-bottom: 80px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 6fr 20px 3.25fr 20px 3.25fr 20px 4fr;
  grid-template-columns: 6fr 3.25fr 3.25fr 4fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.company-text {
  color: #747474;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.small-paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  margin-bottom: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(29, 31, 46, 0.3);
}

.small-paragraph.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #747474;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-footer-section-headline {
  color: #747474;
}

.footer-grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.footer-link {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

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

.footer-email-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}

.footer-email-link:hover {
  color: #242424;
}

.footer-thin-container {
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-thin-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
}

.footer-thin-wrapper.footer-thin {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.footer-thin-wrapper.footer-thin.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #000;
  color: #939596;
  font-size: 14px;
}

.copyright-text {
  text-align: center;
}

.text-block-2 {
  display: inline-block;
}

.text-block-3 {
  display: inline-block;
  padding-left: 20px;
}

.text-block-3.accent {
  color: #1f8fff;
  font-weight: 500;
}

.app-block {
  min-height: 150px;
  padding-bottom: 30px;
  -webkit-box-flex: 1em;
  -webkit-flex: 1em;
  -ms-flex: 1em;
  flex: 1em;
}

.app-block.center {
  text-align: center;
}

.app-block.sidebar {
    max-width: 250px;
    min-width: 250px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    position:relative;
}

.app-block.flex-child {
  margin-right: 0px;
  margin-left: 0px;
}

.previous {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.wizardstep {
  display: inline-block;
  padding-right: 6px;
  color: #1f8fff;
  font-weight: 500;
}

.field-input-big {
  width: 100%;
  min-height: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 6px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #fff), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, #fff 61%, hsla(0, 0%, 100%, 0.6));
  color: #000;
  font-size: 18px;
}

.field-input-big:hover {
  box-shadow: 0 0 6px 0 hsla(0, 0%, 100%, 0.5);
}

.field-input-big:focus {
  border-width: 1px;
  border-color: #fff;
}

.field-input-big.inputname {
  min-height: 54px;
  margin-bottom: 0px;
  padding-right: 79px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-right-style: none;
  border-right-width: 0px;
  font-size: 23px;
}

.field-input-big.tags {
  padding-top: 4px;
  text-align: left;
}

.field-input-big.inline-number {
  display: block;
  margin-bottom: 0px;
  padding-left: 22px;
  text-align: center;
}

.next-button {
  display: block;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 30px;
  background-color: #1f8fff;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.title-left {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 45px;
  line-height: 60px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.success-message {
  padding: 50px;
  background-color: transparent;
}

.counter-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 0px;
  padding-right: 0px;
}

.slider-content-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 21px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.772, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.877, .001, .25, 1);
  transition: -webkit-transform 300ms cubic-bezier(.772, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.877, .001, .25, 1);
  transition: transform 300ms cubic-bezier(.772, .007, .25, 1), filter 300ms cubic-bezier(.877, .001, .25, 1);
  transition: transform 300ms cubic-bezier(.772, .007, .25, 1), filter 300ms cubic-bezier(.877, .001, .25, 1), -webkit-transform 300ms cubic-bezier(.772, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.877, .001, .25, 1);
  text-align: center;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.field-title {
  margin-bottom: 12px;
  font-weight: 700;
}

.slider {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.form-content {
  width: 100%;
  max-width: 800px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-content.final {
  margin-bottom: 0px;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.submit-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: auto;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #5b3acc;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  letter-spacing: 1px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-bottom {
  height: 1px;
  background-color: #c5c7ca;
}

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

.checkbox-image {
  width: 45px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.paragraph {
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
}

.paragraph.smalltxt {
  line-height: 19px;
}

.paragraph.purple {
  color: #b82ceb;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 10%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.form-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: auto;
  margin-bottom: 44px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 200px;
  -webkit-flex: 200px;
  -ms-flex: 200px;
  flex: 200px;
}

.form-wrap.pad-right {
  padding-right: 25px;
}

.form-wrap.lesspadding {
  margin-bottom: 20px;
}

.form-wrap.wider {
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}

    .form-wrap.widest {
        -webkit-box-flex: 600px;
        -webkit-flex: 600px;
        -ms-flex: 600px;
        flex: 600px;
    }

.next {
  position: absolute;
  right: 35px;
  display: block;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form12_checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 120px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 35px 22px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.text-counter {
  display: inline-block;
  padding-left: 3px;
  color: rgba(91, 97, 124, 0.45);
  font-size: 14px;
}

.form-section-title {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.form07_legal {
  margin: 20px auto;
  color: rgba(16, 28, 46, 0.54);
  font-size: 14px;
}

.checkbox-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1f8fff;
  font-size: 14px;
}

.form-wrapper {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
}

.button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 12px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #1070ff;
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
  color: #fff;
}

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

.button.w--current {
  font-family: 'Work Sans';
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button.loggedinonly {
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
}

.button.btn-shine {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  box-shadow: 0 0 3px 0 hsla(0, 0%, 100%, 0);
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
  text-decoration: none;
}

.button.btn-shine:hover {
  box-shadow: 0 0 7px 4px hsla(0, 0%, 100%, 0.2);
}

.button.btn-shine.small {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 14px;
}

.button.btn-shine.small.creator {
  margin-bottom: 0px;
  margin-left: 14px;
  padding: 10px 17px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 15px;
  cursor: pointer;
}

.button.btn-shine.btn-secondary {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.button.btn-shine.btn-secondary.btn-set-width {
  min-width: 304px;
}

.button.btn-shine.btn-secondary.btn-applytoall {
  margin-right: 21px;
}

.button.btn-shine.btn-set-width {
  min-width: 304px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  text-align: center;
}

.button.btn-shine.disabled.btndownload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.button.btn-shine.margin-right {
  margin-right: 33px;
}

.button.btn-shine.no-pad {
  margin-right: 0px;
  margin-left: 0px;
}

.button.btn-shine.btndownload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 45px;
  grid-column-gap: 8px;
  justify-content:center;
}

.button.purple {
  background-color: #9b55e2;
  background-image: none;
}

.button.red {
  background-image: linear-gradient(324deg, #d44848, #e94b4b);
}

.button.cancel {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
}

.wizardtext {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.radiobutton_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.radiobtn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.radiobtn:active {
  border: 1px solid #000;
}

.radiobtn_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 120px;
  min-width: 150px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 35px 22px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.radiobtn_field.checked {
  border-color: #36b37e;
  background-color: #f1fff9;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.radiobtn-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1f8fff;
  font-size: 14px;
}

.radiobtn-image {
  width: 45px;
}

.drag {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 17px;
}

.field-textarea {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, #fff), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, #fff 76%, hsla(0, 0%, 100%, 0.6));
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.field-textarea:hover {
  border-color: #fff;
  box-shadow: 0 0 6px 0 hsla(0, 0%, 100%, 0.5);
}

.field-textarea:focus {
  border-color: #fff;
}

.big-number-field {
  display: inline-block;
  width: 100px;
  padding: 10px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
  font-size: 25px;
  text-align: center;
}

.big-number-field.dollar {
  border: 1px none #000;
}

.big-number-field.dollar:focus {
  border-bottom-color: #1f8fff;
}

.big-number-container.dollar {
  background-color: transparent;
}

.text-block-4 {
  display: inline-block;
  padding-right: 6px;
  padding-left: 0px;
  font-size: 25px;
}

.div-block-3 {
  display: inline-block;
  padding-left: 18px;
}

.text-block-4-copy {
  display: inline-block;
  padding-right: 0px;
  padding-left: 6px;
  font-size: 25px;
}

.text-block-4-copy-2 {
  display: inline-block;
  padding-right: 17px;
  padding-left: 0px;
  font-size: 25px;
}

.div-block-4 {
  margin-top: 17px;
}

.uploadinfo {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.slider-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-3 {
  position: relative;
  padding-right: 0px;
}

.wizard-container {
  position: relative;
  height: 100%;
  color: #fff;
}

.text-block-5 {
  display: inline-block;
}

.text-block-6 {
  display: inline-block;
  margin-right: 6px;
}

.text-block-7 {
  display: inline-block;
  margin-right: 21px;
}

.text-block-7-copy {
  display: inline-block;
}

.text-block-8 {
  color: #1f8fff;
  font-size: 25px;
  font-weight: 400;
}

.sounds {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #000;
}

.sound-item {
  position: relative;
  display: block;
  padding: 12px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e3e3e3;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.25, .1, .088, 1.024);
  transition: opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.25, .1, .088, 1.024);
  transition: transform 500ms cubic-bezier(.25, .1, .088, 1.024), opacity 500ms ease;
  transition: transform 500ms cubic-bezier(.25, .1, .088, 1.024), opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.25, .1, .088, 1.024);
  text-align: left;
}

.sound-item-artwork {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/re3_icon_300.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.sound-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.sound-item-content-header-name {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 345px;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.sound-item-terms-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sound-hidden-field {
  display: none;
}

.sound-result-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.tag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  padding-right: 7px;
  padding-left: 7px;
  border: 1px solid #536fd8;
  border-radius: 20px;
  color: #536fd8;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.tag:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 111, 216, 0.2)), to(rgba(83, 111, 216, 0.2)));
  background-image: linear-gradient(180deg, rgba(83, 111, 216, 0.2), rgba(83, 111, 216, 0.2));
  text-decoration: none;
}

.tag.type {
  border-color: #df1b71;
  color: #df1b71;
}

.tag.type:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 27, 113, 0.2)), to(rgba(223, 27, 113, 0.2)));
  background-image: linear-gradient(180deg, rgba(223, 27, 113, 0.2), rgba(223, 27, 113, 0.2));
}

.tag.type.no-margin {
  margin-right: 0px;
  margin-bottom: 0px;
}

.tag.type.no-margin:hover {
  background-image: none;
}

.sound-item-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding-right: 5px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  text-align: left;
}

.sound-item-content-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.private-lock {
  position: relative;
  bottom: 4px;
  width: 20px;
  margin-left: 3px;
}

.sound-item-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: -3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.field-textarea-small {
  min-height: 50px;
  border: 0px solid #000;
}

.heading-4 {
  font-weight: 500;
}

.text-field {
  text-align: left;
}

.input-name-container {
  position: relative;
  display: block;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dollar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  max-width: 60px;
  padding: 13px 12px 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.image {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.div-block-5 {
  display: block;
  width: 90px;
  margin-top: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.sound-item-content-collection {
  overflow: hidden;
  color: #999;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.sound-item-content-collection:hover {
  text-decoration: underline;
}

.list-sounds-container {
  position: relative;
  width: 100%;
}

.play-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(83, 111, 216, 0.7);
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
}

.sound-item-details {
  display: none;
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sound-item-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sound-item-action-btn {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sound-item-action-btn.more {
  position: relative;
  cursor: pointer;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(158deg, #b09eff, #adffed);
}

.sound-item-more {
  position: relative;
  display: block;
  width: 16px;
  height: 32px;
  margin-right: 5px;
  margin-left: 10px;
  padding: 10px 0px;
  opacity: 0.23;
}

.sound-item-more:hover {
  opacity: 1;
}

.sound-item-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sound-item-description {
  font-size: 13px;
}

.artworkpreview {
  width: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.app-content-full-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.drag-drop-txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.drag-drop-txt.disabled {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.gradient-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#e05b70), to(#c14ca7));
  background-image: linear-gradient(270deg, #e05b70, #c14ca7);
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.gradient-bg.block {
  position: relative;
  z-index: 0;
  width: auto;
  height: auto;
}

.gradient-bg.absolute {
  position: absolute;
  -webkit-filter: saturate(110%);
  filter: saturate(110%);
}

.wizard-column {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-narrow {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wizard-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.flex-wizard-container {
  display: block;
  color: #fff;
}

.container-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.wizard {
  width: 100%;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.smallheading {
  margin: 0px auto;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.container-body {
  padding: 20px 15px 15px;
}

.container-body.container-body-nopadding {
  padding: 10px 0px 30px;
}

.container-body.uploaded-sounds-body {
  position: relative;
}

.wizard-artwork {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-body-twocol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-body-twocol-one {
  overflow: hidden;
  width: 100%;
  max-width: 250px;
  min-width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-body-twocol-one.hidden {
  display: none;
}

.container-body-twocol-two {
  overflow: hidden;
  max-width: 1800px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.container-body-twocol-two.nomargin {
  margin-left: 0px;
}

.artwork-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/re3_icon_1000.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.754, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.69, -.005, .25, 1);
  transition: opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.754, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.69, -.005, .25, 1);
  transition: transform 300ms cubic-bezier(.754, .007, .25, 1), filter 300ms cubic-bezier(.69, -.005, .25, 1), opacity 200ms ease;
  transition: transform 300ms cubic-bezier(.754, .007, .25, 1), filter 300ms cubic-bezier(.69, -.005, .25, 1), opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.754, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.69, -.005, .25, 1);
  line-height: 52px;
}

.artwork-image.mint {
  background-image: none;
}

.artwork-actions {
  position: absolute;
  z-index: 3;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.778, .001, .25, 1), -webkit-filter 300ms cubic-bezier(.76, -.011, .25, 1);
  transition: opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.778, .001, .25, 1), -webkit-filter 300ms cubic-bezier(.76, -.011, .25, 1);
  transition: transform 300ms cubic-bezier(.778, .001, .25, 1), filter 300ms cubic-bezier(.76, -.011, .25, 1), opacity 200ms ease;
  transition: transform 300ms cubic-bezier(.778, .001, .25, 1), filter 300ms cubic-bezier(.76, -.011, .25, 1), opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.778, .001, .25, 1), -webkit-filter 300ms cubic-bezier(.76, -.011, .25, 1);
  text-align: center;
}

.button-small {
  display: inline-block;
  margin-bottom: 0px;
  padding: 8px 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #1070ff;
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
}

.button-small:hover {
  background-color: #242424;
}

.button-small.w--current {
  font-family: 'Work Sans';
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-small.loggedinonly {
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
}

.button-small.purple {
  position: relative;
  background-color: #9b55e2;
  background-image: none;
  font-size: 15px;
  text-decoration: none;
}

.button-small.purple.btn-shine._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-small.purple.btn-shine.save {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-small.cancel {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.button-small.cancel:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.drag-drop-txt-small {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
}

.uploaded-sound {
  display: block;
  margin-right: -15px;
  margin-bottom: 5px;
  margin-left: -15px;
  padding: 15px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.uploaded-sound-name {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}

.progress-outer {
  overflow: hidden;
  height: 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.progress-inner {
  position: relative;
  overflow: hidden;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.btn-x-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  text-decoration: none;
}

.text-block-9 {
  font-size: 28px;
}

.text-block-10 {
  display: inline-block;
  padding-right: 6px;
}

.button-secondary {
  display: inline-block;
  margin-bottom: 10px;
  padding: 12px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  background-image: linear-gradient(160deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.15) 17%, hsla(0, 0%, 100%, 0) 74%);
  color: #fff;
  letter-spacing: 0.5px;
}

.button-secondary:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  text-decoration: none;
}

.button-secondary.w--current {
  letter-spacing: 0.5px;
}

.button-secondary.loggedinonly {
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
}

.button-secondary.btn-back.margin-right {
  padding-right: 66px;
}

.button-secondary.btn-shine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  background-image: linear-gradient(160deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) 53%, rgba(0, 0, 0, 0.25) 79%);
  text-decoration: none;
}

.wizard-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wizard-buttons.spacer {
  margin-top: 143px;
}

.wizard-container-main {
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.container-body-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.container-body-row-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
}

.container-body-row-value {
  padding-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  text-align: right;
}

.container-body-row-value.multiply {
  position: relative;
  padding-bottom: 4px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
}

.container-body-row-value.add {
  position: relative;
  padding-bottom: 4px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-span {
  font-size: 23px;
}

.cost-number {
  font-size: 23px;
}

.collection-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 100px;
  text-align: center;
}

.text-block-11 {
  margin-bottom: 10px;
}

.wizard-section {
  overflow: hidden;
  max-width: 1800px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.div-block-7 {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.field-input {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 6px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #fff), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, #fff 61%, hsla(0, 0%, 100%, 0.6));
  color: #000;
  font-size: 16px;
}

.field-input:hover {
  box-shadow: 0 0 6px 0 hsla(0, 0%, 100%, 0.5);
}

.field-input:focus {
  border-width: 1px;
  border-color: #fff;
}

.field-input.inputname {
  margin-bottom: 0px;
  padding-right: 64px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-right-style: none;
  border-right-width: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.field-input.tags {
  min-height: 80px;
  padding-top: 4px;
  font-size: 13px;
  text-align: left;
}

.radio-button-field {
  max-width: 250px;
  min-width: 180px;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.radio-button-field.variable {
  display: none;
}

.preview-player-embed {
  position: relative;
  width: 100%;
  height: 100px;
}

.sound-form {
  position: relative;
  top: 0px;
}

.list-item-2 {
  position: relative;
  top: 0px;
  -webkit-transition: top 300ms ease, opacity 300ms ease;
  transition: top 300ms ease, opacity 300ms ease;
}

.preview-player-play-btn {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.preview-player-play-btn.small {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.preview-player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:20px;
}

.play-button-new {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
}

.play-button-new.pause {
  background-image: url('../images/streamline-icon-controls-pause48x48.png');
}

.html-embed {
  width: 100%;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed-3 {
  font-size: 28px;
}

.text-span-2 {
  font-size: 12px;
  font-weight: 400;
}

.pause {
  width: 100%;
}

.radio-button {
  margin-left: 0px;
}

.radio-button-label {
  margin-left: 10px;
  padding: 0px;
}

.flex-container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.html-embed-4 {
  display: block;
  margin-right: 40px;
  cursor: pointer;
}

.samplingrateinputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-number-container {
  position: relative;
  display: block;
  width: 150px;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.namefiletype {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 9px;
  color: #000;
  font-size: 23px;
}

.percent {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  max-width: 60px;
  padding: 13px 32px 8px 12px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.text-block-12 {
  margin-right: 15px;
  margin-left: 15px;
}

.samplingratevariableinputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.downloadterms {
    /*position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    width: 100%;
    /*height: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}

.collection-name {
  display: none;
  margin-top: 14px;
  opacity: 0;
  -webkit-transition: opacity 700ms linear;
  transition: opacity 700ms linear;
  line-height: 22px;
}

.dropzone {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(.708, .001, .322, 1.001);
  transition: all 300ms cubic-bezier(.708, .001, .322, 1.001);
}

.dropzone-topleft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 150px;
  border-top: 15px solid #fff;
  border-left: 15px solid #fff;
}

.dropzone-topright {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 150px;
  height: 150px;
  border-top: 15px solid #fff;
  border-right: 15px solid #fff;
  border-left: 20px none #fff;
}

.dropzone-bottomleft {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 150px;
  height: 150px;
  border-style: none none solid solid;
  border-width: 20px 20px 15px 15px;
  border-color: #fff #fff #fff #fff;
}

.dropzone-bottomright {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 150px;
  height: 150px;
  border-style: none solid solid none;
  border-width: 20px 15px 15px 20px;
  border-color: #fff #fff #fff #fff;
}

.dropzone-text {
  position: relative;
  z-index: 10;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.wizard-splash-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.splash-content {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.772, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.877, .001, .25, 1);
  transition: -webkit-transform 300ms cubic-bezier(.772, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.877, .001, .25, 1);
  transition: transform 300ms cubic-bezier(.772, .007, .25, 1), filter 300ms cubic-bezier(.877, .001, .25, 1);
  transition: transform 300ms cubic-bezier(.772, .007, .25, 1), filter 300ms cubic-bezier(.877, .001, .25, 1), -webkit-transform 300ms cubic-bezier(.772, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.877, .001, .25, 1);
  text-align: center;
}

.dropzone-topleft-small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}

.dropzone-topright-small {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-left: 20px none #fff;
}

.dropzone-bottomleft-small {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-style: none none solid solid;
  border-width: 20px 20px 10px 10px;
  border-color: #fff #fff #fff #fff;
}

.dropzone-bottomright-small {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-style: none solid solid none;
  border-width: 20px 10px 10px;
  border-color: #fff #fff #fff #fff;
}

.dropzone-text-small {
  position: relative;
  z-index: 10;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.artwork-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.754, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.69, -.005, .25, 1);
  transition: opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.754, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.69, -.005, .25, 1);
  transition: transform 300ms cubic-bezier(.754, .007, .25, 1), filter 300ms cubic-bezier(.69, -.005, .25, 1), opacity 200ms ease;
  transition: transform 300ms cubic-bezier(.754, .007, .25, 1), filter 300ms cubic-bezier(.69, -.005, .25, 1), opacity 200ms ease, -webkit-transform 300ms cubic-bezier(.754, .007, .25, 1), -webkit-filter 300ms cubic-bezier(.69, -.005, .25, 1);
}

.inputhidden {
  display: none;
}

.wizard-container-confirm {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.wizard-artwork-confirm {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.collection-name-confirm {
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.collection-title-copy {
  font-size: 22px;
  line-height: 30px;
}

.collection-description-confirm {
  margin-bottom: 40px;
  white-space: pre-wrap;
}

.spacer {
  margin-top: 46px;
}

.player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.delete-prompt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-8 {
  text-align: center;
}

.text-block-13 {
  margin-bottom: 3px;
  font-size: 13px;
}

.btn-upload-more {
  text-decoration: underline;
}

.collection-existing {
  position: relative;
}

.collections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item {
  width: 200px;
  margin: 10px;
}

.collection-item-artwork {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.collection-item-artwork-img {
  position: relative;
  width: 100%;
  height: auto;
}

.link-block {
  width: 100%;
  padding: 20px;
}

.collection-item-link {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  text-decoration: none;
}

.collection-item-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.collection-item-name {
  margin-top: 8px;
  text-decoration: none;
}

.hot-area {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
}

.uploaded-sounds-container {
  position: relative;
}

.uploaded-sounds-body {
  position: relative;
  -webkit-transition: -webkit-transform 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
  transition: transform 300ms ease-in-out, filter 300ms ease-in-out;
  transition: transform 300ms ease-in-out, filter 300ms ease-in-out, -webkit-transform 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
}

.loader.big {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.activatecompletetxt {
  margin-bottom: 40px;
  text-align: center;
}

.uploaded-sound-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed-6 {
  display: block;
}

.icon-selected {
  margin-right: 5px;
}

.icon-check {
  margin-right: 5px;
}

.uploaded-sound-duration {
  position: relative;
  overflow: hidden;
  min-width: 35px;
  margin-bottom: 6px;
  text-align: right;
}

.uploaded-sound-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sound-item-terms-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.sound-item-waveform {
  position: relative;
  width: 100%;
  margin-bottom: 7px;
}

.play-button-container {
  width: 45px;
  height: 45px;
  max-height: 55px;
}

.sound-item-content-header-type {
  display: block;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.app-nav-bg {
  position: fixed;
  z-index: 4;
  display: block;
  width: 255px;
  height: 100%;
  margin-top: 0px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-right: 1px solid #e3e3e3;
  background-color: #fff;
  color: #fff;
}

.collection-item-artwork-placeholder {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.collection-item-artwork-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
}

.collection-item-artwork-container {
  position: relative;
  width: 100%;
}

.sampled-sounds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  max-height: 270px;
  min-width: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.sampled-sound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33%;
  -ms-flex: 0 33.33%;
  flex: 0 33.33%;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.15);
  cursor: pointer;
}

.sampled-sound:hover {
  box-shadow: 0 0 6px 0 hsla(0, 0%, 100%, 0.5);
}

.sampled-sound-name {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  font-size: 13px;
  line-height: 16px;
}

.sampled-sound-checkbox {
  display: none;
}

.sampled-sound-player-waveform {
  display: none;
  height: 40px;
}

.link-block-2 {
  display: block;
}

.sampled-sound-player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sampled-sound-player-icon-container {
  position: relative;
  width: 35px;
  height: 35px;
}

.check {
  width: 100%;
}

.sampled-sound-player-play-btn-icons {
  width: 100%;
  height: 100%;
}

.html-embed-7 {
  width: 100%;
}

.sampled-sound-li {
  max-width: 100%;
  min-width: 325px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.check-container {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-content-nopad {
  position: relative;
  display: block;
  float: right;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-header {
  position: relative;
  height: 275px;
}

.collection-header-artwork {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.collection-header-content {
  position: relative;
  margin-bottom: 50px;
}

.app-column-left {
  min-width: 200px;
  -webkit-box-flex: 33%;
  -webkit-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
}

.app-block-collection {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: -180px auto 50px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
}

.app-column-right {
  padding-top: 60px;
  -webkit-box-flex: 66%;
  -webkit-flex: 66%;
  -ms-flex: 66%;
  flex: 66%;
}

.collection-info {
  color: #fff;
}

.collection-info-detail {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}

.collection-main-artwork {
  position: relative;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.image-3 {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.collection-header-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.3));
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.collection-description {
  margin-top: 20px;
  font-size: 13px;
  line-height: 19px;
  white-space: pre-wrap;
}

.collection-artwork-bg-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.collection-main-artwork-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.image-4 {
  width: 100%;
}

.app-nav-contents {
  width: 195px;
}

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

.html-embed-8 {
  width: 100%;
  height: 100%;
  margin-top: 1px;
}

.html-embed-9 {
  width: 100%;
  height: 100%;
}

.html-embed-10 {
  width: 100%;
  height: 100%;
}

.html-embed-11 {
  width: 100%;
  height: 100%;
}

.sound-item-artwork-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.prompt {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.div-block-10 {
  width: 100%;
  height: 100%;
}

.splash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-11 {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.div-block-13 {
  display: inline-block;
}

.app-prompt {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
}

.div-block-14 {
  max-width: 500px;
  padding: 40px;
}

.prompt-container {
  position: relative;
  overflow: auto;
  width: 800px;
  max-height: 650px;
  padding: 0px;
  background-color: #fff;
  outline-color: rgba(0, 0, 0, 0.5);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 15px;
}

.download-terms-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec199f), to(#1f8fff));
  background-image: linear-gradient(90deg, #ec199f, #1f8fff);
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.download-terms-feature-item {
  display: block;
  width: 280px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-terms-feature-item-icon {
  width: 20px;
  margin-right: 8px;
}

.download-contract {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.agree-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agree-item.agree-item-mint {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.agree-item-switch {
  margin-right: 20px;
}

.agree-item-text {
  margin-top: -5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  text-align: left;
}

.agree-item-container {
  max-width: 525px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 15px;
}

.body-3 {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.download-sound-container {
  padding: 20px 20px 0px;
}

.sound-item-samples {
  margin-top: 5px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.sampled-sound-section-title {
  color: #bbb;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.sampled-sound-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sampled-sound-item-artwork {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/re3_icon_300.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.sampled-sound-item-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  white-space: nowrap;
}

.sampled-sound-item-content-header-name {
  display: block;
  overflow: hidden;
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.sampled-sound-item-content-header-type {
  display: block;
  margin-left: 7px;
}

.sampled-sound-item-details {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.sampled-sound-item-details-sampling {
  display: inline-block;
  margin-left: 9px;
  color: #536fd8;
  font-size: 13px;
}

.div-block-15 {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
}

.sampled-sound-this-sound {
  margin-bottom: 15px;
}

.sampled-sound-section-expand {
  color: #999;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

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

.sampled-sound-item-original {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sampled-sound-item-content-header-name-italic {
  display: block;
  overflow: hidden;
  max-width: 345px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.sampled-sound-item-line {
  width: 10px;
  height: 16px;
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #999;
  border-left: 1px none #999;
}

.sampled-sound-section {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  margin-left: 10px;
}

.sampled-sound-section-line {
  position: absolute;
  bottom: 14px;
  width: 15px;
  height: 100%;
  border-right: 1px solid #999;
}

.play-button-container-sm {
  width: 28px;
  height: 28px;
}

.play-button-sm {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
}

.sampled-sound-sampling {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 400;
}

.frozen-input {
  position: relative;
  left: auto;
  top: 0px;
  width: 100%;
  padding: 13px 12px 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.sign {
  margin-right: 15px;
  margin-left: 15px;
}

.text-span-3 {
  display: block;
  font-size: 13px;
  line-height:17px;
}

.royalty_sum {
  font-weight: 700;
}

.samplingratewsamples {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 15px;
  border-radius: 20px;
  background-image: linear-gradient(260deg, #c92782, #5a68d5);
  font-size: 17px;
  text-decoration: none;
}

.text-block-15 {
  text-decoration: none;
}

.app-floating-container {
  position: fixed;
  left: 35px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 100;
}

.nav-icon-big {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.nav-icon-big.bigger {
  width: 33px;
  height: 33px;
}

.button-w-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 20px 7px 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #1070ff;
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
  box-shadow: 0 0 2px 0 #fff;
  color: #fff;
}

.button-w-icon:hover {
  background-color: #242424;
}

.button-w-icon.w--current {
  font-family: 'Work Sans';
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-w-icon.loggedinonly {
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
}

.button-w-icon.btn-shine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
  font-size: 19px;
  text-decoration: none;
}

.button-w-icon.btn-shine:hover {
  box-shadow: 0 0 7px 4px hsla(0, 0%, 100%, 0.2);
}

.button-w-icon.btn-shine.small {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 14px;
}

.button-w-icon.btn-shine.btn-secondary {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.button-w-icon.btn-shine.btn-secondary.btn-set-width {
  min-width: 304px;
}

.button-w-icon.btn-shine.btn-secondary.btn-applytoall {
  margin-right: 21px;
}

.button-w-icon.btn-shine.btn-set-width {
  min-width: 304px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  text-align: center;
}

.button-w-icon.btn-shine.big {
  font-size: 23px;
}

.button-w-icon.btn-shine.btndashboard {
  height: 100%;
  min-height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 23px;
}

.button-w-icon.btn-shine.fixed-width {
  width: 195px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-w-icon.btn-shine-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
  text-decoration: none;
}

.button-w-icon.btn-shine-2:hover {
  box-shadow: 0 0 7px 4px hsla(0, 0%, 100%, 0.2);
}

.button-w-icon.btn-shine-2.small {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 14px;
}

.button-w-icon.btn-shine-2.btn-secondary {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.button-w-icon.btn-shine-2.btn-secondary.btn-set-width {
  min-width: 304px;
}

.button-w-icon.btn-shine-2.btn-secondary.btn-applytoall {
  margin-right: 21px;
}

.button-w-icon.btn-shine-2.btn-set-width {
  min-width: 304px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  text-align: center;
}

.button-w-icon.btn-shine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
  font-size: 19px;
  text-decoration: none;
}

.button-w-icon.btn-shine:hover {
  box-shadow: 0 0 7px 4px hsla(0, 0%, 100%, 0.2);
}

.button-w-icon.btn-shine.small {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 14px;
}

.button-w-icon.btn-shine.btn-secondary {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.button-w-icon.btn-shine.btn-secondary.btn-set-width {
  min-width: 304px;
}

.button-w-icon.btn-shine.btn-secondary.btn-applytoall {
  margin-right: 21px;
}

.button-w-icon.btn-shine.btn-set-width {
  min-width: 304px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  text-align: center;
}

.button-w-icon.btn-shine.big {
  font-size: 23px;
}

.button-w-icon.btn-shine.btndashboard {
  height: 100%;
  min-height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 23px;
}

.button-w-icon.btn-shine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
  font-size: 19px;
  text-decoration: none;
}

.button-w-icon.btn-shine:hover {
  box-shadow: 0 0 7px 4px hsla(0, 0%, 100%, 0.2);
}

.button-w-icon.btn-shine.small {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 14px;
}

.button-w-icon.btn-shine.btn-secondary {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.button-w-icon.btn-shine.btn-secondary.btn-set-width {
  min-width: 304px;
}

.button-w-icon.btn-shine.btn-secondary.btn-applytoall {
  margin-right: 21px;
}

.button-w-icon.btn-shine.btn-set-width {
  min-width: 304px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  text-align: center;
}

.button-w-icon.btn-shine.big {
  font-size: 23px;
}

.button-w-icon.btn-shine.btndashboard {
  height: 100%;
  min-height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(122deg, #b148e4, #1f8fff 25%, #76bc99 50%, #1f8fff 75%, #b148e4);
  font-size: 23px;
}

.big-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 0px;
}

.heading-more {
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-block-sound {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 1100px;
  margin-top: -180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  grid-column-gap: 40px;
}

.div-block-17 {
  width: 150px;
  margin: 12px auto;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sound-details {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-rows: minmax(auto, 3.25fr);
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  font-size: 13px;
}

.sound-details-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-bottom: 1px solid #e3e3e3;
}

.sound-details-item-name {
  display: inline-block;
  width: 120px;
  margin-right: 12px;
  color: #999;
}

.sound-details-item-value {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  line-height: 20px;
}

.app-content-block2 {
  position: static;
  display: block;
  max-width: 100%;
  padding: 20px;
  border: 1px none #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-18 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.app-content-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.app-content-block-half {
  position: static;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #999;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.settings-highlight {
  margin-bottom: 10px;
  color: #9b55e2;
  font-size: 25px;
  line-height: 27px;
}

.credits-total {
  font-size: 19px;
}

.settings-highlight-sub {
  display: none;
  margin-bottom: 11px;
  color: #000;
  font-size: 15px;
}

.settings-subscription-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.settings-subscription {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.settings-subscription-item-name {
  padding-right: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999;
  font-size: 15px;
  text-transform: uppercase;
}

.settings-subscription-item-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: capitalize;
}

.app-content-block-transparent {
  text-align: center;
}

.plan-input {
  display: inline-block;
  width: 500px;
}

.plan-input.wide {
  width: 100%;
  max-width: 1100px;
}

.form {
  text-align: center;
}

.radio-slider-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-input-container {
  margin-bottom: 30px;
}

.radio-slider-item {
  display: block;
  height: 55px;
  min-width: 150px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 220px;
  -webkit-flex: 220px;
  -ms-flex: 220px;
  flex: 220px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, transform 150ms ease;
  transition: opacity 150ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.radio-slider-item:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.radio-slider-item.selector {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #9f51e7;
  border-radius: 10px;
}

.radio-slider-item.selector.tall {
  z-index: 2;
}

.radio-slider-item.tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: pointer;
}

.radio-slider-item.tall:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.radio-btn-invis {
  position: absolute;
  opacity: 0;
}

.plan-option-heading {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 400;
}

.plan-option-sub {
  margin-bottom: 40px;
  color: #329ddd;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-option-sub.purple {
  color: #9b55e2;
}

.plan-option-price {
  height: 30px;
  font-size: 18px;
  line-height: 21px;
}

.plan-option-price.height-auto {
  height: auto;
  line-height: 30px;
}

.plan-option-price-big {
  font-size: 33px;
  font-weight:normal;
}

.radio-slider-selector {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 60px;
  height: 100%;
  padding: 5px;
  border-radius: 10px;
  background-image: linear-gradient(122deg, #329ddd, #9b55e2);
  mix-blend-mode: multiply;
}

.radio-slider-selector.fill {
  border-style: none;
  background-image: linear-gradient(290deg, #64aa1d, #cd6222);
  mix-blend-mode: difference;
}

.text-span-4 {
  color: #329ddd;
  font-size: 13px;
}

.radio-slider-selector-fill {
  position: absolute;
  width: 60px;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(284deg, #9b55e2, #329ddd);
}

.heading-more-large {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 19px;
  text-align: left;
  text-transform: uppercase;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-weight: 700;
}

.radio-slider-selector-mask {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
}

.radio-slider-container-pad {
  padding: 8px;
  border-radius: 10px;
  background-color: #fff;
}

.radio-slider-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  min-width: 150px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 220px;
  -webkit-flex: 220px;
  -ms-flex: 220px;
  flex: 220px;
  -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, transform 150ms ease;
  transition: opacity 150ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  cursor: pointer;
}

.radio-slider-item-content.selector {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #9f51e7;
  border-radius: 10px;
}

.radio-slider-item-content.selector.tall {
  z-index: 2;
}

.radio-slider-item-content.tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.radio-slider-item-content.tall:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.search-box {
  position: relative;
  margin-bottom: 30px;
  width:100%;
}

.search-box.search-dash {
  width: 400px;
  margin-top: -9px;
  margin-bottom: 0px;
}

.search-icon {
  position: absolute;
  left: 3px;
  top: auto;
  right: auto;
  bottom: 7px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.flex-container-gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 35px;
}

.menu-more {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  overflow: visible;
  width: 150px;
  border-radius: 5px;
}

.menu-more.left-justified {
  left: 0px;
  right: auto;
}

.menu-more-item {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ebebeb;
  background-color: #fff;
  color: #999;
  font-size: 13px;
  line-height: 15px;
}

.menu-more-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 7px;
  color: #999;
  text-decoration: none;
}

.menu-more-item-link:hover {
  color: #666;
}

.menu-more-item-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-external {
  width: 13px;
  height: 14px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-more-list {
  margin-bottom: 0px;
  padding-left: 0px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

.navcredits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding: 6px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8e4dae;
  border-radius: 30px;
  background-color: transparent;
  color: #8e4dae;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}

.navcredits.loggedinonly:hover {
  background-color: #8e4dae;
  color: #fff;
}

.navcredits.light {
  border-color: #fff;
  color: #fff;
}

.navbtnicon {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 20px;
  cursor: pointer;
}

.navbtnicon.loggedinonly:hover {
  background-color: #f3f3f3;
}

.navbtnicon.hide {
  display: none;
}

.menu-more-spacer {
  height: 35px;
}

.text-block-17 {
  display: block;
}

.icon-expand {
  display: inline-block;
  width: 20px;
  margin-right: -4px;
  margin-left: 5px;
}

.wizard-splash-container-wide {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.dialog {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.dialog.margin-bottom {
  margin-bottom: 60px;
}

.credits-slash {
  font-size: 19px;
}

.inactive-subscription-container {
  margin-bottom: 40px;
  text-align: center;
}

.text-block-18 {
  padding: 20px;
}

.dialog-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.nav-expand-container {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 190px;
  display: none;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nav-expand-icon {
  width: 22px;
  height: 22px;
}

.flex-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.dropzone-topleft-smaller {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}

.dropzone-topright-smaller {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-left: 7px none #fff;
}

.dropzone-bottomleft-smaller {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 18px;
  height: 18px;
  border-top: 7px none #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}

.dropzone-bottomright-smaller {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 18px;
  height: 18px;
  border-style: none solid solid none;
  border-width: 7px 4px 4px 7px;
  border-color: #fff #fff #fff #fff;
}

.paragraph-copy {
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  font-size: 15px;
  line-height: 140%;
  text-align: left;
}

.paragraph-copy.smalltxt {
  line-height: 19px;
}

.paragraph-copy.purple {
  color: #b82ceb;
}

.text-block-19 {
  cursor: default;
}

.tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.text-block-20 {
  display: inline-block;
}

.text-block-21 {
  display: inline-block;
}

.text-block-22 {
  display: inline-block;
}

.text-block-23 {
  display: inline-block;
}

.text-block-24 {
  display: inline-block;
}

.sound-item-activate {
  position: relative;
  z-index: 5;
  display: none;
  width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

.sound-item-activate.hide {
  display: none;
}

.sound-item-content-header-attr {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.attr {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  padding-right: 7px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #74b99c;
  border-radius: 20px;
  color: #74b99c;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
}

.attr.type {
  border-color: #df1b71;
  color: #df1b71;
}

.attr.type:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 27, 113, 0.2)), to(rgba(223, 27, 113, 0.2)));
  background-image: linear-gradient(180deg, rgba(223, 27, 113, 0.2), rgba(223, 27, 113, 0.2));
}

.attr.key {
  border-color: #609fb9;
  color: #609fb9;
}

.attr.key:hover {
  text-decoration: none;
}

.attr.bpm:hover {
  text-decoration: none;
}

.notice {
  position: absolute;
  left: 213px;
  top: 0px;
  margin-left: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #fff;
  color: #4f77f6;
}

.notice.small {
  left: 0px;
  top: 53px;
  margin-left: 0px;
  font-size: 15px;
}

.triangle {
  position: absolute;
  left: -10px;
  top: 11px;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.triangle.small {
  left: 17px;
  top: -10px;
  border-left: 10px solid transparent;
  border-top-style: none;
  border-right-color: transparent;
  border-bottom-color: #fff;
}

.link-block-4 {
  color: #111;
  text-decoration: none;
}

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

.app-content-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.filter {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}

.filter:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  text-decoration: none;
}

.filter.type {
  border-color: #df1b71;
  color: #df1b71;
}

.filter.type:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 27, 113, 0.2)), to(rgba(223, 27, 113, 0.2)));
  background-image: linear-gradient(180deg, rgba(223, 27, 113, 0.2), rgba(223, 27, 113, 0.2));
}

.filters-container {
  margin-bottom: 25px;
}

.filter-count {
  opacity: 0.5;
}

.flex-container-gap-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
}

.socials-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 8px;
}

.social-btn {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 20px;
  background-color: #fff;
}

.social-btn:hover {
  background-image: linear-gradient(129deg, #b148e4, #1f8fff);
}

.socials-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 8px;
}

.brand {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sign-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
  text-decoration: none;
}

.sign-in:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  text-decoration: none;
}

.sign-in.dark {
  border: 1px solid #8e4dae;
  color: #8e4dae;
}

.sign-in.dark:hover {
  background-color: #8e4dae;
  color: #fff;
}

.icon {
  width: 20px;
  height: 20px;
  margin-left: 7px;
}

.navbar {
  position: relative;
  z-index: 5;
  height: 110px;
  background-color: transparent;
  font-size: 16px;
}

.link-block-5 {
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}

.link-block-5:hover {
  text-decoration: underline;
}

.list-2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-3 {
  padding: 10px 25px;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-heading-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  margin-bottom: 25px;
  padding: 60px 50px 80px;
  border-bottom: 1px none #e4ebf3;
  color: #fff;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-p {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.button-primary {
  padding: 12px 25px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.hero-split-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  min-width: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 55%;
  -webkit-flex: 55%;
  -ms-flex: 55%;
  flex: 55%;
  text-align:center;
}

.hero-split-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

.heading-7 {
  margin: 0px 0px 25px;
  font-size: 51px;
  line-height: 55px;
}

.site-section {
  position: relative;
  padding: 80px 50px;
  border-bottom: 1px solid #e4ebf3;
}

.site-section.gray {
  background-color: #f3f3f3;
}

.heading-8 {
  margin-bottom: 25px;
  font-size: 41px;
  line-height: 50px;
}

.floating-particles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}

.svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.svg.hide {
  opacity: 0;
}

.footer-main {
  position: relative;
  padding: 50px 30px;
  border-bottom: 1px none #e4ebf3;
  background-color: #222;
  color: #fff;
}

.footer-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-brand {
  width: 80px;
  margin-bottom: 15px;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.title-small {
  margin-bottom: 12px;
  color: #c24da6;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-small.color2 {
  color: #d25489;
}

.title-small.color3 {
  color: #df5a71;
}

.footer-link-2 {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #999;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  width: 25px;
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #c24da6;
}

.footer-copyright-center {
  margin-top: 31px;
  color: #999;
  font-size: 14px;
  line-height: 16px;
}

.app-block-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position:relative;
}

.app-block-container.center {
  text-align: center;
}

.app-block-container.sidebar {
  max-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 10%;
  -webkit-flex: 10%;
  -ms-flex: 10%;
  flex: 10%;
}

.app-block-container.flex-child {
  margin-right: 0px;
  margin-left: 0px;
}

.heading-3-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  font-size: 21px;
  font-weight: 700;
}

.heading-3-copy.white {
  color: #fff;
}

.heading-3-copy.white.subheading {
  margin-bottom: 0px;
  font-size: 15px;
}

.creator-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.app-content-creator {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 1100px;
  margin-top: -121px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  grid-column-gap: 40px;
}

.creator-header-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  background-image: url('../images/re3_icon_1000.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.creator-header-artwork-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.creator-header-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.45));
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.creator-profile-img {
    position: relative;
    overflow: hidden;
    width: 175px;
    height: 175px;
    border: 1px solid #fff;
    border-radius: 100%;
    background-image: url('../images/re3_icon_300.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.creator-header-content {
  padding-top: 51px;
  padding-left: 27px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.creator-header-content-h {
  height: 50px;
}

.text-block-25 {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}

.creator-header-content-name-container {
  display: inline-block;
  margin-right: 11px;
  font-size: 27px;
}

.creator-header-content-bio-container {
  margin-top: 33px;
  color: #000;
  font-size: 15px;
}

.creator-header-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-btn-creator {
  width: 25px;
  height: 25px;
  margin-bottom: 4px;
  margin-left: 8px;
  padding-left: 0px;
}

.collection-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.collection-item-li.more {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.collection-item-li-a {
  width: 170px;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

.collection-item-li-a:hover {
  text-decoration: underline;
}

.collection-item-li-a.more {
  color: #1f8fff;
}

.collection-item-li-artwork {
  width: 150px;
  height: 150px;
  background-image: url('../images/re3_icon_300.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-item-li-artwork.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1f8fff;
  background-image: none;
}

.image-5 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-li-name {
  width: 100%;
  margin-top: 9px;
  font-size: 13px;
}

.nav-menu-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1em;
  -webkit-flex: 1em;
  -ms-flex: 1em;
  flex: 1em;
  grid-column-gap: 10px;
}

.site-menu {
  -webkit-box-flex: 1em;
  -webkit-flex: 1em;
  -ms-flex: 1em;
  flex: 1em;
}

.logo-container {
  -webkit-box-flex: 1em;
  -webkit-flex: 1em;
  -ms-flex: 1em;
  flex: 1em;
}

.my-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
  text-decoration: none;
}

.my-account:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  text-decoration: none;
}

.my-account.dark {
  border: 1px solid #8e4dae;
  color: #8e4dae;
}

.my-account.dark:hover {
  background-color: #8e4dae;
  color: #fff;
}

.button-smaller {
  display: inline-block;
  margin-bottom: 0px;
  padding: 4px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #1070ff;
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
}

.button-smaller:hover {
  background-color: #242424;
}

.button-smaller.w--current {
  font-family: 'Work Sans';
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-smaller.loggedinonly {
  background-image: linear-gradient(324deg, #1f8fff, #4bb9e9);
}

.button-smaller.purple {
  position: relative;
  background-color: #9b55e2;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
}

.sound-item-disabled-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.sound-item-disabled-overlay.hide {
  display: none;
}

.sound-item-content-second-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.activate-cost {
  color: #9b55e2;
  font-size: 11px;
}

.text-field-2 {
  margin-bottom: 21px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 23%, hsla(0, 0%, 100%, 0.2));
  color: #fff;
  font-size: 17px;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 20px;
}

.form-block {
  width: 300px;
}

.field-input-email-signup {
  height: 45px;
  margin-right: 21px;
  margin-bottom: 16px;
  padding: 10px 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
}

.field-input-email-signup:focus {
  border-width: 1px;
  border-color: #fff;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.field-input-email-signup::-webkit-input-placeholder {
  color: #fff;
}

.field-input-email-signup:-ms-input-placeholder {
  color: #fff;
}

.field-input-email-signup::-ms-input-placeholder {
  color: #fff;
}

.field-input-email-signup::placeholder {
  color: #fff;
}

.field-input-email-signup.inputname {
  margin-bottom: 0px;
  padding-right: 64px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-right-style: none;
  border-right-width: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.field-input-email-signup.tags {
  min-height: 80px;
  padding-top: 4px;
  font-size: 13px;
  text-align: left;
}

.success-message-2 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.error-message-2 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.app-content-block-invis {
  position: static;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}

.app-content-block-invis.app-content-block-hide {
  display: none;
}

.form-block-copy {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 10px;
  height:60px;
}

.hero-testimonial {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-testimonial-photo {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #ddd;
}

.hero-testimonial-text {
  position: relative;
  padding-left: 50px;
  font-size: 19px;
  line-height: 25px;
}

.hero-testimonial-text-content {
  font-weight: 400;
}

.hero-testimonial-text-quote {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0.8;
  color: #4086fb;
  font-size: 90px;
  line-height: 70px;
}

.hero-testimonial-creator {
  margin-top: 16px;
  margin-bottom: 20px;
  color: #666;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.text-span-6 {
  font-size: 13px;
  font-weight: 400;
  line-height:11px;
}

.testimonial-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
}

.navbar-action-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.waveform-preview-range {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 0px;
  height: 100%;
  background-color: #536fd8;
}

.waveform-html-embed {
  position: relative;
  z-index: 2;
  background-color: #fff;
  mix-blend-mode: lighten;
}

.waveform-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #b9cfff;
}

.waveform-preview-played {
  width: 0px;
  height: 100%;
  background-color: #df1e73;
}

.icon-verified {
  display: inline-block;
  width: 20px;
}

.icon-verified.padding-left {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.creator-header-content-name {
  height: 32px;
}

.creator-header-content-bio {
  height: 22px;
}

.creator-edit-field {
  position: relative;
  display: block;
}

.creator-header-btns-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.creator-header-btns-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.creator-header-btns-save {
  display: none;
  margin-top: 10px;
  margin-left: 10px;
  text-align: right;
}

.creator-header-content-url-container {
  color: #000;
  font-size: 15px;
}

.creator-header-content-url {
  height: 22px;
}

.text-block-26 {
  margin-right: 5px;
}

.creator-header-btns-edit-container {
  height: 80px;
}

.edit-icon {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.faq-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.faq-heading:hover {
  text-decoration: none;
}

.faq-icon {
  width: 33px;
  height: 33px;
}

.faq-content {
  font-size: 17px;
  line-height: 25px;
}

.faq-question {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 400;
}

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

.text-block-28 {
  margin-bottom: 43px;
}

.div-block-20 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.edit-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.upload-img-btn {
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.upload-img-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.upload-img-icon {
  width: 100%;
  height: 100%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 10px;
}

.creator-edit-field-before {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 8px 6px 6px 8px;
  color: #999;
}

.collection-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 8px;
}

.featured-play-button {
  position: relative;
  width: 42px;
  height: 42px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
}

.creator-profile-img-container {
  width: 100%;
  height: 100%;
}

.creator-header-cover-img-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  aspect-ratio: 4 / 1;
}

.btn-credits-amount {
  font-size: 15px;
}

.sound-item-creator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sound-item-creator-profile-img {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 100%;
  background-image: url('/images/user_default.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.sound-item-creator-name {
  margin-right: 3px;
  font-size: 13px;
}

.sound-item-creator-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.sound-item-creator-no-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none !important;
    cursor:default !important;
}

.sound-item-creator-verified {
  width: 16px;
  height: 16px;
}

.nav-profile-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #8c4eb0, #417ae7 50%, #75bb9a);
}

.collection-header-btns-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.edit-form-row {
  display: block;
  margin-bottom: 32px;
}

.edit-form-label {
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.edit-collection-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.form-block-2 {
  margin-top: 40px;
}

.textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.edit-collection-artwork {
  position: relative;
  width: 120px;
  height: 120px;
  background-image: url('../images/re3_icon_300.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.edit-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.dialog-buttons-pinned {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(41%, #fff), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 41%, #fff);
}

.hidden-field {
  display: none;
}

.edit-collection-artwork-container {
  width: 100%;
  height: 100%;
}

.prompt-container-scroll {
  overflow: auto;
  max-height: 650px;
}

.prompt-container-scroll.padding-bottom {
  padding-bottom: 30px;
}

.prompt-header-buttons {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.prompt-close {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px;
}

.html-embed-13 {
  width: 100%;
  height: 100%;
}

.credits-credit-balance {
  color: #9b55e2;
  font-size: 49px;
  line-height: 53px;
}

.credits-text {
  color: #9b55e2;
  font-size: 17px;
}

.credits-plan-name-friendly {
  color: #9b55e2;
  font-size: 19px;
  text-decoration: none;
}

.credits-plan-name-friendly:hover {
  text-decoration: underline;
}

.credits-current-plan {
  margin-top: 16px;
  margin-bottom: 9px;
}

.upgrade-plan {
  position: relative;
  padding: 40px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  border-radius: 10px;
}

.gradient-outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 10px;
  background-image: linear-gradient(122deg, #329ddd, #9b55e2);
  mix-blend-mode: multiply;
}

.gradient-outline.fill {
  border-style: none;
  background-image: linear-gradient(290deg, #64aa1d, #cd6222);
  mix-blend-mode: difference;
}

.div-block-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 21px;
}

.upgrade-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.upgrade-button {
  margin-top: 24px;
}

.div-block-27 {
  margin-top: 26px;
}

.credits-error {
  display: none;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid red;
  color: red;
}

.upgrade-text {
  padding: 20px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.link {
  color: #9b55e2;
  text-decoration: none;
}

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

.text-span-8 {
  font-size: 13px;
}

.text-block-29 {
  display: inline;
}

.plan-option-price-more {
  display: block;
  color: #666;
  font-size: 15px;
  line-height: 17px;
}

.custom-plan {
  position: relative;
  padding: 40px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.loading-subscription-container {
  text-align: center;
}

.div-block-28 {
  margin-top: 15px;
}

.free-credits {
  display: none;
  font-size: 19px;
}

.subscription-notice {
  margin-top: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.credits-notice-purple {
  color: #9b55e2;
  font-size: 19px;
}

.text-block-30 {
  margin-top: 27px;
  font-size: 18px;
  line-height: 24px;
}

.subscription-cancel-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fd0000;
  text-align: center;
}

.dialog-buttons-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reactivate-subscription {
  display: inline-block;
  margin-left: 15px;
}

.text-block-31 {
  display: inline-block;
}

.ownership {
  position: relative;
  width: 100%;
}

.is_public {
  position: relative;
  width: 100%;
  padding-top: 5px;
}

.app-block-widest {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-block-widest.center {
  text-align: center;
}

.app-block-widest.sidebar {
  max-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 10%;
  -webkit-flex: 10%;
  -ms-flex: 10%;
  flex: 10%;
}

.app-block-widest.flex-child {
  margin-right: 0px;
  margin-left: 0px;
}

.results-more {
  display: block;
  padding-top: 5px;
  border-top: 1px none #e3e3e3;
  font-size: 13px;
  text-align: center;
}

.results-more-link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5283df;
  font-size: 13px;
  text-decoration: none;
}

.results-more-link:hover {
  background-color: rgba(82, 131, 223, 0.1);
  text-decoration: underline;
}

.flex-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6 {
  color: #333;
  text-decoration: none;
}

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

.app-block-quarter {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.checklist {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 15px;
  color: #888;
  font-size: 15px;
}

.checklist-item-check-container {
  width: 25px;
  height: 25px;
  padding: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #f3f3f3;
}

.div-block-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(117deg, #64c086 21%, #d8bf2c 78%);
}

.div-block-31 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.link-2 {
  color: #888;
  text-decoration: underline;
}

.checklist-item-a {
  color: #888;
  text-decoration: none;
}

.checklist-item-a:hover {
  text-decoration: underline;
}

.flex-container-gap-center-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
}

.creator-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 8px;
}

.app-block-container-wide {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-block-container-wide.center {
  text-align: center;
}

.app-block-container-wide.sidebar {
  max-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 10%;
  -webkit-flex: 10%;
  -ms-flex: 10%;
  flex: 10%;
}

.app-block-container-wide.flex-child {
  margin-right: 0px;
  margin-left: 0px;
}

.dashboard-content-btn-heading {
  margin-bottom: 10px;
  color: #536fd8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard-content-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.dashboard-content-button:hover {
  text-decoration: none;
}

.dashboard-content-button.app-content-block-hide {
  display: none;
}

.dashboard-content-button.sound-details-container {
  min-height: 250px;
}

.dashboard-content-button.compact {
  padding: 15px;
}

.dashboard-content-button.search {
  height: auto;
}

.dashboard-content-button.dash-search {
  overflow: hidden;
}

.text-block-32-copy {
  height: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard-content-btn-title {
  display: inline-block;
  font-size: 16px;
  text-align: left;
}

.dashboard-content-btn-img {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: auto;
  min-width:70px;
}

.dashboard-content-btn-img.round {
  border-radius: 100%;
}

.dashboard-content-btn-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-content-btn-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.19;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.dashboard-content-btn-feat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.app-content-block-faq {
  position: relative;
  display: block;
  height: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
}

.app-content-block-faq.app-content-block-hide {
  display: none;
}

.app-content-block-faq.sound-details-container {
  min-height: 250px;
}

.app-content-block-faq.compact {
  padding: 15px;
}

.app-content-block-faq.search {
  height: auto;
}

.app-content-block-faq.dash-search {
  overflow: hidden;
}

.list-3 {
  padding-top: 11px;
  padding-left: 28px;
  font-size: 16px;
}

.list-item-4 {
  margin-bottom: 11px;
  padding-left: 9px;
}

.text-span-9 {
  font-weight: 700;
}

.public-header {
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
  height: 100px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px none #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
}

.collection-header-public {
  position: relative;
  height: 350px;
}

.brand-full {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.app-block-public {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 1500px;
  margin: 0px auto 50px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
}

.app-content-block-feature {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-image: linear-gradient(156deg, #9c54e3, #db1c75);
  color: #fff;
  text-align: center;
}

.app-content-block-feature.app-content-block-hide {
  display: none;
}

.app-content-block-feature.sound-details-container {
  min-height: 250px;
}

.app-content-block-feature.compact {
  padding: 15px;
}

.app-content-block-feature.search {
  height: auto;
}

.app-content-block-feature.dash-search {
  overflow: hidden;
}

.heading-9 {
  margin-top: 0px;
}

.waitlist-form {
  width: 500px;
  margin: 18px auto -8px;
}

.div-block-37 {
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-38 {
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.text-block-32 {
  line-height: 23px;
}

.heading-9-copy {
  margin-top: 0px;
  margin-bottom: 18px;
}

.heading-10 {
  margin-bottom: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flex-container-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-3-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 26px;
  font-weight: 700;
}

.heading-3-copy.white {
  color: #fff;
  font-size: 21px;
}

.heading-3-copy.white.subheading {
  margin-bottom: 0px;
  font-size: 15px;
}

.heading-3-copy-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 26px;
  font-weight: 700;
}

.heading-3-copy-copy.white {
  color: #fff;
  font-size: 21px;
}

.heading-3-copy-copy.white.subheading {
  margin-bottom: 0px;
  font-size: 15px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 23px;
}

.hero-split-img {
    position: absolute;
    left: 55%;
    /*top: 141.9922px;*/
    width: 900px;
    margin-left: 20px;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 78.4%, 0.2);
    box-shadow: -1px 6px 20px 0 rgba(0, 0, 0, 0.1), inset 0 0 20px 0 hsla(0, 0%, 96.1%, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.logo-animation {
  width: 300px;
  margin-bottom: 15px;
}

.flex-container-no-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-icon-animation {
  width: 150px;
}

.hero-heading {
  position: relative;
}

.image-6 {
  max-height: 100%;
}

.waveform-duration {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  padding: 0px 5px;
  background-color: #fff;
  color: #536fd8;
  font-size: 11px;
}

.contract-container {
  overflow: scroll;
  height: 85px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #f3f3f3;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

.contract-text {
  padding: 10px;
}

.doc-p-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.text-block-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-34 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-doc {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 13px;
  line-height: 15px;
}

.doc-p {
  margin-bottom: 20px;
}

.doc-li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.underline {
  text-decoration: underline;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-35 {
  margin-bottom: 11px;
  font-size: 15px;
}

.sampling-terms-heading {
    margin-bottom: 11px;
    font-size: 15px;
}

.license {
    margin-bottom: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 10px;
}

.license-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 0px;
  grid-column-gap: 50px;
}

.license-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  line-height: 29px;
}

.license-total-child {
  min-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.license-total-child.hide {
  display: none;
}

.license-total-heading-icon {
  width: 28px;
  height: 28px;
}

.license-total-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 10px;
}

.license-total-heading-h {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
}

.license-total-amount {
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
}

.body-4 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
}

.license-summary-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 10px;
  text-align: center;
}

.license-summary-heading-h {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 21px;
  text-transform: none;
}

.license-summary-content {
  margin-bottom: 0px;
}

.text-block-37 {
  font-size: 15px;
}

.license-summary-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 5px;
}

.license-summary-heading-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.license-contract {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid #ccc;
  font-size: 13px;
}

.license-heading {
  padding: 30px 20px 10px;
  text-align: center;
}

.text-span-10 {
  font-weight: 700;
}

.sound-name {
  font-weight: 700;
}

.licensor {
  font-weight: 700;
}

.licensor-link {
  font-weight: 700;
}

.licensee, .licensee-signature {
  font-weight: 700;
}

.sampled-sound-player-artwork {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/re3_icon_300.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.check-container-adj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doc-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 26px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(33%, 33%) minmax(33%, 33%) minmax(34%, 34%);
  grid-template-columns: minmax(33%, 33%) minmax(33%, 33%) minmax(34%, 34%);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.div-block-44 {
  font-weight: 700;
}

.div-block-45 {
  font-weight: 700;
}

.licensor-entity {
  font-weight: 700;
}

.doc-grid-heading {
  padding: 4px 10px 4px 7px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
}

.doc-grid-cell {
  height: 100%;
  padding: 7px 10px 7px 7px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ccc;
}

.licensor-name {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .div-block-41 {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

@media screen and (max-width: 991px) {
  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbutton {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-light-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #000;
  }

  .centered-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .footer-thin-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
    /*
  .button-small {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
      */

    /* .button-secondary {
         margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }*/

        .button-w-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-w-icon.btn-shine {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-text {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-image {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

    /* .button-smaller {
        margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }*/

        .testimonial-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-41 {
    position: relative;
    left: 0%;
    top: 104px;
    width: 100%;
    margin-top: -100px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .app-content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .centered-container.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-text {
    font-size: 32px;
    line-height: 48px;
  }

  .hero-buttons {
    margin-top: 20px;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .footer-thin-wrapper {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .previous {
    position: fixed;
    z-index: 6;
  }

  .form-content {
    width: 90%;
  }

  .checkbox_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }

  .next {
    position: fixed;
    z-index: 6;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .form-wrapper {
    width: 100%;
  }

  .radiobutton_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .radiobtn_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .app-content-full-width {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .app-content-nopad {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .prompt-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-content-search {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-heading-main {
    padding: 40px 15px;
  }

  .hero-split-text {
    min-width: 0px;
  }

  .heading-7 {
    font-size: 50px;
    line-height: 55px;
  }

  .site-section {
    padding: 60px 15px;
  }

  .footer-main {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-light-brand.w--current {
    padding-left: 0px;
  }

  .navbutton:hover {
    background-color: #fff;
  }

  .menu-button {
    padding-right: 20px;
  }

  .navbar-light-icon {
    color: #000;
  }

  .section-2 {
    margin-bottom: 50px;
  }

  .app-wrapper {
    display: block;
  }

  .hero-text {
    line-height: 40px;
  }

  .primary-hero-button {
    margin-right: 0px;
  }

  .secondary-hero-button {
    margin-top: 20px;
  }

  .hero-buttons {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .home-section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .text-block {
    font-size: 15px;
    line-height: 22px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .mask {
    position: static;
    height: 100%;
  }

  .slider-content-wrap {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider {
    height: auto;
  }

  .form-content {
    width: 100%;
  }

  .checkbox_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }

  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

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

  .button.btn-shine {
    display: block;
    width: 100%;
  }

  .radiobutton_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .radiobtn_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .button-small:hover {
    background-color: #fff;
  }

  .button-secondary:hover {
    background-color: #fff;
  }

  .splash-content {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-w-icon:hover {
    background-color: #fff;
  }

  .sign-in {
    display: none;
  }

  .menu-button-2 {
    padding: 5px;
  }

  .hero-heading-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-5 {
    max-width: none;
  }

  .hero-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-split-text {
    min-width: 0px;
  }

  .heading-7 {
    font-size: 38px;
    line-height: 43px;
  }

  .footer-wrapper-2 {
    display: block;
  }

  .footer-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .my-account {
    display: none;
  }

  .button-smaller:hover {
    background-color: #fff;
  }

  .form-2 {
    display: block;
    
  }

  .hero-testimonial-text-content {
    font-size: 17px;
    line-height: 23px;
  }

  .hero-testimonial-creator {
    line-height: 20px;
  }

  .testimonial-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-_7bad3848-15c9-66c6-1c6f-6cbbd980eede-d980eecf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f29ec611-06b3-dca1-5495-591eeb3cf7d6-02bcfb34 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f29ec611-06b3-dca1-5495-591eeb3cf7e1-02bcfb34 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d42b67c4-a18e-8298-7b6c-8877fdedb004-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_89eb634a-8255-eccd-5751-37f55bde5dbd-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_767cec4e-dcac-b183-624b-7b91063ebc90-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e0d0007d-0720-e853-3590-4d4790630095-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_242c5037-b2a7-b35f-bee2-4f9a0b87927d-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_09f891d6-6109-af6d-27a9-2d5e87668d96-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27db962c-05e4-600f-4b3b-5681612dced3-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27db962c-05e4-600f-4b3b-5681612dced5-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27db962c-05e4-600f-4b3b-5681612dced7-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27db962c-05e4-600f-4b3b-5681612dced9-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27db962c-05e4-600f-4b3b-5681612dcedd-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27db962c-05e4-600f-4b3b-5681612dcee2-84a23682 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/KlarheitGroteskBold.woff2') format('woff2'), url('../fonts/KlarheitGroteskBold.eot') format('embedded-opentype'), url('../fonts/KlarheitGroteskBold.woff') format('woff'), url('../fonts/KlarheitGroteskBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/KlarheitGroteskBook.woff2') format('woff2'), url('../fonts/KlarheitGroteskBook.woff2') format('woff2'), url('../fonts/KlarheitGroteskBook.eot') format('embedded-opentype'), url('../fonts/KlarheitGroteskBook.eot') format('embedded-opentype'), url('../fonts/KlarheitGroteskRegular.woff') format('woff'), url('../fonts/KlarheitGroteskBook.woff') format('woff'), url('../fonts/KlarheitGroteskBook.ttf') format('truetype'), url('../fonts/KlarheitGroteskBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}