.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.body {
  background-color: #000;
  background-image: url('../images/bg-texture.jpg');
  background-position: 0% 0%;
  background-size: 250px;
  font-family: 'Open Sans', sans-serif;
}

.body.no-scroll {
  overflow: hidden;
}

.hero-section {
  position: relative;
  margin-top: 70px;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-left-fade {
  position: fixed;
  width: 20%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background-image: linear-gradient(90deg, #000, transparent);
}

.bg-right-fade {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 20%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background-image: linear-gradient(90deg, transparent, #000);
}

.hero-h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 17px #000;
}

.instantly {
  color: #f4cb00;
}

.hero-h2 {
  margin-bottom: 40px;
  color: #ccc;
  text-shadow: 0 0 5px #000;
}

.hero-button {
  padding: 20px 30px;
  border-radius: 15px;
  background-color: #f4cb00;
  box-shadow: 0 3px 0 0 #c08e0e;
  color: #211f1e;
  font-size: 22px;
  font-weight: 800;
  text-shadow: 0 1px 0 #fff200;
}

.hero-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-button.w--current:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hero-button.watch-video-button {
  display: none;
}

.underline {
  text-decoration: underline;
}

.hero-description {
  margin-top: -50px;
}

.sets-reps-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sets-reps-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sets-reps-description {
  position: relative;
  z-index: 6;
  margin-top: -200px;
  text-align: center;
}

.main-feature-h1 {
  margin-bottom: 40px;
  color: #f4cb00;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}

.main-feature-p {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.marketing-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4cb00;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.15);
}

.marketing-container {
  max-width: 1000px;
  margin: 80px auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.marketing-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #211f1e;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  text-shadow: 0 1px 0 #fff200;
}

.rest-timer-description {
  position: relative;
  z-index: 6;
  margin-top: -200px;
  text-align: center;
}

.gallery-section {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-grid {
  padding: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.gallery-image {
  width: 100%;
}

.features-section {
  position: relative;
}

.features-container {
  max-width: 1440px;
  margin: 120px auto 60px;
  padding-right: 30px;
  padding-left: 30px;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-block {
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.4);
  text-align: center;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 19px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-description {
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 18px;
  line-height: 22px;
}

.testimonials-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
}

.slider {
  background-color: transparent;
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  max-width: 960px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

._5-star-icon {
  height: 28px;
}

.testimonial-description {
  margin-top: 20px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 32px;
  line-height: 40px;
}

.right-arrow {
  display: none;
}

.top-border {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.1) 50%, hsla(0, 0%, 100%, 0));
}

.testimonial-source {
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 18px;
}

.faq-section {
  position: relative;
}

.faq-container {
  max-width: 1440px;
  margin: 0px auto 60px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-h1 {
  display: none;
  margin-bottom: 40px;
  color: #f4cb00;
  font-weight: 800;
  text-align: center;
}

.questions-container {
  margin-right: auto;
  margin-left: auto;
}

.faq-button {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.03);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.65);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}

.faq-button:hover {
  background-color: hsla(0, 0%, 100%, 0.06);
}

.answer {
  display: none;
  padding-top: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.footer-section {
  position: relative;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.65);
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-flex {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plus-icon {
  max-width: none;
  opacity: 0.25;
}

.minus-icon {
  display: none;
  max-width: none;
  opacity: 0.25;
}

.footer-container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.social {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.5;
}

.social:hover {
  opacity: 1;
}

.footer-button {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  text-decoration: none;
}

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

.footer-links {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-disclaimer {
  padding-bottom: 60px;
  color: hsla(0, 0%, 100%, 0.25);
}

.header-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 70px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-button {
  margin-left: 10px;
  border-radius: 10px;
  background-color: #f4cb00;
  box-shadow: 0 3px 0 0 #c08e0e;
  color: #211f1e;
  font-size: 16px;
  font-weight: 800;
  text-shadow: 0 1px 0 #fff200;
}

.buy-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.social-icon {
  height: 32px;
}

.country-select-button {
  margin-top: 3px;
}

.asterix {
  display: inline-block;
  font-size: 12px;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal.terms {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal.privacy {
  display: none;
}

.modal.shipping {
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
}

.modal-window {
  max-width: 1440px;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 15px;
  box-shadow: 1px 1px 20px 8px #000;
}

.modal-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f4cb00;
  color: #211f1e;
}

.modal-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff200;
}

.modal-main {
  position: relative;
  overflow: scroll;
  max-height: 90vh;
  min-height: 10px;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #1a1a1a;
  color: #666;
}

.close-icon {
  height: 18px;
}

.modal-h1 {
  margin-top: 40px;
  color: #999;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.your-gym {
  display: block;
}

.rest-timer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 120px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rest-timer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image {
  width: 425px;
  max-width: none;
  margin-right: 40px;
}

.sets-reps-image {
  width: 600px;
  max-width: none;
  margin-left: 60px;
}

.rest-timer-image {
  width: 600px;
  max-width: none;
  margin-right: 60px;
}

.smoke {
  position: absolute;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 480px;
  opacity: 0.65;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 600px;
  background-image: url('../images/bg-gym.jpg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.35);
}

.header-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.buy-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #333;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.buy-header-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close-buy-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
}

.close-buy-window.close-modal {
  display: none;
}

.buy-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
  text-decoration: none;
}

.buy-row:hover {
  background-color: #f1f1f1;
}

.pack-number {
  width: 105px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c08f0e;
  border-radius: 15px;
  background-color: #f4cb00;
  box-shadow: 0 3px 0 0 #c08f0e;
  color: #211f1e;
  text-align: center;
  text-shadow: 0 1px 0 #fff200;
}

.pack-amount {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.pack {
  line-height: 14px;
  font-weight: 700;
}

.bundle-description-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bundle-discount {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #c95e49;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
}

.bundle-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #444;
}

.only {
  display: none;
  margin-right: 5px;
}

.amount {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.currency-symbol {
  font-size: 16px;
  font-weight: 700;
}

.decimal {
  font-size: 16px;
  font-weight: 700;
}

.each {
  margin-left: 5px;
}

.buy-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 20;
  display: none;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.buy-container {
  position: relative;
  display: none;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.buy-window {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 300px;
  margin-top: 60px;
  margin-right: 40px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 #000;
}

.dim-button {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: default;
}

.dim-button.close-modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
}

.dim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.35);
}

.dim.video-dim {
  background-color: rgba(0, 0, 0, 0.75);
}

.down-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 14px;
  margin-bottom: -10px;
}

.buy-footer {
  padding: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f0f0f0;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.page-nav {
  position: relative;
  z-index: 10;
}

.sets-reps-2 {
  display: none;
}

.sets-reps-back {
  margin-right: 10px;
  opacity: 0.15;
}

.sets-reps-next {
  margin-left: 10px;
  opacity: 0.5;
}

.rest-timer-2 {
  display: none;
}

.rest-timer-back {
  margin-right: 10px;
  opacity: 0.15;
}

.rest-timer-next {
  margin-left: 10px;
  opacity: 0.5;
}

.country-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 20;
  display: none;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.country-window {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  overflow: auto;
  max-height: 260px;
  margin-top: 60px;
  margin-right: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 #000;
}

.country-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.country-row:hover {
  background-color: #f1f1f1;
}

.country-row.hide {
  display: none;
}

.country-name {
  margin-left: 10px;
}

.logo-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  display: none;
}

.video-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 20;
  display: none;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #f4cb00;
}

.html-embed {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}

.dim-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.75);
}

.dim-video.video-dim {
  background-color: rgba(0, 0, 0, 0.75);
}

.close-video {
  position: absolute;
  top: -10px;
  right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #f4cb00;
}

.hide {
  display: none;
}

.list-item {
  margin-bottom: 10px;
}

.faq-offset {
  position: absolute;
  height: 130px;
  margin-top: -130px;
}

.list {
  list-style-type: decimal;
}

.answer-h1 {
  font-size: 26px;
}

.wireframe-section {
  position: relative;
}

.wireframe-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 30px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wireframe-image {
  height: 450px;
  margin-bottom: 20px;
  opacity: 0.65;
}

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

.spec-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  text-align: center;
}

.spec-h1 {
  color: hsla(0, 0%, 100%, 0.75);
  font-weight: 700;
}

.wireframe-block {
  color: hsla(0, 0%, 100%, 0.45);
  text-align: center;
}

.spec {
  margin-top: 15px;
  margin-bottom: 15px;
  color: hsla(0, 0%, 100%, 0.45);
}

@media screen and (min-width: 1280px) {
  .hero-section {
    height: 640px;
  }

  .hero-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-h1 {
    font-size: 78px;
    line-height: 84px;
  }

  .hero-description {
    margin-top: -80px;
  }

  .sets-reps-section {
    margin-top: 100px;
  }

  .sets-reps-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .main-feature-h1 {
    font-size: 58px;
    line-height: 58px;
  }

  .main-feature-p {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 32px;
  }

  .features-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .testimonial-block {
    max-width: 1000px;
  }

  .faq-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .buy-button {
    margin-top: -3px;
  }

  .rest-timer-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-image {
    width: 457px;
    margin-right: 60px;
  }

  .sets-reps-image {
    width: 708px;
  }

  .rest-timer-image {
    width: 708px;
  }

  .hero-bg {
    height: 640px;
  }

  .header-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .buy-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .buy-header-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 18px;
    font-weight: 700;
  }

  .close-buy-window {
    opacity: 0.45;
  }

  .pack-number {
    box-shadow: 0 3px 0 0 #c08f0e;
  }

  .pack-amount {
    display: block;
  }

  .bundle-description-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bundle-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .buy-window {
    margin-right: 60px;
  }

  .country-window {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    max-width: none;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bg-left-fade {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
  }

  .bg-right-fade {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
  }

  .hero-button {
    margin-bottom: 40px;
  }

  .hero-button.learn-more {
    display: none;
  }

  .hero-description {
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .sets-reps-section {
    margin-top: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sets-reps-container {
    position: relative;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sets-reps-description {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-feature-p {
    font-size: 26px;
    line-height: 34px;
  }

  .marketing-container {
    max-width: none;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .marketing-h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .rest-timer-description {
    margin-top: auto;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-container {
    margin-top: 80px;
    margin-bottom: 60px;
  }

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

  .modal-window {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .modal-header {
    position: absolute;
    top: 0px;
    border-radius: 0px;
  }

  .modal-main {
    position: absolute;
    height: auto;
    max-height: 100vh;
    margin-top: 60px;
    padding-right: 20px;
    padding-bottom: 140px;
    padding-left: 20px;
  }

  .your-gym {
    display: inline;
  }

  .rest-timer-section {
    margin-top: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rest-timer-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-image {
    width: 540px;
    margin-right: 0px;
  }

  .sets-reps-image {
    position: relative;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 0px;
  }

  .rest-timer-image {
    max-width: 100%;
    margin-right: 0px;
  }

  .smoke {
    width: auto;
    max-width: none;
  }

  .hero-bg {
    height: 1100px;
  }

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

  .buy-window {
    margin-right: 20px;
  }

  .sets-reps-2 {
    display: none;
  }

  .country-window {
    margin-right: 20px;
  }

  .logo {
    display: block;
  }

  .video-modal {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-top: 60px;
  }

  .hero-h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .instantly {
    display: block;
  }

  .marketing-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .marketing-h1 {
    font-size: 36px;
    line-height: 38px;
  }

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

  .header-section {
    height: 60px;
  }

  .upgrade {
    display: block;
  }

  .your-gym {
    display: block;
  }

  .hero-image {
    max-width: 100%;
  }

  .hero-bg {
    height: 900px;
  }

  .buy-window {
    margin-top: 55px;
  }

  .country-window {
    margin-top: 55px;
  }

  .faq-offset {
    height: 100px;
    margin-top: -100px;
  }

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

  .wireframe-block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-h1 {
    font-size: 44px;
    line-height: 44px;
  }

  .hero-h2 {
    font-size: 26px;
    line-height: 26px;
  }

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

  .main-feature-h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .main-feature-p {
    font-size: 18px;
    line-height: 24px;
  }

  .marketing-h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .features-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-block {
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 30px;
  }

  .feature-icon {
    height: 150px;
  }

  ._5-star-icon {
    height: 24px;
  }

  .testimonial-description {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .faq-container {
    margin-bottom: 60px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .faq-button {
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .answer {
    font-size: 16px;
    line-height: 20px;
  }

  .plus-icon {
    width: 14px;
  }

  .minus-icon {
    width: 14px;
  }

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

  .footer-button {
    display: block;
  }

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

  .hero-bg {
    height: 700px;
  }

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

  .buy-header {
    height: 55px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .pack-number {
    width: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pack-amount {
    font-size: 34px;
    line-height: 30px;
  }

  .buy-modal {
    margin-right: 10px;
    margin-left: 10px;
  }

  .buy-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .buy-window {
    margin-right: 0px;
    border-radius: 15px;
  }

  .country-modal {
    margin-right: 10px;
    margin-left: 10px;
  }

  .country-window {
    margin-right: 0px;
    border-radius: 15px;
  }

  .video-modal {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-f512657e-ccc6-68f7-8eef-a5cd4cbc7d09-fa5ad15a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6a4d40c5-8e8e-1081-d81e-2f2ad9c70d96-fa5ad15a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff7a3036-a0fb-0109-c832-d6783608d0f6-fa5ad15a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ce77b40d-9aa5-ecf0-13e7-3c97e56f669f-fa5ad15a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_78c982b7-da87-070c-480f-9dbf01fe876a-fa5ad15a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_750649f9-fa0d-ee93-c08a-7dcaba85774f-fa5ad15a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_8e36b07b-17f1-1aed-71cc-0e974f6bd759-fa5ad15a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae2e9bc5-b5fb-f082-6453-7fe305b6526d-fa5ad15a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_878da2ff-43e8-955c-284d-46416bb08b4c-fa5ad15a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c61437c4-f62d-3eaa-cc3f-b00d20f7cdc5-fa5ad15a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ff6442ba-8895-99c4-8832-7d775679769d-fa5ad15a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b0a7666a-6e55-3147-8735-80ba71aeee9d-fa5ad15a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d45fe286-1230-6b21-5996-420fa3d98700-fa5ad15a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9792e8c8-a210-d6ab-7f76-8319ef92f87f-fa5ad15a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_388fbe9a-f729-9ef9-51f3-4ae7f040c6ee-fa5ad15a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f68a1b81-0097-7704-125a-0e799ce97e52-fa5ad15a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1d259319-33be-197d-8a25-48f0c93982fa-fa5ad15a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6a4d40c5-8e8e-1081-d81e-2f2ad9c70d96-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ff7a3036-a0fb-0109-c832-d6783608d0f6-fa5ad15a {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ce77b40d-9aa5-ecf0-13e7-3c97e56f669f-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_78c982b7-da87-070c-480f-9dbf01fe876a-fa5ad15a {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_750649f9-fa0d-ee93-c08a-7dcaba85774f-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_878da2ff-43e8-955c-284d-46416bb08b4c-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c61437c4-f62d-3eaa-cc3f-b00d20f7cdc5-fa5ad15a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-ff6442ba-8895-99c4-8832-7d775679769d-fa5ad15a {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-b0a7666a-6e55-3147-8735-80ba71aeee9d-fa5ad15a {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae2e9bc5-b5fb-f082-6453-7fe305b6526d-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_878da2ff-43e8-955c-284d-46416bb08b4c-fa5ad15a {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c61437c4-f62d-3eaa-cc3f-b00d20f7cdc5-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ff6442ba-8895-99c4-8832-7d775679769d-fa5ad15a {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-b0a7666a-6e55-3147-8735-80ba71aeee9d-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-d45fe286-1230-6b21-5996-420fa3d98700-fa5ad15a {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_388fbe9a-f729-9ef9-51f3-4ae7f040c6ee-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f68a1b81-0097-7704-125a-0e799ce97e52-fa5ad15a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}