html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  padding-top: 50px;
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  text-align: center;
  max-width: 100%;
  color: #fff;
  background: #000 url('https://songregistration.com/cover/music2bw1.webp') no-repeat fixed center top / cover;
  border-top: 1px solid #333;
}

ol, ul {
  list-style: none;
}

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

a {
  transition: all 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
}

h1, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-shadow: 1px 1px 2px #aaa;
}

h2 span {
  display: inline-block;
  padding: 3px 10px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: linear-gradient(to bottom, #c0f3ff, #0fcfff);
  box-shadow: 1px 1px 2px #aaa;
}

h2 span.reg {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: inherit;
  color: inherit;
  vertical-align: 6px;
}

p {
  overflow: auto;
  vertical-align: middle;
  text-align: left;
}

.global {
  position: absolute;
  top: 33px;
  left: 50%;
  width: 260px;
  transform: translate(-50%, -50%);
  text-align: center;
  font: 10px/1.2 "Open Sans", sans-serif;
  color: #dfdfdf;
}

.span_alert {
  position: absolute;
  left: 2%;
  top: 61px;
  z-index: 1;
  font-size: 11px;
  line-height: 2.4;
  color: #aaa;
}

.twinlinetop {
  display: flex;
  justify-content: center;
  max-width: 580px;
  margin: 70px auto -50px;
  white-space: nowrap;
}

.button-container2,
.button-container3 {
  text-align: center;
  margin-bottom: 40px;
}

.button-text2 {
  margin-top: 2px;
  text-align: center;
  font-size: 13px;
}

.anchor-button {
  display: block;
  width: 125px;
  margin: 5px auto;
  padding: 8px 6px 6px;
  border: 1px solid #777;
  border-radius: 10px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap !important;
  font-size: 11px;
  font-weight: 700;
  color: #333 !important;
  transition: all 0.2s ease-in-out;
}

.gold-button {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #3a1f0d;
  background: linear-gradient(to bottom, #fff4c2, #d4a017);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.gold-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
}

.silver-button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #1a1a1a;
  background: linear-gradient(to bottom, #fff, #a6adb5);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.silver-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
}

.blue-button {
  display: inline-block;
  padding: 7px 5px;
  border: 2px solid #aaa;
  border-radius: 50%;
  background-color: #00f;
  box-shadow: 1px 1px 3px #555;
  text-align: center;
  font-size: 7px;
  line-height: 1.4;
  font-style: italic;
  text-shadow: 1px 1px 0 #000;
  transform: rotate(-15deg);
}

.button-text {
  font-weight: 700;
  color: #fff;
}

.dark-glow {
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.95),
    0 2px 6px rgba(0, 0, 0, 0.85),
    0 4px 14px rgba(0, 0, 0, 0.75),
    0 6px 18px rgba(0, 0, 0, 0.6);
}

.bw-mode {
  position: relative;
  isolation: isolate;
}

.bw-mode::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.001);
  -webkit-backdrop-filter: grayscale(1) saturate(0) contrast(0.95) brightness(1.05);
  backdrop-filter: grayscale(1) saturate(0) contrast(0.95) brightness(1.05);
}

#trustLine {
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

#trustLine.is-visible {
  display: block;
  opacity: 1;
}

.seal-section {
  position: relative;
  overflow: hidden;
}

.seal-here {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  pointer-events: none;
}

.seal-here img {
  width: 320px;
  height: auto;
}

.seal-content {
  position: relative;
  z-index: 2;
}

.rate {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 40px;
  width: min(94vw, 520px);
  max-width: 100%;
  margin: 18px auto 34px !important;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.rate > span {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  margin: 0 !important;
  white-space: nowrap;
}

.rate a {
  color: #fff;
  text-decoration: none;
}

.usa-hover {
  position: relative;
  cursor: pointer;
}

.usa-popup {
  position: absolute;
  bottom: 120%;
  left: 30%;
  z-index: 999;
  width: 270px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.usa-popup.show {
  opacity: 1;
}

.usa-hq {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.usa-hq::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}

.search-songs-badge {
  position: fixed;
  top: 100px;
  left: 2%;
  z-index: 500;
}

.help-badge a,
.search-songs-badge a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(24, 24, 24, 0.82);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.search-songs-badge a:hover,
.search-songs-badge a:focus,
.help-badge a:hover,
.help-badge a:focus {
  transform: translateY(-1px);
  background: rgba(38, 38, 38, 0.92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.82);
}

.search-songs-icon {
  font-size: 14px;
  opacity: 0.92;
}

.primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
  clear: both;
  background-color: #000;
  border-bottom: 1px solid #777;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.primary-nav li {
  display: none;
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-align: left;
}

.primary-nav li a {
  display: block;
  width: 90%;
  max-width: 500px;
  height: 38px;
  margin-left: 20px;
  padding: 5px 5%;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: #000;
  color: #eee;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.primary-nav li a:hover {
  color: #ccc;
}

.primary-nav.open {
  height: auto;
  padding-top: 50px;
}

.primary-nav.open li {
  display: block;
}

.nav-button {
  position: fixed;
  top: 7px;
  left: 7px;
  z-index: 999;
  display: block;
  width: 55px;
  height: 35px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #000 url("https://songregistration.com/images/menu-icon-large.png") no-repeat center center / 21px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) inset;
  cursor: pointer;
  text-indent: -9999px;
}

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-button.open {
  background: url("https://songregistration.com/images/close-icon-large.png") no-repeat center center / 21px,
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.ddb {color: #6ff;
  }
  
.dda {color: #e3c471;
  }
  




.collapsible {
  position: relative;
  width: 100%;
  padding: 16px;
  border: none;
  background: transparent;
  color: #fff;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  transition: 0.4s;
}

.collapsible::before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: 700;
}

.content {
  overflow: hidden;
  max-height: 0;
  padding: 0 18px;
  border-radius: 5px;
  background-color: #ccc;
  color: #000;
  font: 300 14px/1.5 Arial, sans-serif;
  transition: max-height 0.2s ease-out;
}

.blk-inner {
  color: #fff;
  text-align: justify;
  font: italic 100 16px/1.6 "Roboto", "Open Sans", Arial, sans-serif;
}

.item {
  margin: -10px 0 15px 20px;
  padding: 15px 35px 5px 30px;
  color: #666;
  text-align: justify;
  font: normal 13px/1.5 Arial, "Open Sans", sans-serif;
}

.tes-container {
  position: relative;
  width: 300px;
  margin: 30px auto 0;
}

.tes-image {
  width: 100%;
}

.m2-mid {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 220px;
  margin: 0 auto;
  border-radius: 5px;
}

.ifr {
  height: 220px;
  margin-top: -30px;
  border: 0;
}

.special {
  border: 1px ridge #ccc;
  border-radius: 10px;
  background: linear-gradient(to bottom, #c0f3ff, #0fcfff);
  box-shadow: 2px 2px 14px #555;
}

.mySlides {
  display: none;
  width: 60%;
  margin-top: 9px;
  padding-top: 7px;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  word-spacing: 1px;
}

.sline {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-style: italic;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
}

.srb {
  color: #00c;
}

.w3-animate-right {
  position: relative;
  animation: animateright 0.9s;
}

@keyframes animateright {
  from {
    right: -400px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.prev,
.next {
  position: absolute;
  top: 65%;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  color: #333;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.prev { left: 0; }
.next { right: 0; }

.prev:hover,
.next:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.liner {
  margin-top: -15px;
  padding: 15px 0;
}

.morelinks {
  margin-top: 0;
  padding-bottom: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  word-spacing: 1px;
}

.botlinks {
  width: 100%;
  text-align: center;
}

.botlinks a {
  color: #444;
  line-height: 3;
  text-decoration: none;
}

.botlinks a:hover {
  color: #999;
  text-decoration: underline;
}

.footnotes {
  width: 90%;
  margin: 5px auto 0;
  text-align: center;
  color: #ddd;
  font-size: 12.5px;
  line-height: 1.8;
}

.footnotes-body {
  text-align: justify;
}

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

.up-button {
  padding: 14px;
  border-radius: 8px;
  color: #fff;
}

.bouncing-image {
  position: relative;
  animation: bounce 1.8s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

:root {
  --sb-h: 42px;
  --sb-h-md: 45px;
  --sb-pad: 6px;
}

#submit-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: calc(var(--sb-h) + var(--sb-pad));
  background: #006;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.sb-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4px 10px calc(var(--sb-pad) + 4px);
}

.sb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin: 5px auto 0;
  padding: 0 10px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #111;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font: 600 11.25px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  transition: transform 120ms ease, filter 120ms ease, box-shadow 120ms ease;
}

.sb-btn:focus-visible {
  outline: 2px solid #77b7ff;
  outline-offset: 2px;
}

.sb-btn:active {
  transform: translateY(1px);
}

.sb-silver {
  background: linear-gradient(180deg, #f2f4f7, #cfd5db);
  color: #111;
}

.sb-silver:hover,
.sb-gold:hover {
  filter: brightness(1.03);
}

.sb-gold {
  background: linear-gradient(180deg, #ffdf7f, #e9b949);
  color: #111;
}

@media (min-width: 640px) {
  .sb-inner {
    gap: 10px;
    padding: 6px 12px calc(var(--sb-pad) + 6px);
  }
}

@media (min-width: 768px) {
  #submit-bar {
    height: calc(var(--sb-h-md) + var(--sb-pad));
  }
}

@media (max-width: 380px) {
  .search-songs-badge a,
  .help-badge a {
    padding: 7px 10px;
    font-size: 11px;
  }

  .search-songs-icon {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .rate {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sb-btn {
    transition: none;
  }
}

/* Triangle overlay */
.sb-triangle-overlay{
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 10;
}

.sb-triangle-overlay img{
  width: 75px;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(255,255,255,.65));
  transition: transform .15s ease;
}

.sb-triangle-overlay:hover img{
  transform: scale(1.05);
}

/* inline-style cleanup pass */
body{
  overflow-x:hidden;
}

/* hero background layer */

  
.bg-fader{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:560px;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}


.bg-fader .bg-img{
  position:absolute;
  inset:0;
  background-image:url('https://songregistration.com/img/register.webp');
  background-repeat:no-repeat;
  background-position:center 90px;
  background-size:125%;
  filter:brightness(.60) contrast(1.08);
  max-width: 600px;
  
}
  
  


.lang-switch{
  position:fixed;
  top:15px;
  right:3%;
  z-index:1000;
}

.lang-link,
.plain-link{
  text-decoration:none;
}

.lang-pill{
  display:inline-block;
  border-radius:20px;
  font-size:10px;
  font-weight:400;
  color:#ddd;
}

.help-badge-pos{
  position:fixed;
  top:100px;
  right:2%;
  z-index:1000;
}

.trustline-flat{
  transform:rotate(0deg);
}

.trust-badge{
  width:auto;
  height:auto;
  padding:8px 6px 6px;
  border:2px solid #a6a7d0;
  background:#00f;
  box-shadow:2px 2px 4px #444;
}

.trust-badge-text{
  font-size:10px;
  color:#fff;
}

.brand-lockup{
  position:fixed;
  top:10px;
  left:50%;
  z-index:10001;
  width:200px;
  margin-left:-100px;
}

.brand-logo{
  width:200px;
  display:block;
}

.global.brand-tagline{
  top:33px;
  width:260px;
  margin-top:1px;
  margin-left:0;
  word-spacing:1px;
  font:italic 10px/1.2 Arial, sans-serif;
}

.span-alert-centered{
  top:61px;
  left:50%;
  z-index:1;
  width:max-content;
  max-width:94vw;
  transform:translateX(-50%);
  white-space:nowrap;
  color:#a8e7ff;
}

.hero-copy-wrap{
  position:relative;
  z-index:1;
  width:min(70%, 560px);
  min-height: clamp(340px, 45vh, 420px);
  margin:120px auto 0;
  text-align:center;
}

.hero-title{
  color:#fff;
  font-size:28px;
  font-weight:700;
  line-height:1.7;
}

.hero-kicker{
  display:inline-block;
  margin-top:20px;
  white-space:nowrap;
  color:#ff0;
  font-size:19px;
  font-style:italic;
  font-weight:700;
}

.hero-subcopy{
  margin:20px auto 50px;
  color:#fff;
  text-align:center;
  font-size:17px;
}

.hero-buttons{
  position:relative;
  z-index:100001 !important;
}

.hero-button-col{
  display:inline-block !important;
  vertical-align:top !important;
  line-height:1.8;
}

.hero-button-col-left{
  margin:0 20px;
}

.hero-button-text{
  color:#ddd;
  font-style:normal;
  font-weight:400;
}

.hero-button-text-gold{
  position:relative;
  z-index:1001;
  margin:0 20px;
}

.hero-cta{
  min-width:135px;
  min-height:45px;
  font-size:13px;
}

.cta-lead{
  color:#00f;
  font-size:13px;
  font-style:italic;
  text-shadow:1px 1px 1px #fff;
}

.hero-popular-wrap{
  position:absolute;
  top:-17px;
  right:10px;
  z-index:1001;
}

.blue-badge{
  background:#00f;
}

.blue-badge-hero{
  transform:rotate(5deg);
}

.blue-badge-plan{
  transform:rotate(-5deg);
}

.section-spacer{
  height:70px;
}

.hero-warning-wrap{
  padding:36px 0 6px;
  border-top:1px solid #777;
  background:transparent;
}

.hero-warning-copy{
  position:relative;
  z-index:100;
  margin:0 auto !important;
  padding-top:40px;
  letter-spacing:.5px !important;
  font:italic 400 18px/2 "Open Sans", Arial, sans-serif;
}

.hero-warning-text{
  color:#F6F1E8 !important;
}

.seal-content-inner{
  width:80%;
  margin:50px auto 0;
}

.seal-copy{
  color:#fff;
  text-align:justify;
  font-size:16px;
  line-height:1.6;
  font-weight:400 !important;
}

.dashed-light-link{
  color:#fff;
  text-decoration:none;
  border-bottom:1px dashed #ccc;
}

.solid-light-link{
  color:#fff;
  border-bottom:1px solid #fff;
}

.recent-registrations-label{
  margin:80px 0 5px;
  color:#fff;
  font-size:13px;
  font-style:italic;
  font-weight:400;
}

.registrations-frame-wrap{
  width:280px;
  margin:0 auto -40px;
  padding-top:23px;
  text-align:center;
}

.registrations-frame{
  height:240px;
  margin-left:-15px;
}

.registries-link-wrap{
  position:relative;
  z-index:10;
  color:#fff;
  font-size:11px;
}

.registries-link{
  font-weight:200;
}

.registries-link-label{
  color:#fff;
  font-weight:400;
  border-bottom:1px dashed #fff;
}

.steps-section{
  background:#f3f3f3 url(https://songregistration.com/bg/sr-wm3c.gif);
}

.steps-inner{
  margin:70px auto 0;
  padding-top:50px !important;
  box-shadow:0 -3px 8px #000;
  text-align:center;
}

.steps-title{
  font:normal 20px "Open Sans", Arial, sans-serif !important;
  color:#000;
}

.steps-note{
  color:#444;
  font-size:13px;
  font-style:italic;
}

.steps-graphic-wrap{
  color:#fff;
}

.steps-graphic{
  width:260px;
  height:auto;
  margin:10px auto -5px;
  border-radius:5px;
  box-shadow:1px 1px 6px #000;
}

.steps-copy-wrap{
  width:70%;
  margin:0 auto;
  color:#444;
  font:normal 16px/1.4 "Open Sans", Arial, sans-serif;
}

.steps-card-wrap{
  margin:20px auto;
  text-align:center;
}

.plan-card-shell{
  position:relative;
  top:100px;
  z-index:100;
  width:100%;
  max-width:600px;
  margin:-60px auto;
  border:2px solid #999;
  border-radius:5px;
  background:linear-gradient(180deg, #eef2f6 0%, #d9e0e8 45%, #c7d0da 100%);
  box-shadow:2px 2px 6px #999;
  color:#000;
  font:bold italic 15px Arial, sans-serif;
}

.plan-item{
  font-family:Arial, sans-serif;
}

.plan-item-bottom{
  margin-top:-5px;
  margin-bottom:-10px;
}

.plan-copy{
  font:bold 13px/1.3 Arial, sans-serif;
}

.plan-button-text{
  color:#ddd;
  font-style:normal;
  font-weight:400;
}

.plan-button-text-tight{
  margin:25px auto 0;
}

.plan-button-text-loose{
  margin:35px auto -5px;
}

.plan-cta{
  width:170px;
  font-size:13px;
}

.plan-popular-wrap{
  position:relative;
  top:-80px;
  left:50%;
  display:inline-block;
  margin-left:-20px;
  transform:translateX(-50%) translateX(-70px);
}

@media (max-width: 700px){
  .hero-copy-wrap{
    width:min(78%, 560px);
    min-height:72vw;
  }
}

@media (max-width: 520px){
  .span-alert-centered{
    max-width:90vw;
    font-size:10px;
    line-height:2.1;
    overflow:hidden;
  }

  .hero-copy-wrap{
    width:82%;
    margin-top:115px;
    min-height:82vw;
  }

  .hero-title{
    font-size:24px;
    line-height:1.5;
  }

  .hero-kicker{
    font-size:17px;
  }

  .hero-subcopy{
    font-size:16px;
    margin-bottom:40px;
  }

  .twinlinetop{
    margin-top:60px;
    margin-bottom:-35px;
  }

  .hero-button-col-left,
  .hero-button-text-gold{
    margin:0 10px;
  }

  .hero-popular-wrap{
    right:-4px;
    top:-12px;
  }

  .blue-button{
    font-size:6.5px;
  }

  .steps-copy-wrap,
  .seal-content-inner{
    width:84%;
  }
}
