body {
  font-family: "Roboto";
}
.templated-content {
  /* IE*/
}
.templated-content h1, .templated-content h2, .templated-content h3, .templated-content h4, .templated-content h5, .templated-content h6, .templated-content p, .templated-content ol, .templated-content ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.templated-content ol, .templated-content ul {
  list-style: none;
}
.templated-content img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .templated-content img.mobile-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .templated-content img.mobile-img {
    display: block;
  }
}
.templated-content h1 {
  font-size: 60px;
  font-family: "RazerF5";
  font-weight: bold;
  background: linear-gradient(250deg, #44d62c 30%, #b9ffae 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .templated-content h1 {
    font-size: 60px;
    line-height: 1;
  }
}
.templated-content h2 {
  font-size: 2.2rem;
  font-family: "RazerF5";
  font-weight: 300;
  color: #44d62c;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .templated-content h2 {
    font-size: 28px;
  }
}
.templated-content p.normal-text {
  font-size: 20px;
  color: #999;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 8px;
  line-height: 28px; padding-top:1rem;
}
.templated-content .larger-text {
  font-size: 20px;
  color: white;
  font-weight: 300;
  max-width: 800px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .templated-content .larger-text {
    font-size: 17px;
  }
}
.templated-content p.smaller-text {
  color: white;
  font-size: 18px;
  font-weight: 300;
}
.templated-content span.smallest-text {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.templated-content section {
  background-color: black;
  width: 100%;
}
.templated-content .pad100 {
  padding: 6.25rem 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .templated-content .pad100 {
    padding: 1.5rem;
  }
}
.templated-content .pad60 {
  padding: 3.75rem;
}
@media (max-width: 768px) {
  .templated-content .pad60 {
    padding: 4rem 0;
  }
}
section.custom-design {
  padding: 0rem 0 1rem;
  text-align: center;
  overflow: hidden;
  background-color: #000;
color: #9a9a9a;
}
section.custom-design .content-text {
  text-align: center;
  max-width: 980px;
	margin: 0 auto;
}
section.custom-design .animate {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  opacity: 1 !important;
}
section.custom-design .animate img + img {
  opacity: 0;
}
section.custom-design .animate img:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  max-height: 100%;
}
section.custom-design .custom-showcase {
  margin-top: 2rem;
  min-height: fit-content;
}
section.custom-design .custom-showcase .view-wrapper {
  white-space: nowrap;
}
section.custom-design .custom-showcase .view-wrapper ul {
  display: inline-block;
  white-space: nowrap;
}
section.custom-design .custom-showcase .view-wrapper ul p {
  font-size: 20px;
  color: red;
  font-weight: bold;
  position: absolute;
}
section.custom-design .custom-showcase .view-wrapper ul li {
  display: inline-block;
  margin: 10px 5px;
  text-align: center;
  width: 800px;
}
section.custom-design .custom-showcase .view-wrapper ul li img {
  width: 100%;
}
section.custom-design .custom-showcase .view-wrapper.large li {
  opacity: 0;
}
section.custom-design .custom-showcase .view-wrapper.small {
  opacity: 0;
}
section.custom-design .custom-showcase .view-wrapper.small ul li {
  width: 220px;
  height: 200px;
  background: linear-gradient(1deg, #3c3a3a 30%, #212121 90%);
  border-radius: 1.25rem;
  padding: 1rem;
}
section.custom-design .custom-showcase .view-wrapper.small ul li img {
  margin: 0 auto;
  max-width: 60%;
  display: block;
}
section.custom-design .custom-showcase .animation-ctrl-btn-center {
  padding-top: 10px;
}
section.custom-design .custom-showcase .animation-ctrl-btn-center button {
  width: 60px;
  height: 48px;
  background: none;
  border: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
section.custom-design .custom-showcase .animation-ctrl-btn-center button .play-pause-btn-wrapper {
  width: 35px;
  height: 35px;
  background: #44d62c;
  border: 0;
  border-radius: 24px;
  padding: 5px 10px;
  margin: 0 auto;
}
section.custom-design .custom-showcase .animation-ctrl-btn-center button img {
  width: 10px;
}
/*# sourceMappingURL=style.css.map */