:root {
  --black-2: #2c3036;
  --sky-blue: #7dd1e1;
  --saddle-brown: #543727;
  --black: #17191c;
  --cyan: #55a289;
  --blackish: #1d1f22;
  --floral-white: #f1eee4;
  --medium-aquamarine: #5ad3ac;
  --black-3: #1d2023;
  --white: white;
  --indian-red: #c55151;
  --slate-grey: #6b7583;
  --deep-sky-blue: #00b0f0;
  --light-grey: #cacaca;
}

body {
  color: #fff;
  background-color: #17191c;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 84px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 62px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  font-weight: 700;
  text-decoration: underline;
}

.nav-logo {
  width: 180px;
  max-width: none;
  max-height: none;
}

.nav-menu {
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 10px;
  display: flex;
  position: relative;
}

.nav-logo-wrap {
  z-index: 2;
  flex: 0 auto;
  height: 100%;
  margin-right: 60px;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#1e5569c7, #0000);
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--saddle-brown);
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.container {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.container.hero {
  z-index: 1;
  position: relative;
}

.container.blog-post {
  max-width: 650px;
}

.container.hero-lower {
  z-index: 1;
  max-width: 68%;
  margin-left: 40px;
  position: relative;
}

.section-title {
  text-transform: none;
  max-width: 54%;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 71px;
  font-weight: 400;
  line-height: 72px;
}

.section-title.margin-bottom {
  margin-bottom: 60px;
}

.hero-section {
  z-index: 1;
  color: #fff;
  background-color: #000;
  padding-top: 220px;
  padding-bottom: 60px;
  position: relative;
}

.hero-section.page {
  padding-top: 140px;
  padding-bottom: 220px;
}

.hero-section.blog-post {
  padding-bottom: 40px;
}

.section-title-dark-block {
  background-color: var(--black);
  border-bottom-right-radius: 4px;
  flex: 1;
  width: 100%;
  height: 60px;
  margin-right: -60px;
  display: none;
  transform: skew(-27deg);
}

.section-title-block {
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-block.sidebar {
  margin-bottom: 1.75rem;
  font-family: Epilogue, sans-serif;
  font-weight: 800;
}

.section-title-block.align-left-mobile {
  margin-top: 40px;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.section-title-top-bar {
  background-color: var(--cyan);
  letter-spacing: 1px;
  height: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 141px;
}

.section.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 190px;
}

.section.no-padding-top {
  padding-top: 100px;
}

.section.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section.grid-section-features {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.section.slope-2 {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section.slope-east {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 48px;
}

.section.panel-buy {
  background-image: linear-gradient(to bottom, var(--blackish), var(--blackish));
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sloped-bg {
  z-index: -1;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.sloped-bg.home-1 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/no-compromise.jpg');
  background-position: 0 0, 2% 51%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.buy-1-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/home--3rd-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg.buy-2-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/scifi-3617337.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg.home-2 {
  background-image: linear-gradient(to bottom, #0000007a, #0000007a), linear-gradient(to bottom, var(--black), var(--black));
}

.sloped-bg.rental {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Buckled-Wheel-HiRes-38-of-60.jpg');
  background-position: 0 0, 0 51%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.faq {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Buckled-Wheel-Web-Ready-33-of-60.jpg');
  background-position: 0 0, 50%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.road {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.east {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Rock-of-Cashel-Tipperary.jpeg');
  background-position: 0 0, 50% 100%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.buy {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Buckled-Wheel-Web-Ready-14-of-60.jpeg');
  background-position: 0 0, 0 51%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.panel {
  background-image: none;
}

.sloped-bg.aboutus {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Buckled-Wheel-Team.jpg');
  background-position: 0 0, 50% 0;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.about-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-Web-Ready-59-of-60.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.about-3 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Buckled-Wheel-Web-Ready-33-of-60.jpg');
  background-position: 0 0, 0%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.about-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-Web-Ready-48-of-60.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  transform: scale(1);
}

.content-wrap.narrow {
  max-width: 529px;
}

.content-wrap.medium {
  max-width: 624px;
}

.content-wrap.narrow-left {
  clear: none;
  text-align: left;
  max-width: 529px;
}

.content-wrap.medium-right {
  float: right;
  max-width: 624px;
}

.content-wrap.narrow-left-panel {
  clear: none;
  text-align: left;
  max-width: 529px;
  padding-right: 40px;
}

.content-wrap.narrow-left-product {
  clear: none;
  text-align: left;
  max-width: 50%;
  padding-top: 70px;
  padding-right: 40px;
}

.hero-bg {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/scifi-3617337.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-bg.press-kit {
  background-image: linear-gradient(#00000080, #00000080), url('../images/no-compromise.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg.support {
  background-image: url('../images/fantasy-4257833.jpg');
}

.hero-bg.buy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/VO26.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg.news {
  background-image: url('../images/News.jpg');
}

.hero-bg.home {
  background-image: url('../images/Rachael-Allen-2019-landscape3.jpg');
  background-position: 0 0;
}

.hero-bg.blog-post {
  background-image: url('../images/News.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg {
  position: absolute;
  inset: 0%;
}

.section-bg.video {
  background-color: var(--floral-white);
  width: 100%;
  height: 100%;
}

.section-bg.download {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DL-IMG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._2-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-link {
  color: #fff;
  border-radius: 4px;
  height: 480px;
  font-size: 18px;
  line-height: 27px;
  transition: opacity .2s;
  position: relative;
}

.block-link:hover {
  opacity: .8;
}

.link-thumbnail {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.block-link-details {
  background-image: linear-gradient(to bottom, transparent, var(--black) 32%);
  height: 267px;
  padding: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  inset: 258px 0% 0%;
}

.section-gradient-bg {
  background-image: linear-gradient(to bottom, #53535300, var(--black) 70%);
  height: 118px;
  position: absolute;
  inset: auto 0% -40px;
}

.preview-video {
  border-radius: 4px;
}

.preview-video-wrap {
  border-radius: 4px;
  max-width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px #6cfefe99;
}

.preview-video-wrap.hidden {
  margin-bottom: 20px;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.neon-text {
  color: var(--medium-aquamarine);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 -1px 20px var(--cyan);
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 26px;
}

.neon-text.margin-top {
  padding-top: 20px;
}

.company-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 40px;
  display: grid;
}

.company-logo {
  max-width: 150px;
  max-height: 70px;
}

.company-logo.pc {
  max-height: 40px;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-wrap {
  border: 1px solid var(--medium-aquamarine);
  background-color: var(--black-3);
  box-shadow: none;
  border-radius: 4px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.hidden {
  display: none;
}

.slide-nav {
  bottom: -60px;
}

.testimonial-layout {
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.testimonial-p {
  margin-bottom: 20px;
}

.testimonial-flex-wrap {
  text-transform: uppercase;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 42px;
  display: flex;
}

.testimonial-thumbnail {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.footer {
  color: #000;
  background-image: url('../images/footer-bg.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.footer-row {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.footer-row.bottom {
  align-items: center;
  margin-top: -27px;
  padding-bottom: 0;
}

.footer-links {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  display: flex;
}

.footer-link {
  color: var(--black);
  margin-bottom: 15px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

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

.footer-email-form {
  box-shadow: none;
  align-items: center;
  display: block;
}

.footer-email-input {
  border: 1px solid var(--black);
  background-color: #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-email-input::placeholder {
  color: #000;
}

.footer-submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 45px;
  font-weight: 700;
  transition: all .2s;
}

.footer-submit-button:hover {
  background-color: var(--cyan);
  color: var(--black);
}

.footer-logo {
  max-height: 112px;
  margin-bottom: 20px;
}

.social-links-wrap {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.social-link {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .7;
}

.social-link.fb {
  background-image: url('../images/facebook.svg');
}

.social-link.tw {
  background-image: url('../images/twitter.svg');
}

.social-link.yt {
  background-image: url('../images/youtube.svg');
}

.social-link.insta {
  background-image: url('../images/instagram.png');
}

.slope-button {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button:hover {
  color: #000;
  transform: scale(1.1);
}

.slope-button.nav-cta {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}

.button-bg {
  z-index: -1;
  background-color: var(--indian-red);
  color: var(--white);
  background-image: none;
  border-radius: 4px;
  font-family: Bebas Neue, sans-serif;
  position: absolute;
  inset: 0%;
  transform: skew(-15deg);
  box-shadow: 1px 1px 20px 2px #c5515178;
}

.section-title-block-text {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-col-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-title {
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

.blogs-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs-grid.more-posts {
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-item-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  text-decoration: none;
  transition: color .2s;
  display: grid;
}

.blog-item-link:hover {
  color: #1cd2f5;
}

.blog-item-link.featured {
  align-items: center;
}

.blog-item-link.vertical, .blog-item-link.flex {
  flex-direction: column;
  display: flex;
}

.blog-item-details {
  padding-bottom: 20px;
}

.blog-item-details.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-thumbnail.featured {
  height: 280px;
}

.blog-name {
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.blog-name.featured {
  font-size: 22px;
  line-height: 30px;
}

.blog-date-wrap {
  align-items: center;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.author {
  padding-right: 10px;
}

.blog-summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.blog-category {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.blog-category-link {
  color: var(--black);
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.blog-category-link:hover {
  color: #fff;
}

.blog-category-icon {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.press-kit-wrap {
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
}

.press-kit-icon {
  object-fit: contain;
  width: 65px;
  height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  position: relative;
  inset: 20px auto auto;
}

.press-kit-title {
  color: var(--saddle-brown);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 21px;
}

.section-subtitle {
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.section-subtitle.support {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-field {
  border: 1px solid var(--slate-grey);
  background-color: #0000;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.text-field:hover {
  border-color: var(--cyan);
}

.text-field:focus {
  border-color: var(--cyan);
  background-color: var(--black-2);
  color: #fff;
  box-shadow: 0 0 15px #6cfefe4d;
}

.text-field.textarea {
  height: 120px;
}

.submit-button {
  background-color: var(--cyan);
  color: var(--black-2);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 0 0 20px #6cfefe80;
}

.submit-button:hover {
  box-shadow: 0 0 20px 5px #6cfefe80;
}

.submit-button.small {
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.faq-item {
  background-color: var(--black-3);
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.faq-title {
  font-size: 18px;
  line-height: 26px;
}

.faq-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col-grid.character {
  padding-top: 40px;
}

.character-wrap {
  border: 1px solid var(--black-2);
  border-radius: 4px;
  transition: all .2s;
  position: relative;
}

.character-wrap:hover {
  border: 1px solid var(--cyan);
  color: #3dfcfc;
  text-shadow: 1px 1px 6px var(--deep-sky-blue);
  box-shadow: 0 0 15px #00b0f080;
}

.character-thumbnail {
  box-shadow: none;
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.footer-border-block {
  z-index: 9999;
  background-color: #131517;
  width: 50%;
  height: 60px;
  display: none;
  position: absolute;
  inset: -30px -10% auto auto;
  transform: skew(-33deg);
}

.navbar-border-block {
  z-index: 1;
  background-color: var(--black);
  width: 30%;
  height: 45px;
  display: none;
  position: absolute;
  inset: auto auto -20px -10%;
  transform: skew(-39deg);
}

.align-center-mobile {
  display: block;
}

.blog-page-author {
  padding-right: 20px;
}

.loading-screen {
  z-index: 9999;
  background-color: #17191c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-gif {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.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;
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
}

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

.error-icon {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.simple-link {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.simple-link:hover {
  color: var(--cyan);
}

.play-button {
  background-color: #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  background-color: #ffffffb3;
}

.play-button.margin-top {
  margin-top: 100px;
}

.play-button.margin-right {
  margin-right: 20px;
}

.play-icon {
  filter: invert() grayscale();
  margin-right: -6px;
}

.quote-icon {
  width: 60px;
  position: absolute;
  inset: -38px auto auto 40px;
}

.footer-subtitle {
  padding-bottom: 1.25rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.blog-side-menu {
  background-image: linear-gradient(137deg, var(--cyan), var(--deep-sky-blue));
  color: var(--black);
  border-radius: 4px;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 30px;
  position: relative;
}

.contact-title {
  color: #abb7c9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.faq-header {
  justify-content: space-between;
  display: flex;
}

.faq-button-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.faq-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.faq-line._2 {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
}

.play-button-wrap {
  flex-direction: column;
  align-items: center;
  width: 220px;
  display: flex;
}

.play-button-wrap.horizontal {
  flex-direction: row;
  width: auto;
}

.flex-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-block {
  flex: 1;
  max-width: 500px;
  display: block;
}

.footer-logo-wrap {
  text-align: right;
}

.glow-title {
  color: #67fbfe;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px var(--deep-sky-blue);
  padding-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.glow-title.margin-vert {
  padding-top: 20px;
  padding-bottom: 20px;
}

.character-name {
  text-transform: uppercase;
  background-image: linear-gradient(#0000, #000c);
  padding: 40px 10px 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-layout---light {
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-bg---light {
  position: absolute;
  inset: 0%;
}

.section-bg---light.available-on {
  background-image: linear-gradient(#0003, #0003), url('../images/Forest-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-bg---light.download {
  background-image: linear-gradient(#0003, #0003), url('../images/lunar-landscape-2308000_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button-bg---light {
  z-index: -1;
  background-color: #6cfefe;
  background-image: linear-gradient(133deg, #6cfefe, #00b0f0);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  transform: skew(-15deg);
  box-shadow: 1px 1px 20px 2px #36d3d380;
}

.block-link-details---light {
  background-image: linear-gradient(#0000, #17191c 51%);
  padding: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.preview-video-wrap---light {
  border-radius: 4px;
  max-width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px #6cfefe99;
}

.footer-links---light {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.testimonial-flex-wrap---light {
  text-transform: uppercase;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 38px;
  display: flex;
}

.flex-between---light {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-wrap---light {
  text-align: right;
}

.testimonial-thumbnail---light {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.loading-gif---light {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.testimonial-slider---light {
  background-color: #0000;
  height: auto;
}

.content-wrap---light.narrow {
  max-width: 650px;
}

.social-link---light {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-link---light:hover {
  opacity: .7;
}

.social-link---light.yt {
  background-image: url('../images/youtube.svg');
}

.social-link---light.fb {
  background-image: url('../images/facebook.svg');
}

.social-link---light.tw {
  background-image: url('../images/twitter.svg');
}

.link-thumbnail---light {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.section-gradient-bg---light {
  z-index: 1;
  background-image: linear-gradient(#53535300, #fff 70%);
  height: 250px;
  position: absolute;
  inset: auto 0% -40px;
}

.section-gradient-bg---light.top {
  background-image: linear-gradient(#fff, #ffffff69 53%, #0000);
  top: 0;
  bottom: auto;
}

.container---light {
  z-index: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container---light.hero {
  z-index: 1;
  position: relative;
}

.preview-video---light {
  border-radius: 4px;
}

.footer-subtitle---light {
  padding-bottom: 1.25rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.slide-nav---light {
  bottom: -60px;
}

.sloped-bg---light {
  z-index: -1;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  transform: scale(1)skew(0deg, -2deg);
}

.sloped-bg---light.home-2 {
  background-image: url('../images/home--3rd-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sloped-bg---light.home-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/darkness.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg---light.testimonial {
  background-image: linear-gradient(#3dfcfc, #00b2f0);
}

.sloped-bg---light.buy-1-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/home--3rd-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg---light.buy-2-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/scifi-3617337.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg---light.contact {
  background-color: #eee;
  background-image: none;
  bottom: -60px;
}

.sloped-bg---light.news {
  background-color: #eee;
  background-image: linear-gradient(145deg, #69fcfe, #0799ef);
  bottom: -60px;
}

.slope-button---light {
  z-index: 1;
  color: #17191c;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button---light:hover {
  color: #000;
  transform: scale(1.1);
}

.testimonial-p---light {
  margin-bottom: 20px;
}

.hidden---light {
  display: none;
}

.play-button-wrap---light {
  flex-direction: column;
  align-items: center;
  width: 220px;
  display: flex;
}

.play-button-wrap---light.horizontal {
  flex-direction: row;
  width: auto;
}

.footer-row---light {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.footer-row---light.bottom {
  align-items: center;
  padding-bottom: 0;
}

.loading-screen---light {
  z-index: 9999;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section---light {
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section---light.slope {
  margin-top: -90px;
  padding-top: 260px;
  padding-bottom: 200px;
}

.section---light.testimonial {
  margin-top: -60px;
  margin-bottom: -140px;
  padding-bottom: 220px;
}

.section---light.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section---light.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section---light.grid-section {
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section---light.buy-cta {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section---light.black-text {
  color: #1d2023;
}

.section---light.no-padding-top {
  padding-top: 0;
}

.section---light.contact {
  color: #1d2023;
  margin-top: -100px;
}

.section---light.news {
  margin-top: -100px;
  padding-top: 100px;
}

.testimonial-wrap---light {
  color: #1d2023;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 0 30px #0003;
}

.hero-bg---light {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Hero-BG-Full.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-bg---light.home {
  background-image: linear-gradient(#0003, #0003), url('../images/Video-Game-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg---light.buy {
  background-image: url('../images/lunar-landscape-2308000_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg---light.support {
  background-image: url('../images/fantasy-4257833.jpg');
}

.hero-bg---light.news {
  background-image: url('../images/News.jpg');
  background-position: 50% 0;
}

.neon-text---light {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 -3px 20px #6cfefe;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.neon-text---light.margin-top {
  padding-top: 20px;
}

.footer-logo---light {
  max-height: 70px;
  margin-bottom: 20px;
}

.testimonial-slide---light {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.play-icon---light {
  filter: invert() grayscale();
  margin-right: -6px;
}

.company-grid---light {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 40px;
  display: grid;
}

.quote-icon---light {
  width: 60px;
  position: absolute;
  inset: -38px auto auto 40px;
}

.footer-submit-button---light {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 45px;
  font-weight: 700;
  transition: all .2s;
}

.footer-submit-button---light:hover {
  color: #17191c;
  background-color: #6cfefe;
}

.social-links-wrap---light {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.company-logo---light {
  max-width: 150px;
  max-height: 70px;
}

.company-logo---light.pc {
  max-height: 40px;
}

.footer-email-form---light {
  box-shadow: none;
  align-items: center;
  display: flex;
}

._2-col-grid---light {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-email-input---light {
  background-color: #0000;
  border: 1px solid #17191c;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 45px;
  margin-bottom: 0;
}

.footer-email-input---light::placeholder {
  color: #000;
}

.block-link---light {
  color: #fff;
  border-radius: 4px;
  height: 380px;
  font-size: 18px;
  line-height: 27px;
  transition: opacity .2s;
  position: relative;
}

.block-link---light:hover {
  opacity: .8;
}

.footer-form-block---light {
  flex: 1;
  max-width: 500px;
  display: block;
}

.align-center---light {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title---light {
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 72px;
}

.section-title---light.margin-bottom {
  margin-bottom: 60px;
}

.section-title---light.black-text {
  color: #1d2023;
}

.play-button---light {
  background-color: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .2s;
  display: flex;
}

.play-button---light:hover {
  background-color: #ffffffb3;
}

.play-button---light.margin-right {
  margin-right: 20px;
}

.play-button---light.margin-top {
  margin-top: 100px;
}

.hero-section---light {
  z-index: 1;
  color: #fff;
  background-color: #000;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.hero-section---light.press-kit {
  background-color: #0000;
  padding-bottom: 100px;
}

.hero-section---light.page {
  padding-bottom: 220px;
}

.footer---light {
  z-index: 2;
  color: #000;
  background-color: #03030300;
  background-image: url('../images/Footer---White.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  margin-top: -60px;
  padding-top: 140px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

._4-col-grid---light {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col-grid---light.character {
  padding-top: 40px;
}

.page-body---light {
  background-color: #fff;
}

.character-wrap---light {
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all .2s;
  position: relative;
}

.character-wrap---light:hover {
  color: #3dfcfc;
  text-shadow: 1px 1px 6px #00b0f0;
  border: 1px solid #6cfefe;
  box-shadow: 0 0 15px #00b0f080;
}

.character-thumbnail---light {
  object-fit: cover;
  width: 100%;
  height: 360px;
  box-shadow: 0 0 15px 2px #0000004d;
}

.character-name---light {
  text-transform: uppercase;
  background-image: linear-gradient(#0000, #000c);
  padding: 40px 10px 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  inset: auto 0% 0%;
}

.page-title---light {
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

.press-kit-title---light {
  padding-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 42px;
}

.press-kit-icon---light {
  object-fit: contain;
  width: 140px;
  height: 100px;
  margin-bottom: 60px;
  position: absolute;
  inset: 40px 40px auto auto;
}

.section-subtitle---light {
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.section-subtitle---light.support {
  font-size: 17px;
  line-height: 24px;
}

.press-kit-wrap---light {
  color: #1d2023;
  text-transform: uppercase;
  background-color: #ffffffe6;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 220px 40px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #00000080;
}

.press-kit-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/space-port-3120607.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  position: relative;
  inset: 0%;
}

._3-col-grid---light {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-title---light {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.submit-button---light {
  color: #2c3036;
  text-transform: uppercase;
  background-color: #6cfefe;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 0 0 20px #6cfefe80;
}

.submit-button---light:hover {
  box-shadow: 0 0 20px 5px #6cfefe80;
}

.text-field---light {
  background-color: #0000;
  border: 1px solid #6b7583;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.text-field---light:hover {
  border-color: #6cfefe;
}

.text-field---light:focus {
  color: #fff;
  background-color: #2c3036;
  border-color: #6cfefe;
  box-shadow: 0 0 15px #6cfefe4d;
}

.text-field---light.textarea {
  height: 120px;
}

.faq-title---light {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.faq-content---light {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.faq-header---light {
  justify-content: space-between;
  display: flex;
}

.glow-title---light {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00b0f0;
  padding-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.glow-title---light.margin-vert {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title-dark-block---light {
  background-color: #17191c;
  border-bottom-right-radius: 4px;
  flex: 1;
  width: 100%;
  height: 60px;
  margin-right: -60px;
  display: none;
  transform: skew(-27deg);
}

.section-title-top-bar---light {
  letter-spacing: 1px;
  background-color: #6cfefe;
  height: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section-title-block---light {
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-block---light.align-left-mobile {
  margin-top: 40px;
}

.section-title-block---light.sidebar {
  margin-bottom: 1.75rem;
  font-family: Epilogue, sans-serif;
  font-weight: 800;
}

.faq-line---light {
  background-color: #00b0f0;
  width: 100%;
  height: 3px;
}

.faq-line---light._2 {
  background-color: #00b0f0;
  width: 100%;
  height: 3px;
  position: absolute;
}

.faq-item---light {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.section-title-block-text---light {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-button-wrap---light {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.blog-category-icon---light {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.blog-category---light {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.blog-side-menu---light {
  color: #17191c;
  background-color: #fffffff2;
  border-radius: 4px;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 30px;
  position: relative;
  box-shadow: 0 0 10px #0006;
}

.blogs-grid---light {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-category-link---light {
  color: #17191c;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.blog-category-link---light:hover {
  color: #00b0f0;
}

.blog-col-grid---light {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-name---light {
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.blog-summary---light {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.blog-item-details---light {
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.blog-item-link---light {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.blog-item-link---light:hover {
  color: #1d2023;
}

.blog-item-link---light.flex {
  flex-direction: column;
  display: flex;
}

.blog-thumbnail---light {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-date-wrap---light {
  align-items: center;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.author---light {
  padding-right: 10px;
}

.paragraph {
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
}

.link {
  color: var(--medium-aquamarine);
}

.block-quote {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.style-guide-block {
  background-color: var(--black-3);
  margin-bottom: 60px;
  padding: 40px;
}

.footer-legal-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-legal-link:hover {
  color: var(--cyan);
}

.footer-legal-link.dark {
  color: #000;
}

.footer-legal-link.dark:hover {
  color: var(--deep-sky-blue);
}

.success-message {
  background-color: var(--black-2);
  font-size: 16px;
  line-height: 24px;
}

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

.text-block {
  color: var(--white);
}

.slope-button-two {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-left: 20px;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button-two:hover {
  color: #000;
  transform: scale(1.1);
}

.slope-button-two.nav-cta {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-hero {
  color: var(--saddle-brown);
  text-align: left;
  max-width: 44%;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 29px;
}

._2-col-grid-new {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-wider {
  max-width: 103%;
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-wider.margin-bottom {
  margin-bottom: 60px;
}

.section-key-mid {
  z-index: 1;
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, #55a289e6, #55a289e6), url('../images/buckled-wheel-logo.png'), linear-gradient(to bottom, var(--cyan), var(--cyan));
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-key-mid.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-key-mid.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-key-mid.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-key-mid.no-padding-top {
  padding-top: 100px;
}

.section-key-mid.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-key-mid.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-top {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}

.section-top.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-top.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-top.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-top.no-padding-top {
  padding-top: 100px;
}

.section-top.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-top.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-key-bottom {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
}

.section-key-bottom.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-key-bottom.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-key-bottom.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-key-bottom.no-padding-top {
  padding-top: 100px;
}

.section-key-bottom.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-key-bottom.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.slope-button-content {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button-content:hover {
  color: #000;
  transform: scale(1.1);
}

.slope-button-content.nav-cta {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}

.text-block-2 {
  font-size: 24px;
}

.grid-head {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
}

.section-title-h2 {
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-h2.margin-bottom {
  margin-bottom: 60px;
}

.section-insta {
  z-index: 1;
  background-image: url('../images/bg9.png'), linear-gradient(to bottom, var(--sky-blue), var(--sky-blue));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 140px;
  padding-bottom: 20px;
  position: relative;
}

.section-insta.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-insta.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-insta.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 190px;
}

.section-insta.no-padding-top {
  padding-top: 100px;
}

.section-insta.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-insta.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-title-social {
  color: var(--saddle-brown);
  max-width: 60%;
  padding-bottom: 2rem;
  font-family: Merriweather, serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-social.margin-bottom {
  margin-bottom: 60px;
}

.section-title-rent {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-rent.margin-bottom {
  margin-bottom: 60px;
}

.section-title-copy-copy {
  max-width: 79%;
  padding-bottom: 1.3rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-copy-copy.margin-bottom {
  margin-bottom: 60px;
}

.rental-intro {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 17px;
}

.grid-gallery-stay {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: minmax(440px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(440px, 1fr);
  width: 100%;
  margin-top: 10px;
}

.lightbox-link {
  transform-origin: 100%;
  position: relative;
  overflow: hidden;
}

.image-color-fill {
  z-index: 10;
  background-color: #1f2231;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-color-fill.light {
  background-color: #e8eaee;
}

.section-gallery {
  color: #fff;
  background-color: #f5f8fa;
  background-image: linear-gradient(#aaa47f, #aaa47f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 14px;
  display: flex;
}

.gallery {
  width: 100%;
  height: 100%;
}

.gallery.img-eat-6 {
  background-image: url('../images/Buckled-Wheel-HiRes-29-of-60.jpg');
  background-position: 73%;
  background-size: cover;
}

.gallery.img-sum-5 {
  background-image: url('../images/44977610_877392395718560_4217564812730695680_o.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery.img-sum-7 {
  background-image: url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
  background-position: 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-sum-9 {
  background-image: url('../images/553953_152366108221196_947385896_n.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-sum-10 {
  background-image: url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
  background-position: 0 0;
  background-size: cover;
}

.gallery.img-sum-8 {
  background-image: url('../images/Buckled-Wheel-HiRes-35-of-60.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-sum-22 {
  background-image: url('../images/44085473_868336443290822_3776748585152937984_o.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery.img-sum-24 {
  background-image: url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
  background-position: 83%;
  background-size: cover;
}

.gallery.img-eat-25 {
  background-image: url('../images/170398_152363001554840_1724026082_o.jpg');
  background-position: 73%;
  background-size: cover;
}

.gallery.img-sum-28 {
  background-image: url('../images/109638175_1840178629439927_6195911797081940843_o.jpg');
  background-position: 46%;
  background-size: cover;
}

.gallery.img-buy-01 {
  background-image: url('../images/DSC_3912-HDR-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.buy-02 {
  background-image: url('../images/DSC_3836-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery.buy-3 {
  background-image: url('../images/DSC_3927-HDR.jpeg');
  background-position: 83%;
  background-size: cover;
}

.gallery.buy-4 {
  background-image: url('../images/DSC_4140-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery.buy-5 {
  background-image: url('../images/DSC_7254-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery.buy-6 {
  background-image: url('../images/DSC_7304-HDR.jpeg');
  background-position: 75%;
  background-size: cover;
}

.gallery.buy-7 {
  background-image: url('../images/DSC_7499-HDR.jpeg');
  background-position: 73%;
  background-size: cover;
}

.gallery.buy-8 {
  background-image: url('../images/DSC_7478-HDR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rental-intro-terms {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 17px;
}

.tees-cees {
  padding-top: 60px;
}

.tees-cees a {
  color: var(--medium-aquamarine);
}

.tees-cees li {
  font-size: 16px;
  line-height: 24px;
}

.grid-images {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 374px;
}

.grid-head-info {
  color: var(--medium-aquamarine);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 34px;
}

.grid-features {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-feature {
  font-size: 18px;
  line-height: 26px;
}

.section-title-copy {
  max-width: 106%;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-copy.margin-bottom {
  margin-bottom: 60px;
}

.section-title-east {
  max-width: 103%;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-east.margin-bottom {
  margin-bottom: 60px;
}

.image {
  flex: none;
}

.buy-images {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-copy {
  flex: none;
}

.container-deets {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.container-deets.hero {
  z-index: 1;
  position: relative;
}

.container-deets.blog-post {
  max-width: 650px;
}

.container-deets.hero-lower {
  z-index: 1;
  max-width: 68%;
  margin-left: 40px;
  position: relative;
}

.container-details {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.container-details.hero {
  z-index: 1;
  position: relative;
}

.container-details.blog-post {
  max-width: 650px;
}

.container-details.hero-lower {
  z-index: 1;
  max-width: 68%;
  margin-left: 40px;
  position: relative;
}

.align-buy {
  display: block;
}

.align-buy-panels {
  display: flex;
}

.hero-home {
  display: block;
}

.faq-intro {
  margin-bottom: 40px;
}

.buy-images-50 {
  width: 570px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-title-how {
  text-align: center;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  font-family: Merriweather, serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-how.margin-bottom {
  margin-bottom: 60px;
}

.icon-title {
  color: var(--saddle-brown);
  text-align: center;
  text-transform: none;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
}

.icon-title.margin-bottom {
  margin-bottom: 60px;
}

.section-title-dark {
  color: var(--saddle-brown);
  text-align: center;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  font-family: Merriweather, serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-dark.margin-bottom {
  margin-bottom: 60px;
}

.button {
  background-color: var(--sky-blue);
}

.buy-button {
  background-color: var(--sky-blue);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.buy-button:hover {
  background-color: var(--deep-sky-blue);
}

.book-cover {
  margin: 10px auto;
}

.section-title-home {
  color: var(--saddle-brown);
  text-transform: none;
  max-width: 54%;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 71px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-home.margin-bottom {
  margin-bottom: 60px;
}

.content-message {
  margin-top: 10px;
}

.cookery-courses {
  text-align: center;
  width: 72%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 34px;
}

.courses-button {
  background-color: var(--sky-blue);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 30px;
  font-size: 26px;
  font-weight: 500;
}

.courses-button:hover {
  background-color: var(--deep-sky-blue);
  color: var(--saddle-brown);
}

.feed {
  margin-bottom: 20px;
  padding-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .sloped-bg.road, .sloped-bg.about-2, .sloped-bg.about-4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .gallery.img-sum-5 {
    background-image: url('../images/44977610_877392395718560_4217564812730695680_o.jpg');
  }

  .gallery.img-sum-7 {
    background-image: url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
  }

  .gallery.img-sum-9 {
    background-image: url('../images/553953_152366108221196_947385896_n.jpg');
  }

  .gallery.img-sum-10 {
    background-image: url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
  }

  .gallery.img-sum-22 {
    background-image: url('../images/44085473_868336443290822_3776748585152937984_o.jpg');
  }

  .gallery.img-sum-24 {
    background-image: url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
  }

  .gallery.img-sum-28 {
    background-image: url('../images/109638175_1840178629439927_6195911797081940843_o.jpg');
  }

  .gallery.img-buy-01 {
    background-image: url('../images/DSC_3912-HDR-1.jpeg');
  }

  .gallery.buy-02 {
    background-image: url('../images/DSC_3836-HDR.jpeg');
  }

  .gallery.buy-3 {
    background-image: url('../images/DSC_3927-HDR.jpeg');
  }

  .gallery.buy-4 {
    background-image: url('../images/DSC_4140-HDR.jpeg');
  }

  .gallery.buy-5 {
    background-image: url('../images/DSC_7254-HDR.jpeg');
  }

  .gallery.buy-6 {
    background-image: url('../images/DSC_7304-HDR.jpeg');
  }

  .gallery.buy-8 {
    background-image: url('../images/DSC_7478-HDR.jpeg');
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .sloped-bg.road {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .sloped-bg.east {
    background-image: linear-gradient(#17191c70, #17191c70), url('../images/Rock-of-Cashel-Tipperary.jpeg');
    background-position: 0 0, 45% 35%;
  }

  .sloped-bg.about-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .sloped-bg.about-3 {
    background-image: linear-gradient(#17191c70, #17191c70), url('../images/Rock-of-Cashel-Tipperary.jpeg');
    background-position: 0 0, 45% 35%;
  }

  .sloped-bg.about-4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .content-wrap.narrow-left-product {
    max-width: 50%;
  }

  .grid-gallery-stay {
    justify-content: center;
  }

  .gallery.img-sum-5 {
    background-image: url('../images/44977610_877392395718560_4217564812730695680_o.jpg');
  }

  .gallery.img-sum-7 {
    background-image: url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
    background-position: 88%;
  }

  .gallery.img-sum-9 {
    background-image: url('../images/553953_152366108221196_947385896_n.jpg');
    background-position: 50%;
  }

  .gallery.img-sum-10 {
    background-image: url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
    background-position: 50%;
  }

  .gallery.img-sum-22 {
    background-image: url('../images/44085473_868336443290822_3776748585152937984_o.jpg');
  }

  .gallery.img-sum-24 {
    background-image: url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
  }

  .gallery.img-sum-28 {
    background-image: url('../images/109638175_1840178629439927_6195911797081940843_o.jpg');
  }

  .gallery.img-buy-01 {
    background-image: url('../images/DSC_3912-HDR-1.jpeg');
    background-position: 50%;
  }

  .gallery.buy-02 {
    background-image: url('../images/DSC_3836-HDR.jpeg');
  }

  .gallery.buy-3 {
    background-image: url('../images/DSC_3927-HDR.jpeg');
  }

  .gallery.buy-4 {
    background-image: url('../images/DSC_4140-HDR.jpeg');
  }

  .gallery.buy-5 {
    background-image: url('../images/DSC_7254-HDR.jpeg');
    background-position: 50%;
  }

  .gallery.buy-6 {
    background-image: url('../images/DSC_7304-HDR.jpeg');
  }

  .gallery.buy-8 {
    background-image: url('../images/DSC_7478-HDR.jpeg');
  }

  .container-deets, .container-details {
    max-width: 1400px;
  }

  .align-buy-panels {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    object-fit: contain;
    width: 100%;
    max-height: 70px;
    margin-top: -10px;
  }

  .nav-menu {
    background-color: var(--black-2);
    text-align: center;
    justify-content: center;
    padding: 20px 40px 40px;
  }

  .nav-right-wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-logo-wrap {
    width: 100px;
    height: auto;
    max-height: 50px;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-button {
    order: 1;
    margin-left: 20px;
    padding: 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    margin-left: 20px;
  }

  .navbar {
    z-index: 9999;
    background-image: linear-gradient(#7dd1e13d, #0000);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    transform: none;
  }

  .container {
    display: block;
  }

  .section-title {
    padding-bottom: 0;
    font-size: 48px;
    line-height: 54px;
  }

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

  .hero-section.page, .hero-section.blog-post {
    padding-bottom: 180px;
  }

  .section-title-block {
    text-align: center;
    justify-content: center;
  }

  .section-title-block.sidebar {
    justify-content: flex-start;
  }

  .section-title-block.align-left-mobile {
    text-align: left;
    justify-content: flex-start;
  }

  .section.slope, .section.slope-2, .section.slope-east {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.panel-buy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .sloped-bg.rental, .sloped-bg.buy, .sloped-bg.aboutus {
    background-image: linear-gradient(#00000057, #00000057), url('../images/Buckled-Wheel-HiRes-38-of-60.jpg');
    background-position: 0 0, 71% 51%;
  }

  .content-wrap.narrow-left-product {
    max-width: 83%;
    padding-top: 40px;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .section-gradient-bg {
    height: 200px;
  }

  .company-grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-links {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-link {
    margin-right: 0;
  }

  .footer-logo {
    margin-top: 40px;
  }

  .social-links-wrap {
    justify-content: center;
  }

  .social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slope-button.nav-cta {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .blog-col-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .blogs-grid.more-posts {
    grid-template-columns: 1fr;
  }

  .blog-item-link {
    grid-template-columns: 1fr;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-item-link.flex {
    max-width: none;
  }

  ._3-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .press-kit-wrap {
    text-align: center;
    align-items: center;
    padding-top: 40px;
  }

  .press-kit-icon {
    position: static;
  }

  .section-subtitle.support {
    font-size: 20px;
    line-height: 28px;
  }

  .section-img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-border-block {
    display: none;
  }

  .align-center-mobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .play-button.margin-right {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-side-menu {
    margin-top: 0;
  }

  .faq-header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .faq-button-wrap {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: flex;
    position: relative;
  }

  .faq-line {
    background-color: #fff;
    width: 100%;
    height: 3px;
    padding: 0;
  }

  .faq-line._2 {
    position: absolute;
    transform: rotate(90deg);
  }

  .play-button-wrap.horizontal {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

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

  .footer-logo-wrap {
    text-align: center;
  }

  .footer-links---light {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .footer-logo-wrap---light {
    text-align: center;
  }

  .social-link---light {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-gradient-bg---light {
    height: 200px;
  }

  .footer-subtitle---light {
    font-size: 24px;
    line-height: 32px;
  }

  .play-button-wrap---light.horizontal {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .footer-row---light {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .section---light.slope {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .footer-logo---light {
    margin-top: 40px;
  }

  .company-grid---light {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .align-center-mobile---light {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-links-wrap---light {
    justify-content: center;
  }

  ._2-col-grid---light {
    grid-template-columns: 1fr;
  }

  .section-title---light {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .play-button---light.margin-right {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section---light {
    padding-bottom: 220px;
  }

  .hero-section---light.press-kit, .hero-section---light.page {
    padding-bottom: 180px;
  }

  .footer---light {
    background-color: #fff;
    background-image: none;
    margin-top: 0;
    padding-top: 60px;
  }

  ._4-col-grid---light {
    grid-template-columns: 1fr 1fr;
  }

  .section-img---light {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-title---light {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .press-kit-icon---light {
    position: static;
  }

  .section-subtitle---light.support {
    font-size: 20px;
    line-height: 28px;
  }

  .press-kit-wrap---light {
    text-align: center;
    align-items: center;
    padding-top: 40px;
  }

  ._3-col-grid---light {
    grid-template-columns: 1fr;
  }

  .faq-header---light {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-title-block---light {
    text-align: center;
    justify-content: center;
  }

  .section-title-block---light.align-left-mobile {
    text-align: left;
    justify-content: flex-start;
  }

  .section-title-block---light.sidebar {
    justify-content: flex-start;
  }

  .faq-line---light {
    background-color: #fff;
    width: 100%;
    height: 3px;
    padding: 0;
  }

  .faq-line---light._2 {
    position: absolute;
    transform: rotate(90deg);
  }

  .faq-button-wrap---light {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: flex;
    position: relative;
  }

  .blog-side-menu---light {
    margin-top: 0;
  }

  .blog-col-grid---light {
    grid-template-columns: 1fr;
  }

  .blog-item-link---light {
    grid-template-columns: 1fr;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-item-link---light.flex {
    max-width: none;
  }

  .slope-button-two {
    margin-left: 0;
  }

  .slope-button-two.nav-cta {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-hero {
    text-align: left;
    max-width: 54%;
    font-size: 14px;
    line-height: 27px;
  }

  ._2-col-grid-new {
    grid-template-columns: 1fr;
  }

  .section-title-wider {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .section-key-mid.slope, .section-top.slope, .section-key-bottom.slope {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .slope-button-content.nav-cta {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .section-title-h2 {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .section-insta.slope {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-title-social, .section-title-rent, .section-title-copy, .section-title-copy-copy {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .grid-gallery-stay {
    grid-template-rows: minmax(300px, 1fr) minmax(300px, .75fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(300px, 1fr);
  }

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

  .gallery.img-sum-9 {
    background-position: 50%;
  }

  .grid-features {
    grid-template-columns: 1fr;
  }

  .section-title-copy, .section-title-east {
    padding-bottom: 0;
    font-size: 48px;
    line-height: 54px;
  }

  .align-buy, .align-buy-panels {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-home {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-title-how {
    padding-bottom: 1rem;
    font-size: 40px;
    line-height: 54px;
  }

  .icon-title {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 31px;
  }

  .section-title-dark {
    padding-bottom: 2rem;
    font-size: 48px;
    line-height: 54px;
  }

  .section-title-home {
    text-align: left;
    padding-bottom: 0;
    font-size: 31px;
    line-height: 42px;
  }

  .cookery-courses {
    font-size: 16px;
    line-height: 27px;
  }

  .icon {
    color: var(--saddle-brown);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 48px;
    line-height: 56px;
  }

  h4 {
    font-size: 36px;
    line-height: 42px;
  }

  h5 {
    font-size: 28px;
    line-height: 36px;
  }

  h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-logo {
    max-width: 140px;
  }

  .nav-container {
    height: 70px;
  }

  .menu-button {
    padding: 10px;
    font-size: 18px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    text-align: left;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

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

  .hero-section.page, .hero-section.blog-post {
    padding-bottom: 140px;
  }

  .section.grid-section {
    padding-bottom: 100px;
  }

  .content-wrap.narrow {
    text-align: left;
  }

  .hero-bg.home {
    background-image: url('../images/Rachael-Allen-2019-landscape3.jpg');
    background-position: 50%;
  }

  .footer-email-form {
    margin-top: 20px;
  }

  .social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-title {
    font-size: 32px;
    line-height: 38px;
  }

  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .blog-item-link {
    max-width: 90%;
  }

  .blog-item-link.vertical {
    max-width: none;
  }

  ._3-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-subtitle.support {
    font-size: 18px;
    line-height: 24px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr;
  }

  .character-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-subtitle {
    padding-bottom: 1.25rem;
  }

  .social-link---light {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container---light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-subtitle---light {
    padding-bottom: 1.25rem;
  }

  .footer-email-form---light {
    margin-top: 20px;
  }

  .section-title---light {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-section---light {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .hero-section---light.press-kit, .hero-section---light.page {
    padding-bottom: 140px;
  }

  ._4-col-grid---light {
    grid-template-columns: 1fr;
  }

  .character-wrap---light {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-title---light {
    font-size: 32px;
    line-height: 38px;
  }

  .section-subtitle---light.support {
    font-size: 18px;
    line-height: 24px;
  }

  .blogs-grid---light {
    grid-template-columns: 1fr;
  }

  .blog-item-link---light {
    max-width: 90%;
  }

  .style-guide-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wider {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .slope-button-content {
    text-align: center;
  }

  .section-title-h2, .section-title-social, .section-title-rent, .section-title-copy, .section-title-copy-copy {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .section-gallery {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-title-copy, .section-title-east {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .container-deets, .container-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-images-50 {
    width: 545px;
  }

  .section-title-how {
    text-align: center;
    max-width: 95%;
    padding-bottom: 2rem;
    font-size: 36px;
    line-height: 42px;
  }

  .icon-title {
    text-align: left;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .section-title-dark {
    text-align: left;
    padding-bottom: 2rem;
    font-size: 36px;
    line-height: 42px;
  }

  .section-title-home {
    text-align: left;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    font-size: 47px;
  }

  .navbar {
    background-image: linear-gradient(to bottom, var(--sky-blue), transparent 81%);
  }

  .container.hero-lower {
    max-width: 96%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    padding-bottom: 1rem;
  }

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

  .hero-section.page, .section.overlap-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.no-padding-top {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .section-gradient-bg {
    height: 127px;
    bottom: 0;
  }

  .company-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    background-image: url('../images/footer-bg.png');
    background-position: 0 0;
    background-size: auto;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .section-img {
    max-width: 90%;
  }

  .footer-subtitle, .footer-subtitle---light {
    padding-bottom: 1rem;
  }

  .section-title---light {
    padding-bottom: 1rem;
    font-size: 26px;
    line-height: 32px;
  }

  .section-img---light {
    max-width: 90%;
  }

  .paragraph-hero {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .section-title-wider, .section-title-h2, .section-title-social, .section-title-rent, .section-title-copy {
    padding-bottom: 1rem;
  }

  .section-title-copy-copy {
    max-width: 102%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    font-size: 52px;
    line-height: 52px;
  }

  .grid-gallery-stay {
    grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(250px, 1fr);
  }

  .section-gallery {
    margin-top: 0;
    padding: 40px 10px 50px;
  }

  .grid-head-info {
    line-height: 39px;
  }

  .grid-feature {
    font-size: 16px;
  }

  .section-title-copy, .section-title-east {
    padding-bottom: 1rem;
  }

  .container-deets.hero-lower {
    max-width: 96%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-details {
    grid-template-columns: 1fr;
  }

  .container-details.hero-lower {
    max-width: 96%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .buy-images-50 {
    width: 301px;
  }

  .section-title-how {
    padding-bottom: 2rem;
  }

  .icon-title {
    text-align: center;
    padding-bottom: 1rem;
  }

  .section-title-dark {
    padding-bottom: 1rem;
  }

  .section-title-home {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 29px;
  }

  .cookery-courses {
    width: 98%;
  }

  .courses-button {
    margin-bottom: 20px;
  }
}


