@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.sm-account-modal .example-enter {
  opacity: 0.01; }
  .sm-account-modal .example-enter .example-enter-active {
    opacity: 1;
    transition: opacity 500ms ease-in; }

.sm-account-modal .example-leave {
  opacity: 1; }
  .sm-account-modal .example-leave .example-leave-active {
    opacity: 0.01;
    transition: opacity 300ms ease-in; }

.sm-account-modal .toggle {
  display: block;
  font-size: 30px;
  color: black; }

.sm-updates-section {
  grid-area: blog;
  background-color: rgba(255, 255, 255, 0);
  color: black;
  display: inline-block;
  overflow-y: scroll;
  margin-bottom: 10px; }
  .sm-updates-section h2 {
    font-size: 150%;
    text-align: center; }
  .sm-updates-section .sm-feed-item {
    margin: 25px; }
    .sm-updates-section .sm-feed-item__title {
      font-weight: bold; }

.sm-dashboard {
  height: 100%;
  position: relative;
  display: grid;
  background-color: #DCEAF5;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "title title title title title title" "nav main main main main main"; }
  .sm-dashboard .btn {
    padding: 0.8125rem 1.75rem; }

@media (max-width: 940px) {
  .sm-dashboard {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "main"; } }

.sm-influencer-tools {
  grid-area: main;
  display: block;
  padding: 30px;
  background-color: #DCEAF5; }
  .sm-influencer-tools .sm-influencer-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "left right"; }
    .sm-influencer-tools .sm-influencer-panel p {
      margin-bottom: 10px;
      line-height: 22px; }
    .sm-influencer-tools .sm-influencer-panel .sm-influencer-header {
      grid-area: title; }
      .sm-influencer-tools .sm-influencer-panel .sm-influencer-header h1 {
        font-size: 2em;
        font-weight: bold; }
    .sm-influencer-tools .sm-influencer-panel .sm-influencer-left {
      grid-area: left; }
      .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-referral-link {
        padding: 20px 0px;
        border-bottom: 2px solid gray; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-referral-link h2 {
          font-size: 1.2em;
          font-weight: bold;
          margin-bottom: 15px; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-referral-link a {
          font-size: 1em; }
      .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-vouchers {
        padding: 20px 0px;
        border-bottom: 2px solid gray; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-vouchers h2 {
          font-size: 1.2em;
          font-weight: bold;
          margin-bottom: 15px; }
      .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-tips {
        padding: 20px 0px; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-tips h2 {
          font-size: 1.2em;
          font-weight: bold;
          margin-bottom: 15px; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-tips ul {
          margin-left: 2em; }
          .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-tips ul li {
            list-style-type: circle;
            margin-bottom: 1em; }
    .sm-influencer-tools .sm-influencer-panel .sm-influencer-right {
      grid-area: right; }
      .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart {
        width: 75%;
        margin: 0px auto;
        padding-bottom: 1em;
        text-align: right;
        background-color: #e2e2e2;
        border: 2px solid gray; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart h3 {
          margin: 15px 0px;
          font-size: 1.3em;
          font-weight: bold;
          text-align: center; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart h6 {
          text-align: center;
          margin-botom: 1em; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar {
          width: 175px;
          height: 50px;
          border: 2px solid black;
          margin: auto; }
          .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results {
            display: block;
            background-color: #DCEAF5;
            height: 50px; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-0 {
              width: 1%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-1 {
              width: 4%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-2 {
              width: 8%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-3 {
              width: 12%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-4 {
              width: 16%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-5 {
              width: 20%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-6 {
              width: 24%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-7 {
              width: 28%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-8 {
              width: 32%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-9 {
              width: 36%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-10 {
              width: 40%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-11 {
              width: 44%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-12 {
              width: 48%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-13 {
              width: 52%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-14 {
              width: 56%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-15 {
              width: 60%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-16 {
              width: 64%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-17 {
              width: 68%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-18 {
              width: 72%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-19 {
              width: 76%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-20 {
              width: 80%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-21 {
              width: 84%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-22 {
              width: 88%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-23 {
              width: 92%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-24 {
              width: 96%; }
            .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart .progress-bar .progress-bar-results.progress-bar-result-25 {
              width: 100%; }
      .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-top-influencers {
        text-align: center; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-top-influencers h4 {
          margin: 15px 0px;
          font-size: 1.2em;
          font-weight: bold; }
        .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-top-influencers .sm-influencer-rank {
          text-align: left;
          width: 60%;
          margin: auto; }
  .sm-influencer-tools .sm-influencer-signup {
    display: block;
    width: 100%;
    height: 400px;
    text-align: center; }
    .sm-influencer-tools .sm-influencer-signup h1 {
      font-size: 1.75rem;
      line-height: 2.25rem;
      margin-bottom: 1.5rem;
      font-weight: 500; }
    .sm-influencer-tools .sm-influencer-signup p {
      margin-bottom: 1em;
      line-height: 1.5em; }
    .sm-influencer-tools .sm-influencer-signup input {
      margin-top: 10px; }
    .sm-influencer-tools .sm-influencer-signup button {
      display: block;
      margin: 10px auto; }
    .sm-influencer-tools .sm-influencer-signup .sm-influencer-signup-error {
      color: red; }

.sm-influencer-section {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center; }

@media (max-width: 1050px) {
  .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-referral-link a {
    font-size: 1.4vw; } }

@media (max-width: 650px) {
  .sm-influencer-tools .sm-influencer-panel {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "left" "right"; }
    .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-referral-link a {
      font-size: 1em; } }

@media (max-width: 500px) {
  .sm-influencer-tools .sm-influencer-panel .sm-influencer-left .sm-influencer-referral-link a {
    font-size: 3vw; }
  .sm-influencer-tools .sm-influencer-panel .sm-influencer-right .sm-influencer-stats .sm-influencer-referral-chart {
    width: 100%; } }

.sm-my-account {
  grid-area: main;
  padding: 3.125rem 3.75rem !important; }
  .sm-my-account .sm-my-account-first {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .sm-my-account h3 {
    margin-bottom: 1rem;
    border-top: 0.5px solid #B4B4B4;
    padding-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-style: normal;
    letter-spacing: 0.01em;
    color: #0A0E0F;
    font-weight: 500; }
  .sm-my-account p {
    margin-bottom: 1.5rem;
    font-weight: 400; }
    .sm-my-account p .btn {
      margin: 0 0 2rem 0; }

.my-soundwaves {
  padding: 60px;
  width: calc(100% - 40px);
  grid-area: main; }
  .my-soundwaves .no-soundwaves-copy {
    text-align: center;
    width: 80%;
    margin: auto;
    font-weight: 500; }
    .my-soundwaves .no-soundwaves-copy span {
      font-weight: normal; }
    .my-soundwaves .no-soundwaves-copy a {
      color: #252525; }
      .my-soundwaves .no-soundwaves-copy a:not(.btn) {
        text-decoration: underline; }
      .my-soundwaves .no-soundwaves-copy a:hover {
        color: #0A0E0F; }
  .my-soundwaves .soundwave-list-item {
    max-width: 600px;
    margin: auto;
    border: 1px solid #666;
    border-radius: 15px;
    margin-bottom: 20px;
    padding-top: 15px; }
    .my-soundwaves .soundwave-list-item img {
      height: 400px;
      width: 600px;
      margin: auto;
      display: block; }
    .my-soundwaves .soundwave-list-item .description-row {
      border-top: 0.5px solid #B4B4B4;
      padding: 5px 5px 5px 15px;
      background-color: #fff;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
      .my-soundwaves .soundwave-list-item .description-row .btn-wrap {
        min-width: 252px; }
      .my-soundwaves .soundwave-list-item .description-row .created-on {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 500;
        margin-right: 10px; }
        .my-soundwaves .soundwave-list-item .description-row .created-on small {
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: 500;
          color: #666666; }
      .my-soundwaves .soundwave-list-item .description-row .btn {
        margin: 0; }
      .my-soundwaves .soundwave-list-item .description-row .btn-opaque {
        margin-left: 1rem;
        background-color: transparent;
        color: #252525;
        border: 1px solid #252525; }

@media (max-width: 600px) {
  .my-soundwaves .soundwave-list-item img {
    width: 100%;
    height: 75%; }
  .my-soundwaves .soundwave-list-item .btn-wrap {
    min-width: auto; } }

.sm-waveform-loading {
  grid-area: main;
  margin: auto;
  padding-top: 50px;
  font-size: 1.2em;
  text-align: center;
  min-height: 56vh; }
  .sm-waveform-loading p {
    margin-bottom: 20px;
    letter-spacing: 3px; }

.custom-mb {
  margin-bottom: 2.5rem !important; }

.sm-waveform-tool.purchase-wrapper > h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

.sm-waveform-tool.purchase-wrapper .sm-intro-text {
  color: #666666;
  margin-bottom: 2.25rem; }

.sm-waveform-tool.purchase-wrapper .sm-next-steps .sm-intro-text {
  margin-bottom: 1rem;
  max-width: 70%;
  margin: 1rem auto; }

.sm-waveform-tool.purchase-wrapper .sm-continue .btn {
  margin: 2.5rem 0 0 0; }

.sm-waveform-tool {
  grid-area: main;
  min-width: 180px;
  min-height: 55vh;
  margin: 0px auto;
  background-color: #DCEAF5;
  text-align: center;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .sm-waveform-tool .trim-screen .btn {
    width: fit-content;
    margin: 0 auto; }
  .sm-waveform-tool h2 {
    text-transform: unset !important;
    font-weight: 500; }
  .sm-waveform-tool a {
    color: #000;
    text-decoration: underline; }
    .sm-waveform-tool a:hover {
      color: #414141;
      text-decoration: underline; }
    .sm-waveform-tool a .btn-blue {
      text-decoration: unset; }
  .sm-waveform-tool .sm-waveform-editor-marker-name {
    font-size: 1.4em; }
    .sm-waveform-tool .sm-waveform-editor-marker-name .btn {
      font-size: 1.125rem;
      line-height: 1.75rem;
      padding: 0.8125rem 1.75rem;
      text-transform: none;
      cursor: pointer; }
  .sm-waveform-tool .description-row {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .sm-waveform-tool .description-row.custom-color {
      background-color: #F1F1F1; }
    .sm-waveform-tool .description-row .width-and-height-sliders .rc-slider .rc-slider-rail {
      background-color: #97824f; }
  .sm-waveform-tool .icon-trash {
    margin-top: 2px;
    width: 36px;
    height: 36px;
    position: relative;
    overflow: hidden;
    margin-left: 25px;
    float: left;
    display: inline-block;
    border-radius: 5px; }
    .sm-waveform-tool .icon-trash:hover {
      background-color: white; }
  .sm-waveform-tool .icon-trash .trash-lid {
    background-color: #919191;
    width: 62%;
    height: 10%;
    position: absolute;
    left: 50%;
    margin-left: -31%;
    top: 15%;
    border-top-left-radius: 80%;
    border-top-right-radius: 80%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  .sm-waveform-tool .icon-trash .trash-lid:after {
    content: "";
    width: 26%;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -13%;
    margin-top: -10%;
    background-color: inherit;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  .sm-waveform-tool .icon-trash .trash-container {
    background-color: #919191;
    width: 56%;
    height: 60%;
    position: absolute;
    left: 50%;
    margin-left: -28%;
    bottom: 10%;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%; }
  .sm-waveform-tool .icon-trash .trash-container:after {
    content: "";
    width: 110%;
    height: 12%;
    position: absolute;
    left: 50%;
    margin-left: -55%;
    top: 0;
    background-color: inherit;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%; }
  .sm-waveform-tool .icon-trash .trash-line-1 {
    width: 4%;
    height: 50%;
    position: absolute;
    left: 38%;
    margin-left: -2%;
    bottom: 17%;
    background-color: #252527; }
  .sm-waveform-tool .icon-trash .trash-line-2 {
    width: 4%;
    height: 50%;
    position: absolute;
    left: 50%;
    margin-left: -2%;
    bottom: 17%;
    background-color: #252527; }
  .sm-waveform-tool .icon-trash .trash-line-3 {
    width: 4%;
    height: 50%;
    position: absolute;
    left: 62%;
    margin-left: -2%;
    bottom: 17%;
    background-color: #252527; }
  .sm-waveform-tool #soundwave-audio {
    border-radius: 5px;
    margin-bottom: 2rem; }
  .sm-waveform-tool .sm-waveform-greyed {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    background-color: grey;
    height: 650px;
    width: 100%;
    z-index: 100;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .sm-waveform-tool .sm-waveform-greyed.show {
      visibility: visible;
      opacity: 0.5; }
  .sm-waveform-tool .tooltip {
    position: relative; }
  .sm-waveform-tool .tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    left: 105%;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .sm-waveform-tool .tooltiptext.show {
      visibility: visible;
      opacity: 1; }
  .sm-waveform-tool .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent; }
  .sm-waveform-tool #peaks-container {
    z-index: 0;
    width: 100%; }
  .sm-waveform-tool .sm-soundwave-disabled p {
    background-color: #fdfcee;
    color: #999;
    padding: 20px;
    margin: 20px;
    border: 1px solid #f3ed92;
    border-radius: 15px; }
  .sm-waveform-tool .sm-waveform-updating {
    text-align: center;
    z-index: 50; }
    .sm-waveform-tool .sm-waveform-updating p {
      margin-bottom: 20px;
      letter-spacing: 3px; }
  .sm-waveform-tool .soundwave-process {
    padding-top: 1rem; }
    .sm-waveform-tool .soundwave-process li {
      font-size: 1em;
      margin-bottom: 1em; }
      .sm-waveform-tool .soundwave-process li strong {
        font-weight: 600; }
  .sm-waveform-tool .sm-form .center-container.tooltip {
    display: inline-flex;
    justify-content: center; }
    .sm-waveform-tool .sm-form .center-container.tooltip span.btn {
      margin: 1rem 0 2rem; }
    .sm-waveform-tool .sm-form .center-container.tooltip .btn {
      text-decoration: unset; }
  .sm-waveform-tool .sm-form audio::-webkit-media-controls-enclosure {
    background-color: #DCEAF5; }
  .sm-waveform-tool .sm-form .center-container {
    text-align: center;
    margin: auto;
    position: relative;
    display: inline-flex;
    gap: 1rem; }
    .sm-waveform-tool .sm-form .center-container input {
      margin: auto;
      text-align: center;
      background-color: #DCEAF5;
      border: 0.5px solid #b4b4b4;
      border-radius: 6px;
      box-shadow: unset;
      width: 18.75rem; }
      .sm-waveform-tool .sm-form .center-container input.highlight {
        border: 2px solid #DCEAF5;
        border-radius: 4px; }
    .sm-waveform-tool .sm-form .center-container label {
      left: 3%; }
    .sm-waveform-tool .sm-form .center-container .btn {
      margin: 0; }
  .sm-waveform-tool .upload-container {
    width: 80%;
    margin: auto; }
    .sm-waveform-tool .upload-container .special-alert {
      background-color: #fdfcee;
      color: #dd5656;
      border: 1px solid #f3ed92;
      padding: 20px;
      margin-bottom: 20px; }
    .sm-waveform-tool .upload-container form .file-upload {
      float: none;
      display: block;
      position: relative;
      margin: auto;
      text-align: center;
      font-style: normal;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.75rem;
      padding: 0.5rem 1.75rem; }
    .sm-waveform-tool .upload-container form .alert {
      padding: 1em;
      margin: auto;
      margin-top: 20px;
      background-color: #eeabab;
      border: 1px solid #dd5656;
      border-radius: 1em;
      line-height: 1.1em; }
    .sm-waveform-tool .upload-container .upload-disclaimer {
      color: #dd5656;
      font-size: 1em;
      font-weight: 500;
      margin-top: 1em;
      line-height: 1.1em; }
      .sm-waveform-tool .upload-container .upload-disclaimer strong {
        font-weight: 600; }
    .sm-waveform-tool .upload-container .upload-tos {
      margin-top: 1.5em;
      line-height: 1.2em;
      padding: 0 10%; }
    .sm-waveform-tool .upload-container .tips {
      list-style-type: disc;
      margin: auto;
      margin-left: 2em;
      margin-bottom: 3rem; }
      .sm-waveform-tool .upload-container .tips li {
        padding-bottom: 1em;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: #666666;
        letter-spacing: 0.01rem;
        /* Body text */
        color: #666666; }
        .sm-waveform-tool .upload-container .tips li:last-child {
          padding-bottom: 0 !important; }
  .sm-waveform-tool h2 {
    font-family: "Cabinet Grotesk";
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 500;
    text-transform: uppercase; }
  .sm-waveform-tool h3 {
    margin-bottom: 1em; }
  .sm-waveform-tool .sm-next-steps {
    border-top: 1px solid #ccc;
    padding-top: 1.875rem;
    margin: auto;
    width: 90%; }
    .sm-waveform-tool .sm-next-steps h2 {
      margin-bottom: 1em;
      font-weight: 500; }
  .sm-waveform-tool .sm-intro-text {
    padding: 0 100px;
    line-height: 1.4em;
    margin-bottom: 1em;
    color: #252525; }
  .sm-waveform-tool.loaded-peaks .overview-container {
    display: none; }
  .sm-waveform-tool.loaded-peaks .row {
    margin-top: 40px; }
  .sm-waveform-tool .zoom-container {
    border: 1px solid #ccc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 15px; }
    .sm-waveform-tool .zoom-container .konvajs-content {
      margin: auto; }
  .sm-waveform-tool .sw-container {
    border: 1px solid #ccc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
    .sm-waveform-tool .sw-container .sm-loader {
      margin-top: 50px;
      margin-bottom: 50px; }
  .sm-waveform-tool .width-and-height-sliders {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .sm-waveform-tool .width-and-height-sliders div .rc-slider {
      width: 200px;
      margin: 0 10px; }
    .sm-waveform-tool .width-and-height-sliders #trim {
      margin-top: 0; }
  .sm-waveform-tool .sm-soundwave-thumbnail-container {
    border: 1px solid #b4b4b4;
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
    margin-bottom: 30px;
    width: 78%; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container .sm-soundwave-thumbnail {
      margin: auto;
      max-width: 650px;
      margin-bottom: 1rem;
      background-color: #DCEAF5; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container .sm-soundwave-thumbnail img {
        border: 1px solid #666;
        max-width: 500px;
        max-height: 200px; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container p .download-pdf-link {
      display: inline-block;
      cursor: pointer;
      margin-bottom: 1em;
      text-decoration: none;
      text-align: center;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      padding: 5px;
      color: #fff;
      background-color: #8dbade; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container h3 {
      margin-bottom: 0.2em; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container .download-info .back-to-styling {
      cursor: pointer;
      text-decoration: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      padding: 8px 28px;
      font-size: 1.125rem;
      line-height: 1.625rem;
      color: #DCEAF5;
      background-color: #252525;
      margin: auto;
      margin-bottom: 1rem;
      border: 2px solid #DCEAF5; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container .download-info .back-to-styling:hover {
        background-color: #414141;
        transition: background-color 200ms; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container .download-info .back-to-styling .btn-blue {
        margin: 0; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container .download-info p {
      font-weight: bold;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container .download-info p a {
        text-decoration: underline; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container .btn {
      background-color: #000;
      color: #DCEAF5;
      text-decoration: none;
      padding: 8px 28px;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container .btn:hover {
        text-decoration: none;
        background-color: #414141;
        transition: background-color 200ms; }
  .sm-waveform-tool .sm-download-waveform-main .sm-soundwave-thumbnail img {
    max-width: 90%;
    max-height: unset; }
  .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images {
    width: 78%;
    margin: auto; }
    .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images p {
      text-align: left;
      margin-bottom: 1rem; }
    .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images ul {
      width: 100%;
      margin: auto; }
      .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images ul li {
        margin-top: 1.5rem; }
        .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images ul li b {
          color: #0A0E0F;
          font-weight: 500; }
    .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images h3 {
      font-size: 1.2em;
      margin-bottom: 20px;
      line-height: 1.3em; }
    .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images img {
      width: 45%;
      margin-right: 1.5rem;
      border-radius: 6px; }
    .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images .instructions-list {
      padding-left: 0; }
  .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase {
    margin: auto;
    margin-bottom: 30px;
    width: 80%;
    max-width: 600px; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-soundwave-thumbnail {
      grid-area: sw; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-soundwave-thumbnail img {
        border: 1px solid #666;
        max-width: 300px;
        max-height: 150px; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions {
      grid-area: swactions;
      border-left: 1px solid #e2e2e2;
      margin-top: 0.7rem; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions p {
        margin-bottom: 1rem; }
        .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions p .download-pdf-link {
          cursor: pointer;
          margin-bottom: 0;
          text-decoration: none;
          text-align: center;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          padding: 13px 28px;
          color: #252525;
          background-color: transparent;
          border: 1px solid #000000;
          display: inline-block; }
          .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions p .download-pdf-link:hover {
            text-decoration: none;
            background-color: #0A0E0F;
            transition: background-color 200ms;
            color: #DCEAF5; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions h3 {
        font-weight: normal;
        margin-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2.375rem; }
        .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions h3 span {
          font-weight: bold; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions a {
        text-decoration: underline; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions .back-to-styling {
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 13px 28px;
        color: #DCEAF5;
        font-family: "Cabinet Grotesk";
        font-style: normal;
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 1.625rem;
        background: #252525;
        margin-bottom: 1rem;
        border: 2px solid #DCEAF5;
        display: inline-block; }
        .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions .back-to-styling:hover {
          background-color: #0A0E0F;
          color: #DCEAF5;
          transition: background-color 200ms; }
  .sm-waveform-tool .sm-activation-sale {
    width: 70%;
    padding: 2em;
    background-color: #ffe3a8;
    margin: 0 auto 1em auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff; }
    .sm-waveform-tool .sm-activation-sale h2 {
      font-family: "Cabinet Grotesk";
      text-transform: uppercase;
      margin-bottom: 2.5rem;
      font-size: 2.8em;
      color: #b4d2ea; }
    .sm-waveform-tool .sm-activation-sale h3 {
      font-size: 1.4em;
      font-style: italic;
      line-height: 1.1em; }
    .sm-waveform-tool .sm-activation-sale h4 {
      font-size: 1.2em;
      line-height: 1.3em; }
    .sm-waveform-tool .sm-activation-sale h3,
    .sm-waveform-tool .sm-activation-sale h4,
    .sm-waveform-tool .sm-activation-sale p {
      margin-bottom: 1em; }
    .sm-waveform-tool .sm-activation-sale p {
      margin-bottom: 0.5em;
      line-height: 1.4em;
      color: #444; }
  .sm-waveform-tool .download-info {
    width: 80%;
    margin: auto; }
    .sm-waveform-tool .download-info p {
      margin-bottom: 1em;
      text-size: 1.1em;
      line-height: 1.3em; }
    .sm-waveform-tool .download-info .sm-download-text {
      border: 1px solid #000;
      padding: 20px;
      border-radius: 15px;
      background-color: #fff; }
      .sm-waveform-tool .download-info .sm-download-text p {
        margin-bottom: 0;
        color: #252525; }
  .sm-waveform-tool .sm-activation-container {
    width: 60%;
    margin: auto; }
    .sm-waveform-tool .sm-activation-container p {
      font-size: 1.1em;
      line-height: 1.5em;
      margin-bottom: 1em; }
  .sm-waveform-tool .sm-activation-button h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em; }
  .sm-waveform-tool .sm-activation-button .btn {
    margin-bottom: 0;
    padding: 8px 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-top: 2.5rem; }
  .sm-waveform-tool .sm-activation-button .purchase-link {
    text-decoration: none;
    border-bottom: 1px solid #DCEAF5;
    cursor: pointer; }
  .sm-waveform-tool .sm-activation-button .sm-activation-button {
    text-decoration: none; }
    .sm-waveform-tool .sm-activation-button .sm-activation-button:hover {
      border-bottom: 1px solid #DCEAF5; }
  .sm-waveform-tool .sm-activation-billing .price-table {
    border-top: 0.5px solid #b4b4b4;
    border-bottom: 0.5px solid #b4b4b4;
    width: 60%;
    margin: auto;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px; }
    .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-desc {
      width: 100%;
      border-right: 1px solid #e2e2e2;
      padding-right: 5px; }
      .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-desc h3 {
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.875rem;
        text-transform: uppercase; }
      .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-desc ul {
        list-style-type: disc;
        list-style-position: inside; }
      .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-desc p {
        color: #666666;
        margin-bottom: 1rem; }
      .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-desc ul li {
        color: #666666;
        font-size: 1.125rem;
        line-height: 1.75rem; }
    .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-price {
      text-align: center; }
      .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-price h2 {
        color: #000;
        font-family: "Cabinet Grotesk";
        font-style: normal;
        font-weight: 500;
        font-size: 3rem;
        line-height: 3.75rem;
        margin-bottom: 1rem; }
        .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-price h2 span {
          text-decoration: line-through;
          color: #999; }
  .sm-waveform-tool .sm-activation-guarantee {
    width: 60%;
    margin: auto;
    margin-bottom: 30px; }
    .sm-waveform-tool .sm-activation-guarantee p {
      color: #666666;
      margin-bottom: 1.5rem;
      line-height: 1.75rem; }
    .sm-waveform-tool .sm-activation-guarantee a.bold-fonts {
      font-weight: 500; }
  .sm-waveform-tool .pay-card {
    padding: 0.75rem 2.5rem; }
  .sm-waveform-tool .sm-activation-voucher {
    width: 61.5%;
    margin: auto;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 1.5rem 2.25rem;
    margin-bottom: 20px;
    background-color: #fff; }
    .sm-waveform-tool .sm-activation-voucher h3 {
      margin-bottom: 1.25rem;
      font-style: normal;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1.875rem;
      letter-spacing: 0.01rem;
      text-transform: uppercase; }
    .sm-waveform-tool .sm-activation-voucher p {
      margin-bottom: 1em; }
    .sm-waveform-tool .sm-activation-voucher .voucher-disclaimer {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 28px;
      text-align: center;
      letter-spacing: 0.01em; }
    .sm-waveform-tool .sm-activation-voucher .btn {
      margin: 0 0 20px 0; }
  .sm-waveform-tool .sm-checkout-and-activate-form .sm-form {
    background-color: #DCEAF5;
    border-radius: 15px;
    width: 60%;
    margin: 0 auto; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form h2 {
      font-weight: 700; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form .payment-info-form {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 1.5rem; }
      .sm-waveform-tool .sm-checkout-and-activate-form .sm-form .payment-info-form .field-wrap {
        flex-basis: calc((100% / 2) - 0.75rem);
        margin-bottom: 0; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form fieldset legend {
      display: block;
      text-align: center;
      font-size: 1.6em;
      font-weight: bold;
      margin: auto;
      margin-bottom: 1em;
      width: 100%; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form .card-element-form {
      background-color: #DCEAF5;
      width: 100%;
      margin: 0 auto;
      padding: 1rem;
      border-radius: 6px;
      border: 0.5px solid #b4b4b4; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form .card-element-form--focus {
      box-shadow: 0 1px 3px 0 #cfd7df; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form .card-element-form--invalid {
      border-color: #fa755a; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form .card-element-form--webkit-autofill {
      background-color: #fefde5 !important; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form p {
      margin: 2.5rem auto 0;
      width: 60%; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form .btn {
      margin-top: 2.5rem; }
  .sm-waveform-tool .sm-payment-info {
    margin: auto;
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #b4b4b4;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 60%; }
    .sm-waveform-tool .sm-payment-info h3 {
      margin-bottom: 1em;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      padding-bottom: 1.5rem;
      border-bottom: 0.5px solid #b4b4b4; }
    .sm-waveform-tool .sm-payment-info p {
      text-align: left;
      margin: 0 1.25rem 1.25rem;
      line-height: 1.75rem;
      clear: right;
      padding: 0 2rem; }
      .sm-waveform-tool .sm-payment-info p strong {
        font-weight: 500;
        color: #0A0E0F; }
      .sm-waveform-tool .sm-payment-info p span {
        float: right; }
  .sm-waveform-tool .sm-payment-conditions {
    border: 1px solid #b4b4b4;
    border-top: none;
    width: 60%;
    margin: auto;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .sm-waveform-tool .sm-payment-conditions h3 {
      margin-bottom: 20px;
      font-style: normal;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 2.25rem;
      text-align: center;
      color: #000000;
      text-transform: uppercase; }
    .sm-waveform-tool .sm-payment-conditions p {
      color: #252525;
      margin: 0 20px;
      margin-bottom: 1.25rem;
      font-weight: 400;
      text-align: center;
      letter-spacing: 0.01em;
      color: #666666; }
  .sm-waveform-tool .sm-continue {
    width: 70%;
    margin: auto; }
    .sm-waveform-tool .sm-continue p {
      margin-bottom: 1em; }

@media (max-width: 800px) {
  .sm-waveform-tool p strong {
    font-weight: bold; }
  .sm-waveform-tool .sm-intro-text {
    padding: 0 20px; }
  .sm-waveform-tool .sm-activation-billing .price-table {
    width: 80%; }
  .sm-waveform-tool .sm-payment-conditions {
    width: 80%; }
  .sm-waveform-tool .sm-activation-guarantee {
    width: 70%; }
  .sm-waveform-tool .sm-payment-info {
    width: 80%; } }

@media (max-width: 700px) {
  .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase {
    display: block; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-soundwave-thumbnail {
      padding-right: 0; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions {
      padding-left: 0;
      border: none; }
  .sm-waveform-tool .sm-activation-sale {
    width: 80%;
    padding: 1.5em; } }

@media (max-width: 420px) {
  .sm-waveform-tool {
    padding: 30px 0;
    margin: 0; }
    .sm-waveform-tool .sm-form .center-container {
      flex-wrap: wrap;
      justify-content: center; }
      .sm-waveform-tool .sm-form .center-container label {
        bottom: 0%;
        top: -7%;
        left: 15%;
        height: 15px;
        transform: translate(-15%, 7%); }
    .sm-waveform-tool .upload-container h2 {
      font-size: 1.8em; }
    .sm-waveform-tool #peaks-container {
      width: 100%; }
    .sm-waveform-tool .description-row {
      padding: 5px; }
      .sm-waveform-tool .description-row .width-and-height-sliders {
        display: block; }
        .sm-waveform-tool .description-row .width-and-height-sliders .icon-trash {
          float: none;
          display: block;
          position: absolute;
          margin-top: 80px; }
        .sm-waveform-tool .description-row .width-and-height-sliders .height-slider {
          margin: auto;
          margin-bottom: 10px; }
        .sm-waveform-tool .description-row .width-and-height-sliders .width-slider {
          margin: auto;
          margin-bottom: 10px; }
        .sm-waveform-tool .description-row .width-and-height-sliders .rc-slider {
          margin: auto; }
          .sm-waveform-tool .description-row .width-and-height-sliders .rc-slider .rc-slider-rail {
            background-color: #97824f; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container {
      width: 100%;
      border: none;
      padding: 0px; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container .sm-soundwave-thumbnail img {
        width: 90%;
        height: 90%; }
    .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase {
      display: block;
      margin: auto;
      margin-bottom: 30px;
      width: 75%;
      max-width: 550px; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-soundwave-thumbnail {
        margin: auto;
        max-width: 650px;
        margin-bottom: 1em;
        background-color: #fff;
        padding-right: 0; }
        .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-soundwave-thumbnail img {
          width: 50%;
          height: 50%; }
      .sm-waveform-tool .sm-soundwave-thumbnail-container-purchase .sm-sw-actions {
        padding-left: 0; }
    .sm-waveform-tool .sm-activation-container {
      width: 90%; }
    .sm-waveform-tool .sm-activation-billing .price-table {
      width: 90%;
      padding: 20px 5px; }
      .sm-waveform-tool .sm-activation-billing .price-table .sm-activation-desc {
        font-size: 0.9em;
        width: 75%; }
    .sm-waveform-tool .sm-activation-guarantee {
      width: 90%; }
      .sm-waveform-tool .sm-activation-guarantee p {
        line-height: 1.2em; }
    .sm-waveform-tool .sm-checkout-and-activate-form .sm-form {
      width: 100%;
      border: none; }
      .sm-waveform-tool .sm-checkout-and-activate-form .sm-form p {
        width: 90%; }
    .sm-waveform-tool .sm-activation-voucher {
      width: 90%;
      padding: 10px; }
    .sm-waveform-tool .sm-payment-info {
      width: 90%;
      margin: auto; }
      .sm-waveform-tool .sm-payment-info p {
        font-size: 0.9em;
        margin: 0 10px; }
    .sm-waveform-tool .sm-payment-conditions {
      width: 90%; }
    .sm-waveform-tool .sm-continue {
      width: 80%;
      margin: auto; }
    .sm-waveform-tool .sm-download-waveform-main .sm-download-helper-images img {
      width: 100%;
      margin-bottom: 10px; }
    .sm-waveform-tool .sm-intro-text {
      padding: 0 20px; } }

.sm-my-tattoos {
  padding: 30px 0;
  grid-area: main;
  width: 662px;
  margin: auto;
  min-height: 54vw; }
  .sm-my-tattoos .tattoo-list-item .description-row {
    padding: 1.125rem;
    background-color: #fff;
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px; }
    .sm-my-tattoos .tattoo-list-item .description-row small {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #666666; }
    .sm-my-tattoos .tattoo-list-item .description-row .btn {
      margin: 0;
      margin-left: 5px; }
  .sm-my-tattoos a {
    color: #000;
    font-weight: 500;
    text-decoration: underline; }
    .sm-my-tattoos a:hover {
      color: #0A0E0F;
      text-decoration: underline; }

.sm-upload-tattoo {
  grid-area: main;
  width: 80%;
  margin: auto; }
  .sm-upload-tattoo .upload-container {
    margin: auto; }
    .sm-upload-tattoo .upload-container > h2 {
      margin-bottom: 1.5rem;
      font-weight: 500; }
    .sm-upload-tattoo .upload-container p {
      margin-bottom: 1.5rem;
      line-height: 1.75rem; }
    .sm-upload-tattoo .upload-container h3 {
      margin-top: 2.5rem;
      margin-bottom: 1.5rem;
      font-weight: 500; }
    .sm-upload-tattoo .upload-container .tips {
      list-style-type: decimal;
      width: 95%;
      margin: auto;
      padding-top: 0; }
      .sm-upload-tattoo .upload-container .tips li {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-bottom: 0.25rem; }
    .sm-upload-tattoo .upload-container .example-photos li {
      float: left;
      width: 32%;
      margin-right: 1%; }
      .sm-upload-tattoo .upload-container .example-photos li img {
        width: 100%;
        border: 1px solid #333; }
      .sm-upload-tattoo .upload-container .example-photos li .alert {
        color: #dd5656; }
      .sm-upload-tattoo .upload-container .example-photos li .correct {
        color: #339900; }
    .sm-upload-tattoo .upload-container .file-upload {
      margin: 1rem 0 0; }

.bottom-spacer {
  clear: both;
  height: 30px; }

.sm-artist-key-entry {
  grid-area: main;
  width: 80%;
  margin: auto;
  min-height: 54vw; }
  .sm-artist-key-entry h2 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.25rem; }
  .sm-artist-key-entry p {
    margin-bottom: 1em;
    line-height: 1.5em; }
  .sm-artist-key-entry .sm-tattoo-image-review {
    text-align: center;
    margin-bottom: 22px; }
    .sm-artist-key-entry .sm-tattoo-image-review h3 {
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      font-weight: 500;
      font-size: 1.75rem;
      line-height: 2.25rem; }
    .sm-artist-key-entry .sm-tattoo-image-review .div-link {
      width: 100%;
      text-align: center;
      font-size: 1.125rem;
      line-height: 1.75rem; }
    .sm-artist-key-entry .sm-tattoo-image-review .tattoo-image {
      max-width: 300px;
      max-height: 200px;
      border: 1px solid #111;
      margin: auto; }
  .sm-artist-key-entry .sm-message {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #dd5656;
    text-align: center;
    font-weight: bold; }
  .sm-artist-key-entry .sm-select-artist {
    width: 300px;
    margin: auto;
    margin-top: 2em; }
    .sm-artist-key-entry .sm-select-artist p {
      text-align: center;
      margin-top: 1em;
      margin-bottom: 1em; }
    .sm-artist-key-entry .sm-select-artist .Select-control {
      background-color: transparent; }
    .sm-artist-key-entry .sm-select-artist .Select-multi-value-wrapper {
      padding: 0.625rem 1rem; }
    .sm-artist-key-entry .sm-select-artist .Select-placeholder, .sm-artist-key-entry .sm-select-artist .Select--single > .Select-control .Select-value, .sm-artist-key-entry .sm-select-artist .Select-placeholder {
      padding: 0.625rem 1rem;
      background-color: #DCEAF5;
      color: #000;
      border-radius: 6px; }
  .sm-artist-key-entry .secretkey {
    width: 300px;
    margin: auto;
    text-align: center; }
    .sm-artist-key-entry .secretkey .field-wrap {
      position: relative;
      margin-top: 2.625rem; }
    .sm-artist-key-entry .secretkey label, .sm-artist-key-entry .secretkey input {
      text-align: center;
      margin: auto;
      display: block; }
    .sm-artist-key-entry .secretkey label {
      font-weight: bold;
      position: absolute;
      top: -42%;
      left: 12%;
      transform: translate(-10%, 22%);
      font-size: 12px;
      line-height: 15px;
      color: #000000;
      font-weight: 500;
      background-color: #DCEAF5;
      padding: 0.5rem 0.5rem 0.25rem; }
    .sm-artist-key-entry .secretkey input {
      border-radius: 6px;
      border: 0.5px solid #B4B4B4;
      color: #000;
      letter-spacing: 1px;
      box-sizing: border-box;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      background-color: #DCEAF5;
      padding: 1rem; }
    .sm-artist-key-entry .secretkey select {
      border: 0.5px solid #B4B4B4;
      box-sizing: border-box; }
    .sm-artist-key-entry .secretkey div {
      display: block; }
    .sm-artist-key-entry .secretkey .btn {
      margin: 1.5rem auto; }

.sm-playbar-color {
  grid-area: main;
  width: 58%;
  min-width: 180px;
  margin: auto;
  min-height: 54vw;
  padding-top: 30px; }
  .sm-playbar-color h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    max-width: 78%;
    margin: 0 auto  1.5rem; }
  .sm-playbar-color p {
    text-align: center;
    margin-bottom: 1rem; }
  .sm-playbar-color div div {
    text-align: center; }
    .sm-playbar-color div div .sm-color-picker {
      margin: 2.5rem auto; }
    .sm-playbar-color div div .btn {
      margin: auto;
      display: inline-block;
      margin: 0 auto; }

.sm-activation-end {
  margin: auto;
  width: 80%;
  min-height: 54vw;
  grid-area: main;
  padding-top: 30px;
  padding-bottom: 30px; }
  .sm-activation-end h2 {
    margin-bottom: 1.5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    max-width: 80%;
    margin: 0 auto 1.5rem auto;
    text-transform: uppercase; }
  .sm-activation-end p {
    margin-bottom: 1rem;
    line-height: 1.5em; }
  .sm-activation-end a {
    color: #000;
    text-decoration: underline; }
    .sm-activation-end a:hover {
      color: #0A0E0F;
      text-decoration: underline; }
  .sm-activation-end hr {
    margin-top: 0;
    margin-bottom: 1rem;
    height: 0.5px;
    background-color: #B4B4B4;
    border: none; }

@media (max-width: 600px) {
  .sm-upload-tattoo {
    width: 100%; }
    .sm-upload-tattoo .upload-container .example-photos li {
      float: none;
      width: 90%;
      margin: auto; }
  .sm-artist-key-entry {
    width: 96%; }
  .sm-my-tattoos {
    padding: 20px;
    width: calc(100% - 40px); }
    .sm-my-tattoos .tattoo-list-item {
      width: 100%; }
      .sm-my-tattoos .tattoo-list-item .btn {
        padding: 12px 10px; } }

@media (max-width: 400px) {
  .sm-my-tattoos .created-on {
    font-size: 0.8em; } }

@media (max-width: 767px) {
  .sm-upload-tattoo {
    width: 100%; }
  .sm-artist-key-entry .sm-select-artist {
    width: 180px; }
  .secretkey {
    width: 200px; } }

@media (min-width: 1366px) {
  .sm-activation-end h2 {
    max-width: 78%; } }

.sm-left-nav {
  grid-area: nav;
  height: 100%;
  background: black;
  display: inline-block;
  min-width: 220px;
  border-right: 1px solid #B4B4B4; }
  .sm-left-nav .sm-nav {
    color: #0A0E0F; }
    .sm-left-nav .sm-nav .sm-nav__item {
      color: #DCEAF5; }
    .sm-left-nav .sm-nav__item {
      display: block;
      padding: 15px 10px 15px 40px;
      color: black;
      font-size: 1.1em;
      text-decoration: none;
      border-bottom: 0.5px solid #B4B4B4; }
      .sm-left-nav .sm-nav__item.selected {
        background-color: #0A0E0F;
        color: #DCEAF5; }
      .sm-left-nav .sm-nav__item:hover {
        cursor: pointer;
        background-color: #0A0E0F;
        color: #DCEAF5; }

@media (max-width: 940px) {
  .sm-left-nav {
    display: none; } }

.sm-left-nav a {
  text-decoration: none; }
  .sm-left-nav a .sm-nav__item {
    background-color: black;
    color: #DCEAF5;
    transition: all 0.2s ease; }
    .sm-left-nav a .sm-nav__item.selected {
      background-color: #DCEAF5;
      color: black; }
    .sm-left-nav a .sm-nav__item:hover {
      background-color: #DCEAF5;
      color: black; }

.sm-soundwave-story {
  background-color: white; }
  .sm-soundwave-story .sm-soundwave-story-main {
    height: 650px; }

.sm-manage-vouchers {
  grid-area: main;
  width: 80%;
  margin: auto;
  min-height: 56vh; }
  .sm-manage-vouchers h2 {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    text-transform: capitalize; }
  .sm-manage-vouchers h3 {
    line-height: 2em;
    border-bottom: 1px solid #666;
    margin-bottom: 1em;
    font-weight: 500; }
  .sm-manage-vouchers .sm-transfer-vouchers h2 {
    margin-bottom: 1.5rem; }
  .sm-manage-vouchers p {
    margin-bottom: 2.5rem; }
  .sm-manage-vouchers .transfer-form {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .sm-manage-vouchers .transfer-form input {
      box-sizing: border-box;
      width: 30% !important;
      margin-bottom: 0 !important; }
    .sm-manage-vouchers .transfer-form .btn {
      margin: 0 0 0 1rem; }
  .sm-manage-vouchers .sm-past-transfers {
    margin-bottom: 30px; }
    .sm-manage-vouchers .sm-past-transfers h2 {
      border-bottom: 1px solid #666;
      padding-bottom: 1rem; }
    .sm-manage-vouchers .sm-past-transfers .sm-transfers-table {
      width: 100%; }
      .sm-manage-vouchers .sm-past-transfers .sm-transfers-table tbody tr {
        border-bottom: 0.5px solid #B4B4B4;
        line-height: 1.5rem; }
        .sm-manage-vouchers .sm-past-transfers .sm-transfers-table tbody tr td p {
          margin-bottom: 0; }

@media (max-width: 767px) {
  .sm-manage-vouchers .transfer-form input {
    width: 100% !important; }
  .sm-manage-vouchers .transfer-form .btn {
    margin: 1rem 0 0 0; } }

.sm-tattoo-billing {
  padding: 20px;
  width: calc(100% - 40px);
  grid-area: main; }
  .sm-tattoo-billing h3 {
    margin-bottom: 1em;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase; }
  .sm-tattoo-billing hr {
    border-top: 1px solid #222;
    height: 0;
    margin-bottom: 1em;
    margin-top: 1em; }
  .sm-tattoo-billing p {
    margin-bottom: 1em; }
  .sm-tattoo-billing .sm-tattoo-billing-cancel-link {
    text-align: center;
    margin-top: 1em; }
    .sm-tattoo-billing .sm-tattoo-billing-cancel-link a {
      color: #ccc;
      font-size: 0.9em;
      text-decoration: none; }
  .sm-tattoo-billing .card-element-form {
    width: 300px;
    border: 1px solid #a0b3b0;
    padding: 1px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em; }

.sm-tattoo-billing table tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.sm-tattoo-billing table tr td p {
  color: #000; }

.sm-tattoo-billing table tr td:first-child {
  padding-right: 1em; }

@media (max-width: 650px) {
  .sm-tattoo-billing .card-element-form {
    width: 260px; } }

.sm-tattoo-billing-cancel h3 {
  margin-bottom: 0.5em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8em;
  text-transform: uppercase;
  text-align: center; }

.sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-goback {
  text-align: center;
  margin-bottom: 2em; }
  .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-goback a {
    font-size: 1.1em;
    text-decoration: underline; }

.sm-tattoo-billing-cancel h4 {
  font-size: 1.1em;
  margin-bottom: 0.5em; }

.sm-tattoo-billing-cancel hr {
  border-top: 1px solid #666;
  height: 0;
  margin-bottom: 1em;
  margin-top: 1em; }

.sm-tattoo-billing-cancel p {
  margin-bottom: 1em; }
  .sm-tattoo-billing-cancel p .red {
    color: #dd5656; }

.sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-link {
  text-align: center; }
  .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-link img {
    width: 260px; }
  .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-link a {
    color: #ccc;
    font-size: 0.9em;
    text-decoration: none; }

.sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-markerbox {
  border: 1px solid #ccc;
  margin: auto;
  max-width: 320px;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 1em;
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-markerbox img {
    max-width: 300px;
    border: 1px solid #222; }
  .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-markerbox h3 {
    margin-bottom: 5px; }

.sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-alert {
  font-size: 1.2em;
  max-width: 450px;
  margin: auto; }
  .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-alert p {
    line-height: 1.2em; }

.sm-tattoo-billing-cancel .sm-special-offer {
  max-width: 450px;
  margin: auto;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  padding: 20px; }
  .sm-tattoo-billing-cancel .sm-special-offer h3 {
    text-align: center; }

.sm-tattoo-billing-cancel .sm-actually-cancel {
  max-width: 450px;
  margin: auto; }
  .sm-tattoo-billing-cancel .sm-actually-cancel p span {
    color: #dd5656;
    text-decoration: underline;
    cursor: pointer; }

.sm-tattoo-billing table tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.sm-tattoo-billing table tr td p {
  color: #000; }

.sm-tattoo-billing table tr td:first-child {
  padding-right: 1em; }

@media (max-width: 650px) {
  .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-markerbox {
    padding: 20px 0; }
    .sm-tattoo-billing-cancel .sm-tattoo-billing-cancel-markerbox img {
      width: 260px; }
  .sm-tattoo-billing .card-element-form {
    width: 260px; } }

.sm-payments {
  width: 80%;
  grid-area: main;
  margin: auto; }
  .sm-payments .payment-history h3 {
    margin-bottom: 2.625rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    font-weight: 500; }
  .sm-payments .payment-history table {
    width: 100%;
    border-radius: 5px;
    border-collapse: collapse; }
  .sm-payments .payment-history th {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
    padding: 12px 8px; }
  .sm-payments .payment-history td, .sm-payments .payment-history th {
    border-bottom: 0.5px solid #B4B4B4;
    text-align: left; }
  .sm-payments .payment-history td {
    padding: 1rem 0.5rem; }

@media (max-width: 760px) {
  .sm-payments {
    width: 100%; }
    .sm-payments .payment-history {
      /* Force table to not be like tables anymore */
      /* Hide table headers (but not display: none;, for accessibility) */
      /*
      Label the data
      */ }
      .sm-payments .payment-history h3 {
        margin-left: 40px; }
      .sm-payments .payment-history table, .sm-payments .payment-history tbody, .sm-payments .payment-history th, .sm-payments .payment-history td, .sm-payments .payment-history tr {
        display: block; }
      .sm-payments .payment-history th {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .sm-payments .payment-history td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 0.5px solid #B4B4B4;
        position: relative;
        padding-left: 35%; }
      .sm-payments .payment-history td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 12px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap; }
      .sm-payments .payment-history td:nth-of-type(1):before {
        content: "Order ID:"; }
      .sm-payments .payment-history td:nth-of-type(2):before {
        content: "DateTime:"; }
      .sm-payments .payment-history td:nth-of-type(3):before {
        content: "Description:"; }
      .sm-payments .payment-history td:nth-of-type(4):before {
        content: "Amount:"; }
      .sm-payments .payment-history td:nth-of-type(5):before {
        content: "Method:"; } }

@media (max-width: 480px) {
  .sm-payments {
    width: 100%; }
    .sm-payments .payment-history h3 {
      margin-left: 10px; } }

.sm-change-password {
  width: 80%;
  grid-area: main;
  margin: auto; }

.sm-account-settings {
  grid-area: main;
  text-align: center;
  background-color: #DCEAF5;
  padding: 60px 0px; }
  .sm-account-settings h2 {
    text-align: center;
    margin-bottom: 1em; }
  .sm-account-settings .sm-form .account-edit {
    padding-bottom: 2.5rem;
    bottom-border: 1px dashed #e2e2e2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .sm-account-settings .sm-form .account-edit .field-wrap {
      width: auto; }
      .sm-account-settings .sm-form .account-edit .field-wrap > div {
        position: relative; }
      .sm-account-settings .sm-form .account-edit .field-wrap input {
        width: 31.125rem; }
    .sm-account-settings .sm-form .account-edit .btn {
      margin: 0 auto;
      width: fit-content; }
  .sm-account-settings .sm-account-settings-deactivate {
    color: #000;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 500; }

.sm-deactivate-account {
  grid-area: main;
  padding: 4rem 3rem !important; }
  .sm-deactivate-account .checkbox-wrap label {
    position: relative !important; }
  .sm-deactivate-account h2 {
    text-align: center;
    margin-bottom: 1rem; }
  .sm-deactivate-account p {
    margin-bottom: 1rem; }

.account-deactiveted-page .sm-content {
  max-width: 90%;
  margin: 0 auto; }
  .account-deactiveted-page .sm-content h2, .account-deactiveted-page .sm-content h3, .account-deactiveted-page .sm-content h4, .account-deactiveted-page .sm-content p {
    color: #fff; }

.sm-admin {
  grid-area: main;
  min-height: 54vwpx;
  width: 100%;
  margin: auto;
  min-height: 54vw; }
  .sm-admin a {
    color: #000; }
    .sm-admin a:hover {
      color: #0A0E0F; }
  .sm-admin .Select-value, .sm-admin .Select-control {
    background-color: transparent !important;
    border-color: #B4B4B4; }
  .sm-admin .sm-admin-user-search input {
    margin-left: 0.5rem;
    background-color: transparent;
    border: 0.5px solid; }
  .sm-admin .sm-admin-user-search .btn {
    margin: 0 1.5rem; }
  .sm-admin .limit-wrap {
    margin-bottom: 2rem;
    gap: 1.5rem; }
    .sm-admin .limit-wrap .radius-holder {
      background: #DCEAF5 url(https://storage.googleapis.com/skinmotion-assets/images/general/icon-select-new.png) no-repeat 90% 50%; }
    .sm-admin .limit-wrap select {
      box-sizing: border-box;
      display: inline-block;
      padding: 0.75rem 2rem 0.75rem 1.5rem;
      padding-left: 1rem !important;
      min-width: 175px;
      color: #252525;
      background: transparent;
      box-shadow: none;
      -webkit-appearance: none;
      border: 0.5px solid #666;
      padding-left: 5px;
      border-radius: 6px; }
      .sm-admin .limit-wrap select:focus-visible {
        border-color: #000;
        box-shadow: unset;
        outline: unset; }
      .sm-admin .limit-wrap select h2 {
        margin-bottom: 0; }
  .sm-admin .sm-admin-nav {
    line-height: 3em;
    border-bottom: 1px solid #666;
    text-align: center; }
    .sm-admin .sm-admin-nav a {
      color: #000;
      cursor: pointer;
      text-decoration: none; }
  .sm-admin .sm-admin-apps-table {
    width: 95%;
    margin-bottom: 20px; }
    .sm-admin .sm-admin-apps-table tbody tr {
      border-bottom: 1px dashed darkgray; }
      .sm-admin .sm-admin-apps-table tbody tr td {
        padding: 2%; }
        .sm-admin .sm-admin-apps-table tbody tr td a {
          float: right;
          color: #DCEAF5; }
          .sm-admin .sm-admin-apps-table tbody tr td a:hover {
            color: #B4D2E9;
            text-decoration: underline; }
  .sm-admin .sm-admin-user-management,
  .sm-admin .sm-admin-review-applications {
    padding: 10px;
    min-height: 500px;
    width: 100%;
    margin: 50px auto; }
    .sm-admin .sm-admin-user-management .failure,
    .sm-admin .sm-admin-review-applications .failure {
      background-color: red; }
    .sm-admin .sm-admin-user-management .admin-actions,
    .sm-admin .sm-admin-review-applications .admin-actions {
      display: block; }

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 20px; }
  .pagination li {
    display: inline-block;
    margin: 0 5px; }
    .pagination li a {
      display: block;
      padding: 8px 12px;
      border: 1px solid #ccc;
      color: #000;
      text-decoration: none;
      transition: background-color 0.3s;
      transition-duration: 0.3s; }
      .pagination li a:hover {
        background-color: #000;
        color: #DCEAF5 !important;
        transition-duration: 0.3s; }
    .pagination li.active a {
      background-color: #000;
      color: #DCEAF5; }

.sm-manage-tattoos {
  padding: 30px 0;
  grid-area: main;
  width: 602px;
  margin: auto;
  min-height: 54vw; }
  .sm-manage-tattoos .tattoo-list-item .description-row .links .btn {
    margin: 0;
    margin-left: 5px; }

@media (max-width: 606px) {
  .sm-manage-tattoos {
    width: 96%;
    margin: auto; }
  .tattoo-list-item {
    width: 96%;
    margin: auto;
    margin-bottom: 20px; }
    .tattoo-list-item img {
      width: 90%; } }

.sm-about {
  color: #777;
  background-color: #DCEAF5; }
  .sm-about .sm-about-main {
    width: 80%;
    margin: auto;
    padding: 50px 0;
    text-align: center; }
    .sm-about .sm-about-main h2 {
      color: #252525;
      font-size: 1.75rem;
      line-height: 2.625rem;
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500;
      margin-bottom: 1em;
      text-align: center;
      letter-spacing: 0.01em; }
    .sm-about .sm-about-main p {
      margin-bottom: 2em;
      color: #666666; }
      .sm-about .sm-about-main p:last-child {
        margin-bottom: 0; }
    .sm-about .sm-about-main a {
      color: #0A0E0F;
      border-bottom: 1px solid #0A0E0F;
      font-weight: 500; }
    .sm-about .sm-about-main .team-member {
      display: grid;
      grid-template-columns: 320px auto;
      grid-template-areas: "picture details";
      padding-bottom: 20px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 20px; }
      .sm-about .sm-about-main .team-member .team-member-picture {
        grid-area: picture;
        text-align: center; }
        .sm-about .sm-about-main .team-member .team-member-picture img {
          width: 250px;
          height: 250px;
          margin-bottom: 20px; }
        .sm-about .sm-about-main .team-member .team-member-picture h3 {
          font-size: 1.7em;
          margin-bottom: 5px; }
        .sm-about .sm-about-main .team-member .team-member-picture h4 {
          font-size: 1.2em;
          margin-bottom: 0.5em;
          font-weight: normal; }
        .sm-about .sm-about-main .team-member .team-member-picture ul li {
          margin-bottom: 5px;
          font-size: 0.9em; }
      .sm-about .sm-about-main .team-member .team-member-details {
        grid-area: details;
        padding-top: 40px;
        text-align: left;
        vertical-align: bottom; }
        .sm-about .sm-about-main .team-member .team-member-details p {
          font-size: 1em;
          letter-spacing: 1px;
          margin-bottom: 1em; }
    .sm-about .sm-about-main .team-member-slim {
      display: grid;
      grid-template-columns: 25% 25% 25% 25%;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; }
      .sm-about .sm-about-main .team-member-slim .team-member-picture img {
        width: 90%; }
      .sm-about .sm-about-main .team-member-slim .team-member-picture h3 {
        font-size: 1.5em;
        margin-bottom: 5px; }
      .sm-about .sm-about-main .team-member-slim .team-member-picture h4 {
        font-size: 1.2em;
        margin-bottom: 0.5em;
        font-weight: normal; }

@media (max-width: 960px) {
  .sm-about .sm-about-main .team-member {
    grid-template-columns: 270px auto; }
    .sm-about .sm-about-main .team-member .team-member-picture img {
      width: 200px;
      height: 200px; } }

@media (max-width: 650px) {
  .sm-about .sm-about-main h2 {
    font-size: 2.2em; }
  .sm-about .sm-about-main .team-member {
    grid-template-columns: 1fr;
    grid-template-areas: "picture" "details"; }
    .sm-about .sm-about-main .team-member .team-member-picture {
      text-align: center;
      margin-bottom: 1em; }
      .sm-about .sm-about-main .team-member .team-member-picture img {
        width: 250px;
        height: 250px; }
    .sm-about .sm-about-main .team-member .team-member-details {
      padding-top: 0; }
  .sm-about .sm-about-main .team-member-slim {
    grid-template-columns: 1fr;
    border-bottom: none;
    padding-bottom: 0; }
    .sm-about .sm-about-main .team-member-slim .team-member-picture {
      margin-bottom: 1em;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1em; }
      .sm-about .sm-about-main .team-member-slim .team-member-picture img {
        width: 250px;
        height: 250px; } }

@media (max-width: 420px) {
  .sm-about .sm-about-main {
    width: 90%; }
    .sm-about .sm-about-main h2 {
      font-size: 1.8em;
      text-align: center; }
    .sm-about .sm-about-main p {
      text-align: left;
      font-size: 1.1em;
      line-height: 1.5em; } }

.sm-affiliates {
  color: #777;
  background-color: rgba(50, 80, 120, 0.05);
  padding-bottom: 30px; }
  .sm-affiliates .sm-affiliates-main {
    margin: 250px auto;
    text-align: center;
    font-size: 5em; }

.sm-demo {
  background-color: #DCEAF5; }
  .sm-demo .sm-demo-main {
    padding: 30px 40px;
    text-align: left;
    max-width: 1075px;
    margin: auto; }
    .sm-demo .sm-demo-main h2 {
      text-align: center;
      color: #252525;
      font-size: 3em;
      line-height: 1.3em;
      font-weight: normal;
      font-family: 'Open Sans Condensed', sans-serif;
      margin-bottom: 1rem;
      padding: 5px 35px; }
    .sm-demo .sm-demo-main .call-to-action {
      margin-bottom: 1em; }
      .sm-demo .sm-demo-main .call-to-action h2 {
        margin-top: 0.5em;
        margin-bottom: 0.5em; }
    .sm-demo .sm-demo-main h3 {
      margin-bottom: 5px;
      font-size: 2.2em;
      color: #444; }
    .sm-demo .sm-demo-main h4 {
      font-size: 1.1em;
      margin: 5px 0px 10px 0px;
      font-style: italic; }
      .sm-demo .sm-demo-main h4 strong {
        font-weight: bold; }
    .sm-demo .sm-demo-main a {
      color: #DCEAF5;
      font-size: 1em;
      text-decoration: underline; }
    .sm-demo .sm-demo-main p {
      color: #777;
      text-align: center;
      padding: 5px 35px;
      line-height: 1.5em;
      font-size: 1em; }
    .sm-demo .sm-demo-main .demo-odd .special-item, .sm-demo .sm-demo-main .demo-even .special-item {
      padding-top: 100px; }
    .sm-demo .sm-demo-main .demo-odd .demo-info .info-title-content, .sm-demo .sm-demo-main .demo-even .demo-info .info-title-content {
      padding: 5px 35px; }
    .sm-demo .sm-demo-main .demo-odd .demo-info .info-quote p, .sm-demo .sm-demo-main .demo-even .demo-info .info-quote p {
      margin-bottom: 1em; }
    .sm-demo .sm-demo-main .demo-odd {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "img info";
      width: 100%;
      padding: 20px 0px;
      border-bottom: 1px dashed lightgray; }
      .sm-demo .sm-demo-main .demo-odd .demo-img {
        grid-area: img;
        margin: auto; }
      .sm-demo .sm-demo-main .demo-odd .demo-info {
        grid-area: info; }
        .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-img {
          grid-area: portrait;
          margin-right: 5px; }
        .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-content {
          grid-area: name;
          padding-top: 40px; }
          .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-content h3 {
            margin-bottom: 5px; }
    .sm-demo .sm-demo-main .demo-even {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "info img";
      width: 100%;
      padding: 20px 0px;
      border-bottom: 1px dashed lightgray; }
      .sm-demo .sm-demo-main .demo-even .demo-info {
        grid-area: info; }
        .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-img {
          grid-area: portrait;
          margin-right: 10px; }
        .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-content {
          grid-area: name;
          padding-top: 40px; }
      .sm-demo .sm-demo-main .demo-even .demo-img {
        grid-area: img;
        margin: auto; }

@media (max-width: 1020px) {
  .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-content, .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-content {
    padding-top: 40px;
    font-size: 0.9em; }
    .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-content h3, .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-content h3 {
      font-size: 2em; } }

@media (max-width: 960px) {
  .sm-demo .sm-demo-main .demo-odd, .sm-demo .sm-demo-main .demo-even {
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .sm-demo .sm-demo-main .demo-odd .special-item, .sm-demo .sm-demo-main .demo-even .special-item {
      padding-top: 0; }
    .sm-demo .sm-demo-main .demo-odd .demo-info, .sm-demo .sm-demo-main .demo-even .demo-info {
      width: 70vw;
      margin: auto; }
      .sm-demo .sm-demo-main .demo-odd .demo-info .info-title, .sm-demo .sm-demo-main .demo-even .demo-info .info-title {
        width: 80%;
        margin: auto; }
  .sm-demo .sm-demo-main .demo-odd {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "info" "img"; }
  .sm-demo .sm-demo-main .demo-even {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "info" "img"; }
    .sm-demo .sm-demo-main .demo-even .demo-info .info-title {
      padding-left: 0px; } }

@media (max-width: 800px) {
  .sm-demo .sm-demo-main {
    padding: 30px 20px; }
    .sm-demo .sm-demo-main h2 {
      font-size: 2em; }
    .sm-demo .sm-demo-main .demo-odd, .sm-demo .sm-demo-main .demo-even {
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .sm-demo .sm-demo-main .demo-odd .demo-info, .sm-demo .sm-demo-main .demo-even .demo-info {
        width: 95vw;
        margin: auto; }
        .sm-demo .sm-demo-main .demo-odd .demo-info .info-title, .sm-demo .sm-demo-main .demo-even .demo-info .info-title {
          width: 80%;
          margin: auto; } }

@media (max-width: 540px) {
  .sm-demo {
    padding-bottom: 0;
    margin-bottom: 0; }
    .sm-demo .sm-demo-main {
      padding: 0 10px; }
      .sm-demo .sm-demo-main h2 {
        text-align: center;
        margin: 1em 0em;
        font-size: 1.5em;
        padding: 0px 10px; }
      .sm-demo .sm-demo-main p {
        text-align: center;
        padding: 0px 10px 20px; }
      .sm-demo .sm-demo-main .demo-odd, .sm-demo .sm-demo-main .demo-even {
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .sm-demo .sm-demo-main .demo-odd .demo-img, .sm-demo .sm-demo-main .demo-even .demo-img {
          text-align: center; }
          .sm-demo .sm-demo-main .demo-odd .demo-img img, .sm-demo .sm-demo-main .demo-even .demo-img img {
            width: 100%; }
        .sm-demo .sm-demo-main .demo-odd .demo-info, .sm-demo .sm-demo-main .demo-even .demo-info {
          width: 90%;
          margin: auto; }
          .sm-demo .sm-demo-main .demo-odd .demo-info .info-title-content, .sm-demo .sm-demo-main .demo-even .demo-info .info-title-content {
            padding: 0; }
          .sm-demo .sm-demo-main .demo-odd .demo-info .info-title, .sm-demo .sm-demo-main .demo-even .demo-info .info-title {
            width: 100%;
            margin: auto;
            display: grid;
            grid-template-columns: 1fr;
            grid-template-areas: "portrait" "name" "name"; }
            .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-img, .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-img {
              margin: auto; }
            .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-content, .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-content {
              margin: auto;
              padding-top: 0;
              margin-bottom: 1em; }
              .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-content h3, .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-content h3 {
                text-align: center; }
              .sm-demo .sm-demo-main .demo-odd .demo-info .info-title .info-title-content .special-name, .sm-demo .sm-demo-main .demo-even .demo-info .info-title .info-title-content .special-name {
                margin-top: 100px; }
          .sm-demo .sm-demo-main .demo-odd .demo-info .info-quote p, .sm-demo .sm-demo-main .demo-even .demo-info .info-quote p {
            padding: 0; } }

.sm-download {
  color: #777;
  background-color: white; }
  .sm-download .sm-download-main {
    width: 100%;
    padding: 95px 0px;
    text-align: center;
    color: white;
    background: url("https://cdn.skinmotion.com/images/layout/banners/banner-waveform-01.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    letter-spacing: 2px; }
    .sm-download .sm-download-main h1 {
      font-size: 2.4em;
      margin-bottom: 20px;
      color: #DCEAF5;
      font-weight: 500; }
    .sm-download .sm-download-main p {
      width: 40%;
      min-width: 290px;
      margin: auto;
      line-height: 25px;
      margin-bottom: 30px;
      font-size: 1.2em;
      color: #F1F1F1; }
    .sm-download .sm-download-main .btn {
      padding: 13.5px 38px;
      border-radius: 6px; }
      .sm-download .sm-download-main .btn:first-child {
        margin-right: 1.5rem; }
    .sm-download .sm-download-main span {
      color: #DCEAF5;
      cursor: pointer;
      border-bottom: 1px dashed #DCEAF5; }
    .sm-download .sm-download-main .faq-link {
      margin-top: 40px; }
      .sm-download .sm-download-main .faq-link a {
        padding: 13.5px 38px;
        color: #DCEAF5;
        font-size: 1.1em;
        border: 1px solid #DCEAF5;
        border-radius: 6px;
        background-color: transparent;
        transition: background-color 200ms; }
        .sm-download .sm-download-main .faq-link a:hover {
          color: #000;
          background-color: #DCEAF5;
          text-decoration: none;
          font-weight: 500; }

@media (max-width: 400px) {
  .sm-download .sm-download-main {
    padding: 50px 0px; }
    .sm-download .sm-download-main h1 {
      font-size: 1.8em; }
    .sm-download .sm-download-main p {
      margin-bottom: 0.9em; }
    .sm-download .sm-download-main .faq-link {
      font-size: 0.8em; } }

.sm-faq {
  color: #777;
  background-color: #DCEAF5;
  padding-bottom: 50px; }
  .sm-faq .sm-faq-main {
    padding: 3.75rem 0;
    margin-top: 50px;
    display: grid;
    grid-template-areas: "topics content";
    grid-template-columns: 364px 1fr;
    gap: 1.5rem; }
    .sm-faq .sm-faq-main .sm-faq-main-topics {
      grid-area: topics;
      border-right: 0.5px solid #B4B4B4;
      padding-right: 2.9375rem;
      letter-spacing: 0; }
      .sm-faq .sm-faq-main .sm-faq-main-topics h4 {
        margin-bottom: 2rem;
        font-style: normal;
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.125rem; }
      .sm-faq .sm-faq-main .sm-faq-main-topics a.topic-sub-title {
        font-style: normal;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.875rem; }
      .sm-faq .sm-faq-main .sm-faq-main-topics ul li {
        font-weight: bold;
        margin-bottom: 1rem; }
        .sm-faq .sm-faq-main .sm-faq-main-topics ul li a {
          text-decoration: none;
          color: #444; }
          .sm-faq .sm-faq-main .sm-faq-main-topics ul li a:hover {
            color: #666666; }
        .sm-faq .sm-faq-main .sm-faq-main-topics ul li ul {
          margin-left: 2rem;
          list-style-type: disc;
          margin-bottom: 2rem; }
          .sm-faq .sm-faq-main .sm-faq-main-topics ul li ul li {
            font-weight: normal;
            margin-bottom: 10px;
            font-size: 20px;
            line-height: 28px;
            color: #666666;
            padding-left: 0.5rem; }
            .sm-faq .sm-faq-main .sm-faq-main-topics ul li ul li a {
              color: #666666;
              font-weight: 400; }
    .sm-faq .sm-faq-main .sm-faq-main-content {
      grid-area: content; }
      .sm-faq .sm-faq-main .sm-faq-main-content h2 {
        margin-bottom: 2rem;
        font-style: normal;
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.125rem; }
      .sm-faq .sm-faq-main .sm-faq-main-content h3 {
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 0.5px solid #B4B4B4;
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.875rem; }
      .sm-faq .sm-faq-main .sm-faq-main-content h4 {
        color: #0A0E0F;
        margin-top: 2rem;
        padding-top: 1.5rem;
        border-top: 0.5px solid #B4B4B4;
        margin-bottom: 1rem;
        font-weight: normal;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.875rem; }
      .sm-faq .sm-faq-main .sm-faq-main-content h5 {
        margin-bottom: 0.5rem;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500; }
      .sm-faq .sm-faq-main .sm-faq-main-content .faq-mobile-app a.btn:first-child {
        margin-right: 1.5rem; }
      .sm-faq .sm-faq-main .sm-faq-main-content div {
        margin-bottom: 1em; }
        .sm-faq .sm-faq-main .sm-faq-main-content div a {
          font-size: 0.8em;
          padding: 8px 10px; }
          .sm-faq .sm-faq-main .sm-faq-main-content div a:hover {
            text-decoration: none; }
          .sm-faq .sm-faq-main .sm-faq-main-content div a.btn {
            padding: 0.5rem 1.75rem;
            font-size: 1.125rem;
            line-height: 1.75rem;
            margin: 0 0 0; }
      .sm-faq .sm-faq-main .sm-faq-main-content p {
        margin-bottom: 1.5rem;
        line-height: 25px;
        color: #666666; }
        .sm-faq .sm-faq-main .sm-faq-main-content p a {
          color: #0A0E0F;
          border-bottom: 1px solid #414141;
          cursor: pointer;
          font-weight: 500;
          margin-bottom: 0.5rem;
          display: inline-block; }
          .sm-faq .sm-faq-main .sm-faq-main-content p a:hover {
            color: #414141; }
          .sm-faq .sm-faq-main .sm-faq-main-content p a.btn-blue {
            color: #fff; }
            .sm-faq .sm-faq-main .sm-faq-main-content p a.btn-blue:hover {
              color: #fff; }
      .sm-faq .sm-faq-main .sm-faq-main-content ul.dark-txt li {
        color: #252525;
        font-size: 1.125rem;
        line-height: 1.75rem; }
      .sm-faq .sm-faq-main .sm-faq-main-content ul {
        margin-bottom: 1em;
        margin-left: 2em;
        list-style-type: disc; }
        .sm-faq .sm-faq-main .sm-faq-main-content ul li {
          list-style-type: disc;
          margin-bottom: 0.5em;
          color: #666666;
          font-size: 1.125rem; }
      .sm-faq .sm-faq-main .sm-faq-main-content img {
        border-radius: 6px;
        width: 47%;
        margin-right: 10px; }
      .sm-faq .sm-faq-main .sm-faq-main-content ol {
        padding: 1rem;
        background-color: #DCEAF5;
        margin-bottom: 1.5rem;
        list-style-type: decimal;
        border: 0.5px solid #B4B4B4;
        border-radius: 6px; }
        .sm-faq .sm-faq-main .sm-faq-main-content ol li {
          margin-left: 1rem;
          line-height: 1.5em;
          color: #1A1A1A; }

@media (max-width: 780px) {
  .sm-faq .sm-faq-main {
    width: 90%;
    grid-template-areas: "topics" "content";
    grid-template-columns: 100%; }
    .sm-faq .sm-faq-main .sm-faq-main-content p img {
      width: 80%;
      margin: auto; } }

@media (max-width: 540px) {
  .sm-faq .sm-faq-main {
    width: 95%; }
    .sm-faq .sm-faq-main .sm-faq-main-topics {
      padding-bottom: 1em;
      width: 95%;
      margin: auto;
      margin-bottom: 2em;
      border-bottom: 3px solid #333;
      padding-left: 20px; }
    .sm-faq .sm-faq-main p {
      font-size: 1em; } }

.sm-info-container {
  display: none; }

.sm-map-marker-info {
  text-align: center; }
  .sm-map-marker-info .sm-map-marker-info-photo {
    margin: auto;
    display: block;
    height: 150px;
    width: 150px;
    border-radius: 1px;
    background: url("https://cdn.skinmotion.com/images/layout/profile-pic-placeholder.png") center center #999 no-repeat;
    background-size: cover;
    margin-bottom: 2px; }
  .sm-map-marker-info .sm-map-marker-info-name {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1px; }
  .sm-map-marker-info .sm-map-marker-info-city {
    margin-bottom: 4px; }
  .sm-map-marker-info .btn {
    margin: 0;
    padding: 5px 12px 6px 12px; }

.sm-activate {
  background-color: white;
  padding-bottom: 30px;
  margin: auto; }
  .sm-activate .sm-activate-main {
    text-align: center; }
  .sm-activate .upload-container {
    width: 80%;
    margin: auto;
    padding-top: 1em; }
    .sm-activate .upload-container h2 {
      font-size: 1.4m; }
    .sm-activate .upload-container p {
      margin-bottom: 1em; }
    .sm-activate .upload-container ul {
      list-style: initial; }
      .sm-activate .upload-container ul li {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.2rem; }
        .sm-activate .upload-container ul li ul li {
          float: left;
          list-style-type: none;
          width: 250px; }
          .sm-activate .upload-container ul li ul li img {
            width: 100%; }
        .sm-activate .upload-container ul li ul .activate-help-correct {
          color: #339900; }
        .sm-activate .upload-container ul li ul .activate-help-wrong {
          color: #dd5656; }
      .sm-activate .upload-container ul .images {
        list-style-type: none;
        text-align: center; }
  .sm-activate .canvas-image-holder {
    width: 800px;
    position: relative;
    margin: auto; }
    .sm-activate .canvas-image-holder canvas {
      position: absolute;
      top: 0px;
      left: 0px; }
    .sm-activate .canvas-image-holder img {
      height: auto;
      width: 800px; }
    .sm-activate .canvas-image-holder canvas {
      z-index: 100; }

.sm-configure-overlay {
  width: 1000px;
  margin: auto;
  margin-top: 30px; }
  .sm-configure-overlay .overlay-canvas-wrapper {
    width: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    margin: auto; }
    .sm-configure-overlay .overlay-canvas-wrapper img {
      height: auto;
      width: 800px;
      left: 100px; }
  .sm-configure-overlay canvas {
    position: absolute;
    top: 0px;
    left: 0px; }
  .sm-configure-overlay .options-row {
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .sm-configure-overlay .options-row div {
      margin-right: 20px;
      margin-bottom: 10px; }
      .sm-configure-overlay .options-row div span {
        display: block;
        margin-bottom: 10px;
        text-align: center; }
    .sm-configure-overlay .options-row .rc-slider {
      width: 300px; }
    .sm-configure-overlay .options-row button {
      margin-right: 50px;
      font-size: 1.1em;
      padding: 10px 17px;
      border: none;
      border-radius: 10px;
      background-color: #e5decd;
      cursor: pointer; }
      .sm-configure-overlay .options-row button:hover {
        background-color: #b19c68;
        color: #fff; }

.sm-checkout-and-activate .sm-form legend {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em; }

.sm-checkout-and-activate .sm-form input {
  margin-top: 5px;
  margin-bottom: 5px; }

.sm-checkout-and-activate .Select {
  width: 30%; }

.sm-checkout-and-activate .sm-select-artist {
  width: 50%;
  margin: auto; }

.sm-checkout-and-activate .sm-select-playbar-color {
  width: 50%;
  margin: auto; }

.sm-checkout-and-activate img.tattoo-img {
  max-width: 578px;
  max-height: 380px; }

.sm-activate-marker {
  grid-area: main;
  width: 100%;
  margin: auto;
  padding: 30px 0;
  min-height: 54vw; }
  .sm-activate-marker .sm-download-photo {
    max-width: 600px; }
    .sm-activate-marker .sm-download-photo h3 {
      margin-bottom: 1em; }
    .sm-activate-marker .sm-download-photo .btn {
      margin-bottom: 30px; }
    .sm-activate-marker .sm-download-photo .tattoo-img {
      max-width: 578px;
      max-height: 300px;
      display: block;
      margin: auto;
      margin-bottom: 20px;
      border: 2px solid #666; }
  .sm-activate-marker .tattoo-mask-wrapper {
    width: 800px;
    position: relative;
    margin: auto; }
    .sm-activate-marker .tattoo-mask-wrapper img {
      height: auto;
      width: 800px; }
    .sm-activate-marker .tattoo-mask-wrapper .mask-img {
      position: absolute;
      top: 0px;
      left: 0px; }
  .sm-activate-marker .sm-upload-soundwave {
    width: 80%;
    margin: auto; }
    .sm-activate-marker .sm-upload-soundwave h2 {
      margin-bottom: 20px;
      font-size: 2em; }
    .sm-activate-marker .sm-upload-soundwave div {
      margin-bottom: 30px;
      padding-top: 30px;
      border-top: 1px solid #666; }
      .sm-activate-marker .sm-upload-soundwave div label {
        font-size: 1.3em;
        margin-bottom: 20px;
        display: block; }
      .sm-activate-marker .sm-upload-soundwave div input {
        display: block;
        font-size: 1.3em;
        margin-bottom: 20px; }
    .sm-activate-marker .sm-upload-soundwave .tattoo-img {
      max-height: 300px;
      max-width: 578px; }
    .sm-activate-marker .sm-upload-soundwave .mask-img {
      max-width: 578px;
      max-height: 300px; }
  .sm-activate-marker .sm-redo-or-activate {
    width: 602px;
    margin: auto; }
    .sm-activate-marker .sm-redo-or-activate h2 {
      margin-bottom: 20px; }

@media (max-width: 480px) {
  .sm-activate .upload-container ul li ul li {
    width: 320px; } }

.sm-home {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5); }
  .sm-home .sm-home-banner {
    width: 100%; }
    .sm-home .sm-home-banner .video-container {
      position: absolute;
      z-index: -1;
      width: 100%;
      max-width: 1366px; }
      .sm-home .sm-home-banner .video-container video {
        width: 100%; }
  .sm-home .sm-home-mobile-intro {
    display: none; }
  .sm-home .sm-home-mobile-download {
    display: none; }
  .sm-home .sm-press-logos {
    display: block;
    background: url("https://storage.googleapis.com/skinmotion-assets/static/skinmotion-client-logos.jpg") #DCEAF5 no-repeat;
    background-size: contain;
    background-position: center center;
    height: 147px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc; }
    .sm-home .sm-press-logos h4 {
      padding-top: 0.5REM;
      font-family: 'Cabinet Grotesk';
      text-transform: capitalize;
      color: #1A1A1A;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 0;
      font-size: 1.25rem;
      line-height: 1.5625rem; }
    .sm-home .sm-press-logos .btn {
      margin-top: 75px;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px; }
  .sm-home .sm-slideable {
    top: 0;
    z-index: -1000;
    width: 100%;
    margin: 0px auto;
    display: inline-block; }
  .sm-home .sm-home-section-wrappper {
    background-color: #1A1A1A; }
    .sm-home .sm-home-section-wrappper .container {
      max-width: 1140px;
      margin: 0 auto; }
  .sm-home .sm-home-section-one {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-areas: "one two three";
    padding: 40px 0px;
    text-align: center;
    background-color: #1A1A1A; }
    .sm-home .sm-home-section-one div p {
      color: #F1F1F1;
      font-weight: 300;
      max-width: 85%;
      margin: 0 auto; }
      .sm-home .sm-home-section-one div p a {
        color: #F1F1F1; }
        .sm-home .sm-home-section-one div p a span {
          border-bottom: 1px solid #DCEAF5;
          color: #DCEAF5; }
    .sm-home .sm-home-section-one h4 {
      letter-spacing: 0.5px;
      margin-bottom: 1rem;
      font-style: normal;
      font-weight: 500;
      font-size: 1.75rem;
      line-height: 2rem;
      font-family: 'Cabinet Grotesk'; }
    .sm-home .sm-home-section-one p {
      line-height: 1.5em; }
    .sm-home .sm-home-section-one .sm-home-feature1, .sm-home .sm-home-section-one .sm-home-feature2, .sm-home .sm-home-section-one .sm-home-feature3 {
      width: 60px;
      height: 60px;
      margin: auto;
      margin-bottom: 20px; }
    .sm-home .sm-home-section-one .sm-home-part-1 {
      grid-area: one;
      padding: 1.75rem 8.875rem 0 2.0625rem;
      border-right: 0.5px solid rgba(184, 235, 255, 0.6); }
      .sm-home .sm-home-section-one .sm-home-part-1 .sm-home-feature1 {
        text-decoration: none;
        background-color: none; }
        .sm-home .sm-home-section-one .sm-home-part-1 .sm-home-feature1 a {
          display: block;
          width: 100%;
          height: 100%;
          background: url("https://storage.googleapis.com/skinmotion-assets/images/logo/tattoos-hear-icon.png") center center no-repeat;
          background-size: 100%; }
          .sm-home .sm-home-section-one .sm-home-part-1 .sm-home-feature1 a:hover {
            background-color: #DCEAF5;
            text-decoration: none; }
      .sm-home .sm-home-section-one .sm-home-part-1 h4 a {
        text-decoration: none;
        color: #DCEAF5; }
      .sm-home .sm-home-section-one .sm-home-part-1 p a {
        text-decoration: none;
        color: #F1F1F1; }
        .sm-home .sm-home-section-one .sm-home-part-1 p a span {
          color: #DCEAF5;
          font-weight: 500; }
    .sm-home .sm-home-section-one .sm-home-part-2 {
      grid-area: two;
      padding: 1.75rem  2.0625rem 0 8.875rem; }
      .sm-home .sm-home-section-one .sm-home-part-2 .sm-home-feature2 {
        text-decoration: none;
        background-color: none; }
        .sm-home .sm-home-section-one .sm-home-part-2 .sm-home-feature2 a {
          display: block;
          width: 100%;
          height: 100%;
          background: url("https://storage.googleapis.com/skinmotion-assets/images/logo/tattoo-artist-directory-icon.png") center center no-repeat;
          background-size: 80%; }
          .sm-home .sm-home-section-one .sm-home-part-2 .sm-home-feature2 a:hover {
            background-color: #DCEAF5;
            text-decoration: none; }
      .sm-home .sm-home-section-one .sm-home-part-2 h4 a {
        text-decoration: none;
        color: #DCEAF5; }
      .sm-home .sm-home-section-one .sm-home-part-2 p a {
        text-decoration: none;
        color: #F1F1F1; }
        .sm-home .sm-home-section-one .sm-home-part-2 p a span {
          color: #DCEAF5;
          font-weight: 500; }
    .sm-home .sm-home-section-one .sm-home-part-3 {
      grid-area: three;
      padding: 30px 35px; }
      .sm-home .sm-home-section-one .sm-home-part-3 .sm-home-feature3 {
        text-decoration: none;
        background-color: none; }
        .sm-home .sm-home-section-one .sm-home-part-3 .sm-home-feature3 a {
          display: block;
          width: 100%;
          height: 100%;
          background: url("https://cdn.skinmotion.com/images/layout/home/sm-homepage-feature3.png") center center no-repeat;
          background-size: 80%;
          border: 2px solid #DCEAF5;
          border-radius: 33px; }
          .sm-home .sm-home-section-one .sm-home-part-3 .sm-home-feature3 a:hover {
            background-color: #DCEAF5;
            text-decoration: none; }
      .sm-home .sm-home-section-one .sm-home-part-3 h4 a {
        text-decoration: none;
        color: #252525; }
      .sm-home .sm-home-section-one .sm-home-part-3 p a {
        text-decoration: none;
        color: #252525; }
  .sm-home .sm-home-section-two {
    position: relative;
    max-width: 1140px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 70% 30%);
    grid-template-areas: "video info";
    background-color: rgba(255, 255, 255, 0.7);
    padding: 35px 30px;
    border-bottom: 2px solid #252525;
    background-color: #DCEAF5;
    z-index: 1;
    align-items: center; }
    .sm-home .sm-home-section-two::before {
      background-color: #DCEAF5; }
    .sm-home .sm-home-section-two .sm-home-video {
      grid-area: video;
      margin-bottom: 50px;
      padding-right: 0px;
      width: 100%; }
      .sm-home .sm-home-section-two .sm-home-video img {
        width: 100%;
        height: auto;
        border-radius: 6px; }
    .sm-home .sm-home-section-two .sm-home-info {
      grid-area: info;
      padding-left: 1.5rem; }
      .sm-home .sm-home-section-two .sm-home-info h3 {
        font-size: 2em;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-family: 'Cabinet Grotesk';
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.125rem; }
      .sm-home .sm-home-section-two .sm-home-info p {
        line-height: 1.5em;
        max-width: 76%; }
        .sm-home .sm-home-section-two .sm-home-info p span {
          color: #0A0E0F; }
      .sm-home .sm-home-section-two .sm-home-info a {
        margin-top: 15px;
        margin-left: 0px;
        border-radius: 0;
        text-transform: capitalize; }
        .sm-home .sm-home-section-two .sm-home-info a.btn {
          font-weight: 500;
          font-size: 1.125rem;
          line-height: 1.625rem;
          padding: 0.75rem 2.5rem;
          border-radius: 6px; }
  .sm-home .sm-home-section-three {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "press logos logos logos";
    padding: 10px;
    background-color: white; }
    .sm-home .sm-home-section-three .sm-home-press {
      grid-area: press;
      text-align: center;
      margin-top: 35%; }
    .sm-home .sm-home-section-three .sm-home-logos {
      grid-area: logos;
      padding-right: 50px; }
      .sm-home .sm-home-section-three .sm-home-logos img {
        width: 100%; }

@media (max-width: 960px) {
  .sm-home .sm-press-logos {
    background-position: center 30px; }
  .sm-home .sm-home-section-two .sm-home-video iframe {
    width: 100%;
    height: 370px; } }

@media (max-width: 650px) {
  .sm-home .sm-home-mobile-intro {
    display: block;
    padding: 20px 0;
    border-top: 1px dotted #333;
    border-bottom: 1px solid #111;
    background: url("https://cdn.skinmotion.com/images/layout/home-mobile-intro-back.jpg") top center no-repeat;
    background-size: cover;
    background-color: #666666;
    /* Old browsers */
    background-color: -moz-linear-gradient(top, #666666 0%, #444444 100%);
    /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, #666666 0%, #444444 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, #666666 0%, #444444 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 );
    /* IE6-9 */ }
    .sm-home .sm-home-mobile-intro h3 {
      text-align: center;
      font-size: 1.2em;
      font-family: 'Open Sans Condensed', sans-serif;
      color: #fff;
      font-weight: normal;
      margin-bottom: 5px; }
    .sm-home .sm-home-mobile-intro h4 {
      text-align: center;
      font-size: 1.1em;
      line-height: 1.2em;
      font-weight: normal;
      font-family: 'Open Sans Condensed', sans-serif;
      color: #fff;
      margin-bottom: 10px;
      padding: 0 20px; }
    .sm-home .sm-home-mobile-intro h1 {
      width: 300px;
      margin: auto;
      height: 100px;
      margin-bottom: 10px; }
      .sm-home .sm-home-mobile-intro h1 .soundwave-logo {
        position: absolute;
        height: 100px;
        width: 300px;
        margin: auto;
        background: url("https://storage.googleapis.com/skinmotion-assets/images/logo/soundwavetattoo-logo-white-wshadow1.png") no-repeat center center;
        background-size: contain;
        border-bottom: none; }
        .sm-home .sm-home-mobile-intro h1 .soundwave-logo span {
          position: absolute;
          left: -5000px; }
    .sm-home .sm-home-mobile-intro .btn {
      display: block;
      margin: auto;
      font-size: 1.2em;
      width: 25%; }
  .sm-home .sm-home-mobile-download {
    background-color: #282828;
    display: grid;
    padding: 10px;
    grid-template-areas: "apple google";
    grid-template-columns: 50% 50%; }
    .sm-home .sm-home-mobile-download .download-apple {
      grid-area: apple; }
    .sm-home .sm-home-mobile-download .download-google {
      grid-area: google; }
    .sm-home .sm-home-mobile-download div {
      width: 140px;
      margin: auto; }
      .sm-home .sm-home-mobile-download div a {
        width: 140px;
        background-size: contain; }
  .sm-home .sm-home-section-one {
    grid-template-columns: 1fr;
    grid-template-areas: "one" "two" "three";
    padding: 25px 10px;
    border-bottom: 0px; }
    .sm-home .sm-home-section-one p {
      padding: 0 12%; }
    .sm-home .sm-home-section-one .sm-home-part-1 {
      padding: 10px 5px 30px;
      border-right: none;
      border-bottom: 1px solid lightgrey; }
    .sm-home .sm-home-section-one .sm-home-part-2 {
      padding: 30px 5px 10px;
      border-right: none; }
    .sm-home .sm-home-section-one .sm-home-part-3 {
      padding: 30px 5px 10px; }
  .sm-home .sm-press-logos {
    background-position: center 40px; }
    .sm-home .sm-press-logos .btn {
      margin-top: 55px; }
  .sm-home .sm-home-section-two {
    grid-template-columns: 1fr;
    grid-template-areas: "video" "info"; }
    .sm-home .sm-home-section-two .sm-home-video {
      padding-right: 0px;
      margin-bottom: 15px; }
      .sm-home .sm-home-section-two .sm-home-video iframe {
        width: 100%;
        height: 244px; }
  .sm-home .sm-home-section-three {
    grid-template-columns: 1fr;
    grid-template-areas: "press" "logos"; }
    .sm-home .sm-home-section-three .sm-home-press {
      margin: 15px 0px; }
    .sm-home .sm-home-section-three .sm-home-logos {
      padding-right: 0px; }
      .sm-home .sm-home-section-three .sm-home-logos img {
        width: 100%; } }

@media (max-width: 480px) {
  .sm-home .sm-home-banner {
    display: none; }
  .sm-home .sm-press-logos {
    height: 275px;
    background: url("https://cdn.skinmotion.com/images/layout/press-vert.jpg") white no-repeat center center; }
    .sm-home .sm-press-logos .btn {
      margin-top: 208px; }
  .sm-home .sm-home-section-two {
    padding: 0px; }
    .sm-home .sm-home-section-two .sm-home-info {
      margin: 0px 20px 20px 20px; }
    .sm-home .sm-home-section-two .sm-home-video iframe {
      width: 100%;
      height: 56vw; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sm-home .sm-home-section-wrappper .container {
    width: 90%; }
  .sm-home .sm-home-section-one .sm-home-part-1 {
    padding: 1.75rem 5.875rem 0 2.0625rem; }
  .sm-home .sm-home-section-one .sm-home-part-2 {
    padding: 1.75rem 2.0625rem 0 5.875rem; }
  .sm-home .sm-home-section-two {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px) and (max-width: 991px) {
  .sm-home .sm-home-section-wrappper .container {
    width: 90%; }
  .sm-home .sm-home-section-one .sm-home-part-1 {
    padding: 1.75rem 4.875rem 0 2.0625rem; }
  .sm-home .sm-home-section-one .sm-home-part-2 {
    padding: 1.75rem 2.0625rem 0 4.875rem; }
  .sm-home .sm-home-section-two {
    grid-template-columns: repeat(2, 1fr); }
    .sm-home .sm-home-section-two .sm-home-info {
      margin: 0px 50px 0 24px; } }

@media (max-width: 767px) {
  .sm-home .sm-home-section-wrappper .container {
    width: 80%; }
  .sm-home .sm-home-section-two .sm-home-info p {
    max-width: 100%; } }

.sm-license-agreement {
  color: #666666;
  background-color: #DCEAF5; }
  .sm-license-agreement p {
    margin: 15px 0px;
    line-height: 20px; }
  .sm-license-agreement .sm-license-agreement-main {
    padding: 40px 5%; }

.sm-login-form {
  background-color: #DCEAF5; }
  .sm-login-form .title-main {
    text-align: center; }
    .sm-login-form .title-main h1 {
      margin: auto; }
  .sm-login-form .sm-form-container {
    grid-area: Form;
    width: 31%;
    border: 1px solid #B4B4B4;
    border-radius: 6px;
    min-width: 290px;
    padding: 2.625rem;
    box-sizing: content-box;
    max-width: 478px; }
    .sm-login-form .sm-form-container p {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.625rem; }
    .sm-login-form .sm-form-container .btn {
      padding: 0.84375rem 2.375em;
      margin: 2.5rem 0 1.5rem;
      font-weight: 500;
      font-size: 22px;
      line-height: 27px; }
    .sm-login-form .sm-form-container a {
      color: #252525;
      font-weight: 500; }
    .sm-login-form .sm-form-container .sm-form-passive {
      margin-bottom: 15px;
      line-height: 1.2em;
      font-size: 1.1em; }
      .sm-login-form .sm-form-container .sm-form-passive strong {
        font-weight: bold;
        color: #dd5656; }
    .sm-login-form .sm-form-container h4 {
      margin-bottom: 2.5rem;
      font-weight: 500; }

@media (max-width: 730px) {
  .sm-login-form .sm-form-container {
    width: 80%; } }

@media (max-width: 420px) {
  .sm-login-form {
    padding: 20px 0 20px 0; }
    .sm-login-form .sm-form-container {
      width: 100%;
      padding: 5px;
      margin: 0;
      min-width: unset; } }

.sm-mysoundwavestory {
  background-color: white; }
  .sm-mysoundwavestory .sm-mysoundwavestory {
    width: 50%;
    min-height: 20vw;
    padding: 50px;
    margin: auto;
    text-align: center; }
    .sm-mysoundwavestory .sm-mysoundwavestory p {
      margin-bottom: 1em; }

.sm-marketing-guide {
  background-color: #DCEAF5; }
  .sm-marketing-guide a {
    color: #000; }
  .sm-marketing-guide .sm-marketing-guide-main {
    width: 80%;
    padding: 50px 0;
    margin: auto; }
    .sm-marketing-guide .sm-marketing-guide-main h3 {
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
    .sm-marketing-guide .sm-marketing-guide-main h4 {
      font-size: 1.75rem;
      line-height: 2.25rem;
      border-bottom: 0.5px solid #B4B4B4;
      font-weight: 500;
      margin-bottom: 1.5rem; }
    .sm-marketing-guide .sm-marketing-guide-main h5 {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    .sm-marketing-guide .sm-marketing-guide-main p {
      margin-bottom: 1em;
      line-height: 1.2em; }
      .sm-marketing-guide .sm-marketing-guide-main p.sm-marketing-guide-section-end {
        border-top: 1px solid #666666;
        line-height: 2em; }
    .sm-marketing-guide .sm-marketing-guide-main .sm-marketing-guide-logo {
      border: 1px solid #252525;
      background-color: #fff;
      border-radius: 8px;
      padding: 30px;
      margin-bottom: 2rem;
      text-align: center; }
      .sm-marketing-guide .sm-marketing-guide-main .sm-marketing-guide-logo img {
        width: 80%; }
      .sm-marketing-guide .sm-marketing-guide-main .sm-marketing-guide-logo a {
        margin-left: 2rem;
        color: #252525;
        text-decoration: underline; }
    .sm-marketing-guide .sm-marketing-guide-main ul {
      padding-left: 3em;
      margin-bottom: 1em; }
      .sm-marketing-guide .sm-marketing-guide-main ul li {
        list-style-type: disc;
        line-height: 1.3em; }

.sm-news {
  background-color: white; }
  .sm-news .sm-news-main {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px; }
    .sm-news .sm-news-main h3 {
      margin-bottom: 1em; }
    .sm-news .sm-news-main p {
      margin-bottom: 2em; }

.sm-not-found {
  background-color: #DCEAF5; }
  .sm-not-found .sm-not-found-main {
    width: 50%;
    min-height: 20vw;
    padding: 50px;
    margin: auto;
    text-align: center; }
    .sm-not-found .sm-not-found-main h3 {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 1em;
      font-weight: 500; }
    .sm-not-found .sm-not-found-main h4 {
      font-size: 1.3em;
      margin-bottom: 1em;
      font-weight: 500; }
    .sm-not-found .sm-not-found-main p {
      margin-bottom: 1em; }
    .sm-not-found .sm-not-found-main a {
      color: #0A0E0F;
      text-decoration: underline; }

.sm-change-password .sm-password-reset {
  padding: 2.5rem;
  border: 1px solid #B4B4B4;
  border-radius: 6px;
  width: 45%;
  min-width: 200px;
  margin: 0 auto;
  box-sizing: content-box; }
  .sm-change-password .sm-password-reset h4 {
    margin-bottom: 2.5rem; }
  .sm-change-password .sm-password-reset .field-wrap {
    display: block;
    width: 100%; }
    .sm-change-password .sm-password-reset .field-wrap > div {
      position: relative; }
    .sm-change-password .sm-password-reset .field-wrap input {
      width: 100%;
      box-sizing: border-box; }

.sm-standalone-password-reset {
  background-color: #DCEAF5; }
  .sm-standalone-password-reset .sm-password-reset {
    text-align: center; }
    .sm-standalone-password-reset .sm-password-reset .sm-form {
      padding: 2.5rem;
      border: 1px solid #B4B4B4;
      border-radius: 6px;
      position: relative;
      margin-bottom: 15px;
      min-width: 200px;
      display: inline-flex;
      flex-direction: column;
      margin: 60px auto;
      width: 31%;
      max-width: 478px; }
      .sm-standalone-password-reset .sm-password-reset .sm-form h4 {
        margin-bottom: 2.5rem; }
      .sm-standalone-password-reset .sm-password-reset .sm-form .field-wrap {
        justify-content: unset;
        width: 100%;
        margin-bottom: 1rem; }
        .sm-standalone-password-reset .sm-password-reset .sm-form .field-wrap > div {
          width: 100%; }
      .sm-standalone-password-reset .sm-password-reset .sm-form .btn {
        margin: 1rem auto 0;
        padding: 0.84375rem 2.375em;
        width: fit-content;
        border-radius: 6px; }

.sm-patent-pending {
  color: #777;
  background-color: white; }
  .sm-patent-pending .sm-patent-pending-main {
    padding-top: 50px;
    padding-bottom: 200px;
    width: 80%;
    margin: auto; }
    .sm-patent-pending .sm-patent-pending-main p {
      text-align: center;
      margin-bottom: 1em; }

.sm-press-page {
  color: #777;
  background-color: #DCEAF5;
  padding-bottom: 30px; }
  .sm-press-page h2 {
    margin: 60px 20px 40px 20px;
    color: #252525;
    font-size: 1.75em;
    font-weight: 500;
    text-align: center; }
  .sm-press-page p {
    font-size: 1.125em;
    margin: 15px auto;
    line-height: 1.5em;
    width: 80%; }
  .sm-press-page a {
    color: #252525; }
  .sm-press-page .sm-press-page-video {
    margin: auto;
    width: 50%;
    height: 40vw;
    max-width: 640px;
    max-height: 360px; }
  .sm-press-page .sm-press-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "intro intro" "left right";
    font-size: 1em;
    line-height: 1.5em;
    column-gap: 1.5rem; }
    .sm-press-page .sm-press-main h3 {
      grid-area: title;
      font-size: 1.5rem;
      line-height: 2rem;
      color: #252525;
      padding-bottom: 1.5rem;
      margin-bottom: 0;
      font-weight: 500; }
    .sm-press-page .sm-press-main h4 {
      font-weight: bold; }
    .sm-press-page .sm-press-main p {
      margin: 15px 0px; }
    .sm-press-page .sm-press-main a {
      color: #0A0E0F;
      cursor: pointer;
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500;
      font-size: 1.125em;
      line-height: 150%; }
    .sm-press-page .sm-press-main ul {
      border: 1px solid #B4B4B4;
      border-radius: 6px;
      margin-bottom: 1.5rem;
      border-bottom: unset; }
    .sm-press-page .sm-press-main li {
      list-style-type: none;
      border-bottom: 1px solid #B4B4B4;
      background-color: transparent;
      line-height: 1em;
      padding: 1rem; }
      .sm-press-page .sm-press-main li a {
        display: block;
        width: 100%;
        font-weight: 400;
        color: #666666; }
        .sm-press-page .sm-press-main li a strong {
          font-weight: 400;
          color: #0A0E0F; }
      .sm-press-page .sm-press-main li:hover {
        background-color: #0A0E0F;
        color: #DCEAF5; }
        .sm-press-page .sm-press-main li:hover a {
          color: #B4B4B4; }
        .sm-press-page .sm-press-main li:hover strong {
          color: #DCEAF5; }
    .sm-press-page .sm-press-main .sm-press-left {
      grid-area: left; }
    .sm-press-page .sm-press-main .sm-press-right {
      grid-area: right; }

@media (max-width: 650px) {
  .sm-press-page .sm-press-main {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "left" "right"; }
    .sm-press-page .sm-press-main .sm-press-left {
      padding-right: 0px;
      border: none;
      margin-bottom: 2em; }
    .sm-press-page .sm-press-main .sm-press-right {
      padding-left: 0; } }

@media (max-width: 420px) {
  .sm-press-page .sm-press-page-video {
    width: 100%;
    height: 50vw; }
  .sm-press-page .sm-press-main {
    font-size: 0.8em; } }

.sm-presskit {
  color: #777;
  background-color: white;
  padding-bottom: 30px; }
  .sm-presskit .sm-presskit-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "left right";
    font-size: 1em;
    line-height: 30px;
    padding: 20px 7%; }
    .sm-presskit .sm-presskit-main h2 {
      margin: 20px 0px 10px 0px;
      color: #252525;
      font-size: 1.3em;
      font-weight: bold; }
    .sm-presskit .sm-presskit-main h3 {
      grid-area: title;
      text-align: center;
      font-size: 1.2em; }
    .sm-presskit .sm-presskit-main h4 {
      font-weight: bold; }
    .sm-presskit .sm-presskit-main p {
      margin: 15px 0px; }
    .sm-presskit .sm-presskit-main a {
      color: #DCEAF5;
      cursor: pointer; }
    .sm-presskit .sm-presskit-main ul {
      margin-left: 20px;
      margin-bottom: 1em; }
    .sm-presskit .sm-presskit-main li {
      list-style-type: disc; }
    .sm-presskit .sm-presskit-main .sm-presskit-left {
      grid-area: left;
      padding-right: 35px; }
    .sm-presskit .sm-presskit-main .sm-presskit-right {
      grid-area: right; }

@media (max-width: 650px) {
  .sm-presskit .sm-presskit-main {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "left" "right"; }
    .sm-presskit .sm-presskit-main .sm-presskit-left {
      padding-right: 0px; } }

@media (max-width: 400px) {
  .sm-presskit .sm-presskit-main {
    font-size: 0.8em; } }

.sm-privacy {
  color: #777;
  background-color: #DCEAF5;
  padding-bottom: 30px; }
  .sm-privacy .sm-privacy-main {
    padding: 20px 40px;
    text-align: left; }
    .sm-privacy .sm-privacy-main h4 {
      font-size: 1rem;
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-top: 2rem;
      margin-bottom: 1rem;
      font-weight: 500;
      text-transform: capitalize; }
    .sm-privacy .sm-privacy-main p {
      margin: 8px 0px 32px 0px;
      font-weight: 400;
      margin-bottom: 1rem; }
    .sm-privacy .sm-privacy-main a {
      color: #000;
      cursor: pointer; }
    .sm-privacy .sm-privacy-main #liability {
      margin-bottom: 30px; }

.sm-referral-terms {
  background-color: white; }
  .sm-referral-terms .sm-referral-terms-main {
    padding: 40px 40px; }
    .sm-referral-terms .sm-referral-terms-main h4 {
      font-weight: bold;
      margin: 5px 0px 10px 0px; }
    .sm-referral-terms .sm-referral-terms-main p {
      line-height: 20px;
      margin-bottom: 15px;
      color: #777; }

.sm-signup {
  width: 100%;
  margin: auto;
  background: #DCEAF5;
  padding-bottom: 60px; }
  .sm-signup .sm-signup-main {
    display: grid;
    grid-template: "Helper Form";
    grid-template-columns: 50% 50%; }
    .sm-signup .sm-signup-main .sm-signup-helper {
      grid-area: Helper;
      padding: 60px 20px 0 0; }
      .sm-signup .sm-signup-main .sm-signup-helper h3 {
        margin-bottom: 1rem; }
      .sm-signup .sm-signup-main .sm-signup-helper h4 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #0A0E0F;
        font-weight: 500; }
      .sm-signup .sm-signup-main .sm-signup-helper p {
        margin-bottom: 2em;
        line-height: 1.5em; }
      .sm-signup .sm-signup-main .sm-signup-helper .sm-signup-helper-intro {
        font-family: 'Cabinet Grotesk';
        font-style: normal;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2.25rem;
        color: #666666;
        margin-bottom: 1.5rem; }
        .sm-signup .sm-signup-main .sm-signup-helper .sm-signup-helper-intro a {
          color: #000; }
      .sm-signup .sm-signup-main .sm-signup-helper .sm-signup-helper a {
        color: #000; }
    .sm-signup .sm-signup-main .sm-form-container {
      grid-area: Form;
      width: 60%;
      margin-top: 60px;
      padding: 40px;
      border: 0.5px solid #B4B4B4;
      border-radius: 6px;
      box-sizing: content-box; }
      .sm-signup .sm-signup-main .sm-form-container .btn {
        padding: 12px 40px; }
      .sm-signup .sm-signup-main .sm-form-container h4 {
        letter-spacing: 0.01em;
        color: #0A0E0F;
        font-weight: 400;
        text-transform: capitalize; }

@media (max-width: 730px) {
  .sm-signup .sm-signup-main {
    grid-template: "Form" "Helper"; }
    .sm-signup .sm-signup-main .sm-form-container {
      -webkit-box-shadow: inset 10px 10px 45px -25px rgba(0, 0, 0, 0);
      -moz-box-shadow: inset 10px 10px 45px -25px rgba(0, 0, 0, 0);
      box-shadow: inset 10px 10px 45px -25px rgba(0, 0, 0, 0); } }

@media (max-width: 420px) {
  .sm-signup .title-main {
    display: none; }
  .sm-signup .sm-signup-main .sm-form-container {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0; } }

.sm-soundwave-tattoos {
  text-align: center;
  background-color: #DCEAF5;
  padding-bottom: 20px; }
  .sm-soundwave-tattoos h2 {
    margin: 1em 0.5em;
    padding: 2.5rem 0;
    font-weight: 400;
    font-size: 2.6em;
    font-family: 'Cabinet Grotesk'; }
    .sm-soundwave-tattoos h2 a {
      border-bottom: 4px solid #1A1A1A;
      color: #1A1A1A;
      font-weight: 500;
      text-transform: capitalize; }
      .sm-soundwave-tattoos h2 a:hover {
        color: #666666; }
  .sm-soundwave-tattoos a {
    border-bottom: 1px solid #DCEAF5; }
    .sm-soundwave-tattoos a.btn.btn-hero {
      border: 1px solid #DCEAF5 !important;
      text-shadow: unset; }
      .sm-soundwave-tattoos a.btn.btn-hero:hover {
        border: 1px solid #DCEAF5;
        background-color: transparent !important; }
  .sm-soundwave-tattoos .page-content {
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 50px;
    background-color: #DCEAF5; }
    .sm-soundwave-tattoos .page-content h3 {
      font-size: 2em;
      margin-bottom: 0; }
    .sm-soundwave-tattoos .page-content h4 {
      font-weight: 600;
      font-size: 1.4em;
      margin-top: 20px;
      color: #DCEAF5; }
    .sm-soundwave-tattoos .page-content h4, .sm-soundwave-tattoos .page-content p {
      margin-left: 20px;
      margin-right: 20px; }
    .sm-soundwave-tattoos .page-content p {
      line-height: 1.5em; }
    .sm-soundwave-tattoos .page-content .content-box {
      padding-bottom: 3.75rem; }
      .sm-soundwave-tattoos .page-content .content-box h3 {
        font-size: 1.25rem;
        line-height: 1.625rem;
        font-weight: 500;
        font-family: 'Cabinet Grotesk';
        color: #414141; }
      .sm-soundwave-tattoos .page-content .content-box h4 {
        font-size: 1.5rem;
        line-height: 1.9375rem;
        font-family: 'Cabinet Grotesk';
        text-transform: capitalize;
        color: #414141; }
      .sm-soundwave-tattoos .page-content .content-box p {
        color: #666666; }
        .sm-soundwave-tattoos .page-content .content-box p a {
          color: #0A0E0F;
          border-bottom: 1px solid #414141;
          font-weight: 500; }
    .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types {
      width: 100%;
      background-color: #1A1A1A;
      margin-bottom: 60px; }
      .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types h3 {
        color: #DCEAF5;
        text-transform: none;
        font-family: 'Cabinet Grotesk';
        margin-bottom: 2.5rem !important;
        font-weight: 700;
        font-size: 1.75rem;
        line-height: 2.25rem; }
        .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types h3 span {
          font-weight: 400; }
        .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types h3.mb-0 {
          margin-bottom: 0 !important; }
      .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "one two three";
        margin-bottom: 40px; }
        .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid div h3 {
          margin-bottom: 0.5em; }
        .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid div p {
          font-size: 1.4em;
          font-family: 'Space Grotesk';
          font-weight: 300;
          color: #D7D7D7;
          max-width: 70%;
          margin: 0 auto; }
        .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-standard {
          position: relative;
          padding-top: 200px;
          grid-area: one;
          border-right: 1px solid rgba(184, 235, 255, 0.6); }
          .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-standard .gif-wrap {
            position: absolute;
            background: #DCEAF5 url(https://cdn.skinmotion.com/images/soundwave-tattoos/sw-standard.gif) top center no-repeat;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 75%;
            height: 200px;
            border-radius: 6px; }
          .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-standard h3 {
            margin-top: 2.5rem;
            margin-bottom: 1.5rem !important;
            font-weight: 500; }
        .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-script {
          position: relative;
          padding-top: 200px;
          grid-area: two;
          border-right: 1px solid rgba(184, 235, 255, 0.6); }
          .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-script .gif-wrap {
            position: absolute;
            background: #DCEAF5 url(https://cdn.skinmotion.com/images/soundwave-tattoos/sw-script.gif) top center no-repeat;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 75%;
            height: 200px;
            border-radius: 6px; }
          .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-script h3 {
            margin-top: 2.5rem;
            margin-bottom: 1.5rem !important;
            font-weight: 500; }
        .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-symbols {
          position: relative;
          padding-top: 200px;
          grid-area: three; }
          .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-symbols .gif-wrap {
            position: absolute;
            background: #DCEAF5 url(https://cdn.skinmotion.com/images/soundwave-tattoos/sw-symbol.gif) top center no-repeat;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 75%;
            height: 200px;
            border-radius: 6px; }
          .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-symbols h3 {
            margin-top: 2.5rem;
            margin-bottom: 1.5rem !important;
            font-weight: 500; }
    .sm-soundwave-tattoos .page-content .content-box {
      display: inline-block !important;
      margin: 0px 10px 10px 10px;
      width: calc( (100% / 3) - 20px);
      height: 570px;
      font-size: 1.1em; }
      .sm-soundwave-tattoos .page-content .content-box div {
        margin-bottom: 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .sm-soundwave-tattoos .page-content .content-box div span {
          display: none; }
      .sm-soundwave-tattoos .page-content .content-box .step1 {
        display: block;
        width: 100%;
        height: 70%;
        background: url("https://cdn.skinmotion.com/images/soundwave-tattoos/soundwave-visualization.jpg") no-repeat center center;
        background-size: cover; }
      .sm-soundwave-tattoos .page-content .content-box .step2 {
        display: block;
        width: 100%;
        height: 70%;
        background: url("https://cdn.skinmotion.com/images/soundwave-tattoos/tattoo-closeup.jpg") no-repeat center center;
        background-size: cover; }
      .sm-soundwave-tattoos .page-content .content-box .step3 {
        display: block;
        width: 100%;
        height: 70%;
        background: url("https://cdn.skinmotion.com/images/soundwave-tattoos/app-textured.jpg") no-repeat center center;
        background-size: cover; }
      .sm-soundwave-tattoos .page-content .content-box h4 {
        margin-top: 10px;
        margin-bottom: .75rem; }
      .sm-soundwave-tattoos .page-content .content-box img {
        width: 100%;
        height: 200px;
        border-radius: 16px 16px 0px 0px; }
  .sm-soundwave-tattoos .faq {
    font-size: 1.5em;
    margin: 0em 1em 1em 1em; }
    .sm-soundwave-tattoos .faq .know-more-img-wrap {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1.5rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      margin-bottom: 3.75rem; }
      .sm-soundwave-tattoos .faq .know-more-img-wrap img {
        width: calc((100% / 2) - 0.75rem);
        min-width: 200px;
        object-fit: cover; }
    .sm-soundwave-tattoos .faq h3 {
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500;
      font-size: 48px;
      line-height: 60px;
      margin-bottom: 1rem; }
    .sm-soundwave-tattoos .faq a {
      color: #1A1A1A;
      text-decoration: underline; }
    .sm-soundwave-tattoos .faq a.faq-text {
      font-weight: 500;
      font-size: 2rem;
      line-height: 2.5rem;
      margin-bottom: 2.5rem; }
  .sm-soundwave-tattoos .download-app {
    position: relative;
    clear: both;
    font-size: 1.5em;
    margin: 0.5em 0 .5em 0;
    background-color: #252525; }
    .sm-soundwave-tattoos .download-app::before {
      background-color: #252525; }
    .sm-soundwave-tattoos .download-app h3 {
      font-size: 48px;
      line-height: 60px;
      font-weight: 500;
      margin-bottom: 1rem;
      color: #DCEAF5;
      font-family: 'Cabinet Grotesk'; }
    .sm-soundwave-tattoos .download-app p {
      margin-bottom: 0; }
    .sm-soundwave-tattoos .download-app a {
      color: #DCEAF5; }
    .sm-soundwave-tattoos .download-app span {
      color: #B4B4B4; }
  .sm-soundwave-tattoos .sm-how-it-works-video {
    width: 50vw;
    height: 30vw;
    display: block;
    margin: auto;
    margin-bottom: 50px; }
    .sm-soundwave-tattoos .sm-how-it-works-video iframe {
      height: 100%;
      width: 100%;
      display: block; }
  .sm-soundwave-tattoos .testimonials h2 {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0; }

@media (max-width: 920px) {
  html {
    font-size: 14px;
    line-height: 16px; }
  .sm-soundwave-tattoos .page-content .content-box {
    height: 620px; } }

@media (max-width: 780px) {
  .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid > div {
    margin-top: 3rem;
    margin-bottom: 2rem; }
    .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid > div h3 {
      margin-top: 1.5rem;
      margin-bottom: 0.5rem !important; }
  .sm-soundwave-tattoos h2 {
    font-size: 2.2em; }
  .sm-soundwave-tattoos .page-content {
    margin-bottom: 1rem; }
    .sm-soundwave-tattoos .page-content .content-box {
      width: 55vw;
      margin: 1rem auto;
      border-bottom: 1px dashed #e2e2e2;
      padding-bottom: 0.5rem; }
      .sm-soundwave-tattoos .page-content .content-box h4 {
        font-size: 1.2em; }
    .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid {
      display: grid;
      grid-template-columns: 100%;
      grid-template-areas: "one" "two" "three"; }
    .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types div {
      border: none; } }

@media (max-width: 480px) {
  html {
    font-size: 13px;
    line-height: 15px; }
  .sm-soundwave-tattoos h2 {
    font-size: 1.6em; }
  .sm-soundwave-tattoos .page-content .content-box {
    width: 90vw;
    margin: 1em auto;
    clear: both; }
  .sm-soundwave-tattoos .faq {
    font-size: 1.5em;
    margin: 0em 1em 1em 1em; }
    .sm-soundwave-tattoos .faq h3 {
      font-size: 1.2em;
      padding-bottom: 4px;
      margin-bottom: 6px; }
  .sm-soundwave-tattoos .testimonials h2 {
    font-size: 2em; }
  .sm-soundwave-tattoos .download-app h3 {
    font-size: 1.2em;
    padding-bottom: 4px;
    margin-bottom: 12px; }
  .sm-soundwave-tattoos .sm-how-it-works-video {
    width: 96vw;
    height: 50vw;
    display: block;
    margin: auto; }
  .sm-soundwave-tattoos .page-content .content-box p {
    margin-bottom: 0; }
  .sm-soundwave-tattoos .page-content .content-box {
    padding-bottom: 0.5rem; }
  .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-standard, .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types .sm-soundwave-tattoos-types-grid .sm-soundwave-tattoos-type-script {
    border-right: unset; } }

.sm-support {
  color: #777;
  background-color: #DCEAF5; }
  .sm-support .no-decoration {
    text-decoration: unset !important; }
  .sm-support h3 {
    margin-bottom: 1.5rem;
    font-weight: 500; }
    .sm-support h3 span {
      text-decoration: underline; }
  .sm-support .sm-support-main .support-intro {
    margin-bottom: 1em;
    padding-bottom: 1em; }
    .sm-support .sm-support-main .support-intro > div {
      margin-bottom: 2.5rem; }
      .sm-support .sm-support-main .support-intro > div p {
        margin-bottom: 0; }
      .sm-support .sm-support-main .support-intro > div a.btn {
        margin-top: 1.5rem;
        margin-bottom: 0; }
    .sm-support .sm-support-main .support-intro .btn {
      margin: auto;
      text-align: center; }
    .sm-support .sm-support-main .support-intro h4 {
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-bottom: 1.5rem; }
    .sm-support .sm-support-main .support-intro a {
      color: #000;
      text-decoration: underline;
      font-weight: 500; }
      .sm-support .sm-support-main .support-intro a.no-decoration {
        color: #666666;
        font-weight: 400; }
    .sm-support .sm-support-main .support-intro a.btn {
      color: #DCEAF5;
      text-decoration: unset;
      padding: 12px 40px; }
  .sm-support .sm-support-main h2 {
    font-size: 2em;
    padding: 20px;
    border-bottom: 2px solid #e2e2e2; }
  .sm-support .sm-support-main p {
    line-height: 1.5em; }
  .sm-support .sm-support-main .sm-faq {
    margin-bottom: 0; }
    .sm-support .sm-support-main .sm-faq .sm-faq-sliders-container {
      border-bottom: 2px solid #e2e2e2; }
      .sm-support .sm-support-main .sm-faq .sm-faq-sliders-container .sm-sm-faq-question {
        font-size: 0.8em;
        padding: 10px 5px 5px 5px; }
  .sm-support .sm-support-email h3 {
    font-size: 1.5em;
    margin: 30px 0px; }
  .sm-support .sm-support-email h5 {
    margin-top: 8px;
    color: #252525; }
  .sm-support .sm-support-email select {
    width: 50%;
    min-width: 230px;
    height: 45px;
    margin: 10px 0px;
    font-size: 1em;
    border-color: #e2e2e2; }
  .sm-support .sm-support-email input[type=text], .sm-support .sm-support-email input[type=password], .sm-support .sm-support-email input[type=email] {
    width: 50%;
    min-width: 200px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: .9em;
    box-sizing: border-box; }
  .sm-support .sm-support-email textarea {
    width: 75%;
    margin: 10px 0px;
    border-color: #e2e2e2;
    border-radius: 5px; }

.sm-tattoo-preview {
  width: 600px;
  margin-bottom: 25px; }
  .sm-tattoo-preview .tattoo-preview-wrapper {
    position: relative;
    margin: auto; }
    .sm-tattoo-preview .tattoo-preview-wrapper .mask-playback-canvas {
      display: none; }
  .sm-tattoo-preview .overlay-canvas-wrapper {
    width: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    margin: auto; }
    .sm-tattoo-preview .overlay-canvas-wrapper .mask-playback-canvas {
      display: none; }
    .sm-tattoo-preview .overlay-canvas-wrapper .configure-overlay-canvas {
      opacity: 0.9; }
  .sm-tattoo-preview img.tattoo-img {
    max-width: 578px;
    max-height: 300px;
    margin: auto; }
  .sm-tattoo-preview .play-button {
    display: none;
    position: absolute;
    left: 150px;
    width: 100px;
    height: 100px;
    top: 20%; }
  .sm-tattoo-preview canvas {
    position: absolute;
    top: 1px;
    left: 11px; }

.sm-terms {
  color: #777;
  background-color: #DCEAF5;
  padding-bottom: 30px; }
  .sm-terms .sm-terms-main {
    text-align: left; }
    .sm-terms .sm-terms-main h4, .sm-terms .sm-terms-main h5 {
      color: #252525;
      font-size: 1.5rem;
      line-height: 1.875rem;
      font-weight: 500;
      margin-top: 2rem;
      margin-bottom: 1.5rem; }
    .sm-terms .sm-terms-main p {
      margin-bottom: 1rem;
      font-weight: 400; }
      .sm-terms .sm-terms-main p strong {
        font-weight: 400;
        color: #252525; }
    .sm-terms .sm-terms-main ol {
      list-style-type: lower-roman;
      margin-left: 60px;
      line-height: 25px; }
    .sm-terms .sm-terms-main ul {
      list-style-type: disc;
      margin-left: 60px;
      margin-bottom: 40px;
      line-height: 25px; }
    .sm-terms .sm-terms-main a {
      color: #000;
      cursor: pointer; }
    .sm-terms .sm-terms-main #liability {
      margin-bottom: 30px; }

@media (max-width: 560px) {
  .sm-terms .sm-terms-main ol {
    margin-left: 30px; }
  .sm-terms .sm-terms-main ul {
    margin-left: 30px; } }

.sm-tutorial {
  color: #777;
  background-color: white;
  padding-bottom: 30px; }
  .sm-tutorial .sm-tutorial-main {
    margin: 250px auto;
    text-align: center;
    font-size: 5em; }

.sm-videos .sm-videos-main {
  width: 100%;
  height: 550px; }
  .sm-videos .sm-videos-main iframe {
    width: 100%;
    height: 100%; }

.sm-videos .sm-videos-secondary {
  width: 100%;
  background-color: white; }
  .sm-videos .sm-videos-secondary .video {
    display: inline-table;
    width: 350px;
    height: 250px;
    padding: 20px; }
    .sm-videos .sm-videos-secondary .video img {
      width: 350px;
      height: 200px; }
      .sm-videos .sm-videos-secondary .video img:hover {
        cursor: pointer; }
    .sm-videos .sm-videos-secondary .video .sm-videos-details h3 {
      display: inline-block;
      padding: 15px 0px;
      height: 30px;
      width: 60%; }
    .sm-videos .sm-videos-secondary .video .sm-videos-details h4 {
      display: inline-block;
      padding: 15px 0px;
      float: right;
      vertical-align: top;
      font-size: 0.7em; }

.sm-videos .ytp-title-link yt-uix-sessionlink {
  display: none; }

@media (max-width: 1080px) {
  .sm-videos .sm-videos-main {
    height: 400px; } }

@media (max-width: 960px) {
  .sm-videos {
    width: 100%; }
    .sm-videos .sm-videos-main {
      height: 350px; }
    .sm-videos .sm-videos-secondary {
      white-space: normal; }
      .sm-videos .sm-videos-secondary .video {
        display: inline-table;
        width: 100%;
        height: 200px;
        padding: 20px 0px 0px 0px;
        border-right: none;
        border-bottom: 1px solid gray; }
        .sm-videos .sm-videos-secondary .video img {
          width: 35%;
          height: 80%;
          display: inline-block;
          margin: 0px 20px; }
        .sm-videos .sm-videos-secondary .video .sm-videos-details {
          display: inline-block;
          width: 50%;
          vertical-align: top; }
          .sm-videos .sm-videos-secondary .video .sm-videos-details h3 {
            width: 90%;
            padding: 5px 0px 0px 0px;
            display: inline-block;
            font-size: 1.1em;
            text-align: left;
            vertical-align: top; }
          .sm-videos .sm-videos-secondary .video .sm-videos-details h4 {
            margin-top: 10px;
            padding: 0px;
            float: left; } }

@media (max-width: 650px) {
  .sm-videos .sm-videos-secondary .video {
    height: 150px;
    padding: 25px 0px 0px 0px; }
    .sm-videos .sm-videos-secondary .video .sm-videos-details h3 {
      font-size: 0.8em; } }

@media (max-width: 480px) {
  .sm-videos .sm-videos-secondary {
    height: 300px;
    overflow: scroll; }
    .sm-videos .sm-videos-secondary .video {
      height: 90px;
      padding: 20px 0px 0px 0px; } }

.sm-mobile-dashboard {
  color: #f1f1f1;
  background-color: #444;
  height: 100%;
  min-height: calc(100vw - 43px); }
  .sm-mobile-dashboard .sm-mobile-dashboard-video {
    width: 100%;
    height: 45vw;
    border-bottom: 1px solid #333; }
  .sm-mobile-dashboard .sm-mobile-dashboard-main {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    width: 60%;
    font-siez: 1.2em; }
    .sm-mobile-dashboard .sm-mobile-dashboard-main h1 {
      padding: 0 20px;
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #fff;
      text-align: center; }
    .sm-mobile-dashboard .sm-mobile-dashboard-main h2 {
      font-size: 1.8em;
      font-style: italic;
      letter-spacing: 1px;
      line-hieght: 1.2em;
      padding: 20px 30px;
      background-color: #DCEAF5;
      border-top: 1px solid black;
      border-bottom: 1px solid #666666;
      margin-bottom: 10px;
      font-family: 'Cabinet Grotesk'; }
    .sm-mobile-dashboard .sm-mobile-dashboard-main h3, .sm-mobile-dashboard .sm-mobile-dashboard-main h4, .sm-mobile-dashboard .sm-mobile-dashboard-main h5 {
      padding: 0 20px; }
    .sm-mobile-dashboard .sm-mobile-dashboard-main p {
      padding: 0 20px;
      font-size: 1em;
      line-height: 1.3em;
      margin-bottom: 1em; }
    .sm-mobile-dashboard .sm-mobile-dashboard-main a {
      color: #DCEAF5; }

@media (max-width: 400px) {
  .sm-mobile-dashboard .sm-mobile-dashboard-main {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    font-size: 1em; }
    .sm-mobile-dashboard .sm-mobile-dashboard-main p {
      padding: 0 20px;
      font-size: 1em;
      line-height: 1.3em;
      margin-bottom: 1em; }
    .sm-mobile-dashboard .sm-mobile-dashboard-main a {
      color: #DCEAF5; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .sm-main .sm-mobile-app-header {
    padding-top: 45px; }
    .sm-main .sm-mobile-app-header .sm-mobile-back {
      top: 50px; } }

.sm-unsolicited-idea-policy {
  background-color: #fff;
  width: 100%; }
  .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main {
    width: 80%;
    margin: auto;
    padding: 30px 0; }
    .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main h1, .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main h2, .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main h3, .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main h4, .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main h5, .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main p, .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main ul, .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main li {
      margin-bottom: 1em; }
    .sm-unsolicited-idea-policy .sm-unsolicited-idea-policy-main ol {
      list-style-type: decimal;
      margin-left: 3em; }

.sm-add-review .review-star-rater {
  text-align: center; }

.sm-add-review .review-text form {
  text-align: center; }

#review-textarea {
  width: 75%;
  min-width: 230px; }

@media (max-width: 400px) {
  .sm-add-review h2 {
    font-size: 2em; } }

.sm-artist-application-splash {
  color: #777;
  background-color: #DCEAF5; }
  .sm-artist-application-splash .sm-artist-application-splash-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "top top" "left right";
    margin: 50px auto;
    padding-bottom: 2.375rem !important; }
    .sm-artist-application-splash .sm-artist-application-splash-main a {
      color: #252525;
      font-weight: 500; }
    .sm-artist-application-splash .sm-artist-application-splash-main p, .sm-artist-application-splash .sm-artist-application-splash-main li {
      line-height: 20px;
      color: #666666;
      font-style: normal;
      font-weight: 400;
      font-size: 1.125rem;
      line-height: 175%; }
    .sm-artist-application-splash .sm-artist-application-splash-main p {
      margin-bottom: 1.5rem; }
    .sm-artist-application-splash .sm-artist-application-splash-main li {
      margin-bottom: 1rem; }
    .sm-artist-application-splash .sm-artist-application-splash-main h3 {
      border-radius: 6px;
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-bottom: 1.5rem;
      padding: 1rem;
      font-style: normal;
      font-weight: 500;
      background-color: #1A1A1A;
      color: #DCEAF5; }
    .sm-artist-application-splash .sm-artist-application-splash-main h5 {
      margin-bottom: 1rem;
      margin-top: 1.5rem;
      color: #252525;
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 26px; }
    .sm-artist-application-splash .sm-artist-application-splash-main ol {
      list-style-type: decimal;
      list-style-position: inside;
      margin: 20px; }
    .sm-artist-application-splash .sm-artist-application-splash-main li {
      margin: 0; }
    .sm-artist-application-splash .sm-artist-application-splash-main .top-side {
      grid-area: top;
      width: 100%;
      margin-bottom: 2.5rem;
      text-align: center;
      font-weight: 500;
      font-size: 1.75rem;
      line-height: 2.625rem; }
      .sm-artist-application-splash .sm-artist-application-splash-main .top-side h4 {
        font-family: 'Cabinet Grotesk';
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.625rem;
        margin-bottom: 0; }
    .sm-artist-application-splash .sm-artist-application-splash-main .left-side {
      grid-area: left;
      vertical-align: top;
      padding-right: 1.5rem;
      border-right: 0.5px solid #999999; }
    .sm-artist-application-splash .sm-artist-application-splash-main .right-side {
      grid-area: right;
      padding-left: 1.5rem;
      vertical-align: top; }
  .sm-artist-application-splash .nav-buttons {
    text-align: center;
    padding-bottom: 50px;
    font-size: 1.1em; }
    .sm-artist-application-splash .nav-buttons .btn {
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 500;
      padding: 0.75rem 2.5rem;
      margin: 0; }

@media (max-width: 650px) {
  .sm-artist-application-splash .sm-artist-application-splash-main {
    grid-template-columns: 1fr;
    grid-template-areas: "top" "left" "right"; }
    .sm-artist-application-splash .sm-artist-application-splash-main .left-side {
      border-right: none;
      padding-right: 0px; }
    .sm-artist-application-splash .sm-artist-application-splash-main .right-side {
      padding-left: 0px; } }

.sm-artist-application {
  color: #777;
  background-color: #DCEAF5; }
  .sm-artist-application .sm-artist-application-intro {
    margin: 0 50px;
    text-align: center;
    padding-top: 3.75em; }
    .sm-artist-application .sm-artist-application-intro p {
      margin-bottom: 0.5em;
      font-style: normal;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 2.25rem;
      text-align: center;
      letter-spacing: 0.01em;
      line-height: 30px; }
  .sm-artist-application .sm-artist-application-content {
    width: 75%;
    min-width: 270px;
    margin: auto;
    text-align: center;
    padding: 0 20px 20px 20px;
    background-color: #DCEAF5;
    border-radius: 5px; }
    .sm-artist-application .sm-artist-application-content h3 {
      margin: 40px 0px 10px 0px;
      font-weight: bold;
      color: #000;
      font-style: normal;
      font-weight: 500;
      font-size: 1.75rem;
      line-height: 2.25rem;
      border-bottom: 0.5px solid #B4B4B4;
      text-transform: uppercase;
      padding-bottom: 1rem; }
    .sm-artist-application .sm-artist-application-content label {
      display: block;
      font-weight: 500;
      transform: translate(-2%, 0%); }
    .sm-artist-application .sm-artist-application-content input[type=text], .sm-artist-application .sm-artist-application-content input[type=password], .sm-artist-application .sm-artist-application-content input[type=email] {
      width: 75%;
      padding: 1rem;
      margin: 8px 0;
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box; }
    .sm-artist-application .sm-artist-application-content span {
      margin-left: 20px; }
    .sm-artist-application .sm-artist-application-content .sm-artist-info {
      width: 50%;
      border-radius: 10px;
      text-align: left;
      margin: auto;
      text-align: center;
      color: #252525; }
      .sm-artist-application .sm-artist-application-content .sm-artist-info p {
        margin-bottom: 0.5rem;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 2.25rem;
        text-align: center;
        letter-spacing: 0.01em;
        color: #666666; }
        .sm-artist-application .sm-artist-application-content .sm-artist-info p strong {
          color: #000; }
        .sm-artist-application .sm-artist-application-content .sm-artist-info p a {
          color: #666666; }
      .sm-artist-application .sm-artist-application-content .sm-artist-info a {
        color: #000;
        text-decoration: underline; }
        .sm-artist-application .sm-artist-application-content .sm-artist-info a:hover {
          color: #414141;
          text-decoration: underline; }
      .sm-artist-application .sm-artist-application-content .sm-artist-info strong {
        font-weight: 500; }
    .sm-artist-application .sm-artist-application-content .certification-wrap {
      position: relative;
      width: 100%;
      text-align: left; }
      .sm-artist-application .sm-artist-application-content .certification-wrap > div {
        flex-wrap: wrap;
        align-items: center; }
        .sm-artist-application .sm-artist-application-content .certification-wrap > div label {
          position: relative !important;
          top: unset;
          left: unset;
          width: 75%; }
    .sm-artist-application .sm-artist-application-content .certification-radios {
      font-size: 1.4em; }
      .sm-artist-application .sm-artist-application-content .certification-radios span {
        margin-left: 0; }
      .sm-artist-application .sm-artist-application-content .certification-radios .app-radio-span-second {
        margin-left: 40px; }
      .sm-artist-application .sm-artist-application-content .certification-radios input {
        height: 1.25rem;
        width: 1.25rem;
        background-color: #DCEAF5;
        accent-color: #232323; }
    .sm-artist-application .sm-artist-application-content .license-text p {
      margin: 1.5rem auto;
      font-size: 1.5rem;
      line-height: 2.375rem;
      text-align: center;
      color: #666666; }
      .sm-artist-application .sm-artist-application-content .license-text p a {
        color: #666666;
        cursor: pointer;
        text-decoration: underline; }
    .sm-artist-application .sm-artist-application-content .license-text .last-warning {
      color: #000;
      text-align: center;
      font-weight: 500;
      font-size: 1.75rem;
      line-height: 2.625rem;
      letter-spacing: 0.01em; }
    .sm-artist-application .sm-artist-application-content .checkbox-wrap {
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 1.75rem;
      line-height: 2.625rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%; }
      .sm-artist-application .sm-artist-application-content .checkbox-wrap input {
        height: 2.125rem;
        width: 2.125rem; }
      .sm-artist-application .sm-artist-application-content .checkbox-wrap p {
        margin-left: 5px;
        margin-bottom: 0;
        display: inline; }
    .sm-artist-application .sm-artist-application-content .sm-form {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin-top: 1.5rem; }
      .sm-artist-application .sm-artist-application-content .sm-form .field-wrap {
        width: calc(50% - 0.75rem); }
        .sm-artist-application .sm-artist-application-content .sm-form .field-wrap div {
          width: 100%; }
          .sm-artist-application .sm-artist-application-content .sm-form .field-wrap div input {
            width: 100%;
            margin: 0;
            border-radius: 6px; }
      .sm-artist-application .sm-artist-application-content .sm-form > .btn {
        margin: 0 auto;
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding: 0.8125em 1.75rem; }
      .sm-artist-application .sm-artist-application-content .sm-form .social-media-acc-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem; }
        .sm-artist-application .sm-artist-application-content .sm-form .social-media-acc-wrap .field-wrap {
          width: calc((100% / 3) - 1rem); }

#certification-label {
  margin: 0.25rem 0;
  color: #666666;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px; }

.sm-artist-app-status {
  color: #777;
  text-align: center;
  background-color: #DCEAF5; }
  .sm-artist-app-status h1 {
    text-align: left; }
  .sm-artist-app-status .sm-artist-app-status-main {
    padding: 30px 2%;
    background-color: #DCEAF5; }
    .sm-artist-app-status .sm-artist-app-status-main h3 {
      font-weight: 500;
      font-size: 1.75rem;
      line-height: 2.25rem;
      text-transform: uppercase;
      color: #252525;
      margin: 20px; }
    .sm-artist-app-status .sm-artist-app-status-main h4 {
      font-size: 1.3em;
      margin: 10px 0px 30px 0px; }
    .sm-artist-app-status .sm-artist-app-status-main p {
      width: 70%;
      margin: auto;
      margin-bottom: 20px;
      line-height: 1.5em; }
    .sm-artist-app-status .sm-artist-app-status-main .sm-artist-app-status-spacer {
      display: block;
      height: 150px; }
    .sm-artist-app-status .sm-artist-app-status-main a {
      color: #252525;
      text-decoration: underline;
      font-weight: 500; }
      .sm-artist-app-status .sm-artist-app-status-main a:hover {
        color: #414141;
        text-decoration: underline; }
      .sm-artist-app-status .sm-artist-app-status-main a.btn {
        color: #DCEAF5;
        text-decoration: none;
        padding: 0.8125rem 1.75rem; }

@media (max-width: 780px) {
  .sm-artist-application .sm-artist-info {
    width: 70%; } }

@media (max-width: 480px) {
  .sm-artist-application h3 {
    margin: 20px;
    font-size: 1em; }
  .sm-artist-application .sm-artist-application-content {
    margin-top: 20px; }
    .sm-artist-application .sm-artist-application-content .license-text p {
      width: 100%; } }

.sm-artist-directory {
  background-color: #DCEAF5; }
  .sm-artist-directory .results-section .results-table p {
    font-weight: 400 !important;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #252525; }
  .sm-artist-directory .map-input {
    position: relative;
    padding: 16px 0px 16px 0px;
    text-align: center;
    background: #0A0E0F;
    border-bottom: 1px solid #0A0E0F; }
    .sm-artist-directory .map-input .location-form input {
      float: left;
      background-color: #EFF5FA;
      width: 250px;
      padding: 12px 16px;
      border-radius: 6px;
      border: 1px solid #EFF5FA;
      font-size: 1em;
      color: #666666;
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500; }
      .sm-artist-directory .map-input .location-form input:focus {
        outline: 0 !important;
        outline: #DCEAF5;
        background-color: white; }
    .sm-artist-directory .map-input .location-form .radius-holder {
      line-height: 1em;
      overflow: hidden;
      float: left;
      width: 150px;
      margin-left: 8px;
      background: #EFF5FA url("https://cdn.skinmotion.com/images/layout/icon-select.png") no-repeat 90% 50%;
      border-radius: 6px;
      border: 1px solid #919191; }
      .sm-artist-directory .map-input .location-form .radius-holder select {
        font-size: .9em;
        padding: 12px 16px;
        color: #777;
        background: transparent;
        box-shadow: none;
        -webkit-appearance: none;
        border: none;
        width: 130%;
        padding-left: 5px; }
        .sm-artist-directory .map-input .location-form .radius-holder select:focus {
          outline: 0 !important; }
        .sm-artist-directory .map-input .location-form .radius-holder select option {
          padding: 5px; }
          .sm-artist-directory .map-input .location-form .radius-holder select option:focus {
            outline: 0 !important; }
          .sm-artist-directory .map-input .location-form .radius-holder select option:hover {
            box-shadow: 0 0 10px 100px #38c5f3 inset; }
    .sm-artist-directory .map-input .location-form button {
      margin: 0 0 0 10px;
      padding: 8px 38px;
      border: 0px;
      color: #0A0E0F;
      border-radius: 6px;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      text-transform: capitalize;
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      background-color: #DCEAF5;
      cursor: pointer; }
      .sm-artist-directory .map-input .location-form button:focus {
        background-color: #414141;
        color: #fff; }
      .sm-artist-directory .map-input .location-form button:hover {
        color: #fff;
        background-color: #414141; }
  .sm-artist-directory .sort {
    margin-top: 16px; }
    .sm-artist-directory .sort span {
      margin-right: 12px; }
    .sm-artist-directory .sort select {
      height: 1.5em;
      line-height: 1.5em;
      border-radius: 3px;
      background-color: white;
      font-size: 1em;
      border: 1px solid #e2e2e2;
      padding: 2px; }
      .sm-artist-directory .sort select:focus {
        outline: none; }
  .sm-artist-directory .google-maps {
    width: 100%;
    height: 600px;
    border-bottom: 1px solid #DDD; }
    .sm-artist-directory .google-maps .google-map {
      width: 100%;
      height: 600px; }
  .sm-artist-directory .results-section .results-table p {
    font-family: 'Space Grotesk';
    font-weight: 500; }
  .sm-artist-directory .results-section .results-table .empty-list h3, .sm-artist-directory .results-section .results-table .empty-list h4 {
    font-weight: 500; }
  .sm-artist-directory .results-section .results-table .empty-list h4 {
    font-family: 'Cabinet Grotesk'; }
  .sm-artist-directory .cta-section {
    padding: 3.3125rem 4rem;
    background-color: #000;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 105.73%), url("https://storage.googleapis.com/skinmotion-assets/images/general/skinmotion-cta-bg.jpg") no-repeat center/cover; }
    .sm-artist-directory .cta-section .cta-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
    .sm-artist-directory .cta-section h3 {
      width: 78%;
      margin: 0;
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500;
      font-size: 34px;
      line-height: 42px;
      color: #fff;
      color: #DCEAF5; }
    .sm-artist-directory .cta-section a {
      margin: 0;
      padding: 0.75rem 2.5rem;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.75rem; }

.sm-artist-results {
  width: 100%;
  margin-bottom: 20px; }
  .sm-artist-results .sm-artist-results-item {
    margin-bottom: 1rem;
    border: 0.5px solid #B4B4B4;
    border-radius: 6px;
    padding: 1.5rem;
    display: grid;
    grid-template-areas: "pic info button";
    grid-template-columns: 150px 1fr 175px;
    min-height: 100px;
    align-items: center; }
    .sm-artist-results .sm-artist-results-item .btn {
      padding: 0.75rem 2.5rem;
      font-style: normal;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin: 0; }
    .sm-artist-results .sm-artist-results-item:hover {
      background-color: white; }
    .sm-artist-results .sm-artist-results-item .sm-artist-results-profile-pic {
      grid-area: pic; }
      .sm-artist-results .sm-artist-results-item .sm-artist-results-profile-pic .profile-pic {
        display: block;
        background: url("https://cdn.skinmotion.com/images/layout/profile-pic-placeholder.png") center center #999 no-repeat;
        background-size: cover;
        border-radius: 6px;
        width: 148px;
        height: 148px; }
    .sm-artist-results .sm-artist-results-item .sm-artist-results-info {
      grid-area: info;
      margin-left: 1rem; }
      .sm-artist-results .sm-artist-results-item .sm-artist-results-info h3 {
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.625rem;
        margin-bottom: 0.5rem;
        text-transform: uppercase; }
      .sm-artist-results .sm-artist-results-item .sm-artist-results-info h4 {
        margin-bottom: 1.5rem;
        line-height: 0.8em;
        font-size: 1.375rem;
        line-height: 1.375rem;
        font-family: 'Cabinet Grotesk';
        font-weight: 500; }
        .sm-artist-results .sm-artist-results-item .sm-artist-results-info h4 a {
          color: #666666;
          text-transform: uppercase;
          font-weight: 400; }
      .sm-artist-results .sm-artist-results-item .sm-artist-results-info p {
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-bottom: 0; }
      .sm-artist-results .sm-artist-results-item .sm-artist-results-info a {
        text-decoration: none;
        color: #252525; }
      .sm-artist-results .sm-artist-results-item .sm-artist-results-info .sm-artist-results-distance {
        margin-top: 1.5rem; }
        .sm-artist-results .sm-artist-results-item .sm-artist-results-info .sm-artist-results-distance a {
          font-family: 'Cabinet Grotesk';
          color: #666666;
          font-weight: 400; }
    .sm-artist-results .sm-artist-results-item .sm-artist-results-button {
      grid-area: button;
      text-align: center;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.75rem; }

@media (max-width: 940px) {
  .sm-artist-directory .google-maps {
    height: 400px; }
    .sm-artist-directory .google-maps .google-map {
      height: 400px; } }

@media (max-width: 767px) {
  .sm-artist-directory .cta-section h3 {
    width: 100%;
    margin-bottom: 1.5rem; } }

@media (max-width: 640px) {
  .sm-artist-results .sm-artist-results-item {
    min-height: none;
    grid-template-areas: "pic info" "button info";
    grid-template-columns: 100px 1fr; }
    .sm-artist-results .sm-artist-results-item .sm-artist-results-button {
      padding: 0; }
      .sm-artist-results .sm-artist-results-item .sm-artist-results-button a {
        padding: 5px 10px;
        margin-bottom: 0; }
  .sm-artist-results .sm-artist-results-item {
    grid-template-columns: 1fr; }
  .sm-artist-results .sm-artist-results-item .sm-artist-results-info a {
    word-break: break-all; } }

@media (max-width: 560px) {
  .sm-artist-directory .map-input .location-form input {
    float: none;
    display: block;
    width: 90%;
    margin: auto; }
  .sm-artist-directory .map-input .location-form button {
    display: inline;
    float: left;
    clear: none;
    margin: none;
    margin-top: 4px;
    margin-left: 8px;
    margin-bottom: 2px; } }

@media (max-width: 480px) {
  .sm-artist-directory .map-input {
    padding-bottom: 4px; }
    .sm-artist-directory .map-input .location-form {
      width: 90%; }
      .sm-artist-directory .map-input .location-form .radius-holder {
        margin-left: 15%; }
      .sm-artist-directory .map-input .location-form button {
        display: inline;
        float: left;
        clear: none;
        margin: none;
        margin-top: 4px;
        margin-left: 8px;
        margin-bottom: 2px; }
  .results-section .sm-artist-results-item {
    padding: 10px 0px; } }

@media (max-width: 420px) {
  .sm-artist-directory .google-maps {
    height: 400px; }
    .sm-artist-directory .google-maps .google-map {
      height: 400px; }
  .sm-artist-directory .sm-advertise {
    disoplay: none; }
  .sm-artist-directory .map-input .location-form .radius-holder {
    margin-left: 5%; }
  .sm-artist-directory .map-input .location-form button {
    padding-left: 12px;
    padding-right: 12px; } }

@media (min-width: 757px) and (max-width: 1199px) {
  .results-table {
    max-width: 90%;
    margin: 0 auto; } }

@media (min-width: 480px) and (max-width: 756px) {
  .sm-artist-results .sm-artist-results-item {
    grid-template-areas: "pic info button";
    grid-template-columns: 120px 1fr 175px; }
  .sm-artist-results .sm-artist-results-item .sm-artist-results-profile-pic .profile-pic {
    width: 115px;
    height: 115px; } }

@media (max-width: 479px) {
  .sm-artist-results .sm-artist-results-item {
    grid-template-columns: repeat(2, 1fr);
    column: 0.5rem;
    row-gap: 1.5rem;
    align-items: flex-start;
    justify-content: center; }
  .sm-artist-results .sm-artist-results-item .sm-artist-results-info {
    margin-left: 0; }
  .sm-artist-results .sm-artist-results-item .sm-artist-results-profile-pic .profile-pic {
    width: 115px;
    height: 115px;
    margin-right: 0; } }

.sm-artist-details {
  background-color: white; }
  .sm-artist-details .mobilemode {
    display: none; }
  .sm-artist-details .sm-artist-details-main {
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-template-areas: "about map";
    height: 100%;
    min-height: 700px; }
    .sm-artist-details .sm-artist-details-main .sm-artist-details-about {
      grid-area: about;
      display: grid;
      grid-template-columns: 310px 1fr;
      grid-template-rows: 310px 1fr;
      grid-template-areas: "pic contact" "bio bio";
      background-color: #DCEAF5; }
      .sm-artist-details .sm-artist-details-main .sm-artist-details-about p {
        line-height: 1.5em; }
      .sm-artist-details .sm-artist-details-main .sm-artist-details-about a:not(.btn) {
        color: #000; }
      .sm-artist-details .sm-artist-details-main .sm-artist-details-about .profile-pic {
        grid-area: pic;
        display: block;
        margin-left: 40px;
        margin-top: 40px;
        background: url("https://cdn.skinmotion.com/images/layout/profile-pic-placeholder.png") center center #999 no-repeat;
        background-size: cover;
        border-radius: 6px;
        width: 250px;
        height: 250px; }
      .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info {
        grid-area: contact;
        margin-top: 45px; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info h3 {
          margin-bottom: 0.5rem;
          font-size: 2rem;
          margin-right: 20px;
          line-height: 2.375rem;
          font-weight: 500; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info h4 {
          letter-spacing: 1px;
          font-size: 1.5rem;
          color: #666;
          margin-bottom: 15px;
          margin-right: 20px;
          line-height: 1.75rem;
          padding-bottom: 1rem;
          border-bottom: 1px dotted #ccc;
          font-family: 'Cabinet Grotesk';
          font-style: normal;
          font-weight: 500; }
          .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info h4 a {
            color: #919191; }
            .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info h4 a:hover {
              color: #DCEAF5;
              text-decoration: none; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info h5 {
          border-top: 1px dotted #ccc;
          padding-top: 1rem;
          margin-right: 20px;
          margin-bottom: 0.5rem;
          font-size: 1.4em;
          font-weight: 500; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .distance-from-user {
          font-size: 1.125rem;
          line-height: 1.375rem;
          color: #666666; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .artist-stars {
          visibility: hidden;
          margin: 5px 0px; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .social-media-links {
          width: 250px;
          margin-bottom: 15px;
          min-height: 35px;
          margin-top: 1rem; }
          .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .social-media-links .social-media {
            margin-right: 20px; }
            .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .social-media-links .social-media img {
              width: 35px;
              cursor: pointer; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .artist-contact {
          float: right;
          margin-right: 20px; }
          .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .artist-contact a {
            text-transform: uppercase; }
          .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info .artist-contact .btn {
            margin: 0;
            padding: 0.5rem 1.75rem;
            text-transform: capitalize; }
      .sm-artist-details .sm-artist-details-main .sm-artist-details-about .sm-artist-details-bio {
        padding: 40px;
        padding-top: 20px;
        grid-area: bio; }
        .sm-artist-details .sm-artist-details-main .sm-artist-details-about .sm-artist-details-bio .sm-artist-details-back {
          margin-top: 20px;
          border-top: 1px dotted #ccc;
          padding-top: 20px;
          text-align: center; }
          .sm-artist-details .sm-artist-details-main .sm-artist-details-about .sm-artist-details-bio .sm-artist-details-back .btn {
            padding: 0.75rem 2.5rem;
            font-weight: 500;
            font-size: 1.125rem;
            line-height: 1.75rem; }
    .sm-artist-details .sm-artist-details-main .map-container {
      grid-area: map;
      width: 100%; }
      .sm-artist-details .sm-artist-details-main .map-container .google-map {
        width: 100%;
        height: 100%; }
    .sm-artist-details .sm-artist-details-main .sm-artist-instagram {
      background-color: #444;
      grid-area: instagram;
      padding: 30px 5%; }
      .sm-artist-details .sm-artist-details-main .sm-artist-instagram .sm-instagram-pics .instagram-pic {
        display: inline-block;
        margin: 7px;
        width: 120px;
        height: 120px;
        background-color: white;
        border: 2px solid #777; }
      .sm-artist-details .sm-artist-details-main .sm-artist-instagram .instagram-link {
        margin-top: 10px;
        color: white;
        text-align: center; }
        .sm-artist-details .sm-artist-details-main .sm-artist-instagram .instagram-link a {
          cursor: pointer; }
    .sm-artist-details .sm-artist-details-main .sm-artist-reviews {
      grid-area: review;
      padding: 30px 5%;
      margin-bottom: 10px; }
      .sm-artist-details .sm-artist-details-main .sm-artist-reviews h2 {
        font-size: 2.5em;
        font-weight: bold;
        margin-bottom: 15px; }
      .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-contents {
        padding: 20px 2% 50px 2%;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey; }
        .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-contents p {
          line-height: 20px; }
        .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-contents .star-count {
          float: right;
          margin-right: 15px;
          margin-top: 10px; }
        .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-contents .artist-reviewer {
          float: right; }
          .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-contents .artist-reviewer h5 {
            margin-top: 5px;
            font-weight: bold; }
      .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-star-rater .checked {
        color: blue; }
      .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-buttons {
        text-align: center;
        padding: 15px 0px; }
        .sm-artist-details .sm-artist-details-main .sm-artist-reviews .review-buttons div {
          display: inline;
          cursor: pointer; }
  .sm-artist-details .sm-back-to-directory {
    width: 100%;
    text-align: center;
    background: url(https://cdn.skinmotion.com/images/layout/back-to-directory-back.jpg) #eee center center no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc; }

@media (max-width: 950px) {
  .sm-artist-details .sm-artist-details-main .sm-artist-details-about {
    grid-template-columns: 1fr;
    grid-template-areas: "pic" "contact" "bio"; }
    .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info {
      margin-left: 40px; }
    .sm-artist-details .sm-artist-details-main .sm-artist-details-about .sm-artist-details-bio {
      padding-top: 20px; } }

@media (max-width: 650px) {
  .sm-artist-details .sm-artist-details-main {
    grid-template-columns: 1fr;
    grid-template-areas: "about" "map"; }
    .sm-artist-details .sm-artist-details-main .sm-artist-details-about {
      grid-template-rows: 290px 1fr; }
    .sm-artist-details .sm-artist-details-main .map-container {
      height: 300px; } }

@media (max-width: 420px) {
  .sm-artist-details .title-main {
    display: none; }
  .sm-artist-details .sm-artist-details-main .sm-artist-details-about {
    grid-template-rows: 270px 1fr; }
    .sm-artist-details .sm-artist-details-main .sm-artist-details-about .artist-info {
      margin-top: 20px;
      margin-left: 20px; }
    .sm-artist-details .sm-artist-details-main .sm-artist-details-about .profile-pic {
      margin-left: 20px;
      margin-top: 20px; }
    .sm-artist-details .sm-artist-details-main .sm-artist-details-about .sm-artist-details-bio {
      padding: 20px; } }

.sm-artist-payment {
  grid-area: main;
  width: 80%;
  min-width: 250px;
  margin: 0px auto;
  padding: 0;
  text-align: center; }
  .sm-artist-payment h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 500; }
  .sm-artist-payment p {
    margin-bottom: 1em; }
  .sm-artist-payment strong {
    font-weight: 500; }
  .sm-artist-payment em {
    font-style: italic; }
  .sm-artist-payment .align-center {
    text-align: center; }
  .sm-artist-payment .sm-form input {
    margin-bottom: 1em; }
  .sm-artist-payment .sm-form legend {
    text-align: center;
    width: 100%; }
  .sm-artist-payment #ccnumber {
    margin: 0 23%; }
  .sm-artist-payment #expmonth {
    clear: both;
    text-align: center;
    width: 5em;
    float: left;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 25%;
    min-width: 5em; }
  .sm-artist-payment #expyear {
    text-align: center;
    width: 5em;
    float: left;
    min-width: 5em;
    margin-right: 1em;
    margin-top: 1em; }
  .sm-artist-payment #securitycode {
    float: left;
    width: 7em;
    text-align: center;
    min-width: 7em;
    margin-top: 1em; }
  .sm-artist-payment .sm-artist-payment-info {
    width: 50%;
    padding: 2em 2em 1em 2em;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-bottom: 1em; }
    .sm-artist-payment .sm-artist-payment-info h3 {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 0.5em; }
    .sm-artist-payment .sm-artist-payment-info h4 {
      font-siz3: 1.1em;
      margin-bottom: 0.5em;
      color: #2783a7; }

@media (max-width: 400px) {
  .sm-artist-payment h2 {
    text-align: center;
    font-size: 1.8;
    line-height: 1.1em; }
  .sm-artist-payment .sm-artist-payment-info {
    width: calc(100% - 40px);
    padding: 20px;
    text-align: center; }
    .sm-artist-payment .sm-artist-payment-info h3 {
      font-size: 1.1em; }
    .sm-artist-payment .sm-artist-payment-info p {
      margin-bottom: 0; }
  .sm-artist-payment .btn {
    margin-left: 20px; } }

.sm-artist-app-quiz {
  color: #666666;
  background-color: #DCEAF5; }
  .sm-artist-app-quiz .sm-artist-app-quiz-title {
    width: 100%;
    height: 100px;
    padding-top: 60px;
    background: url("https://cdn.skinmotion.com/images/layout/banners/banner-waveform-03.jpg") no-repeat center;
    background-attachment: fixed;
    background-position-y: -55px;
    color: white;
    text-align: center; }
    .sm-artist-app-quiz .sm-artist-app-quiz-title h1 {
      font-size: 2em; }
    .sm-artist-app-quiz .sm-artist-app-quiz-title h2 {
      font-size: 1em; }
  .sm-artist-app-quiz .sm-artist-app-quiz-main {
    padding: 20px 2%;
    background-color: #DCEAF5; }
    .sm-artist-app-quiz .sm-artist-app-quiz-main h3 {
      padding: 1.875rem 0;
      text-align: center;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1.875rem;
      border-bottom: 0.5px solid #B4B4B4;
      margin-bottom: 0; }
    .sm-artist-app-quiz .sm-artist-app-quiz-main form {
      margin: auto;
      margin-bottom: 20px;
      border-radius: 20px;
      padding: 0px 100px 0; }
      .sm-artist-app-quiz .sm-artist-app-quiz-main form h4 {
        margin: 40px 0px 5px 0px;
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.25rem;
        text-transform: uppercase; }
      .sm-artist-app-quiz .sm-artist-app-quiz-main form div {
        margin: 15px 0px; }
        .sm-artist-app-quiz .sm-artist-app-quiz-main form div span {
          margin-left: 5px; }
      .sm-artist-app-quiz .sm-artist-app-quiz-main form .nav-buttons {
        margin-top: 50px;
        text-align: center; }

@media (max-width: 600px) {
  .sm-artist-app-quiz .sm-artist-app-quiz-main form {
    padding: 20px 20px;
    width: 80%; } }

.sm-artist-review {
  background-color: white; }
  .sm-artist-review .sm-artist-review-main {
    padding: 40px 0px;
    text-align: center; }
    .sm-artist-review .sm-artist-review-main label {
      font-weight: bold;
      margin-bottom: 10px; }
    .sm-artist-review .sm-artist-review-main select {
      margin-bottom: 25px; }

.sm-edit-profile {
  grid-area: main;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }
  .sm-edit-profile h3 {
    line-height: 2em;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 1px solid #e2e2e2; }
  .sm-edit-profile h4 {
    margin-bottom: 30px; }
  .sm-edit-profile .sm-form .field-wrap {
    margin-bottom: 0; }
  .sm-edit-profile .sm-form input {
    margin-bottom: 0; }
  .sm-edit-profile .website-social-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem; }
    .sm-edit-profile .website-social-wrap .field-wrap {
      width: calc((100% / 3) - 1rem); }
  .sm-edit-profile .profile-item-wrap {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.125rem; }
    .sm-edit-profile .profile-item-wrap ~ .sm-edit-profile-item {
      margin-bottom: 0.5rem; }
    .sm-edit-profile .profile-item-wrap .sm-edit-profile-item {
      padding: 0;
      margin: unset;
      margin-bottom: 0;
      width: calc(50% - 0.75rem);
      min-height: 300px; }
      .sm-edit-profile .profile-item-wrap .sm-edit-profile-item .sm-profile-upload {
        height: calc(100% - 1rem);
        position: relative; }
        .sm-edit-profile .profile-item-wrap .sm-edit-profile-item .sm-profile-upload .dropzone-input {
          position: absolute !important;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .sm-edit-profile .profile-item-wrap .sm-edit-profile-item .sm-profile-upload .dropzone-input .sm-profile-image-dropzone {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center; }
            .sm-edit-profile .profile-item-wrap .sm-edit-profile-item .sm-profile-upload .dropzone-input .sm-profile-image-dropzone img {
              height: 4.375rem;
              width: 4.375rem; }
            .sm-edit-profile .profile-item-wrap .sm-edit-profile-item .sm-profile-upload .dropzone-input .sm-profile-image-dropzone span {
              font-style: normal;
              font-weight: 500;
              font-size: 18px;
              line-height: 28px; }
            .sm-edit-profile .profile-item-wrap .sm-edit-profile-item .sm-profile-upload .dropzone-input .sm-profile-image-dropzone .gray-text {
              color: #666666;
              margin-bottom: 0.625rem; }
            .sm-edit-profile .profile-item-wrap .sm-edit-profile-item .sm-profile-upload .dropzone-input .sm-profile-image-dropzone .gray-text ~ span {
              font-weight: 500;
              font-size: 12px;
              line-height: 15px; }
    .sm-edit-profile .profile-item-wrap textarea {
      margin-bottom: 0; }
  .sm-edit-profile .sm-edit-profile-item {
    padding: 0.9375em 0;
    margin: auto;
    margin-bottom: 20px; }
    .sm-edit-profile .sm-edit-profile-item .custom-spacing {
      margin-bottom: 1.625rem; }
    .sm-edit-profile .sm-edit-profile-item h4 {
      padding-bottom: 1.25rem;
      margin-bottom: 2.25rem;
      border-bottom: 0.5px solid #B4B4B4; }
    .sm-edit-profile .sm-edit-profile-item .shop-field-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      column-gap: 1.5rem;
      row-gap: 0rem; }
      .sm-edit-profile .sm-edit-profile-item .shop-field-wrap .field-wrap {
        width: calc((100% /2) - 0.75rem); }
        .sm-edit-profile .sm-edit-profile-item .shop-field-wrap .field-wrap:last-child {
          width: 100%; }
        .sm-edit-profile .sm-edit-profile-item .shop-field-wrap .field-wrap input {
          margin-bottom: 1rem; }
    .sm-edit-profile .sm-edit-profile-item label {
      top: -15%; }
    .sm-edit-profile .sm-edit-profile-item p {
      margin: 0; }
    .sm-edit-profile .sm-edit-profile-item a {
      color: #000; }
    .sm-edit-profile .sm-edit-profile-item .field-wrap div {
      width: 100%; }
    .sm-edit-profile .sm-edit-profile-item .field-wrap input, .sm-edit-profile .sm-edit-profile-item .field-wrap textarea {
      width: 100%;
      background-color: #DCEAF5;
      border: 0.5px solid #B4B4B4;
      border-radius: 6px;
      box-sizing: border-box;
      box-shadow: unset; }
    .sm-edit-profile .sm-edit-profile-item:nth-child(2) .field-wrap {
      display: flex;
      flex-wrap: wrap; }
      .sm-edit-profile .sm-edit-profile-item:nth-child(2) .field-wrap a {
        margin-left: auto;
        margin-top: -2rem; }
    .sm-edit-profile .sm-edit-profile-item:nth-child(2) input {
      margin-bottom: 1.5rem; }

@media (max-width: 480px) {
  .sm-edit-profile {
    width: 100% !important; }
    .sm-edit-profile .sm-edit-profile-item {
      padding: 10px 0; }
    .sm-edit-profile .sm-form input[type=text], .sm-edit-profile .sm-form input[type=number], .sm-edit-profile .sm-form input[type=email], .sm-edit-profile .sm-form input[type=password] {
      margin: 0; }
      .sm-edit-profile .sm-form input[type=text] textarea, .sm-edit-profile .sm-form input[type=number] textarea, .sm-edit-profile .sm-form input[type=email] textarea, .sm-edit-profile .sm-form input[type=password] textarea {
        margin: 0;
        width: calc(100% - 40px);
        padding-left: 20px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border: none; }
      .sm-edit-profile .sm-form input[type=text] label, .sm-edit-profile .sm-form input[type=number] label, .sm-edit-profile .sm-form input[type=email] label, .sm-edit-profile .sm-form input[type=password] label {
        text-align: left;
        padding-left: 40px; } }

@media (max-width: 767px) {
  .sm-edit-profile .sm-edit-profile-item:first-child, .sm-edit-profile .sm-edit-profile-item:nth-child(2) {
    width: 100%;
    clear: both; }
  .sm-form {
    max-width: 90%;
    margin: 0 auto; } }

@media (max-width: 991px) {
  .website-social-wrap .field-wrap {
    width: 100% !important; }
    .website-social-wrap .field-wrap input {
      margin-bottom: 0.5rem !important; } }

.sm-profile-upload .sm-profile-image-dropzone .btn {
  margin-top: 3.125rem; }

.sm-profile-upload .sm-profile-image-dropzone .desktop {
  display: block;
  margin: auto;
  margin-bottom: 1.5rem;
  border-style: solid;
  border-color: #666;
  border-width: 2px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 3.125rem; }

.sm-profile-upload .sm-profile-image-dropzone .mobile {
  display: none;
  margin-top: 1.125rem; }

.sm-profile-upload .sm-profile-image-dropzone:selection {
  background-color: #DCEAF5;
  color: #e2e2e2;
  border-color: #999; }

.sm-profile-upload .sm-profile-photo-label {
  display: block;
  margin: 0px;
  font-weight: bold;
  color: #111111;
  line-height: 1.3em;
  width: 100%;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px; }

.sm-profile-upload .sm-profile-upload {
  position: relative; }

.sm-profile-upload .sm-profile-upload-preview {
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 1px;
  margin-bottom: 10px;
  background-color: #D3E6F5;
  border: 1px dashed #4692CE;
  border-radius: 6px; }
  .sm-profile-upload .sm-profile-upload-preview .sm-profile-upload-preview-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .sm-profile-upload .sm-profile-upload-preview .dropzone-input {
    width: 300px; }
  .sm-profile-upload .sm-profile-upload-preview img {
    max-height: 100%;
    max-width: 100%; }

@media (max-width: 480px) {
  .sm-profile-upload .sm-profile-image-dropzone .desktop {
    display: none; }
  .sm-profile-upload .sm-profile-image-dropzone .mobile {
    display: block;
    margin: auto;
    width: 80%; } }

.sm-artist-app-video {
  color: #777;
  background-color: #DCEAF5; }
  .sm-artist-app-video .sm-artist-app-video-main {
    padding: 0px 100px 1px;
    text-align: center;
    margin-bottom: 60px; }
    .sm-artist-app-video .sm-artist-app-video-main .sm-artist-app-video-main-intro {
      font-size: 1.5rem;
      line-height: 1.75rem;
      color: #252525;
      margin: 60px 0px 30px; }
      .sm-artist-app-video .sm-artist-app-video-main .sm-artist-app-video-main-intro p {
        font-size: 1.5rem;
        line-height: 2.375rem; }
    .sm-artist-app-video .sm-artist-app-video-main h3 {
      line-height: 30px;
      margin: 30px 0px;
      font-size: 1.3em;
      font-weight: 500; }
    .sm-artist-app-video .sm-artist-app-video-main button {
      margin: 30px 0px; }
    .sm-artist-app-video .sm-artist-app-video-main .sm-video video {
      width: 100%; }
    .sm-artist-app-video .sm-artist-app-video-main .video-script {
      width: 80%;
      margin: 0px auto 70px auto;
      text-align: left;
      border-top: 1px solid #e2e2e2; }
      .sm-artist-app-video .sm-artist-app-video-main .video-script h3 {
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
        text-transform: uppercase; }
      .sm-artist-app-video .sm-artist-app-video-main .video-script p {
        margin: 15px 0px; }
      .sm-artist-app-video .sm-artist-app-video-main .video-script ul {
        list-style-position: inside; }
      .sm-artist-app-video .sm-artist-app-video-main .video-script li {
        list-style-type: disc;
        margin: 15px 0px 15px 20px;
        font-size: 1.125rem;
        line-height: 1.625rem; }

@media (max-width: 480px) {
  .sm-artist-app-video .sm-artist-app-video-main {
    padding: 0px 15px; }
    .sm-artist-app-video .sm-artist-app-video-main h3 {
      font-size: 1.1em; }
    .sm-artist-app-video .sm-artist-app-video-main .video-script {
      width: 90%;
      font-size: 0.9em; } }

.sm-artist-dashboard {
  grid-area: main;
  width: 80%;
  margin: auto;
  padding: 0 0 30px 0;
  display: grid; }
  .sm-artist-dashboard .sm-artist-dashboard-first {
    border-top: none;
    padding-top: 0;
    margin-top: 0 !important; }
  .sm-artist-dashboard h3 {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 500;
    min-height: unset;
    height: unset;
    padding-bottom: 0; }
  .sm-artist-dashboard p {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    line-height: 25px;
    min-height: unset; }
  .sm-artist-dashboard a {
    margin: 0;
    margin-top: 1rem; }
  .sm-artist-dashboard .btn {
    margin-top: 0;
    display: inline-block; }

.sm-artist-guide {
  grid-area: main;
  background: #DCEAF5; }
  .sm-artist-guide .sm-artist-guide-main {
    width: 80%;
    margin: auto;
    padding: 30px 0; }
    .sm-artist-guide .sm-artist-guide-main h2 {
      margin-bottom: 1rem;
      font-size: 1.75rem;
      line-height: 2.125rem;
      font-weight: 500; }
    .sm-artist-guide .sm-artist-guide-main h3 {
      margin-bottom: 1rem;
      font-size: 1.5rem;
      line-height: 1.875rem;
      font-weight: 500; }
    .sm-artist-guide .sm-artist-guide-main h4 {
      margin-bottom: 1rem;
      font-size: 1.5rem;
      line-height: 1.875rem;
      font-weight: 500; }
    .sm-artist-guide .sm-artist-guide-main a {
      color: #000;
      text-decoration: underline; }
      .sm-artist-guide .sm-artist-guide-main a:hover {
        color: #414141; }
    .sm-artist-guide .sm-artist-guide-main p {
      font-size: 1.125rem;
      margin-bottom: 1.5rem;
      line-height: 1.5rem; }
    .sm-artist-guide .sm-artist-guide-main li {
      margin-bottom: 1rem; }
    .sm-artist-guide .sm-artist-guide-main strong {
      font-weight: 500; }
    .sm-artist-guide .sm-artist-guide-main img {
      border: 2px solid #252525; }
    .sm-artist-guide .sm-artist-guide-main ul {
      padding: 0 4em;
      margin-bottom: 2rem; }
      .sm-artist-guide .sm-artist-guide-main ul li {
        list-style-type: disc; }

@media (max-width: 700px) {
  .sm-artist-guide .sm-artist-guide-main {
    width: 94%; }
    .sm-artist-guide .sm-artist-guide-main ul {
      padding: 0 2em; }
    .sm-artist-guide .sm-artist-guide-main img {
      width: 100%; } }

.sm-modal {
  display: block;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */ }
  .sm-modal .modal-window {
    display: flex;
    flex-direction: column;
    background-color: #DCEAF5;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 1rem 1.5rem;
    border: 1px solid #888;
    max-width: 991px;
    /* Could be more or less, depending on screen size */
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px; }
    .sm-modal .modal-window header {
      display: flex;
      justify-content: space-between;
      background-color: #DCEAF5;
      flex-wrap: wrap;
      padding: 0 1rem; }
      .sm-modal .modal-window header h1 {
        margin-bottom: 0; }
    .sm-modal .modal-window .sm-artist-application {
      width: 100%; }
    .sm-modal .modal-window section.content {
      flex: 1;
      /* overwrite default styles */ }
      .sm-modal .modal-window section.content .sm-terms, .sm-modal .modal-window section.content .sm-privacy {
        background: transparent; }
        .sm-modal .modal-window section.content .sm-terms #title-terms-and-conditions, .sm-modal .modal-window section.content .sm-terms #title-privacy-policy, .sm-modal .modal-window section.content .sm-privacy #title-terms-and-conditions, .sm-modal .modal-window section.content .sm-privacy #title-privacy-policy {
          background: transparent;
          padding: 0;
          margin: 0;
          height: auto; }
          .sm-modal .modal-window section.content .sm-terms #title-terms-and-conditions h1, .sm-modal .modal-window section.content .sm-terms #title-privacy-policy h1, .sm-modal .modal-window section.content .sm-privacy #title-terms-and-conditions h1, .sm-modal .modal-window section.content .sm-privacy #title-privacy-policy h1 {
            color: #000;
            letter-spacing: 0;
            font-size: 26px;
            margin-bottom: .5em; }
        .sm-modal .modal-window section.content .sm-terms .sm-terms-main, .sm-modal .modal-window section.content .sm-terms .sm-privacy-main, .sm-modal .modal-window section.content .sm-privacy .sm-terms-main, .sm-modal .modal-window section.content .sm-privacy .sm-privacy-main {
          padding: 0px 10px; }

/* The Close Button - overwrite defaults */
#terms-and-conditions-modal div, #privacy-policy-modal div {
  /* Ok button at bottom */
  /* Close button */ }
  #terms-and-conditions-modal div button, #privacy-policy-modal div button {
    width: 30%;
    height: auto;
    padding: 5px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #aaaaaa;
    color: #fff; }
    #terms-and-conditions-modal div button:hover, #privacy-policy-modal div button:hover {
      background-color: #777; }
  #terms-and-conditions-modal div header button, #privacy-policy-modal div header button {
    float: right;
    width: 70px;
    height: auto;
    padding: 5px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #aaaaaa;
    color: #fff; }
    #terms-and-conditions-modal div header button:hover, #privacy-policy-modal div header button:hover {
      background-color: #777; }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .sm-modal .modal-window {
    margin-top: 105px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sm-modal .modal-window {
    max-width: 776px; } }

@media (max-width: 767px) {
  .sm-modal .modal-window {
    max-width: 575px; } }

@media (max-width: 320px) {
  .sm-modal .modal-window {
    max-width: 250px;
    margin: 30% auto; }
  .sm-modal .modal-window .content {
    box-sizing: border-box;
    width: 220px;
    overflow-x: auto; } }

.sm-swcampaign-main {
  width: 400px;
  height: 100%;
  margin: auto;
  background-color: #333;
  min-height: 650px; }
  .sm-swcampaign-main .sm-swcampaign-shader {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    min-height: 650px; }
  .sm-swcampaign-main .sm-swcampaign-main-graphic {
    display: block;
    width: 100%;
    height: 280px; }
    .sm-swcampaign-main .sm-swcampaign-main-graphic h1 {
      display: none; }
  .sm-swcampaign-main .sm-swcampaign-main-smlogo h1 {
    width: calc(100% - 10px);
    height: 70px;
    background: url("https://cdn.skinmotion.com/images/logo/logo-500w.png") center center no-repeat;
    background-size: contain;
    margin: 0 5px; }
    .sm-swcampaign-main .sm-swcampaign-main-smlogo h1 span {
      position: absolute;
      left: -5000px; }
  .sm-swcampaign-main .sm-swcampaign-main-clientlogo {
    width: calc(100% - 10px);
    height: 100px;
    margin: 0 5px 25px 5px; }
    .sm-swcampaign-main .sm-swcampaign-main-clientlogo span {
      position: absolute;
      left: -5000px; }
  .sm-swcampaign-main .sm-swcampaign-main-activate {
    margin: 0 5px; }
    .sm-swcampaign-main .sm-swcampaign-main-activate h2 {
      text-align: center;
      margin-bottom: 10px;
      color: #fff;
      text-shadow: 5px 5px 9px #000006; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email {
      width: 350px;
      margin: 1em auto 1em auto;
      border: 1px #000 solid;
      background-color: #666;
      padding: 4px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
      -moz-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
      box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72); }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input {
        font-size: 20px;
        padding: 10px;
        width: 319px;
        margin: auto;
        text-align: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 6px #ddd solid;
        background-color: #f6f6f6; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input::placeholder {
        color: #222; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input:focus {
        background: #fff;
        color: #000;
        border-color: white; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name {
      width: 360px;
      margin: auto;
      display: grid;
      grid-template-areas: "fname lname"; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-fname {
        grid-area: fname;
        border: 1px #000 solid;
        background-color: #666;
        padding: 4px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-right: 2px;
        -webkit-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
        -moz-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
        box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72); }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-fname input {
          font-size: 20px;
          padding: 10px;
          width: 130px;
          text-align: left;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          border: 6px #ddd solid;
          background-color: #f6f6f6; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-fname input::placeholder {
          color: #222; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-fname input:focus {
          background: #fff;
          color: #000;
          border-color: white; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-lname {
        grid-area: lname;
        text-align: right;
        border: 1px #000 solid;
        background-color: #666;
        padding: 4px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
        -moz-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
        box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72); }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-lname input {
          font-size: 20px;
          padding: 10px;
          width: 140px;
          text-align: left;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          border: 6px #ddd solid;
          background-color: #f6f6f6; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-lname input::placeholder {
          color: #222; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-lname input:focus {
          background: #fff;
          color: #000;
          border-color: white; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password {
      width: 350px;
      margin: 1em auto 1em auto;
      border: 1px #000 solid;
      background-color: #666;
      padding: 4px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
      -moz-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
      box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72); }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password input {
        font-size: 20px;
        padding: 10px;
        width: 319px;
        margin: auto;
        text-align: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 6px #ddd solid;
        background-color: #f6f6f6; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password input::placeholder {
        color: #222; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password input:focus {
        background: #fff;
        color: #000;
        border-color: white; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password-confirm {
      width: 350px;
      margin: 1em auto 1em auto;
      border: 1px #000 solid;
      background-color: #666;
      padding: 4px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
      -moz-box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72);
      box-shadow: -2px 3px 29px -2px rgba(0, 0, 0, 0.72); }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password-confirm input {
        font-size: 20px;
        padding: 10px;
        width: 319px;
        margin: auto;
        text-align: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 6px #ddd solid;
        background-color: #f6f6f6; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password-confirm input::placeholder {
        color: #222; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password-confirm input:focus {
        background: #fff;
        color: #000;
        border-color: white; }
    .sm-swcampaign-main .sm-swcampaign-main-activate button {
      display: block;
      width: 340px;
      padding: 10px;
      font-size: 1.5em;
      margin: auto;
      color: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      margin-bottom: 20px;
      background-color: #DCEAF5;
      border: 1px solid white; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid {
      display: grid;
      grid-template-areas: "left right";
      margin: 20px auto 0 auto;
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: 1px dashed #DCEAF5; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right {
        grid-area: right;
        width: 290px; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p {
          color: #e2e2e2;
          font-size: 0.9em;
          line-height: 1.4em; }
          .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p a {
            color: #DCEAF5; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left {
        grid-area: left; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox {
          margin: auto;
          width: 36px;
          padding: 6px 0px 6px 14px;
          background-color: #00AEEF;
          -webkit-border-radius: 6px;
          -weighteightoz-border-radius: 6px;
          border-radius: 6px; }
          .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox input {
            margin: auto;
            width: 35px;
            height: 35px; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left p {
          color: #fff;
          text-align: center;
          margin-top: 2px;
          margin-bottom: 2px;
          font-size: 0.9em; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .last-consent {
      margin-bottom: 1em;
      padding-bottom: 10px; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-campaign-main-activate-legend p {
      width: 100%;
      margin: 0 auto 1em auto;
      color: #e2e2e2;
      text-align: center; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-campaign-main-activate-disclaimer p {
      width: 80%;
      margin: 0 auto 1em auto;
      color: #e2e2e2;
      text-align: center; }
  .sm-swcampaign-main .sm-swcampaign-main-activate-step3 {
    color: white; }
    .sm-swcampaign-main .sm-swcampaign-main-activate-step3 h2, .sm-swcampaign-main .sm-swcampaign-main-activate-step3 h3 {
      text-align: center;
      color: #fff;
      margin-bottom: 1em; }
    .sm-swcampaign-main .sm-swcampaign-main-activate-step3 h3 {
      width: 90%;
      margin: auto;
      font-size: 1.3em;
      margin-bottom: 1em; }
    .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol {
      margin: auto;
      width: 90%; }
      .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li {
        color: white;
        text-align: center;
        font-size: 1.3em;
        padding-top: 1em;
        border-top: 1px dashed #DCEAF5;
        margin-top: 1em; }
        .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-download {
          display: grid;
          grid-template-areas: "apple google";
          margin-top: 10px; }
          .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-download .download-apple {
            grid-area: apple;
            margin-right: 5px; }
            .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-download .download-apple a {
              display: block;
              background: url("https://cdn.skinmotion.com/images/layout/apple-download.png") no-repeat;
              background-size: contain;
              height: 50px; }
              .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-download .download-apple a span {
                display: none; }
          .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-download .download-google {
            grid-area: google;
            margin-left: 5px; }
            .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-download .download-google a {
              display: block;
              background: url("https://cdn.skinmotion.com/images/layout/google-download.png") no-repeat;
              background-size: contain;
              height: 50px; }
              .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-download .download-google a span {
                display: none; }
        .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-user-email {
          border: 2px dotted #999;
          background-color: rgba(0, 0, 0, 0.7);
          padding: 10px;
          margin: 10px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }

.sm-swcampaign-footer {
  margin: auto;
  width: 400px;
  padding: 20px 0px;
  font-size: 0.9em;
  background-color: #111;
  text-align: center; }
  .sm-swcampaign-footer p {
    color: #e2e2e2; }
    .sm-swcampaign-footer p a {
      color: #e2e2e2;
      border-bottom: 1px dotted #00AEEF; }
    .sm-swcampaign-footer p a:hover {
      text-decoration: none; }
  .sm-swcampaign-footer p.sm-swcampaign-footer-copyright {
    color: #f3f3f3;
    font--weight: bold;
    font-size: 1.2em;
    padding-bottom: 10px; }

@media (max-width: 414px) {
  .sm-swcampaign-main {
    width: 100%; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p {
      font-size: 1.1em; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left {
      grid-area: left;
      width: 60px; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox {
        margin: auto;
        width: 36px;
        padding: 8px 6px 4px 8px;
        background-color: #00AEEF; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox input {
          margin: auto;
          width: 35px;
          height: 35px; }
  .sm-swcampaign-footer {
    width: 100%; } }

@media (max-width: 360px) {
  .sm-swcampaign-main .sm-swcampaign-main-graphic {
    height: 390px; }
  .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email {
    width: 300px; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input {
      width: 268px; } }

@media (max-width: 320px) {
  .sm-swcampaign-footer .sm-swcampaign-footer-copyright {
    font-size: 0.8em; }
  .sm-swcampaign-main {
    width: 100%;
    min-height: 500px; }
    .sm-swcampaign-main .sm-swcampaign-shader {
      min-height: 500px; }
    .sm-swcampaign-main .sm-swcampaign-main-graphic {
      height: 350px; }
    .sm-swcampaign-main .sm-swcampaign-main-activate button {
      width: 270px;
      font-size: 1.2em; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name {
      width: 310px; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-fname input {
        width: 110px; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-name .sm-swcampaign-name-lname input {
        width: 110px; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email {
      width: 300px; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input {
        width: 270px; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password {
      width: 300px; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-password input {
        width: 270px; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right {
      width: 250px; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p {
        font-size: 1.1em; }
    .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left {
      grid-area: left;
      width: 60px; }
      .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox {
        margin: auto;
        width: 36px;
        padding: 8px 6px 4px 8px;
        background-color: #00AEEF; }
        .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox input {
          margin: auto;
          width: 35px;
          height: 35px; }
  .sm-swcampaign-footer {
    width: 100%;
    font-size: 0.8em; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .sm-swcampaign-main {
    min-height: 690px; }
    .sm-swcampaign-main .sm-swcampaign-shader {
      min-height: 690px; }
    .sm-swcampaign-main .sm-swcampaign-main-graphic {
      height: 320px; }
    .sm-swcampaign-main .sm-campaign-activate-step3 {
      padding-bottom: 120px; } }

/* Set variables for custom layouts */
.flow_test2, .demo, .flow_test, .err_test {
  height: 100%; }
  .flow_test2 .sm-verification-reminder, .demo .sm-verification-reminder, .flow_test .sm-verification-reminder, .err_test .sm-verification-reminder {
    display: none; }
  .flow_test2 .sm-swcampaign-main, .demo .sm-swcampaign-main, .flow_test .sm-swcampaign-main, .err_test .sm-swcampaign-main {
    background: url(https://cdn.skinmotion.com/images/campaigns/demo/demo-background.jpg) top center no-repeat #FFF;
    background-size: cover; }
    .flow_test2 .sm-swcampaign-main .sm-swcampaign-main-clientlogo, .demo .sm-swcampaign-main .sm-swcampaign-main-clientlogo, .flow_test .sm-swcampaign-main .sm-swcampaign-main-clientlogo, .err_test .sm-swcampaign-main .sm-swcampaign-main-clientlogo {
      background: url("https://cdn.skinmotion.com/images/logo/swt-logo-500w.png") center center no-repeat;
      background-size: contain; }
    .flow_test2 .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input:focus, .demo .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input:focus, .flow_test .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input:focus, .err_test .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input:focus {
      border-color: #bcedff; }
    .flow_test2 .sm-swcampaign-main .sm-swcampaign-main-activate button, .demo .sm-swcampaign-main .sm-swcampaign-main-activate button, .flow_test .sm-swcampaign-main .sm-swcampaign-main-activate button, .err_test .sm-swcampaign-main .sm-swcampaign-main-activate button {
      background-color: #00AEEF;
      border: 1px solid black; }
    .flow_test2 .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p a, .demo .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p a, .flow_test .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p a, .err_test .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p a {
      color: #89dfff; }
    .flow_test2 .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox, .demo .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox, .flow_test .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox, .err_test .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox {
      background-color: #00AEEF; }
    .flow_test2 .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-user-email, .demo .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-user-email, .flow_test .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-user-email, .err_test .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-user-email {
      color: #00AEEF; }

/* Set variables for custom layouts - 8333 - 7/30/18 */
[class~="8333"] .sm-verification-reminder {
  display: none; }

[class~="8333"] .sm-swcampaign-main {
  background: url(https://cdn.skinmotion.com/images/campaigns/8333/8333-background.jpg?2) top center no-repeat #CCE8F0;
  background-size: cover; }
  [class~="8333"] .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-email input:focus {
    border-color: #ffd3ef; }
  [class~="8333"] .sm-swcampaign-main .sm-swcampaign-main-activate button {
    background-color: #FF07A3;
    border: 1px solid #070004; }
  [class~="8333"] .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-right p a {
    color: #ffa0dc; }
  [class~="8333"] .sm-swcampaign-main .sm-swcampaign-main-activate .sm-swcampaign-main-activate-grid .sm-swcampaign-main-activate-grid-left .consent-checkbox {
    background-color: #FF07A3; }
  [class~="8333"] .sm-swcampaign-main .sm-swcampaign-main-activate-step3 ol li .sm-swcampaign-user-email {
    color: #FF07A3; }

body {
  font-size: 16px;
  line-height: 26px; }
  body * {
    letter-spacing: 0.02em; }
  body.main {
    max-width: 1366px;
    margin: 0 auto;
    background: url("https://cdn.skinmotion.com/images/layout/background-dark.jpg") top center repeat-x #282828; }
    body.main #main {
      overflow-x: hidden; }

.expand, .sm-faq .sm-faq-main::before, .sm-home .sm-home-section-two::before, .sm-press-page .sm-press-main::before, .sm-privacy .sm-privacy-main::before, .sm-signup .sm-signup-main::before, .sm-soundwave-tattoos .faq::before, .sm-soundwave-tattoos .download-app::before, .sm-support .sm-support-main .support-intro::before, .sm-terms .sm-terms-main::before, .sm-artist-application-splash .sm-artist-application-splash-main::before, .sm-artist-directory .cta-section .cta-box::before, .sm-main .results-section.sm-content::before, .sm-main footer::before, .head .header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%; }

.restrict, .sm-faq .sm-faq-main, .sm-press-page .sm-press-main, .sm-privacy .sm-privacy-main, .sm-signup .sm-signup-main, .sm-soundwave-tattoos h2, .sm-soundwave-tattoos .page-content .sm-soundwave-tattoos-types h3, .sm-soundwave-tattoos .faq, .sm-soundwave-tattoos .download-app, .sm-support .sm-support-main .support-intro, .sm-terms .sm-terms-main, .sm-artist-application-splash .sm-artist-application-splash-main, .sm-artist-directory .cta-section .cta-box, .sm-main .results-section.sm-content, .head .header {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 1; }

h3 {
  font-family: 'Cabinet Grotesk'; }

input:focus, textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }

.sm-loader {
  margin: 10px auto;
  border: 12px solid #777;
  /* Light grey */
  border-top: 12px solid #DCEAF5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 3s linear infinite; }

.sm-main {
  height: 100%; }
  .sm-main .center {
    text-align: center; }
  .sm-main .sm-logo {
    width: 100%;
    display: block; }
    .sm-main .sm-logo.authed {
      height: 100px; }
    .sm-main .sm-logo img {
      margin: 0 auto;
      display: block;
      padding-top: 20px; }
  .sm-main .div-link {
    margin: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #000;
    display: inline-block; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .sm-main .sm-verification-reminder {
    text-align: center;
    width: 100%;
    padding: 10px 5px 5px;
    background-color: #fff;
    color: #666666;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold; }
    .sm-main .sm-verification-reminder div {
      display: inline-block;
      padding: 0; }
      .sm-main .sm-verification-reminder div .verification-link {
        cursor: pointer;
        color: #000;
        text-decoration: underline;
        display: inline-block;
        padding: 0; }
        .sm-main .sm-verification-reminder div .verification-link:hover {
          color: #0A0E0F; }
  .sm-main .sm-content {
    padding: 60px 0;
    margin: auto; }
  .sm-main .results-section.sm-content::before {
    background-color: #DCEAF5; }
  .sm-main .sm-blue-text {
    color: #DCEAF5; }
  .sm-main .warning-text {
    color: #dd5656;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2em;
    line-height: 1.4em; }
  .sm-main footer {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #252525;
    padding: 60px 60px 60px 40px; }
    .sm-main footer::before {
      background-color: #252525; }
  .sm-main .download-apple {
    grid-area: apple; }
    .sm-main .download-apple a {
      display: inline-block;
      width: 165px;
      height: 49px;
      background: url("https://storage.googleapis.com/skinmotion-assets/images/logo/apple-download1.png") no-repeat;
      background-size: cover;
      border-radius: 6px;
      margin-right: 1.5rem; }
      .sm-main .download-apple a:hover {
        cursor: pointer; }
      .sm-main .download-apple a span {
        position: absolute;
        left: -5000px; }
  .sm-main .download-google {
    grid-area: google; }
    .sm-main .download-google a {
      display: inline-block;
      width: 165px;
      height: 49px;
      background: url("https://storage.googleapis.com/skinmotion-assets/images/logo/google-download1.png") no-repeat;
      background-size: cover;
      border-radius: 6px; }
      .sm-main .download-google a:hover {
        cursor: pointer; }
      .sm-main .download-google a span {
        position: absolute;
        left: -5000px; }

@media (max-width: 800px) {
  .sm-main .download-apple {
    width: 140px;
    height: 41px;
    background-size: contain; }
    .sm-main .download-apple a {
      width: 140px;
      height: 41px; }
  .sm-main .download-google {
    width: 140px;
    height: 41px;
    background-size: contain;
    margin-top: 4px; }
    .sm-main .download-google a {
      width: 140px;
      height: 41px; } }

@media (max-width: 480px) {
  .sm-main .sm-content {
    width: 90%;
    padding: 20px 0; } }

.common-padding {
  padding: 60px 0; }

@media (min-width: 1400px) and (max-width: 1599px) {
  .common-padding {
    padding: 55px 0; } }

@media (min-width: 1200px) and (max-width: 1365px) {
  body {
    font-size: 15px;
    line-height: 25px; }
  .common-padding {
    padding: 40px 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
    line-height: 24px; }
  .common-padding {
    padding: 35px 0; }
  .sm-main footer {
    box-sizing: border-box; } }

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 13px;
    line-height: 23px; }
  .common-padding {
    padding: 30px 0; }
  .sm-main footer {
    box-sizing: border-box; }
  .sm-main .download-apple {
    margin-bottom: 2rem;
    display: inline-block; }
  .sm-main .download-apple a {
    margin-right: 0; } }

@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 20px; }
  .common-padding {
    padding: 25px 0; }
  .sm-main .sm-verification-reminder {
    padding: 20px 5px 5px; } }

.mb-0 {
  margin-bottom: 0 !important; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Thin.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Thin.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Thin.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Thin.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Thin.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Thin.svg#CabinetGrotesk-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extralight.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extralight.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extralight.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extralight.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extralight.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extralight.svg#CabinetGrotesk-Extralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Black.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Black.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Black.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Black.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Black.svg#CabinetGrotesk-Black") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Bold.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Bold.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Bold.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Bold.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Bold.svg#CabinetGrotesk-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Medium.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Medium.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Medium.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Medium.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Medium.svg#CabinetGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Light.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Light.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Light.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Light.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Light.svg#CabinetGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Regular.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Regular.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Regular.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Regular.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Regular.svg#CabinetGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extrabold.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extrabold.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extrabold.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extrabold.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extrabold.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/cabinet-grotesk-font/CabinetGrotesk-Extrabold.svg#CabinetGrotesk-Extrabold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Light.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Light.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Light.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Medium.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Medium.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Medium.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Bold.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Bold.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Bold.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Regular.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Regular.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Regular.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-SemiBold.eot");
  src: url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-SemiBold.woff") format("woff"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-SemiBold.ttf") format("truetype"), url("https://storage.googleapis.com/skinmotion-assets/fonts/space-grotesk-fonts/SpaceGrotesk-SemiBold.svg#SpaceGrotesk-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.sm-advertise {
  position: relative;
  padding-top: 14%;
  /* 1000:200 */
  height: 0;
  display: none; }
  .sm-advertise .sm-advertise-main {
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 105.73%), url("https://cdn.skinmotion.com/images/soundwave-tattoos/artist-network.jpg") no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    font-family: sans-serif;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .sm-advertise .sm-advertise-main:hover {
      cursor: pointer; }

html {
  height: 100%;
  overflow-x: hidden; }

body {
  top: 0px !important;
  font-family: 'Cabinet Grotesk';
  height: 100%;
  /* google translate css */ }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 500;
    color: #0A0E0F;
    margin-bottom: 1em;
    font-family: 'Cabinet Grotesk'; }
    body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
      color: #DCEAF5;
      text-decoration: none; }
      body h1 a:hover, body h2 a:hover, body h3 a:hover, body h4 a:hover, body h5 a:hover, body h6 a:hover {
        color: #65a3d3;
        text-decoration: none; }
  body h1 {
    font-size: 2.4em; }
  body h2 {
    font-size: 2.2em; }
  body h3 {
    font-size: 2em; }
  body h4 {
    font-size: 1.8em; }
  body p {
    font-size: 1.125rem;
    margin-bottom: 1em; }
  body p, body li {
    line-height: 1.75rem;
    color: #666666; }
  body a {
    color: #DCEAF5;
    transition: color 300ms; }
    body a:hover {
      text-decoration: none;
      color: #65a3d3; }
  body b, body strong {
    font-weight: 500; }
  body label {
    color: #252525; }
  body #google_translate_element {
    padding-bottom: 20px;
    clear: both; }

footer {
  width: 100%;
  padding-top: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: 'Space Grotesk'; }
  footer .links {
    text-align: left;
    text-transform: capitalize;
    float: left;
    width: 100%; }
    footer .links .column1 li, footer .links .column2 li {
      margin: 15px 0px; }
      footer .links .column1 li:first-child, footer .links .column2 li:first-child {
        margin-top: 0; }
      footer .links .column1 li:last-child, footer .links .column2 li:last-child {
        margin-bottom: 0; }
    footer .links .column1 {
      float: left;
      width: 135px;
      border-right: 1px solid #333; }
    footer .links .column2 {
      margin-left: 200px;
      width: 200px; }
    footer .links .column3 {
      float: right;
      display: grid;
      grid-template-areas: "apple google";
      width: 360px; }
    footer .links .column1 a, footer .links .column2 a {
      color: #e2e2e2; }
      footer .links .column1 a:hover, footer .links .column2 a:hover {
        color: #fff; }
    footer .links .copyright {
      padding: 20px 0px 20px 40px;
      color: #666;
      font-size: 0.9em; }
      footer .links .copyright span {
        text-align: center;
        padding-right: 10px;
        margin-right: 10px; }
        footer .links .copyright span a {
          color: #777;
          border-bottom: 1px solid #444; }
          footer .links .copyright span a:hover {
            color: #fff;
            text-decoration: none;
            border-bottom: 1px solid #222; }
  footer .copyright {
    text-align: left;
    margin-right: auto;
    display: table;
    margin-top: 1.5rem;
    color: #B4B4B4;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; }
    footer .copyright a {
      color: #B4B4B4; }
    footer .copyright span {
      margin-right: 1.5rem; }
      footer .copyright span .text-underline {
        text-decoration: underline; }
  footer .footer-img {
    display: none;
    background-color: #222;
    margin-left: 60%;
    height: 165px;
    margin-right: 10px; }
    footer .footer-img a {
      background: url("https://cdn.skinmotion.com/images/layout/footer-img.jpg") no-repeat center center;
      background-size: auto 100%;
      display: block;
      width: 100%;
      height: 100%; }
      footer .footer-img a span {
        position: absolute;
        left: -5000px; }

@media (max-width: 800px) {
  footer .links .column3 {
    width: 165px;
    grid-template-areas: "apple" "google"; }
    footer .links .column3 .download-google {
      margin-top: 0;
      padding-left: 0; } }

@media (max-width: 767px) {
  .sm-soundwave-tattoos .faq .know-more-img-wrap img {
    width: 95%;
    margin: 0 auto; }
  .sm-main footer {
    box-sizing: border-box; }
  .sm-main .download-apple {
    margin-bottom: 2rem; }
    .sm-main .download-apple a {
      margin-right: 0; } }

@media (max-width: 600px) {
  footer .links .column3 {
    float: none;
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
    grid-template-areas: "apple google"; }
    footer .links .column3 .download-apple {
      width: 99%; }
    footer .links .column3 .download-google {
      margin-top: 0;
      width: 99%; }
  footer .links .column1 {
    font-family: 'Barlow Condensed', sans-serif;
    float: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.6em;
    border-right: 0; }
  footer .links .column2 {
    font-family: 'Barlow Condensed', sans-serif;
    float: none;
    width: 90%;
    font-size: 1.6em;
    margin: auto;
    text-align: center; }
  footer .links .copyright {
    padding: 20px 5px;
    margin: auto;
    text-align: center;
    font-size: 1em;
    line-height: 2em; }
    footer .links .copyright span {
      padding-right: 0;
      display: block;
      margin-bottom: 5px; }
  .sm-main footer {
    padding: 3rem 0.5rem;
    text-align: center; }
  footer .copyright {
    width: 90%;
    margin: 1.5rem 3rem 1.5rem 1.5rem; } }

.head {
  max-width: 1366px;
  position: relative; }
  .head .sm-sale-banner {
    background-color: #ffe3a8;
    font-family: 'Cabinet Grotesk';
    padding: 8px 5px 5px 5px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.2em; }
    .head .sm-sale-banner .sm-sale-banner-title {
      color: #8dbade; }
    .head .sm-sale-banner a {
      color: #DCEAF5; }
  .head .header-placeholder {
    width: 100%;
    height: 156px;
    background-color: transparent; }
  .head .header {
    display: grid;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: auto;
    background-color: #252525;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'logo links links';
    height: auto;
    font-family: 'Cabinet Grotesk';
    padding: 16px 0px;
    transition: background-color 200ms;
    max-width: 1366px;
    padding-inline: 40px; }
    .head .header::before {
      background-color: #252525;
      max-width: 1366px;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4); }
    .head .header a {
      text-decoration: none;
      color: #0A0E0F;
      font-weight: 500; }
    .head .header .logo {
      display: inline-block;
      grid-area: logo; }
      .head .header .logo a {
        display: inline-block;
        width: 317px;
        height: 120px;
        background: url("https://storage.googleapis.com/skinmotion-assets/images/logo/skinmotion-logo-2025.png") no-repeat center left/contain;
        -webkit-tap-highlight-color: transparent; }
        .head .header .logo a span {
          position: absolute;
          left: -5000px; }
    .head .header .links {
      display: inline-block;
      grid-area: links;
      width: 100%; }
    .head .header .tattoos, .head .header .directory {
      margin-right: 1.5rem;
      font-style: normal;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #666666;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease; }
      .head .header .tattoos.directory::after, .head .header .directory.directory::after {
        content: '';
        position: absolute;
        bottom: 0%;
        width: 100%;
        left: 0;
        height: 1px;
        background-color: #DCEAF5;
        transform: translateX(-100%);
        transition: all 0.3s ease; }
      .head .header .tattoos:hover, .head .header .directory:hover {
        color: #1A1A1A; }
        .head .header .tattoos:hover::after, .head .header .directory:hover::after {
          transform: translateX(0%); }
      .head .header .tattoos.tattoos, .head .header .tattoos.directory, .head .header .directory.tattoos, .head .header .directory.directory {
        color: #DCEAF5; }
    .head .header .active {
      color: #1A1A1A; }
    .head .header .nav-buttons .signUp {
      color: #1A1A1A;
      padding: 0.75rem  0px;
      width: 126px;
      display: inline-block;
      border-radius: 8px;
      text-align: center;
      border: 1px solid #1A1A1A;
      margin-right: 15px;
      transition: background-color 500ms, background-position 250ms, -webkit-shadow 600ms, -moz-box-shadow 600ms, box-shadow 600ms;
      background: white;
      background-position: center center;
      font-weight: 500; }
      .head .header .nav-buttons .signUp:hover {
        background-color: transparent;
        color: white;
        border-color: white;
        background-position: 0 100px; }
    .head .header .nav-buttons .account {
      padding: 0.75rem 2.875rem;
      border-radius: 6px;
      font-family: 'Cabinet Grotesk';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: black;
      background-color: #DCEAF5; }
    .head .header .nav-buttons .logIn {
      color: black;
      padding: 0.75rem 0px;
      width: 126px;
      display: inline-block;
      text-align: center;
      border-radius: 8px;
      transition: background-color 500ms;
      border: 1px solid #DCEAF5;
      background: #DCEAF5;
      background-position: center center;
      font-weight: 500; }
      .head .header .nav-buttons .logIn:hover {
        background-color: #414141;
        background-position: 0 100px;
        color: #DCEAF5;
        border-color: #DCEAF5; }
    .head .header .nav-buttons .logout {
      color: #252525;
      padding: 10px 0px;
      font-weight: bold; }
    .head .header .burger {
      grid-area: burger;
      position: relative;
      height: 100%; }
      .head .header .burger .hamburger {
        display: none;
        position: absolute;
        width: 40px;
        height: 34px;
        top: 50%;
        right: 20px;
        border: none;
        background: url("https://cdn.skinmotion.com/images/layout/burger-button.png") no-repeat;
        background-size: 100%;
        cursor: pointer;
        outline: none;
        -webkit-transition: all 200ms;
        -webkit-tap-highlight-color: transparent;
        transform: translateY(-50%); }
    .head .header .dropDown .dropdown-background {
      display: none;
      position: absolute;
      top: 65px;
      right: 0;
      width: 100%;
      height: 1460px;
      background: url("https://cdn.skinmotion.com/images/layout/Menu-Background-Pattern.jpg") rgba(0, 0, 0, 0.8);
      background-size: contain;
      opacity: 0.95; }
    .head .header .dropDown .dropDownContents {
      padding-top: 40px;
      display: none;
      position: absolute;
      top: 65px;
      right: 0;
      width: 100%;
      height: 210px;
      text-align: center;
      color: white; }
      .head .header .dropDown .dropDownContents h3 {
        font-size: 2em;
        margin-bottom: 15px;
        letter-spacing: 2px;
        color: #666; }
      .head .header .dropDown .dropDownContents a {
        display: block;
        font-size: 1.2em;
        margin: 1.5em 0;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.5px; }
      .head .header .dropDown .dropDownContents .nav-drop-section a {
        display: block;
        margin: 18px 0px;
        color: white; }
      .head .header .dropDown .dropDownContents .nav-drop-section .navDrop {
        display: none; }
      .head .header .dropDown .dropDownContents .nav-drop-section .signUpDrop {
        display: none; }
      .head .header .dropDown .dropDownContents .nav-drop-section .logInDrop {
        display: none; }

.edit-guidelines {
  text-align: left; }
  .edit-guidelines p {
    color: black; }
  .edit-guidelines .step-heading {
    font-weight: 800;
    font-size: 1rem; }

.sm-mobile-app-header {
  height: 40px;
  padding-top: 2px;
  background: #111;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555555 0%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #555555 0%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #555555 0%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='555555', endColorstr='#111111',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #555555; }
  .sm-mobile-app-header .sm-mobile-back {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #020202;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 8px 5px 8px 0px;
    color: #999;
    font-size: 16px;
    text-decoration: none;
    width: 70px;
    text-align: center; }
    .sm-mobile-app-header .sm-mobile-back:before {
      content: '\2039   '; }
    .sm-mobile-app-header .sm-mobile-back:active {
      color: #fff;
      background-color: #000;
      border-color: #666; }
  .sm-mobile-app-header #sm-mobile-app-header-logo {
    background: url(https://cdn.skinmotion.com/images/layout/mobile-app-header-logo.png) top left no-repeat;
    width: 200px;
    height: 25px;
    background-size: contain;
    margin: auto;
    margin-top: 9px; }
    .sm-mobile-app-header #sm-mobile-app-header-logo span {
      position: absolute;
      left: -5000px; }
  .sm-mobile-app-header .sm-mobile-close {
    float: right;
    display: block;
    height: 36px;
    width: 36px;
    margin: 0px 5px 0px 0px;
    background: url(https://cdn.skinmotion.com/images/layout/inapp-close.png) no-repeat center center #020202;
    border: 1px solid #333;
    border-radius: 10px;
    background-size: contain; }
    .sm-mobile-app-header .sm-mobile-close span {
      position: absolute;
      left: -5000px; }

@media (max-width: 940px) {
  .head #drop-true {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65); }
    .head #drop-true .logo a {
      background: url("https://storage.googleapis.com/skinmotion-assets/images/logo/skin-motion-new-logo.png") no-repeat center center/contain; }
    .head #drop-true .links .nav-buttons .signUp {
      background-color: rgba(0, 0, 0, 0.5); }
      .head #drop-true .links .nav-buttons .signUp:hover {
        background-color: rgba(0, 0, 0, 0.8); }
    .head #drop-true .links .nav-buttons .account {
      background-color: rgba(0, 0, 0, 0.5); }
      .head #drop-true .links .nav-buttons .account:hover {
        background-color: rgba(0, 0, 0, 0.8); }
    .head #drop-true .burger .hamburger {
      transform: rotate(90deg);
      top: 0;
      transform: translateY(0); }
      .head #drop-true .burger .hamburger:focus {
        outline: none; }
      .head #drop-true .burger .hamburger:active {
        outline: none; }
  .head .header {
    grid-template-columns: repeat(9, 1fr);
    grid-template-areas: 'logo logo logo links links links links links burger'; }
    .head .header .tattoos {
      display: none; }
    .head .header .directory {
      display: none; }
    .head .header .nav-buttons .account {
      margin-right: 15px; }
    .head .header .nav-buttons .logout {
      display: none; }
    .head .header .burger .hamburger {
      display: inline-block; }
    .head .header .dropDown .dropdown-background {
      display: block;
      top: 90px; }
    .head .header .dropDown .dropDownContents {
      display: block;
      width: 100%;
      height: 969px; }
      .head .header .dropDown .dropDownContents a {
        display: block;
        margin: 0px;
        padding: 15px 0px;
        color: white; }
        .head .header .dropDown .dropDownContents a:hover {
          background-color: #DCEAF5;
          color: #000; }
      .head .header .dropDown .dropDownContents hr {
        height: 4px;
        background-color: rgba(255, 255, 255, 0.2);
        border: 0;
        margin: auto;
        width: 80%; }
      .head .header .dropDown .dropDownContents .nav-drop-section a {
        display: block;
        margin: 0px;
        padding: 15px 0px;
        color: white; }
        .head .header .dropDown .dropDownContents .nav-drop-section a:hover {
          background-color: #DCEAF5;
          color: #000; }
      .head .header .dropDown .dropDownContents .nav-drop-section .accountDrop {
        display: none; }
      .head .header .dropDown .dropDownContents .nav-drop-section .navDrop {
        display: block; }
      .head .header .dropDown .dropDownContents .nav-drop-section .myTattoosDrop {
        display: block; } }

@media (max-width: 650px) {
  .head .header {
    width: 96%;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: 'logo logo logo logo burger'; }
    .head .header .nav-buttons .signUp {
      display: none; }
    .head .header .nav-buttons .logIn {
      display: none; }
    .head .header .nav-buttons .account {
      display: none; }
    .head .header .burger .hamburger {
      right: 35px; }
    .head .header .dropDown .dropDownContents .signUpDrop {
      display: block;
      color: white; }
    .head .header .dropDown .dropDownContents .logInDrop {
      display: block;
      color: white; } }

@media (max-width: 480px) {
  .head .header {
    width: 94%; }
    .head .header .logo a {
      margin-left: 0px; } }

@media (max-width: 420px) {
  .head #drop-true .logo a {
    margin-top: 0px;
    background-size: 75%; }
  .head .header-placeholder {
    height: 45px; }
  .head .header {
    padding: 10px; }
    .head .header .logo a {
      margin-top: 0px; }
    .head .header .burger .hamburger {
      width: 30px;
      height: 26px;
      right: 5px; }
    .head .header .dropDown .dropdown-background {
      top: 45px; }
    .head .header .dropDown .dropDownContents {
      top: 28px; } }

@media (max-width: 320px) {
  .sm-main .sm-mobile-app-header #sm-mobile-app-header-logo {
    width: 160px;
    margin-left: 100px;
    margin-top: 12px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .head .header .logo a {
    width: 370px;
    height: 90px; }
  .head .header-placeholder {
    height: 119px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .head .header {
    padding: 25px 50px; }
    .head .header .logo a {
      width: 290px;
      height: 60px;
      margin-left: 0;
      max-width: 250px; }
  .head .header-placeholder {
    height: 129px; }
  .head .header .tattoos, .head .header .directory {
    margin-right: 0.8rem;
    font-size: 1rem;
    line-height: 1.5rem; }
  .head .header .nav-buttons .signUp {
    padding: 0.75rem 1.5rem; } }

@media (min-width: 941px) and (max-width: 991px) {
  .head .header .tattoos, .head .header .directory {
    margin-right: 0.8rem;
    font-size: 1rem;
    line-height: 1.5rem; }
  .head .header .nav-buttons .signUp {
    padding: 0.75rem 1.5rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .head .header {
    padding: 38px 35px; }
    .head .header .logo a {
      width: 280px;
      height: 45px; }
  .head .header-placeholder {
    height: 124px; } }

@media (max-width: 767px) {
  .head .header {
    padding: 1rem; }
    .head .header .logo a {
      width: 180px;
      height: 35px; }
  .head .header-placeholder {
    height: 56px; }
  .head .header .dropDown .dropdown-background {
    top: 63px; }
  .sm-home .title-home .sm-home-banner-caption h1 .soundwave-logo {
    width: 244px;
    height: 109px; }
  .sm-home .sm-home-section-one div p {
    max-width: 100% !important; } }

.marker-export h1 {
  font-size: 3em; }

.marker-export h3 {
  font-size: 1.5em; }

.marker-export .soundwave-image {
  border: 1px solid black; }

.marker-export .logo-main {
  width: 60%; }

.marker-export .logo-soundwave {
  width: 40%; }

.marker-export .instructions li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.7em; }

.sm-presale {
  /* Form styles */ }
  .sm-presale #whole {
    background: url(https://cdn.skinmotion.com/images/presale/main-back.gif) top center repeat-x #fff; }
  .sm-presale #presale-main {
    margin: auto;
    width: 940px;
    background: url(https://cdn.skinmotion.com/images/presale/main-back.jpg) top center repeat-x #222; }
  .sm-presale #header {
    margin: auto;
    width: 940px;
    height: 440px; }
  .sm-presale h1 {
    float: left;
    width: 537px;
    height: 111px;
    margin-top: 20px;
    margin-left: 50px;
    background: url(https://cdn.skinmotion.com/images/presale/logo.png) no-repeat center center; }
    .sm-presale h1 a {
      display: block;
      width: 537px;
      height: 111px; }
      .sm-presale h1 a span {
        position: absolute;
        left: -5000px; }
  .sm-presale #download {
    margin-left: 595px;
    padding-top: 20px;
    width: 347px;
    padding-left: 130px;
    height: 100px;
    background: url(https://cdn.skinmotion.com/images/presale/download.png) left bottom no-repeat; }
    .sm-presale #download a span {
      position: absolute;
      left: -5000px; }
  .sm-presale .ios {
    width: 170px;
    height: 42px;
    display: block;
    margin-bottom: 10px;
    background: url(https://cdn.skinmotion.com/images/presale/ios.png) top center no-repeat; }
    .sm-presale .ios:hover {
      background-position: bottom center; }
  .sm-presale .android {
    width: 170px;
    height: 42px;
    display: block;
    background: url(https://cdn.skinmotion.com/images/presale/android.png) top center no-repeat; }
    .sm-presale .android:hover {
      background-position: bottom center; }
  .sm-presale #checkout {
    clear: left;
    background: url(https://cdn.skinmotion.com/images/presale/price.jpg) top center no-repeat #343434;
    padding-bottom: 20px; }
  .sm-presale #youtube {
    width: 640px;
    margin: auto; }
  .sm-presale #sale {
    height: 147px;
    width: 100%;
    margin: auto; }
  .sm-presale #sale span {
    position: absolute;
    left: -5000px; }
  .sm-presale #content {
    position: absolute;
    left: -5000px; }
  .sm-presale #buynow {
    display: block;
    height: 51px;
    width: 160px;
    margin-left: 400px;
    background: url(https://cdn.skinmotion.com/images/presale/buynow.png) top center no-repeat;
    margin-bottom: 10px; }
    .sm-presale #buynow:hover {
      background-position: bottom center; }
    .sm-presale #buynow span {
      position: absolute;
      left: -5000px; }
  .sm-presale #legal {
    margin: auto;
    color: #ccc;
    font-family: 'Nunito', sans-serif;
    font-size: .9em;
    margin-bottom: 1em;
    text-align: justify; }
    .sm-presale #legal a {
      color: #02c9fc; }
    .sm-presale #legal strong {
      font-weight: bold;
      font-size: 1.5em;
      color: #fff; }
  .sm-presale #terms {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em; }
    .sm-presale #terms a {
      color: #e2e2e2;
      text-decoration: none; }
  .sm-presale #copy {
    width: 500px;
    margin: auto;
    color: #fff; }
    .sm-presale #copy p {
      text-align: center;
      font-family: 'Nunito', sans-serif;
      line-height: 5em; }
      .sm-presale #copy p a {
        color: #02c9fc; }
  .sm-presale #checkout {
    width: 640px;
    border-radius: 8px;
    margin: auto; }
  .sm-presale #checkout-form {
    max-width: 400px;
    padding: 10px 20px;
    margin: auto;
    font-family: 'Nunito', sans-serif; }
    .sm-presale #checkout-form .sm-presale-payment-error {
      color: red; }
    .sm-presale #checkout-form fieldset {
      border: none;
      margin-bottom: 20px; }
    .sm-presale #checkout-form legend {
      font-size: 1.4em;
      margin-bottom: 10px;
      font-weight: 700;
      color: #fff; }
    .sm-presale #checkout-form label {
      display: block;
      margin-bottom: 8px; }
    .sm-presale #checkout-form input, .sm-presale #checkout-form textarea, .sm-presale #checkout-form select {
      font-family: 'Nunito', sans-serif;
      background: rgba(255, 255, 255, 0.1);
      border: none;
      border-radius: 4px;
      font-size: 16px;
      margin: 0;
      outline: 0;
      padding: 7px;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      background-color: #e8eeef;
      color: #8a97a0;
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
      margin-bottom: 10px; }
      .sm-presale #checkout-form input:focus, .sm-presale #checkout-form textarea:focus, .sm-presale #checkout-form select:focus {
        background: #d2d9dd; }
    .sm-presale #checkout-form select {
      -webkit-appearance: menulist-button;
      height: 35px; }
    .sm-presale #checkout-form input[type="submit"], .sm-presale #checkout-form input[type="button"] {
      position: relative;
      border-radius: 8px;
      display: block;
      padding: 19px 39px 18px 39px;
      color: #FFF;
      margin: 0 auto;
      background: #02c9fc;
      font-size: 18px;
      text-align: center;
      font-style: normal;
      width: 100%;
      border: 1px solid #0187ad;
      border-width: 1px 1px 3px;
      margin-bottom: 10px;
      cursor: default; }
      .sm-presale #checkout-form input[type="submit"]:hover, .sm-presale #checkout-form input[type="button"]:hover {
        background: #61d5f5;
        cursor: pointer; }
      .sm-presale #checkout-form input[type="submit"]:disabled, .sm-presale #checkout-form input[type="button"]:disabled {
        background: gray; }
    .sm-presale #checkout-form .number {
      background: #02c9fc;
      color: #fff;
      height: 30px;
      width: 30px;
      display: inline-block;
      font-size: 0.8em;
      margin-right: 4px;
      line-height: 30px;
      text-align: center;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
      border-radius: 15px 15px 15px 0px; }

.title-main {
  width: 100%;
  padding: 25px 0px;
  color: white; }
  .title-main h1 {
    width: 1366px;
    padding-inline: 40px;
    margin: auto;
    font-size: 2.2rem;
    line-height: 3.125rem;
    text-transform: capitalize;
    color: #DCEAF5;
    text-align: center;
    font-family: 'Cabinet Grotesk';
    font-weight: 500; }
  .title-main h2 {
    font-size: 1em;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

#title-artist-application-apply h1 {
  text-transform: none; }

.title-home {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  width: 100%;
  height: 52vw;
  max-height: 720px;
  margin: auto;
  text-align: center;
  color: white; }
  .title-home .sm-home-banner-caption {
    padding-top: 10%; }
    .title-home .sm-home-banner-caption h1 {
      text-align: left;
      margin: 0 auto; }
      .title-home .sm-home-banner-caption h1 .soundwave-logo {
        position: relative;
        display: block;
        width: 344px;
        height: 159px;
        margin: 0 auto;
        background: url("https://cdn.skinmotion.com/images/layout/soundwavetattoo-logo-white-wshadow.png") no-repeat center center;
        background-size: contain;
        border-bottom: none; }
        .title-home .sm-home-banner-caption h1 .soundwave-logo span {
          position: absolute;
          left: -5000px; }
    .title-home .sm-home-banner-caption h3 {
      margin: 0 auto .5em auto;
      font-size: 1.75rem;
      line-height: 2.25rem;
      font-weight: 300;
      letter-spacing: 2px;
      text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
      color: #DCEAF5;
      text-transform: unset;
      margin-bottom: 2rem; }
    .title-home .sm-home-banner-caption h4 {
      width: 55%;
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: 1px;
      margin: 2rem auto 0em auto;
      text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
      font-family: 'Cabinet Grotesk';
      font-weight: 300;
      color: #DCEAF5;
      text-transform: unset; }
    .title-home .sm-home-banner-caption .start-button {
      font-size: 1.6em;
      padding: 0.825rem 2.375rem;
      border-radius: 15px;
      margin: auto;
      font-weight: 500;
      font-size: 1.375rem;
      line-height: 1.75rem;
      margin-top: 2.5rem;
      margin-bottom: 30px; }
      .title-home .sm-home-banner-caption .start-button:hover {
        text-decoration: none; }

.title-container {
  grid-area: title; }

.title-account {
  letter-spacing: 10px; }

#title-artist-directory {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-directory.jpg") no-repeat center;
  height: 100px;
  padding-top: 45px; }

#title-soundwave-tattoos {
  background: url("https://cdn.skinmotion.com/images/layout/banners/soundwave-tattoos.jpg") no-repeat center/cover;
  height: 250px;
  padding-top: 150px;
  box-sizing: content-box; }
  #title-soundwave-tattoos h1 {
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    text-size: 3.2em; }
  #title-soundwave-tattoos a, #title-soundwave-tattoos a.btn-blue {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 30px;
    padding: 0.75rem 2.5rem;
    border: unset; }
    #title-soundwave-tattoos a.btn-blue:hover, #title-soundwave-tattoos a.btn-blue.btn-blue:hover {
      background-color: #000;
      color: #DCEAF5;
      transition-duration: 0.4s;
      border: unset; }
  #title-soundwave-tattoos .sm-soundwave-tattoos-my-tattoos a {
    font-size: 1.4em;
    text-transform: uppercase; }

#title-privacy-policy {
  background: url("https://cdn.skinmotion.com/images/layout/banners/privacy-policy.jpg") no-repeat center/cover; }

#title-null {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-profile.jpg") no-repeat center/cover;
  height: 20px; }

#title-patent-pending {
  background: url("https://cdn.skinmotion.com/images/layout/banners/patent-pending.jpg") no-repeat center/cover; }

#title-marketing-guide {
  background: url("https://cdn.skinmotion.com/images/layout/banners/patent-pending.jpg") no-repeat center/cover; }

#title-terms-and-conditions {
  background: url("https://cdn.skinmotion.com/images/layout/banners/terms-and-conditions.jpg") no-repeat center/cover; }

#title-my-account {
  background: url("https://cdn.skinmotion.com/images/layout/banners/my-account.jpg") no-repeat center/cover; }

#title-new-soundwave {
  background: url("https://cdn.skinmotion.com/images/layout/banners/new-soundwave.jpg") no-repeat center/cover; }

#title-news {
  background: url("https://cdn.skinmotion.com/images/layout/banners/news.jpg") no-repeat center/cover; }

#title-not-found {
  background: url("https://cdn.skinmotion.com/images/layout/banners/not-found.jpg") no-repeat center/cover; }

#title-videos {
  background: url("https://cdn.skinmotion.com/images/layout/banners/videos.jpg") no-repeat center/cover; }

#title-faq {
  background: url("https://cdn.skinmotion.com/images/layout/banners/faq.jpg") no-repeat center/cover; }

#title-password-reset {
  background: url("https://cdn.skinmotion.com/images/layout/banners/password-reset.jpg") no-repeat center/cover; }

#title-about-us {
  background: url("https://cdn.skinmotion.com/images/layout/banners/about-us.jpg") no-repeat center/cover; }

#title-download {
  background: url("https://cdn.skinmotion.com/images/layout/banners/download.jpg") no-repeat center center;
  background-size: cover; }

#title-demo {
  background: url("https://cdn.skinmotion.com/images/layout/banners/demo.jpg") no-repeat center/cover; }

#title-artist-application {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-application-splash.jpg") no-repeat center/cover; }

#title-support {
  background: url("https://cdn.skinmotion.com/images/layout/banners/support.jpg") no-repeat center/cover; }

#title-press {
  background: url("https://cdn.skinmotion.com/images/layout/banners/press.jpg") no-repeat center/cover; }

#title-press-kit {
  background: url("https://cdn.skinmotion.com/images/layout/banners/press-kit.jpg") no-repeat center/cover;
  height: 250px;
  padding-top: 140px; }

#title-artist-application-apply {
  background: url("https://cdn.skinmotion.com/images/layout/banners/apply.jpg") no-repeat center/cover; }

#title-artist-application-video {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-application-video.jpg") no-repeat center/cover; }

#title-artist-application-quiz {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-application-quiz.jpg") no-repeat center/cover; }

#title-artist-application-pass {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-application-pass.jpg") no-repeat center/cover; }

#title-artist-application-fail {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-application-fail.jpg") no-repeat center/cover; }

#title-admin {
  background: url("https://cdn.skinmotion.com/images/layout/banners/admin.jpg") no-repeat center/cover; }

#title-waveform {
  background: url("https://cdn.skinmotion.com/images/layout/banners/waveform.jpg") no-repeat center/cover; }

#title-my-soundwaves, #title-soundwaves {
  background: url("https://cdn.skinmotion.com/images/layout/banners/my-soundwaves.jpg") no-repeat center/cover; }

#title-my-tattoos, #title-tattoos {
  background: url("https://cdn.skinmotion.com/images/layout/banners/my-tattoos.jpg") no-repeat center/cover; }

#title-soundwave-story {
  background: url("https://cdn.skinmotion.com/images/layout/banners/soundwave-story.jpg") no-repeat center/cover; }

#title-account-settings {
  background: url("https://cdn.skinmotion.com/images/layout/banners/account-settings.jpg") no-repeat center/cover; }

#title-deactivate-account {
  background: url("https://cdn.skinmotion.com/images/layout/banners/account-settings.jpg") no-repeat center/cover; }

#title-payments {
  background: url("https://cdn.skinmotion.com/images/layout/banners/account-settings.jpg") no-repeat center/cover; }

#title-change-password {
  background: url("https://cdn.skinmotion.com/images/layout/banners/account-settings.jpg") no-repeat center/cover; }

#title-vouchers {
  background: url("https://cdn.skinmotion.com/images/layout/banners/account-settings.jpg") no-repeat center/cover; }

#title-referrals {
  background: url("https://cdn.skinmotion.com/images/layout/banners/referrals.jpg") no-repeat center/cover; }

#title-referral-terms {
  background: url("https://cdn.skinmotion.com/images/layout/banners/referral-terms.jpg") no-repeat center/cover; }

#title-artist-details {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-details.jpg") no-repeat center/cover; }

#title-artist-profile {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-profile.jpg") no-repeat center/cover; }

#title-artist-dashboard {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-dashboard.jpg") no-repeat center/cover; }

#title-artist-guide {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-guide.jpg") no-repeat center/cover; }

#title-artist-review {
  background: url("https://cdn.skinmotion.com/images/layout/banners/artist-review.jpg") no-repeat center/cover; }

#title-password-reset {
  background: url("https://cdn.skinmotion.com/images/layout/banners/password-reset.jpg") no-repeat center/cover; }

#title-login {
  background: url("https://cdn.skinmotion.com/images/layout/banners/login.jpg") no-repeat center/cover; }

#title-signup {
  background: url("https://cdn.skinmotion.com/images/layout/banners/signup.jpg") no-repeat center/cover; }

#title-forgot-password {
  background: url("https://cdn.skinmotion.com/images/layout/banners/forgot-password.jpg") no-repeat center/cover; }

#title-license-agreement {
  background: url("https://cdn.skinmotion.com/images/layout/banners/license-agreement.jpg") no-repeat center/cover; }

@media (max-width: 980px) {
  .title-home .sm-home-banner-caption {
    padding-top: 7vw; }
    .title-home .sm-home-banner-caption h1 {
      font-size: 2.7em;
      margin-bottom: 30px; }
    .title-home .sm-home-banner-caption h3 {
      width: 70%; }
    .title-home .sm-home-banner-caption h4 {
      width: 70%; }
  #title-soundwave-tattoos h1 {
    font-size: 3em; } }

@media (max-width: 850px) {
  .title-home .sm-home-banner-caption {
    padding-top: 4vw; }
    .title-home .sm-home-banner-caption h1 {
      margin-bottom: 10px; }
    .title-home .sm-home-banner-caption h3 {
      font-size: 1.2em; }
    .title-home .sm-home-banner-caption h4 {
      font-size: 1em; } }

@media (max-width: 750px) {
  .title-home .sm-home-banner-caption {
    padding-top: 4vw; }
    .title-home .sm-home-banner-caption h3 {
      font-size: 1.2em; }
    .title-home .sm-home-banner-caption h4 {
      font-size: 1em; }
  .title-main h1 {
    width: 100%;
    font-size: 2em;
    margin-left: 40px; }
  .title-account {
    height: 75px;
    padding-top: 45px; }
    .title-account h1 {
      font-size: 2em; }
  .title-short h1 {
    font-size: 3.5em; }
  #title-soundwave-tattoos h1 {
    font-size: 2em;
    margin-left: 0; } }

@media (max-width: 650px) {
  .title-home .sm-home-banner-caption {
    display: none; }
    .title-home .sm-home-banner-caption h1 {
      font-size: 2.5em; }
    .title-home .sm-home-banner-caption h3 {
      font-size: 1.2em;
      width: 80%; }
    .title-home .sm-home-banner-caption h4 {
      font-size: 1em;
      width: 80%;
      line-height: 1.1em; }
    .title-home .sm-home-banner-caption a {
      width: 25%; }
  #title-soundwave-tattoos h1 {
    font-size: 2em; }
  #title-soundwave-tattoos a {
    font-size: 1.2em;
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  .title-home .sm-home-banner-caption {
    padding-top: .5em; }
    .title-home .sm-home-banner-caption h1 {
      font-size: 1.2em; }
    .title-home .sm-home-banner-caption h3 {
      font-size: 0.9em; }
    .title-home .sm-home-banner-caption h4 {
      font-size: 0.8em;
      line-height: 1em;
      margin-bottom: 10px; }
    .title-home .sm-home-banner-caption a {
      padding: 10px;
      font-size: 1em;
      width: 35%; }
  #title-soundwave-tattoos h1 {
    font-size: 1.8em; }
  #title-artist-guide {
    height: 85px; } }

@media (max-width: 420px) {
  .title-account {
    height: 20px;
    padding-top: 10px; }
    .title-account h1 {
      font-size: 1.2em;
      letter-spacing: 0.5px; }
  #title-artist-directory {
    height: 25px;
    padding-top: 9px; }
    #title-artist-directory h1 {
      font-size: 1.2em;
      letter-spacing: 0.5px; }
  .title-main {
    padding-top: 20px;
    height: 50px;
    text-align: center; }
    .title-main h1 {
      font-size: 2em;
      margin-left: 0; }
  .title-long h1 {
    font-size: 1.5em;
    letter-spacing: 0.1px; }
  .title-long h2 {
    font-size: 0.9em;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal; } }

@media (min-width: 768px) and (max-width: 991px) {
  .title-home .sm-home-banner-caption h3 {
    width: 75%;
    margin-bottom: 1rem; }
  .title-home .sm-home-banner-caption h1 {
    margin-bottom: 0; }
    .title-home .sm-home-banner-caption h1 .soundwave-logo {
      height: 120px;
      width: 220px; }
  .title-home .sm-home-banner-caption h4 {
    margin-top: 1rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .title-home .sm-home-banner-caption {
    padding-top: 4%; }
  .title-home .sm-home-banner-caption h4 {
    width: 70%;
    margin-top: 0.8rem; }
  .title-home .sm-home-banner-caption h1 .soundwave-logo {
    height: 140px;
    width: 250px; }
  .title-home .sm-home-banner-caption .start-button {
    margin-top: 2rem; }
  .title-home .sm-home-banner-caption h3 {
    margin-bottom: 0.8rem; } }

@media (min-width: 1200px) and (max-width: 1299px) {
  .title-home .sm-home-banner-caption {
    padding-top: 8%; }
    .title-home .sm-home-banner-caption h4 {
      width: 58%; } }

@media (min-width: 1300px) and (max-width: 1399px) {
  .title-home .sm-home-banner-caption {
    padding-top: 10%; } }

.sm-presale {
  text-align: center; }
  .sm-presale .strikethrough {
    text-decoration: line-through; }

.sm-form-container {
  margin: auto;
  width: 50%;
  min-width: 290px;
  height: auto;
  border-radius: 20px;
  color: #777;
  background-color: transparent;
  padding: 2.5rem; }

.sm-form {
  text-align: center; }
  .sm-form h4 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 1.5625rem; }
  .sm-form .link-form {
    display: block;
    margin: 10px 0px; }
  .sm-form input[type=text], .sm-form input[type=number], .sm-form input[type=email], .sm-form input[type=password] {
    padding: 1rem;
    background-color: #DCEAF5;
    box-shadow: unset;
    color: #111111;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    border: 0.5px solid #B4B4B4;
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem; }
    .sm-form input[type=text]:focus, .sm-form input[type=number]:focus, .sm-form input[type=email]:focus, .sm-form input[type=password]:focus {
      outline: 0;
      background-color: #DCEAF5; }
    .sm-form input[type=text].required.empty, .sm-form input[type=number].required.empty, .sm-form input[type=email].required.empty, .sm-form input[type=password].required.empty {
      border: 2px solid red;
      border-radius: 4px;
      -webkit-text-fill-color: #000;
      -webkit-box-shadow: 0 0 0px 40rem #DCEAF5 inset; }
  .sm-form input:-webkit-autofill,
  .sm-form input:-webkit-autofill:hover,
  .sm-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 40rem #DCEAF5 inset;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .sm-form legend {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: .5em; }
  .sm-form label {
    display: inline;
    position: absolute;
    top: -20%;
    left: 2%;
    font-weight: bold;
    transform: translateY(-2%);
    color: #111111;
    text-transform: capitalize;
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding: 0.5rem;
    background-color: #DCEAF5; }
  .sm-form input[type=checkbox].required.empty {
    outline: 2px solid red; }
  .sm-form textarea {
    width: 50%;
    min-width: 250px;
    border-radius: 5px;
    border: 1px solid #a0b3b0;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1.1em;
    transition: border-color 250ms ease, box-shadow 250ms ease;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 3px 3px 14px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 3px 3px 14px -9px rgba(0, 0, 0, 0.5);
    box-shadow: inset 3px 3px 14px -9px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 14px -9px rgba(0, 0, 0, 0.4);
    font-family: inherit; }
    .sm-form textarea:focus {
      outline: 0;
      border-color: #DCEAF5;
      background-color: white; }
  .sm-form ::-webkit-input-placeholder {
    font-size: 14px;
    color: #111111;
    text-align: left;
    font-weight: 300; }
  .sm-form :-moz-placeholder {
    /* older Firefox*/
    font-size: 14px;
    color: #111111;
    text-align: left;
    font-weight: 300; }
  .sm-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #111111;
    text-align: left;
    font-weight: 300; }
  .sm-form :-ms-input-placeholder {
    font-size: 14px;
    color: #111111;
    text-align: left;
    font-weight: 300; }
  .sm-form .zipcode {
    width: 40%;
    margin: 0px auto; }
    .sm-form .zipcode .zip {
      height: 60px; }
  .sm-form .field-wrap {
    position: relative;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    width: 100%; }
  .sm-form .top-row:after {
    content: "";
    display: table;
    clear: both; }
  .sm-form .top-row > div {
    float: left;
    width: 46.5%;
    margin-right: 2%; }
    .sm-form .top-row > div:last-child {
      margin: 0; }
  .sm-form .checkbox-wrap {
    margin: 10px 0px;
    position: relative; }
    .sm-form .checkbox-wrap p {
      display: inline;
      color: #252525;
      margin-bottom: 10px; }
  .sm-form #license {
    margin: 0px auto;
    margin-right: 25px;
    position: relative; }
  .sm-form .license-text {
    color: #252525;
    text-align: left; }
    .sm-form .license-text p {
      color: #666666; }
    .sm-form .license-text span {
      color: #DCEAF5;
      text-decoration: underline; }
    .sm-form .license-text a {
      color: #000;
      text-decoration: underline;
      font-weight: 400; }
      .sm-form .license-text a:hover {
        color: #0A0E0F; }

.sm-error-message {
  margin-top: 5px;
  color: red;
  margin-bottom: 1em;
  font-weight: 500; }

.sm-success-message {
  text-align: center;
  line-height: 22px;
  color: #4CAF50; }

.sm-signup-contents .field-wrap {
  position: relative; }

.sm-signup-contents input[type="checkbox"] {
  -webkit-text-fill-color: #000;
  accent-color: #DCEAF5;
  position: relative; }

.sm-signup-contents label {
  font-weight: 500;
  color: #0A0E0F; }

.forgot-password-wrap {
  background-color: #DCEAF5 !important;
  width: 100%; }
  .forgot-password-wrap input {
    box-sizing: border-box; }
  .forgot-password-wrap .sm-form {
    min-width: 180px;
    width: 50%;
    margin: 0 auto; }
  .forgot-password-wrap a {
    color: #000; }
    .forgot-password-wrap a:hover {
      color: #0A0E0F; }

.sm-pwreset-success-message {
  padding: 0px 50px 50px 50px; }
  .sm-pwreset-success-message h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #252525; }
  .sm-pwreset-success-message p {
    margin-bottom: 1em; }
    .sm-pwreset-success-message p.sm-pwreset-note {
      font-style: italic;
      font-weight: bold; }
  .sm-pwreset-success-message .btn {
    margin: auto; }
  .sm-pwreset-success-message div {
    text-align: center; }

.sm-form input[type=text], .sm-form input[type=number], .sm-form input[type=email], .sm-form input[type=password] {
  box-sizing: border-box; }

.btn {
  display: inline-block;
  margin: 0.5rem;
  padding: 10px 18px 12px 18px;
  border: none;
  border-radius: 10px;
  color: #1A1A1A;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 500ms;
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 500; }

.btn-outline {
  color: #252525;
  border: 1px solid #0a0e0f;
  background-color: transparent;
  transition-duration: 0.4s; }
  .btn-outline:hover {
    background-color: #414141;
    color: #fff;
    transition-duration: 0.4s; }

.btn-tats {
  margin-top: 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 2px;
  transition: background-color 200ms; }

.btn-blue,
body .btn-blue {
  background-color: #DCEAF5;
  border: 1px solid #dceaf5; }
  .btn-blue:hover,
  body .btn-blue:hover {
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #dceaf5;
    color: #DCEAF5; }

.btn-tan,
body .btn-tan {
  color: #DCEAF5;
  background-color: #000; }
  .btn-tan:hover,
  body .btn-tan:hover {
    background-color: #414141;
    text-decoration: none;
    color: #DCEAF5; }

.btn-opaque {
  background-color: rgba(0, 0, 0, 0.5); }
  .btn-opaque:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none; }

.btn-large {
  font-size: 1.2em; }

.btn-hero {
  border-radius: 10px;
  letter-spacing: 2px; }

.btn-oval {
  color: #777;
  border: 2px solid #777;
  border-radius: 20px; }
  .btn-oval:hover {
    color: white;
    background-color: #DCEAF5;
    border-color: #DCEAF5;
    text-decoration: none; }

.btn-submit {
  color: black;
  background-color: #e2e2e2; }
  .btn-submit:hover {
    color: white;
    background-color: #DCEAF5; }

.btn-round {
  border-radius: 20px; }

button[disabled] {
  cursor: not-allowed; }

.btn-star {
  margin-right: 10px;
  width: 15px; }

.d-flex {
  display: flex; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-center {
  justify-content: center; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-evenly {
  justify-content: space-evenly; }

.align-content-center {
  align-content: center; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.flex-wrap {
  flex-wrap: wrap; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.no-margin {
  margin: 0 !important; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 0.25rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pt-3 {
  padding-top: 0.75rem; }

.pt-4 {
  padding-top: 1rem; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pb-3 {
  padding-bottom: 0.75rem; }

.pb-4 {
  padding-bottom: 1rem; }

.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: 0.25rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pl-3 {
  padding-left: 0.75rem; }

.pl-4 {
  padding-left: 1rem; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 0.25rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pr-3 {
  padding-right: 0.75rem; }

.pr-4 {
  padding-right: 1rem; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.mb-4 {
  margin-bottom: 1rem !important; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 0.25rem; }

.ml-2 {
  margin-left: 0.5rem; }

.ml-3 {
  margin-left: 0.75rem; }

.ml-4 {
  margin-left: 1rem; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 0.25rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-3 {
  margin-right: 0.75rem; }

.mr-4 {
  margin-right: 1rem; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.star-rating {
  dislay: none;
  width: 92px;
  height: 17px;
  background: url("https://cdn.skinmotion.com/images/layout/star-rater.png") 0 0 no-repeat; }

/*
.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -19px 0; }
.rating-30 { background-position: -37px 0; }
.rating-20 { background-position: -56px 0; }
.rating-10 { background-position: -75px 0; }
.rating-0 { background-position: -93px 0; }

.rating-5 { background-position: -75px -17px; }
.rating-15 { background-position: -56px -17px; }
.rating-25 { background-position: -37px -17px; }
.rating-35 { background-position: -19px -17px; }
.rating-45 { background-position: 0 -17px; }
*/
.sm-color-picker {
  position: relative;
  margin-right: 20px;
  align-self: center;
  height: 100px;
  width: 100px; }
  .sm-color-picker .color-picker-swatch {
    background: #fff;
    border-radius: 1px;
    border: 1px solid #666;
    box-shadow: 0 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    cursor: pointer;
    height: 100%;
    width: 100%; }
  .sm-color-picker .color {
    width: 100%;
    height: 100%;
    border-radius: 2px; }
  .sm-color-picker .popover {
    position: absolute;
    bottom: 20px;
    left: -55px;
    z-index: 2; }
  .sm-color-picker .cover {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }

.notification-banner {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: black;
  margin: 20px; }
  .notification-banner p {
    color: black; }
  .notification-banner em {
    font-style: italic;
    font-weight: bold; }
  .notification-banner.success {
    background-color: #55ff00;
    border: 1px solid #339900; }
    .notification-banner.success p {
      color: #333; }
  .notification-banner.artk-gen {
    background-color: #fdfcee;
    border: 1px solid #f3ed92; }
    .notification-banner.artk-gen p {
      color: #666; }
  .notification-banner.error {
    background-color: #eeabab;
    border: 1px solid #dd5656; }
    .notification-banner.error p {
      color: #333; }

.tattoo-list-item {
  background-color: e2e2e2;
  border: 1px solid #ccc;
  border-radius: 15px;
  height: auto;
  vertical-align: baseline;
  width: 602px;
  margin-bottom: 30px; }
  .tattoo-list-item img {
    border: none;
    outline: none; }
  .tattoo-list-item .sm-waveform-loading {
    height: 200px; }
  .tattoo-list-item .tattoo-img {
    max-height: 380px;
    max-width: 578px;
    margin: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px; }
  .tattoo-list-item .detail-box {
    flex-direction: column; }
    .tattoo-list-item .detail-box span {
      font-size: 1rem !important;
      font-weight: 500 !important; }
  .tattoo-list-item .description-row {
    padding: 10px;
    background-color: #DCEAF5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .tattoo-list-item .description-row .created-on {
      display: block;
      font-weight: 500; }
      .tattoo-list-item .description-row .created-on span {
        display: block;
        font-size: 0.9em;
        font-weight: normal;
        margin-top: 2px;
        margin-bottom: 2px;
        line-height: 1.1em; }
        .tattoo-list-item .description-row .created-on span a {
          text-decoration: underline;
          font-size: 1.2em; }
      .tattoo-list-item .description-row .created-on .reactivate-alert {
        color: #dd5656;
        font-weight: 500; }
    .tattoo-list-item .description-row .reupload-btn {
      margin-right: 0;
      width: 210px; }
  .tattoo-list-item .notification-banner {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0; }
  .tattoo-list-item .sm-tattoo-preview {
    margin: 10px 0; }

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

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

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

small {
  font-size: 0.7em; }

.w-100 {
  width: 100% !important; }

sup {
  vertical-align: super;
  font-size: 0.5em; }

.file-upload {
  background-color: #000;
  color: #DCEAF5;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 6px;
  float: left;
  padding: 1em;
  overflow: hidden;
  position: relative;
  font-family: 'Cabinet Grotesk';
  cursor: pointer; }
  .file-upload:hover {
    background-color: #414141; }

.file-upload [type=file] {
  cursor: pointer;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

.goog-te-banner-frame {
  display: none !important; }

