:root {
  --silver: #bec3c7;
  --white-smoke-3: #edeff2;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --c51609: #6a859c;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c0261b;
  border-radius: 4px;
  margin: 5px 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #f0f0f0;
  border: 1px #f0f0f0;
  border-radius: 10px;
  font-size: 20px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  color: #f0f0f0;
  background-color: #f0f0f0;
}

.navigation-menu {
  margin-top: 10px;
  padding-top: 0;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  color: #192024;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000 5% 30%, #000);
  padding: 10px 10px 60px;
  position: relative;
}

.section.accent {
  background-color: #192024;
  background-image: none;
  margin-bottom: 0;
  padding: 5px 10px;
}

.section.header {
  float: none;
  background-color: #0000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  overflow: visible;
}

.section.filter {
  background-image: linear-gradient(#0000 -1% 0%, #000);
  padding-top: 20px;
}

.white-box {
  text-align: center;
  background-color: #0000;
  border: 1px #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  text-align: center;
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 33%);
  background-position: 0 0;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-heading {
  color: #fff;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 32px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.hero-subheading {
  color: #b7b7c2;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  color: #bfe0ff;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #f0f0f0;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
}

.section-heading.centered.white {
  color: #fff;
  margin-top: 16px;
}

.section-subheading.center {
  color: #a0a0ac;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #8e8e9c;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #f0f0f0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  background-image: none;
  border-top: 1px solid #dbdbdb;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer.sub {
  background-image: linear-gradient(#f0f0f0, #f0f0f0);
  display: block;
}

.footer-text {
  color: #9e9e9e;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #c51609;
  border: 10px solid #fff;
  border-radius: 30%;
  width: 200px;
  height: 200px;
  margin: auto;
  padding: 5px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.grid-image._2 {
  background-color: #c51609;
  width: 200px;
  height: 200px;
}

.info-icon {
  float: left;
  padding-bottom: 0;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 1px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-bottom: 0;
  margin-left: 30px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

.fullwidth-image {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.white-text.bold {
  font-weight: 700;
}

.form {
  margin-top: 40px;
}

.heading {
  color: #192024;
  text-align: right;
}

.row {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  border: 1px #f0f0f0;
  border-radius: 10px;
}

.navigation-box {
  opacity: 1;
  filter: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.navigation-box:hover {
  border-color: #a81a10;
}

.image-2 {
  width: 50px;
}

.image-2:hover {
  border-color: #bf3a30;
}

.image-3, .image-4, .image-5, .image-6, .image-7 {
  width: 50px;
}

.category-text {
  color: #8e8e9c;
  letter-spacing: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
  text-decoration: none;
}

.heading-2, .heading-3, .heading-4 {
  color: #f0f0f0;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.paragraph {
  color: #f0f0f0;
  text-align: justify;
  font-family: Merriweather, serif;
  text-decoration: none;
}

.paragraph-2, .paragraph-3 {
  color: #f0f0f0;
  text-align: justify;
  font-family: Merriweather, serif;
}

.image-8 {
  text-align: left;
  background-color: #0000;
  border-radius: 30px;
  width: 200px;
  height: auto;
}

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

.body {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.column-3 {
  text-align: center;
  background-color: #0000;
}

.row-2 {
  background-color: #f0f0f0;
}

.paragraph-4 {
  color: #676770;
  font-weight: 600;
}

.heading-5 {
  text-align: left;
  font-family: Merriweather, serif;
  font-weight: 400;
}

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

.heading-7 {
  color: #f0f0f0;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
}

.row-3 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

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

.heading-8, .heading-9 {
  text-align: left;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.row-4 {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 5px;
}

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

.paragraph-5 {
  color: #8e8e9c;
}

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

.body-2 {
  background-image: none;
  background-position: 0 0;
}

.filter {
  background-image: linear-gradient(#fff -4%, #0000 0%, #000 99%);
  font-family: Merriweather, serif;
}

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

.section-2 {
  background-image: linear-gradient(#fff, #000 0%, #0000 100% 101%);
}

.section-2.filter {
  text-align: justify;
  background-image: linear-gradient(#fff, #000 0%, #0000 100%, #00000080);
}

.spacer {
  padding: 10px;
}

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

.header {
  background-image: linear-gradient(#fff -3%, #0000 0%, #000);
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0009);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #f0f0f0;
}

.nav-link.button {
  text-align: center;
  margin-top: 5px;
}

.nav-link.button.w--current {
  color: #f0f0f0;
  background-color: #0000;
  border: 1px solid #f0f0f0;
}

.nav-link.button-copy {
  text-align: center;
}

.container {
  text-align: left;
}

.nav-menu {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-10 {
  text-align: left;
  height: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.column-7, .heading-10, .heading-11, .heading-12, .heading-13 {
  text-align: center;
}

.feature-heading, .feature-text {
  color: #f0f0f0;
}

.white-text-copy {
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.white-text-copy.bold {
  font-weight: 700;
}

.heading-14 {
  font-weight: 400;
}

.role {
  color: #a0a0ac;
  text-align: center;
  font-weight: 400;
}

.name {
  text-align: center;
}

.title {
  color: #f0f0f0;
}

.tyres {
  background-color: #f0f0f080;
  border: 1px #f0f0f0;
  border-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.brands {
  background-color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  width: 160px;
  height: 40px;
}

.column-8, .column-9, .column-10, .column-11, .column-12, .column-13 {
  text-align: center;
}

.image-17, .image-18, .image-19, .image-20, .image-21 {
  height: 60px;
}

.column-14, .column-15, .column-16, .column-17, .column-18 {
  text-align: center;
}

.privacy-cont {
  text-align: justify;
  background-color: #f0f0f0d9;
  border-radius: 10px;
  padding: 10px;
  position: static;
  top: 25px;
  overflow: visible;
}

.rich-text-block {
  color: #000;
  font-weight: 700;
}

.body-3 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/harley-davidson-459593_960_720.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-brand {
  width: 125px;
  height: 30px;
}

.image-brand-tyres {
  width: 100px;
  height: 20px;
}

.image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31 {
  height: 50px;
}

.image-32 {
  text-align: center;
  margin-top: 2px;
  margin-left: 5px;
  padding-left: 0;
}

.column-19 {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}

.link-block, .column-20, .link-block-2, .column-21 {
  text-align: center;
}

.storelink {
  text-align: center;
  border: 1px #f0f0f0;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.storelink.storelinkbutton {
  background-color: #0000;
  border-radius: 4px;
  width: 200px;
  height: 40px;
  text-decoration: none;
}

.storelink.storelinkbutton:hover {
  background-color: #2e9dff;
}

.subnav {
  background-color: #000;
  background-image: none;
}

.column-22, .column-23, .column-24 {
  text-align: center;
}

.heading-15 {
  font-weight: 300;
}

.storelinktext {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.storelinkbutton {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
}

.logo {
  width: 150px;
  height: 60px;
}

.navbar-2 {
  background-color: #0000;
  background-image: linear-gradient(#0000, #000);
}

.column-25, .column-26 {
  background-color: #fff;
}

.row-7 {
  float: none;
  clear: none;
  background-color: #f0f0f08c;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: static;
  overflow: visible;
}

.image-34 {
  border: 10px solid #f0f0f0;
  border-radius: 30px;
  width: 200px;
  height: 200px;
  margin-left: 0;
}

.image-35, .image-36, .image-37, .image-38, .image-39, .image-40 {
  width: 100px;
}

.ebay {
  background-color: #fff;
  background-image: none;
}

.heading-16 {
  color: #000;
  text-align: center;
  letter-spacing: 14px;
  background-color: #f0f0f0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-17 {
  color: #8e8e9c;
  letter-spacing: 6px;
}

.heading-18 {
  color: #f0f0f0;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 0;
}

.heading-19 {
  color: #000;
}

.tyrebrand {
  color: #000;
  display: none;
}

.motorcyclebrands {
  color: #bf3a30;
}

.sideleft {
  position: absolute;
  top: 0;
  left: 0;
}

.sideright {
  position: absolute;
  top: 0;
  right: 0;
}

.div-block {
  width: 295px;
  height: 800px;
}

.sidepane {
  width: 295px;
  height: 800px;
  margin-top: 100px;
}

.heading-20 {
  color: #f0f0f0;
  font-family: Merriweather, serif;
  font-size: 20px;
  text-decoration: underline;
}

.sidespacer {
  margin-left: 30px;
  margin-right: 30px;
}

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

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

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

.body-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/harley-davidson-459593_960_720.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.row-8 {
  padding-top: 150px;
}

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

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

.html-embed {
  height: 150px;
}

.html-embed-2 {
  text-align: center;
}

.bodybg {
  z-index: -1;
  background-image: radial-gradient(circle, #0009 73%, #fff0), linear-gradient(#00000080, #00000080), url('../images/motorcycle-410165_960_720.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 100% 100%;
  background-attachment: scroll, scroll, scroll;
  width: 100%;
  height: 100%;
  position: fixed;
}

.body2bg {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/harley-davidson-459593_960_720.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

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

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

.columns {
  margin-bottom: 5px;
}

.video {
  margin-bottom: 10px;
}

.heading-21 {
  text-align: justify;
}

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

.paragraph-7 {
  text-align: justify;
}

.columns-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-3 {
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
}

.navbar-3.blognav {
  z-index: 1;
  background-image: linear-gradient(#000, #fff0);
}

.collection-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3 {
  text-align: justify;
}

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

.columns-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.paragraph-8, .rich-text-block-2 {
  text-align: justify;
}

.blogpostbody {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000c;
  border: 1px solid #e60c0c;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: block;
}

.image-42 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.column-36, .column-37 {
  text-align: right;
}

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

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

.paragraph-9 {
  color: #ecf0f1;
  text-align: justify;
}

.collection-item-2 {
  background-color: #000c;
  border: 1px solid #db1d1d;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
}

.body-5 {
  margin-bottom: 0;
}

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

.blog-image {
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-26, .heading-27 {
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
}

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

.column-39, .column-40, .column-41, .column-42 {
  padding-left: 0;
  padding-right: 0;
}

.slider {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.column-43, .column-44 {
  padding-left: 5px;
  padding-right: 5px;
}

.section-4 {
  height: 512px;
}

.column-45, .column-46, .column-47, .column-48 {
  text-align: center;
}

.dropdown {
  background-color: var(--silver);
}

.rich-text-block-3 {
  font-size: 12px;
  line-height: 12px;
}

.rich-text-block-4 {
  color: var(--white-smoke-3);
}

.map {
  padding-top: 15px;
  padding-bottom: 15px;
}

.html-embed-3 {
  text-align: center;
  height: 1024px;
}

.section-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-5.ccm {
  color: #f60404;
  text-decoration: none;
}

.column-49 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="click-trigger"] {
  transform: scale(1.1);
}

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

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

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

  .grid-image {
    border-width: 10px;
    width: 200px;
    height: 200px;
    padding: 5px;
  }

  .fullwidth-image {
    width: auto;
  }

  .image {
    height: 60px;
  }

  .category-text {
    letter-spacing: 3px;
    font-size: 15px;
  }

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

  .storelink.storelinkbutton {
    border-radius: 4px;
  }

  .icon {
    text-align: center;
    width: auto;
  }

  .menu-button {
    color: #edeff2;
    border: 1px solid #edeff2;
    border-radius: 10px;
    padding: 15px 20px 0;
  }

  .menu-button:active {
    color: #bf3a30;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hollow-button.all-caps {
    margin-top: 15px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 250px;
    height: 250px;
    padding: 5px;
  }

  .fullwidth-image {
    width: auto;
  }

  .spc {
    margin-bottom: 30px;
  }

  .category-text {
    letter-spacing: 3px;
    font-size: 10px;
    font-weight: 700;
  }

  .image-8 {
    margin-bottom: 10px;
  }

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

  .heading-7 {
    font-size: 40px;
  }

  .image-9, .row-5 {
    text-align: center;
  }

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

  .storelink.storelinkbutton {
    border-radius: 4px;
  }

  .column-27, .column-28, .column-29, .column-30, .column-31, .column-32 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section.centered {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .hero-heading {
    text-align: center;
    font-size: 30px;
  }

  .hollow-button.all-caps {
    margin-bottom: 15px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 250px;
  }

  .category-text {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .image-8 {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .body {
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, fixed;
  }

  .heading-7 {
    font-size: 28px;
  }

  .storelink.storelinkbutton {
    border-radius: 4px;
  }

  .menu-button {
    color: #bf3a30;
    background-color: #0000;
    border-color: #bf3a30;
  }

  .column-34, .column-35 {
    text-align: center;
  }
}


