@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}


html[data-platform*='Win16']::-webkit-scrollbar,
html[data-platform*='Win32']::-webkit-scrollbar,
html[data-platform*='Linux i686']::-webkit-scrollbar,
html[data-platform*='Linux armv7l']::-webkit-scrollbar {
  width: 8px;

}

html[data-platform*='Win16']::-webkit-scrollbar-thumb,
html[data-platform*='Win32']::-webkit-scrollbar-thumb,
html[data-platform*='Linux i686']::-webkit-scrollbar-thumb,
html[data-platform*='Linux armv7l']::-webkit-scrollbar-thumb {
  background-color: gray;
}

body {
  position: relative;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, 'Noto Color Emoji';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 0.95rem;
  min-height: 100%;
  background: rgb(29, 29, 29);
}

select {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23495057%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 15px;
  background-size: .75em auto, 100%;
  appearance: none;
}

:target:before {
  content: '';
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  background: rgba(29, 29, 29, 1);
}

main {
  padding-top: 68px;
  flex: 1 0 auto;
}

main.store {
  padding-top: 0;
  padding-bottom: 0;
}

p, li {
  line-height: 1.8em;
}

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

a {
  color: #24ABF2;
}

strong {
  font-weight: 900;
}

a:hover {
  color: #24ABF2;
  text-decoration: underline;
}

a.button, button.button {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none;
  background: linear-gradient(to bottom, #5fb050, #448744);
  display: block;
  text-align: center;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  border: 0;
}

img {
  max-width: 100%;
  border-radius: 5px;
}

h1 {
  letter-spacing: .1rem;
  line-height: 3rem;
}

h2 {
  line-height: 2.5rem;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  box-shadow: none !important;
}

.tooltip-inner {
  text-align: left;
  padding: 1.2rem 1.5rem 0.5rem;
  min-width: 300px;
  background-color: #fff;
  color: #656565;
}

.tooltip.show {
  opacity: 1;
  -moz-box-shadow: 0 0 3px #656565;
  -webkit-box-shadow: 0 0 3px #656565;
  box-shadow: 0 0 3px #656565;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  padding: 0;
}

.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  padding-bottom: 1.2rem;
}

.tooltip-inner ul {
  margin-top: 1rem;
  padding-left: 2rem;
  margin-bottom: 0;
}

.tooltip-inner li {
  padding: 0;
  margin: 0 0 1rem;
}

.tooltip-inner li:last-child {
  margin-bottom: .2rem;
}

.monospace {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}

.darkest-section {
  background: rgb(29, 29, 29);
  color: #ebebeb;
}

.dark-section {
  background: rgb(29, 29, 29);
  color: #dbdbdb;
}

.dark-section .form-control {
  color: rgb(50, 50, 50);
  background-color: #eee;
  background-clip: padding-box;
  border: 0;
  transition: none;
}

.dark-section .form-control:disabled, .dark-section .form-control[readonly] {
  background-color: #b6b6b6;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border: #DB4F4F 1px solid;
  background: #FEF8F8;
}

.dark .form-control.is-invalid, .was-validated .form-control:invalid {
  border: inherit;
  background: #ee8787;
}

.dark .form-control.is-invalid::placeholder, .was-validated .form-control:invalid::placeholder {
  color: rgb(50, 50, 50);
}

.btn-outline-primary:focus, .btn-outline-primary:focus {
  box-shadow: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media screen and (min-width: 0\0
) {
  .dark-section {
    background: rgb(29, 29, 29);
  }
}

html[data-useragent*='Edge/'] .dark-section {
  background: rgb(29, 29, 29);
}

.dark-section strong {
  color: #ebebeb;
}

.dark-section h1 {
  color: #ebebeb;
}

.dark-section .form-control {
  color: rgb(50, 50, 50);
  background-color: #eee;
  background-clip: padding-box;
  border: 0;
  transition: none;
}

.white-section .form-control {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.gray-section {
  background: #eee;
  color: #505050;
}

.white-section, .roi-section {
  background: #fff;
  color: #656565;
}

.white-section a {
  color: #0088cc;
}

.white-section a:hover {
  text-decoration: none;
}

.secondary-page {
  padding-bottom: 3rem;
}

.secondary-page p {
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.secondary-page li {
  font-size: 18px;
  padding-bottom: 0;
  margin: 15px 10px;
}

.secondary-page ul {
  padding-inline-start: 30px;
  padding-left: 30px;
}

.secondary-page a {
  font-weight: bold;
}

.secondary-page h2 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.secondary-page h2:first-child {
  margin-top: 0;
}

.navbar {
  background: rgb(29, 29, 29);
  padding: 9px 1rem;
  height: 68px;
}

.navbar-light .navbar-nav .nav-link {
  color: #ebebeb;
  padding-right: 1.2rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #FF9800;
}

.navbar-brand .quokka-logo {
  background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%23FC6515;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
  min-width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.navbar-brand .quokka-logo-text {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}

.navbar-brand {
  font-size: 1.5rem !important;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ebebeb !important;

}

.navbar-nav .nav-link {
  padding-right: 1.2rem;
  font-size: 1.2rem;
}

.navbar-sticky-scrolling {

}

.navbar-light .navbar-toggler {
  color: #EC811C;
  border-color: #EC811C;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23EC811C' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
  background: rgb(29, 29, 29);
  padding-left: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 12;
}

.btn-outline-primary {
  color: #EC811C;
  border-color: #EC811C;
  font-size: 1.2rem;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #EC811C;
  border-color: #EC811C;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #EC811C;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #EC811C;
  border-color: #ec811c;
}

.editors {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 6rem;
  margin-top: 0;
}

.editors span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.editors img {
  width: 100px;
  margin-right: 50px;
  margin-bottom: 0;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
  opacity: 0.35
}

.editors img:last-child {
  margin-right: 0;
}

.editors img.selected {
  opacity: 1
}

.features-video {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.feature-video {
  background: url("/assets/img/spinner.svg") no-repeat center center;
  background-size: 200px 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}

.feature-video canvas {
  padding: 0;
  margin: 0;
  display: block;
}

.feature-video-loaded {
  background: none;
  display: block;
}

.features-video img {
  margin: 0;
  visibility: hidden;
}

.feature-video-loaded img {
  visibility: visible;
}

.features-video img, .features-video canvas, .features-video div {
  border-radius: 0;
  outline: none;
  border: 0;
}

.download {
  text-align: center;
}

.download-button {
  padding: 30px 30px !important;
  margin-bottom: 20px;
  display: inline-block !important;
  font-size: 36px !important;
}

div.gifffer-play-button {
  z-index: 10;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 20px;
  background: rgba(252, 101, 21, 0.6);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

.features div.gifffer-play-button {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}

div.gifffer-play-button-triangle {
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 30px solid #eee;
  position: absolute;
  left: 40px;
  top: 26px;
}

.features div.gifffer-play-button-triangle {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #eee;
  left: 24px;
  top: 12px;
}

div.gifffer-pause-button {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 10px;
  background: rgba(252, 101, 21, 0.6);
  position: absolute;
  top: 20px;
  right: 100px;
}

div.gifffer-pause-button-bar1 {
  width: 4px;
  height: 24px;
  background: #eee;
  position: absolute;
  left: 23px;
  top: 18px;
}

div.gifffer-pause-button-bar2 {
  width: 4px;
  height: 24px;
  background: #eee;
  position: absolute;
  left: 33px;
  top: 18px;
}

div.gifffer-fullscreen-button {
  width: 60px;
  height: 60px;
  background: rgba(252, 101, 21, 0.6);
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

div.gifffer-fullscreen-button-part1a {
  width: 10px;
  height: 10px;
  border-top: 4px solid #eee;
  border-left: 4px solid #eee;
  position: absolute;
  left: 18px;
  top: 18px;
}

div.gifffer-fullscreen-button-part2a {
  width: 10px;
  height: 10px;
  border-top: 4px solid #eee;
  border-right: 4px solid #eee;
  position: absolute;
  right: 18px;
  top: 18px;
}

div.gifffer-fullscreen-button-part3a {
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #eee;
  border-left: 4px solid #eee;
  position: absolute;
  left: 18px;
  bottom: 18px;
}

div.gifffer-fullscreen-button-part4a {
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #eee;
  border-right: 4px solid #eee;
  position: absolute;
  right: 18px;
  bottom: 18px;
}

img.bordered-bright-image, .bordered-bright-image img, .bordered-bright-image canvas {
  border: #aaa 1px solid;
}

.feature-header sup {
  color: #DD0031;
  font-weight: bold;
  padding-left: .8rem;
  font-size: 1rem;
}

.hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero h1 {
  word-spacing: .5rem;
  letter-spacing: unset;
  margin-bottom: 0;
}

.monospace.hero h1 {
  font-size: 2.2rem;
}

.main-header {
  word-spacing: .3rem;
  text-align: center;
}

.why {
  padding-bottom: 6rem;
  padding-top: 3rem;
}

.why-point {
  padding-top: 3.5rem;
}

.why .main-desc h2 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}

.why-point p {
  padding-left: 2rem;
  padding-right: 2rem;
}

.why svg {
  width: 80px;
  height: 80px;
  display: inline;
}

.why .community {
  fill: #FF7353;
  color: #FF7353;
}

.why .context {
  fill: #BA87F3;
  color: #BA87F3;
}

.why .experiment {
  fill: #24ABF2;
  color: #24ABF2;
}

.why .pro {
  fill: #FF9800;
  color: #FF9800;
}

.why p {
  margin-bottom: 0;
  margin-top: 4rem;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #e4e4e4;
  text-align: center;
}

.tech {
  padding-bottom: 4rem;
}

.tech h1 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.8rem;
}

.tech .tech-editors, .tech .tech-frameworks, .tech .tech-languages, .tech .tech-test-frameworks {
  text-align: center;
  margin-bottom: 3rem;
}

.tech img {
  margin-top: 3rem;
}

.tech .tech-editors img {
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline;
}


.tech .tech-frameworks img {
  height: 120px;
  display: inline;
  padding-left: 40px;
  padding-right: 40px;
}

.tech .tech-languages img {
  height: 100px;
  display: inline;
  padding-left: 40px;
  padding-right: 40px;
}

.tech .tech-test-frameworks img {
  height: 100px;
  display: inline;
  padding-left: 40px;
  padding-right: 40px;
}

.tech #ts-logo {
  max-width: 250px;
  width: 300px;
}

.tech #vue-logo {
  max-height: 100px;
  padding-top: 10px;
}

.tech #react-logo {
  padding-top: 10px;
}

.tech #node-logo {
  padding-bottom: 5px;
}

.tech #babel-logo {
  padding-top: 10px;
}

.tech #jest-logo {
  padding-top: 5px;
}

.features {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.features .feature-header {
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-left: .1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 36px;
  height: 68px;
}

.features .feature-content {
  padding-bottom: 4rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.features .feature-content canvas {
  border-radius: 5px;
}

.features .feature-content p {
  padding-left: .1rem;
}

.features .feature-image {
  max-width: 506px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 2rem;
  line-height: 0;
  font-size: 0;
  border-radius: 5px;
  min-height: 200px;
  background: url("/assets/img/spinner.svg") no-repeat center center;
  background-size: 100px 100px;
}

.features .feature-content svg {
  height: 29px;
  width: 29px;
  fill: #505050;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
}

.features .pro-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(252, 101, 21, 0.8);
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  text-decoration: none;
}

.feature-video-playing .pro-label {
  display: none;
}

#inline-values svg {
  margin-bottom: 6px;
}

#wallaby-app svg {
  margin-bottom: 5px;
}

#inline-errors svg {
  margin-bottom: 4px;
}

#inline-coverage svg {
  margin-bottom: 3px;
}

#tests-output svg {
  margin-bottom: 5px;
}

#value-explorer svg {
  margin-bottom: 4px;
}

#debugger svg {
  margin-bottom: 6px;
}

#diffs-snapshots svg {
  margin-bottom: 6px;
}

#package-install svg {
  margin-bottom: 3px;
}

#project-context svg {
  margin-bottom: 4px;
}

#codeclip svg {
  height: 26px;
  width: 26px;
  margin-bottom: 6px;
}

#roi {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

#roi h2 svg {
  padding-bottom: .1rem;
  margin-right: 1rem;
  width: 30px;
  height: 30px;
}

#roi svg {
  width: 20px;
  height: 20px;
  fill: #dbdbdb;
  margin-bottom: .2rem;
}

#roi .btn-outline-primary {
  font-size: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.savings p {
  font-size: 1.2rem;
  padding-left: 3rem;
}

#customers {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

#customers h3 {
  line-height: 3rem;
}

.slick-dots {
  position: relative !important;
  bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important;
  margin-top: 3rem;
}

.slick-dots li button::before {
  font-size: 16px !important;
}

#customers p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

p.logos {
  text-align: left !important;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.logos a {
  outline: none;
}

.logos img, .logos a img {
  display: inline-block;
  width: 150px;
  margin: 0 40px 0 0;
  border-radius: 0;
  outline: none;
  border: 0;
}

.logos a img {
  width: 80px;
  margin-top: 10px;
  margin-left: 10px;
}

.tweets {
  margin: 6rem 0 3rem;
  clear: both;
  max-width: 100%;
}

.tweets blockquote, .tweets blockquote p {
  font-size: 14px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  line-height: 1.3125 !important;
  color: rgb(20, 23, 26);
}

.tweets blockquote {
  border-radius: 15px;
  border: rgb(204, 214, 221) 1px solid;
  padding: 14px;
}

.tweets .tweet {
  display: none;
  max-width: 330px;
  width: 330px;
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  clear: right;
}

.showAllTweets {
  font-weight: bold;
  font-size: 1.5rem;
}

.main-video-container {
  margin: auto;
  position: relative
}

.main-poster-spacer {
  margin: 0;
  display: block
}

.main-poster img:first-child {
  margin-left: 9%;
}

.main-poster img:last-child {
  margin-right: 9%;
}

#main-video {
  display: none;
  position: absolute;
  outline: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-video-ready {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

#main-play {
  width: 14%;
  height: 15%;
  cursor: pointer;
  border-radius: 10%;
  background: rgba(95, 176, 80, 0.7);
  position: absolute;
  left: calc(50% - 8%);
  top: calc(50% - 8%);
}

#main-play > div {
  margin-left: 42%;
  margin-top: 17%;
  width: 0;
  height: 0;
  padding-top: 25%;
  padding-bottom: 25%;
  padding-left: 25%;
  overflow: hidden;
}

#main-play > div > div {
  width: 0;
  height: 0;
  margin-top: -500px;
  margin-left: -500px;
  border-top: 500px solid transparent;
  border-bottom: 500px solid transparent;
  border-left: 500px solid #eee;
}

.store-product-list {
  margin: 15px 0;
}

.store-item {
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  margin-bottom: 25px;
  vertical-align: top;
  text-align: center;
}

.store-item a.button {
  background: unset;
}

.store-item-quokka {
  border-color: #fc6515;
  border-width: 2px;
  border-style: solid;
}

.store-item-quokka .store-item-header, .store-item-quokka .store-buy-button {
  background-color: #fc6515;
}

.store-item-quokka .store-item-price {
  color: #fc6515;
}

.store-item-wallaby {
  border-color: #5fb050;
  border-width: 2px;
  border-style: solid;
}

.request-trial-license-progress, .store-item-wallaby .store-item-header, .store-item-wallaby .store-buy-button {
  background-color: #5fb050;
}

.store-item-wallaby .store-item-price {
  color: #5fb050;
}

.store-item-bundle {
  border-color: #ff0000;
  border-width: 2px;
  border-style: solid;
}

.store-item-bundle .store-item-header, .store-item-bundle .store-buy-button {
  background-color: #ff0000;
}

.store-item-bundle .store-item-price {
  color: #ff0000;
}

.store-item-quokka, .store-item-wallaby {
  margin-right: 15px;
}

.store-item-wallaby, .store-item-bundle {
  margin-left: 15px;
}

.store-item-not-selected {
  cursor: pointer;
}

.store-item-header {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  color: #fff;
  font-size: 22px;
  padding: 15px 10px 15px 10px;
  letter-spacing: 2px;
}

.store-item-support-text {
  margin-top: 40px;
  height: 110px;
  text-align: center !important;
  font-size: 14px;
  line-height: 150%;
  color: #888;
  padding-left: 20px;
  padding-right: 20px;
}

.store-item-support-text a {
  font-weight: normal;
}

.store-item-price {
  margin-top: 35px;
  font-size: 70px;
  letter-spacing: 3px;
}

.store-item-desc {
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 1px;
}

.store-buy-button {
  margin-top: 35px;
  margin-bottom: 40px;
  padding: 15px 60px 15px 60px !important;
  font-size: 20px !important;
  text-transform: uppercase;
  display: inline-block !important;
}

.comparison-matrix {
  margin-top: 0;
  margin-bottom: 2rem;
}

.comparison-matrix table {
  margin: 0 auto 0;
  border-spacing: 0;
  position: relative;
  z-index: 200;
}

.comparison-matrix table th {
  font-size: .9rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  padding: 15px 15px 20px;
  position: sticky;
  top: 66px;
  background: rgb(29, 29, 29);
  z-index: 11;
}

.comparison-matrix table th.desc-header {
  width: 96%;
  border-left: 0;
}

.comparison-matrix table th.check-header {
  min-width: 140px;
}

.comparison-matrix table td {
  font-size: 1.2rem;
  padding: 2px 0;
  border-bottom: rgba(101, 101, 101, .5) 1px solid;
}

.comparison-matrix .editors {
  margin-bottom: 50px;
  margin-top: 50px;
}

.comparison-matrix .editors img {
  width: 40px;
  cursor: pointer;
}

.comparison-matrix .details {
  display: none;
}

.comparison-matrix .details td {
  padding-left: 2rem;
  padding-right: 2rem;
}

.comparison-matrix .details .feature-content {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 2rem;
  line-height: 0;
  font-size: 0;
  border-radius: 5px;
  min-height: 200px;
  background: url('/assets/img/spinner.svg') no-repeat center center;
  background-size: 100px 100px;
}

.comparison-matrix .details .feature-content canvas,
.comparison-matrix .details .feature-content img.giffferated {
  border-radius: 5px;
  border: rgba(101, 101, 101, .5) 1px solid;
}

.comparison-matrix .details .desc {
  margin-top: 3rem;
}

.comparison-matrix .details .learn-more {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.comparison-matrix .details .feature-content .vsc-feature,
.comparison-matrix .details .feature-content .jb-feature,
.comparison-matrix .details .feature-content .sublime-feature {
  margin-left: auto;
  margin-right: auto;
}

.comparison-matrix table td.desc {
  padding-right: 15px;
  text-align: left !important;
  font-size: 1.1rem !important;
  height: 40px;
  vertical-align: middle;
}

.comparison-matrix table td.desc sup {
  color: #fc6515;
  font-weight: bold;
  padding-left: .8rem;
  padding-right: .5rem;
  font-size: .8rem;
}

.comparison-matrix table td {
  cursor: pointer;
}

.comparison-matrix table tr.details td, .comparison-matrix table tr.buy td {
  cursor: auto;
}

.comparison-matrix table td a {
  text-decoration: none;
}

.comparison-matrix table td.desc a {
  color: #dbdbdb;
}

.comparison-matrix table td .sale-countdown:before {
  content: 'Sale ends in '
}

.comparison-matrix table td .sale-countdown, .comparison-matrix table td .refund {
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, .5);
  margin-top: 30px;
  margin-left: 0;
}

.comparison-matrix table td.desc a:before {
  color: inherit;
  min-width: 1rem;
  min-height: 1rem;
  display: inline-block;
  margin-right: 10px;
  margin-left: 1px;
  margin-top: 1px;
  background-image: url('/assets/img/minus.svg');
  content: ' ';
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.comparison-matrix table td.desc a.collapsed:before {
  background-image: url('/assets/img/plus.svg');
  margin-top: 3px;
}

.comparison-matrix table td.desc a {
  display: flex;
  align-items: center;
}

.comparison-matrix table td.pro a {
  color: #e6be00;
}

.comparison-matrix table td.check {
  color: #EC811C;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-left: rgba(101, 101, 101, .5) 1px solid;
}

.comparison-matrix table tr.users td,
.comparison-matrix table tr.support td,
.comparison-matrix table tr.price td {
  text-align: center;
  font-size: .95rem;
  color: #dbdbdb;
}

.comparison-matrix table tr.price td {
  color: #5fb050;
}

.comparison-matrix table tr.price td, .comparison-matrix table td .sale-countdown {
  font-size: 18px;
  border-bottom: 0;
}

.comparison-matrix .pricing-item-loading {
  margin-top: 4px;
}

.comparison-matrix .spinner-border {
  width: 1.4rem;
  height: 1.4rem;
}

.comparison-matrix table tr.buy td {
  border: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
}

.comparison-matrix table tr.buy td .buy-button {
  padding: inherit !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  width: 100%;
  font-size: 1.2rem !important;
}

.product-pricing-net {
  display: none;
}

.pricing-item-discount-section {
  text-decoration: line-through;
  color: rgba(101, 101, 101, 1);
}

.buy-button {
  margin-top: 10px !important;
  padding: 15px 60px 15px 60px !important;
  font-size: 28px !important;
  text-transform: uppercase;
  display: inline-block !important;
}

.faq-content {
  margin-bottom: 2rem;
}

.faq-content .faq-item:first-child {
  border-top: rgba(101, 101, 101, .5) 1px solid;
}

.faq-content .faq-item {
  border-bottom: rgba(101, 101, 101, .5) 1px solid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq-content .faq-item p {
  margin-top: 2rem;
}

.faq-content .faq-header {
  display: flex;
  position: relative;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.faq-content .faq-header span {
  padding-right: 2.5rem;
}

.faq-content .faq-anchor {
  padding-top: 140px;
  margin-top: -140px;
  pointer-events: none;
}

.faq-content .faq-header button {
  z-index: 100;
}

.faq-content .expand-button {
  height: 100%;
  background-image: url('/assets/img/minus.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right;
  background-size: 25px;
  border: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  width: 100%;
}

.faq-content .expand-button.collapsed {
  background-image: url('/assets/img/plus.svg');
}

.product-highlight .product-description strong {
  color: #FE536A;
}

.product-price {
  float: left;
  width: 150px;
  vertical-align: middle;
  font-size: 20px;
  margin-top: 5px;
  margin-left: 5px;
}

.product-link {
  text-align: center;
  width: 100px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 20px;
}

.product-link a {
  display: inline-block;
}

.product-link a.link {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center;
}

.product-description {
  margin-left: 150px;
  margin-right: 170px;
}

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

.editor-logo img {
  max-width: 100px;
  margin-bottom: 30px;
  display: inline;
}

.customer-details {
  display: none;
  background: #fff;
  font-size: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 540px;
  margin-left: -220px;
  z-index: 99999;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.customer-details h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.customer-details label {
  display: block;
  margin-bottom: 10px;
}

.customer-details div.popup-container {
  position: absolute;
  padding-top: 30px;
  left: 30px;
  right: 30px;
}

.customer-details .buttons {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

.customer-details .buttons .button {
  margin-top: 15px;
}

.customer-details div.field {
  padding-right: 4px;
  padding-left: 1px;
  margin-right: 2px
}

.customer-details input, .customer-details textarea {
  -webkit-appearance: none;
  border: lightgrey 1px solid;
  width: 100%;
}

.customer-details textarea {
  font-size: 16px;
}

.customer-details div.entry {
  margin-bottom: 20px;
}

.customer-details .side-note {
  font-size: 12px;
  color: #888;
}

.customer-details .has-error {
  border: #DB4F4F 1px solid !important;
  background: #FEF8F8 !important;
}

.customer-details .waiting {
  display: none;
  text-align: center;
  line-height: 440px;
  color: #888;
  font-size: 16px;
}

.customer-details .error, .customer-details .errorParagraph {
  display: none;
  color: #DB4F4F;
  font-size: 16px;
}

.customer-details .error {
  text-align: center;
  line-height: 440px;
}

.customer-details .errorParagraph {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 35px;
}

.customer-details .resultContent {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 35px;
}

.customer-details .resultContent p {
  font-size: 16px !important;
  padding-right: 10px;
}

.mask {
  display: none;
  background: rgba(220, 220, 220, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.failedAction {
  color: #FE536A;
}

.successfulAction {
  color: #5FB050;
}

.right-float {
  float: right;
  margin-left: 40px !important;
  margin-bottom: 40px !important;
}

.showingAllTweets {
  width: 100px;
  display: none;
}

.signup .button {
  background: linear-gradient(to bottom, #5fb050, #448744);
  color: #fff;
}

.update p {
  line-height: 36px;
}

.update input {
  vertical-align: bottom;
  position: relative;
  top: -11px;
}

.modal.dark .modal-content {
  background: rgb(50, 50, 50);
  border-radius: 10px;
  padding: 1rem;
  color: #dbdbdb;
  border: rgb(101, 101, 101) 1px solid;
}

#trialLicenseSubmit {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-transform: uppercase;
  font-size: 1rem !important;
}

@media screen and (max-width: 1200px) {

  .tweets .tweet {
    max-width: 280px;
    width: 280px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .features .feature-image {
    max-width: 410px;
  }

  .comparison-matrix table tr.price td, .comparison-matrix table td .sale-countdown {
    font-size: 2vw
  }
}

@media screen and (max-width: 1080px) {

  .store-product-list {

  }

  .store-item {

  }

  .store-item-header {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .store-item-support-text {
    margin-top: 30px;
    height: 120px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .store-item-price {
    margin-top: 27px;
    font-size: 55px;
    letter-spacing: 2px;
  }

  .store-item-desc {
    margin-top: 27px;
    font-size: 14px;
    line-height: 115%;
    letter-spacing: 1px;
  }

  .store-buy-button {
    margin-top: 27px;
    margin-bottom: 30px;
    padding: 15px 46px 15px 46px !important;
    font-size: 16px !important;
  }

  .features .feature-image {
    max-width: 400px;
  }
}

@media screen and (max-width: 992px) {

  .why-point p {
    padding-left: 0;
    padding-right: 0;
  }

  .product-link {
    margin-top: 30px;
  }

  .store-item-wallaby, .store-item-bundle {
    margin-left: 0;
  }

  .tweets .tweet {
    max-width: 220px;
    width: 220px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .features .feature-image {
    max-width: 600px;
  }

  .comparison-matrix table th.check-header {
    font-size: .7rem;
    letter-spacing: .05rem;
    min-width: 96px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .comparison-matrix table td.desc {
    font-size: .9rem !important;
  }

  .comparison-matrix table td.desc a:before {
    min-width: .9rem;
    min-height: .9rem;
    margin-right: 10px;
  }

  .comparison-matrix table tr.buy td .buy-button {
    font-size: 1rem !important;
  }

  .comparison-matrix table tr.users td,
  .comparison-matrix table tr.support td {
    font-size: .85rem;
    font-weight: bold;
  }

  .comparison-matrix .details .feature-content {
    min-height: 100px;
    background-size: 100px 100px;
  }

  .comparison-matrix div.gifffer-play-button {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
  }

  .comparison-matrix div.gifffer-play-button-triangle {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #eee;
    position: absolute;
    left: 15px;
    top: 8px;
  }

  .comparison-matrix table td .refund {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {

  .store-product-list {

  }


  .store-item-quokka, .store-item-wallaby, .store-item-bundle {

  }

  .editors img {

  }


}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .store-item {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .savings p {
    font-size: 1rem;
    padding-left: 2rem;
  }

  .monospace.hero h1 {
    font-size: 1.5rem;
  }

  .editors img {
    width: 75px;
    margin-right: 40px;
  }

  .community-edition, .company-pro, .personal-pro, .enterprise-pro {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .faq-content .faq-header {
    font-size: 1.2rem;
  }

  .faq-content .faq-header span {
    padding-right: 2.5rem;
  }

  .faq-content .expand-button {
    background-size: 20px;
  }

  .comparison-matrix table th.check-header {
    letter-spacing: 0;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 77px;
  }

  .comparison-matrix table td.desc a:before {
    min-width: .8rem;
    min-height: .8rem;
  }

  .comparison-matrix table tr.price td, .comparison-matrix table td .sale-countdown {
    font-size: 2.5vw
  }

  .comparison-matrix .details .feature-content {
    min-height: 50px;
    background-size: 50px 50px;
  }

  .comparison-matrix table td .refund {
    font-size: .8rem;
  }
}

@media screen and (max-width: 575px) {

  .secondary-page {
    padding-left: 25px;
    padding-right: 25px;
  }

  .secondary-page p, .secondary-page li {
    font-size: 1rem;
  }

  .savings {
    padding-top: 2rem;
  }

  .savings p {
    padding-left: unset;
  }

  .why {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .why .main-desc h2 {
    font-size: 1.2rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }

  .why-point {
    padding-top: 2rem;
  }

  .why p {
    font-size: 1rem;
    margin-top: 2rem;
  }

  .tech {
    padding-bottom: 2rem;
  }

  .tech h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .tech img {
    margin-top: 2rem;
  }

  .tech .tech-editors img {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }


  .tech .tech-frameworks img {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tech .tech-languages img {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tech .tech-test-frameworks img {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tech #ts-logo {
    max-width: 150px;
    width: 150px;
  }

  .tech #vue-logo {
    max-height: 100px;
    padding-top: 5px;
  }

  .tech #react-logo {
    padding-top: 5px;
  }

  .tech #node-logo {
    padding-bottom: 2px;
  }

  .tech #babel-logo {
    padding-top: 5px;
  }

  .tech #jest-logo {
    padding-top: 2px;
  }

  .features {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .features .feature-content {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #roi {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  #customers {
    padding-top: 3rem;
  }

  #customers h3 {
    font-size: 18px;
  }

  .comparison-matrix table td.desc a.collapsed:before {
    margin-top: 1px;
  }

  .comparison-matrix table td.desc a:before {
    min-width: .7rem;
    min-height: .7rem;
    margin-right: 6px;
  }

  .comparison-matrix table td.desc {
    padding-right: 3px;
  }

  .comparison-matrix table td.desc {
    font-size: .75rem !important;
  }

  .comparison-matrix table tr.users td, .comparison-matrix table tr.support td {
    font-size: .75rem;
  }

  .comparison-matrix table tr.price td, .comparison-matrix table td .sale-countdown {
    font-size: .75rem;
  }

  .comparison-matrix .details .learn-more {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .editors {
    margin-bottom: 4rem;
  }

  .editors img {
    margin-right: 20px;
  }

  .tweets {
    margin-top: 3rem;
  }

  .faq-content .faq-item:first-child {
    border-top: rgb(101, 101, 101) 1px solid;
  }

  .faq-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
  }

  .faq-content .faq-header {
    font-size: 1rem;
  }
}

@media screen and (max-width: 540px) {

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .features .feature-header {
    font-size: 1.2rem;
  }

  .features .feature-content svg {
    height: 1.7rem;
  }

  .customer-details {
    font-size: 16px;
    width: 300px;
    margin-left: -150px;
  }

  .customer-details .side-note {
    font-size: 10px;
  }

  .customer-details div.entry {
    margin-bottom: 22px;
  }

  .buy-button {
    margin-top: 10px !important;
    padding: 10px 40px 10px 40px !important;
    font-size: 18px !important;
  }

  .showAllTweets {
    font-size: 1.2rem;
  }

  .faq-content .faq-item:first-child {
    border-top: rgb(101, 101, 101) 1px solid;
  }

  .faq-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
  }

  .faq-content .faq-header {
    font-size: 1rem;
  }

  .comparison-matrix table {
    margin-top: 0;
  }

  .comparison-matrix table td.desc sup {
    padding-left: .5rem;
    font-size: .6rem;
  }
}

@media screen and (max-width: 529px) {
  .tweets .tweet {
    max-width: 250px;
    width: 250px;
    margin: auto;
    float: none;
  }

  .editors {
    margin-bottom: 3rem;
  }

  .editors img {
    width: 60px;
  }
}

@media screen and (max-width: 480px) {
  .comparison-matrix table th.check-header {
    padding-left: 2px;
    padding-right: 2px;
    min-width: 61px;
    font-weight: normal;
    font-size: .5rem;
  }

  .comparison-matrix table tr.users td, .comparison-matrix table tr.support td {
    font-size: .7rem;
  }

  .comparison-matrix .details .feature-content {
    min-height: 30px;
    background-size: 30px 30px;
  }

  .comparison-matrix table tr.buy td .buy-button {
    font-size: .8rem !important;
  }

  .comparison-matrix table td .refund {
    font-size: .65rem;
  }
}

@media screen and (max-width: 420px) {
  .navbar-brand .quokka-logo-text {
    font-size: .9rem !important;
  }
}

@media screen and (max-width: 400px) {
  .editors img {
    width: 50px;
    margin-right: 15px;
  }

  .comparison-matrix table th {
    padding: 10px 10px 10px 10px;
  }

  .comparison-matrix table td {
    padding: 5px 0;
  }

  .community-edition, .company-pro, .personal-pro, .enterprise-pro {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .faq-content .faq-header, .faq-content p {
    font-size: .9rem;
  }

  .comparison-matrix table th.check-header {
    padding-left: 1px;
    padding-right: 1px;
    min-width: 50px;
  }

  .comparison-matrix table tr.users td, .comparison-matrix table tr.support td {
    font-size: .6rem;
  }

}

@media screen and (max-width: 350px) {
  .navbar-brand .quokka-logo-text {
    font-size: .8rem !important;
  }
}

@media screen and (max-height: 370px) {
  .comparison-matrix table th {
    padding: 10px 15px;
  }

  .comparison-matrix table td.desc {
    height: 41px;
  }
}

/* BEGIN: Footer Styles */
footer hr {
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.footer-link {
  color: #ebebeb;
}

.footer-section-header {
  color: #999
}

.footer-link:focus, .footer-link:hover {
  color: #62b455;
  text-decoration: none;
}

.footer-link sup {
  font-size: 0.75rem;
  padding-left: .3rem;
  text-transform: uppercase;
}

a.footer-brand, a.footer-brand:hover {
  text-decoration: none;
}

.footer-brand {
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #ebebeb !important;
}

.footer-brand .quokka-logo-text {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}

.footer-brand .quokka-logo {
  background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%23FC6515;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
  min-width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

footer {
  font-size: 24px;
  background-color: rgb(50, 50, 50);
  color: #ebebeb;
  width: 100%;
}

footer a {
  text-decoration: none;
  outline: 0;
}

.footer-fixed-height {
  line-height: 37px;
}

footer small {
  vertical-align: bottom;
}

footer svg {
  fill: #ebebeb;
  display: inline;
  vertical-align: top;
  margin-left: 25px;
}

footer #mail {
  margin-top: 5px;
  width: 24px;
  height: 28px;
}

footer #gh {
  margin-top: 8px;
  width: 23px;
  height: 23px;
}

footer #tw {
  width: 40px;
  height: 40px;
  margin-left: 16px;
}

footer #fb {
  width: 45px;
  height: 45px;
  margin-top: 7px;
  margin-left: 16px;
}

footer #chat {
  width: 45px;
  height: 45px;
  margin-top: 7px;
  margin-left: 6px;
}

/* END: Footer Styles */

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #62b455;
  background-color: #62b455;
  background-image: linear-gradient(rgb(95, 176, 80), rgb(68, 135, 68));
}

/* BEGIN: Styles for Sale*/

.fixed-top-sale {
  top: 68px;
}

.main-sale {
  padding-top: 136px;
}

.sale-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FF9800;
  color: white;
  z-index: 1500;
  font-size: 1.1rem;
  font-weight: bold;
  height: 68px;
  letter-spacing: .1rem;
}

.sale-title {
  text-transform: uppercase;
}

.sale-banner .close {
  color: white;
  font-size: 1.8rem !important;
  line-height: 0.5;
}

.sale-banner a {
  color: white;
}

.sale-banner-footer-spacer {
  height: 100px;
}

.sale-margin {
  margin-left: 1rem;
}

.sale-banner .close {
  padding-bottom: 0.25rem;
}

.sale-break {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sale-banner {
      font-size: 1.75vw;
  }

  .sale-margin {
      font-size: 1.75vw;
  }

  .sale-banner .close {
      font-size: 1.75rem !important;
      padding-bottom: 0.36rem;
  }

  .sale-break {
      display: block;
  }
}

@media screen and (max-width: 768px) {
  .sale-container {
      display: flex;
  }

.sale-banner, .sale-margin {
  font-size: 2.34vw;
  letter-spacing: .3vw;
}

.sale-margin {
  margin: 0;
  display: block;
}

.sale-banner .close {
  margin-left: 2vw;
  font-size: 5.6vw !important;
}
}

@media screen and (max-width: 500px) {
  .sale-banner {
      font-size: 0.8rem;
      letter-spacing: 0.05rem;
    }
  
    .sale-title, .sale-countdown {
      font-size: 0.8rem;
      letter-spacing: 0.05rem;
    }
  
    .sale-title, .sale-countdown {
      margin-right: 5vw;
    }
}

@media screen and (max-width: 300px) {
  .sale-banner {
      font-size: 0.8rem;
      letter-spacing: 0;
      line-height: 1.2rem;
  }

  .sale-title, .sale-countdown {
      font-size: 0.8rem;
      letter-spacing: 0;
  }

  .sale-countdown {
      display: inline-block;
      clear: left;
  }

  .sale-title, .sale-countdown {
      margin-right: 0.5rem;
  }
}

/* BEGIN: End for Sale*/
