.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  padding-bottom: 25px;
  background-color: #000;
}

.bg-video {
  position: relative;
  width: 1360px;
  height: 900px;
  margin-right: auto;
  margin-left: auto;
}

.background-video {
  z-index: 0;
  height: 900px;
  opacity: 1;
}

.background-video.bg_video-2 {
  opacity: 0.4;
}

.main-header-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #000), color-stop(39%, transparent)), -webkit-gradient(linear, right top, left top, color-stop(7%, #000), color-stop(40%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000), color-stop(77%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(3%, #000), color-stop(43%, transparent)), url('../images/dan-cristian-padure-faAKGPMOqWA-unsplash-copy.png');
  background-image: linear-gradient(90deg, #000 8%, transparent 39%), linear-gradient(270deg, #000 7%, transparent 40%), linear-gradient(360deg, #000 20%, transparent 77%), linear-gradient(180deg, #000 3%, transparent 43%), url('../images/dan-cristian-padure-faAKGPMOqWA-unsplash-copy.png');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, auto, auto, auto;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  color: #6cc38b;
}

.main-header-content.main-header-style-2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #000), color-stop(39%, transparent)), -webkit-gradient(linear, right top, left top, color-stop(7%, #000), color-stop(40%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(9%, #000), color-stop(89%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(3%, #000), color-stop(43%, transparent)), url('../images/dan-cristian-padure-faAKGPMOqWA-unsplash-copy.png');
  background-image: linear-gradient(90deg, #000 8%, transparent 39%), linear-gradient(270deg, #000 7%, transparent 40%), linear-gradient(360deg, #000 9%, transparent 89%), linear-gradient(180deg, #000 3%, transparent 43%), url('../images/dan-cristian-padure-faAKGPMOqWA-unsplash-copy.png');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, auto, auto, auto;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
}

.image {
  position: absolute;
  z-index: 10;
  opacity: 0.7;
}

.image.image-style-watch-hover {
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}

.image.image-style-watch-hover:hover {
  opacity: 0.9;
}

.image.image-style-watch-hover:active {
  opacity: 1;
}

.image.image-rabbit {
  opacity: 0;
  -webkit-transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease, -webkit-filter 2000ms ease;
}

.image.image-rabbit:hover {
  opacity: 0.95;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.heading {
  position: relative;
  top: 500px;
  z-index: 30;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  opacity: 0.1;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease, -webkit-filter 2000ms ease;
  font-family: 'Roboto Mono', sans-serif;
  color: #e7fffc;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 8px 0 4px #6cc38b;
}

.heading:hover {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.heading:active {
  font-family: Mtrxcd, sans-serif;
}

.heading.heading-style-2 {
  margin-top: 50px;
}

.heading.heading-time-of-aion {
  position: relative;
  top: 0px;
  display: block;
  width: 80%;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: color 2000ms ease, opacity 200ms ease, text-shadow 2000ms ease, opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: color 2000ms ease, opacity 200ms ease, text-shadow 2000ms ease, opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: color 2000ms ease, opacity 200ms ease, text-shadow 2000ms ease, filter 2000ms ease, opacity 2000ms ease;
  transition: color 2000ms ease, opacity 200ms ease, text-shadow 2000ms ease, filter 2000ms ease, opacity 2000ms ease, -webkit-filter 2000ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #e7fffc;
  font-size: 70px;
  line-height: 90px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 10px 0 4px rgba(108, 195, 139, 0.6);
}

.heading.heading-time-of-aion:hover {
  text-shadow: 18px 0 4px #6cc38b;
}

.heading.heading-time-of-aion:active {
  opacity: 1;
  font-family: Mtrxcd, sans-serif;
  color: #6cc38b;
  text-shadow: 4px 0 4px #6cc38b;
}

.heading.heading-time-of-aion.matrix-titles-123 {
  display: none;
}

.heading.white-rabbit-heading {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #e7fffc;
}

.main-content {
  margin-top: 0px;
}

.div-1360 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-1360.div-1360-2 {
  padding-bottom: 100px;
}

.div-1360.div-footer-12345 {
  padding-bottom: 130px;
}

.youtube {
  display: none;
}


.cursor:active {
  background-color: #f6fdb6;
}

.div-line {
  position: relative;
  top: 800px;
  width: 1px;
  height: 300px;
  background-color: #6cc38b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(37%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(44%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000, transparent 37%), linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 44%);
}

.image-2 {
  position: relative;
  top: 960px;
  opacity: 0.7;
}

.image-3 {
  display: block;
  margin-top: 100px;
  -webkit-transition: -webkit-filter 2000ms ease, -webkit-transform 2000ms ease;
  transition: -webkit-filter 2000ms ease, -webkit-transform 2000ms ease;
  transition: filter 2000ms ease, transform 2000ms ease;
  transition: filter 2000ms ease, transform 2000ms ease, -webkit-filter 2000ms ease, -webkit-transform 2000ms ease;
}

.image-3:hover {
  -webkit-filter: hue-rotate(52deg);
  filter: hue-rotate(52deg);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.heading-2 {
  width: 68%;
  margin-top: 50px;
  font-family: 'Roboto Mono', sans-serif;
  color: #93b9b5;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.heading-2:active {
  font-family: Mtrxcd, sans-serif;
}

.heading-2.heading-2-v2 {
  margin-top: 0px;
}

.youtube-2 {
  margin-top: 100px;
}

.div-block-104 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1360px;
  margin-top: 110px;
  margin-right: 0px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-align: left;
  cursor: default;
}

.heading-7 {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  margin-bottom: 50px;
  font-family: 'Roboto Mono', sans-serif;
  color: #6cc38b;
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-7:active {
  font-family: Mtrxcd, sans-serif;
  font-weight: 700;
}

.heading-7.newsletter_text_1 {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px;
  font-family: 'Roboto Mono', sans-serif;
  color: #6cc38b;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.form-block {
  width: 70%;
  margin-bottom: 0px;
  padding: 20px 25px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.field-label {
  font-family: 'Roboto Mono', sans-serif;
  color: #6cc38b;
  letter-spacing: 8px;
}

.checkbox-label {
  margin-bottom: 10px;
  font-family: 'Roboto Mono', sans-serif;
  color: #6cc38b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #6cc38b;
  background-color: #000;
  -webkit-transition: border-color 2000ms ease, background-color 2000ms ease;
  transition: border-color 2000ms ease, background-color 2000ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #e7fffc;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #6cc38b;
}

.submit-button:active {
  font-family: Mtrxcd, sans-serif;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-33 {
  width: 422px;
  height: 600px;
  margin-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-width: 5px;
  border-color: #ff0505;
  background-image: url('../images/Capture_Dani.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-33.watch_soldier {
  background-image: url('../images/H52434130_lowresweb-copy.png');
  background-position: 40% 65%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
}

.div-block-33.watch_soldier:hover {
  background-image: url('../images/H52434130_detail2_lowres-copie.jpg'), url('../images/H52434130_lowresweb-copy.png');
  background-position: 50% 50%, 40% 65%;
  background-size: cover, contain;
  background-repeat: no-repeat, no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-36 {
  margin-bottom: 10px;
}

.div-block-36.watch-info-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-7 {
  width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #fff1e1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-7.text_block_v2 {
  width: 600px;
}

.text-block-7.text_block_v2.large_type {
  font-weight: 700;
  letter-spacing: 2px;
}

.text-block-7.text_block_v2.large_type.watch_description_style_2 {
  width: auto;
  font-family: 'Roboto Mono', sans-serif;
  color: #93b9b5;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.text-block-7.text_block_v2.large_type.watch_description_style_2:active {
  font-family: Mtrxcd, sans-serif;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 163px;
  padding-bottom: 0px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-35 {
  margin-bottom: 10px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1350px;
  height: auto;
  margin-bottom: 100px;
}

.div-block-26.watch_description {
  margin-top: 100px;
  margin-bottom: 0px;
}

.button {
  position: fixed;
  bottom: 0%;
  z-index: 90;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding: 20px 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #6cc38b;
  background-color: #000;
  -webkit-transition: background-color 2000ms ease, border-color 2000ms ease;
  transition: background-color 2000ms ease, border-color 2000ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #e7fffc;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  left:50%;
  transform: translateX(-50%);
}

.button:hover {
  background-color: #6cc38b;
  color: #e7fffc;
}

.button:active {
  /*padding-right: 0px;
  padding-left: 0px;*/
  font-family: Mtrxcd, sans-serif;
}

.image-4 {
  position: relative;
  top: -100px;
  opacity: 0.5;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.image-4:hover {
  opacity: 1;
}

.image-4.mtx_logo {
  top: auto;
  margin-bottom: 30px;
  opacity: 1;
}

.slider {
  width: 100%;
  height: 800px;
  margin-top: 100px;
  background-color: transparent;
}

.slide-nav {
  bottom: -47px;
  opacity: 0.3;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.icon {
  color: #6cc38b;
  font-size: 24px;
}

.icon-2 {
  color: #6cc38b;
  font-size: 24px;
}

.left-arrow {
  -webkit-transition: background-color 2000ms ease;
  transition: background-color 2000ms ease;
}

.left-arrow:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(108, 195, 139, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(108, 195, 139, 0.5), hsla(0, 0%, 100%, 0));
}

.right-arrow {
  -webkit-transition: background-color 2000ms ease;
  transition: background-color 2000ms ease;
}

.right-arrow:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(108, 195, 139, 0.5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(108, 195, 139, 0.5), transparent);
}

.slide {
  background-image: url('../images/H52434130_detail_lifestyle2_midres-copie.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/H52434130_detail_lifestyle1_midres-copie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/H52434130_detail_lifestyle3_midres-copie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/H52434130_detail_lifestyle6_midres-copie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/H52434130_detail_lifestyle7_midres-copie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-8 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto Mono', sans-serif;
  color: #3e5438;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.text-block-8.inspired-block {
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.div-block-107 {
  width: 30%;
}

.div-block-108 {
  width: 70%;
  margin-left: 30px;
}

.image-6 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .bg-video {
    width: 100%;
  }

  .div-1360 {
    width: 100%;
  }

  .div-block-104 {
    width: auto;
    margin-right: 0px;
  }

  .heading-7 {
    margin-top: 50px;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-27 {
    width: 40%;
  }

  .div-block-36 {
    font-size: 12px;
  }

  .text-block-7 {
    width: auto;
  }

  .text-block-7.text_block_v2.large_type.watch_description_style_2 {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-28 {
    width: 60%;
    padding-left: 20px;
  }

  .div-block-26 {
    width: 100%;
  }

  .div-block-106 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .bg-video {
    height: 900px;
  }

  .background-video {
    height: 550px;
  }

  .heading.heading-time-of-aion {
    font-size: 40px;
    line-height: 50px;
  }

  .div-1360 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .heading-2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-27 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-33.watch_soldier {
    width: 220px;
  }

  .text-block-7.text_block_v2.large_type.watch_description_style_2 {
    font-size: 14px;
  }

  .div-block-26.watch_description {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider {
    height: 370px;
  }

  .div-block-106 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .bg-video {
    display: block;
    height: 450px;
  }

  .background-video {
    height: 550px;
  }

  .main-header-content {
    height: 580px;
  }

  .heading.heading-time-of-aion {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
  }

  .div-1360 {
    margin-top: 100px;
  }

  .heading-2 {
    width: 90%;
  }

  .div-block-104 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-7 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .heading-7.newsletter_text_1 {
    width: 90%;
    font-size: 28px;
    line-height: 34px;
  }

  .form-block {
    width: 90%;
  }

  .div-block-27 {
    width: 100%;
  }

  .div-block-33 {
    width: 100%;
    height: 300px;
  }

  .div-block-33.watch_soldier {
    height: 450px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-28 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-26 {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-26.watch_description {
    height: auto;
  }

  .button {
    z-index: 3000;
    margin-bottom: 55px;
  }

  .slider {
    height: 400px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-5 {
    display: inline-block;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide {
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-105 {
    height: 100%;
  }

  .text-block-8 {
    position: relative;
    bottom: -86px;
    z-index: 2000;
    width: 240px;
    margin-bottom: 10px;
    line-height: 12px;
  }

  .text-block-8.inspired-block {
    bottom: -103px;
  }

  .div-block-106 {
    width: 95%;
  }
}

@font-face {
  font-family: 'Mtrxcd';
  src: url('../fonts/mtrxcd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}