body.no-scroll {
  overflow: hidden;
}

#header {
  height: 90px;
  width: 100%;
  z-index: 10;
  background: linear-gradient(180deg, rgba(40, 53, 56, 0.8) 0%, rgba(40, 53, 56, 0) 100%);
}
@media only screen and (max-width: 750px) {
  #header {
    height: 90px;
  }
}
#header .logo img {
  width: 230px;
  margin-top: 9px;
}
@media only screen and (max-width: 750px) {
  #header .logo img {
    width: 150px;
  }
}
#header > .links-wrapper {
  padding: 0 5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #header > .links-wrapper {
    padding: 0 30px;
  }
}
#header > .links-wrapper .nav-links {
  display: flex;
  align-items: center;
}
@media (width <= 1070px) {
  #header > .links-wrapper .nav-links {
    display: none;
  }
}
#header > .links-wrapper .nav-links .nav-link {
  position: relative;
  padding: 10px 15px;
  white-space: nowrap;
}
#header > .links-wrapper .nav-links .nav-link.login, #header > .links-wrapper .nav-links .nav-link.signup {
  padding-right: 0;
}
#header > .links-wrapper .nav-links .nav-link.login a, #header > .links-wrapper .nav-links .nav-link.signup a {
  opacity: 1;
}
#header > .links-wrapper .nav-links .nav-link:hover .drop-link {
  opacity: 1;
  cursor: default;
  font-weight: 600;
}
#header > .links-wrapper .nav-links .nav-link:hover .drop-link:active {
  opacity: 1;
}
#header > .links-wrapper .nav-links .nav-link:hover.products {
  z-index: 1;
}
#header > .links-wrapper .nav-links .nav-link:hover .dropdown.products {
  display: flex;
}
#header > .links-wrapper .nav-links .nav-link:hover.industries {
  z-index: 1;
}
#header > .links-wrapper .nav-links .nav-link:hover .dropdown.industries {
  display: flex;
}
#header > .links-wrapper .nav-links .nav-link a,
#header > .links-wrapper .nav-links .nav-link .drop-link {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.7;
  transition: opacity 350ms;
  display: inline-block;
  text-transform: uppercase;
}
#header > .links-wrapper .nav-links .nav-link a:hover,
#header > .links-wrapper .nav-links .nav-link .drop-link:hover {
  opacity: 1;
}
#header > .links-wrapper .nav-links .nav-link a:active,
#header > .links-wrapper .nav-links .nav-link .drop-link:active {
  opacity: 0.5;
}
#header > .links-wrapper .nav-links .nav-link .dropdown {
  display: none;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -47px;
  padding: 50px 15px 20px;
  flex-direction: column;
  align-items: center;
  background-color: #2c393c;
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  border-top: 1px solid #f16726;
  z-index: -1;
}
#header > .links-wrapper .nav-links .nav-link .dropdown a {
  opacity: 0.5;
  transition: opacity 0.3s;
}
#header > .links-wrapper .nav-links .nav-link .dropdown a:hover {
  opacity: 1;
}
#header > .links-wrapper .hamburger {
  display: none;
}
@media (width <= 1070px) {
  #header > .links-wrapper .hamburger {
    display: block;
    cursor: pointer;
  }
}
#header #hamburger-menu {
  max-height: 0;
  overflow: hidden;
  padding: 30px 5%;
  padding: 0;
  width: 100%;
  position: fixed;
  background-color: #20292b;
  top: 0;
  transition: all 0.4s;
  perspective: 1000;
  backface-visibility: hidden;
  transform: translateZ(0);
}
#header #hamburger-menu .logo img {
  margin: 0;
}
#header #hamburger-menu.visible {
  max-height: calc(100vh + 90px);
  height: 100vh;
}
#header #hamburger-menu.hidden {
  max-height: 0;
}
#header #hamburger-menu .links-wrapper {
  padding: 30px 30px;
  position: relative;
  height: 100%;
}
#header #hamburger-menu .links-wrapper .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#header #hamburger-menu .links-wrapper .close svg {
  width: 100%;
  height: 100%;
}
#header #hamburger-menu .links-wrapper .nav-links {
  margin-top: 20px;
  overflow-y: scroll;
  height: 85%;
}
#header #hamburger-menu .links-wrapper .nav-links .nav-link {
  padding-bottom: 17px;
  text-transform: uppercase;
}
#header #hamburger-menu .links-wrapper .nav-links .nav-link.primary a {
  color: #fff;
  font-size: 24px;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  line-height: 27px;
}
#header #hamburger-menu .links-wrapper .nav-links .nav-link.secondary a {
  padding-left: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #b1b8ba;
}
#header #hamburger-menu .login-buttons {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#header #hamburger-menu .login-buttons a {
  flex: 1;
}
#header #hamburger-menu .login-buttons a:first-of-type {
  margin-right: 10px;
  margin-left: 0;
}
#header #hamburger-menu .login-buttons a .button {
  width: 100%;
}

#home .cookies {
  position: fixed;
  width: calc(100% - 40px);
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #20292b;
  z-index: 100;
  border-top: 1px solid #f16726;
}
@media only screen and (max-width: 750px) {
  #home .cookies {
    padding: 20px 20px 5px;
  }
}
#home .cookies.hide {
  display: none;
}
#home .cookies p {
  width: 90%;
}
#home .cookies a {
  text-decoration: underline;
}
#home .cookies .button {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #home .cookies .button {
    position: relative;
    margin: 30px 0 10px 20px;
  }
}

#home #header .links-wrapper .logo {
  display: none;
}
#home #header #hamburger-menu .links-wrapper .logo {
  display: block;
}
#home .background {
  background: #20292b;
}
#home .background .banner {
  height: 95vh;
}
@media only screen and (max-width: 750px) {
  #home .background .banner {
    height: 70vh;
  }
}
#home .background .banner .media-cover > video {
  opacity: 0.2;
  top: 0;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
  #home .background .banner .media-cover {
    background: url("/assets/images/homepage/homepage--hero-background@2x.jpg");
    background-size: contain;
  }
}
#home .background .banner .media-cover .grad {
  background: linear-gradient(180deg, rgba(40, 53, 56, 0) 0%, #20292b 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#home .main .section.top {
  border: none;
}
#home .main .section.top .headline-container {
  display: flex;
  align-items: center;
  height: calc(90vh - 90px);
  min-height: 300px;
}
@media only screen and (max-width: 750px) {
  #home .main .section.top .headline-container {
    height: 50vh;
  }
}
#home .main .section.top .headline-container .headline {
  display: flex;
  align-items: center;
}
#home .main .section.top .headline-container .headline .text h1 {
  margin-bottom: 10px;
}
#home .main .section.top .headline-container .headline .text span {
  font-weight: 100;
  font-family: "Proxima Nova";
  font-size: 68px;
}
@media only screen and (max-width: 750px) {
  #home .main .section.top .headline-container .headline .text span {
    font-size: 36px;
  }
}
#home .main .section.top .headline-container .headline .text img {
  width: 300px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 750px) {
  #home .main .section.top .headline-container .headline .text img {
    width: 240px;
    margin: 0 0 20px;
    height: 50px;
  }
}
#home .main .section.top .headline-container .play-icon {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  margin: 100px 0 0 60px;
  cursor: pointer;
}
#home .main .section.top .headline-container .play-icon > img {
  width: 100%;
  height: 100%;
}
#home .main .section.brands-and-devices .brands {
  background-color: #283538;
  padding: 6rem 0 6rem 0;
  clear: both;
}
@media only screen and (max-width: 750px) {
  #home .main .section.brands-and-devices .brands {
    display: none;
  }
}
#home .main .section.brands-and-devices .brands > img {
  width: 89%;
  height: 100%;
  padding: 0 5%;
}
#home .main .section.brands-and-devices .devices {
  border: none;
  padding-top: 50px;
  padding-bottom: 30px;
  opacity: 1;
  position: relative;
}
#home .main .section.brands-and-devices .devices h2 {
  font-size: 1.2rem;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: 4%;
  width: auto;
  font-weight: 100;
  background: #293538;
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  border: 1px solid #171e1f;
  padding: 0.4rem 1.4rem;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #home .main .section.brands-and-devices .devices h2 {
    bottom: -5%;
  }
}
@media only screen and (max-width: 750px) {
  #home .main .section.brands-and-devices .devices h2 {
    display: none;
  }
}
#home .main .section.brands-and-devices .devices .video-container {
  position: relative;
}
#home .main .section.brands-and-devices .devices .video-container .fade {
  position: absolute;
  top: 0;
  left: -4%;
  z-index: 1;
  width: 110%;
  height: 100%;
  box-shadow: inset 20px 20px 190px #20292b;
}
@media only screen and (max-width: 750px) {
  #home .main .section.brands-and-devices .devices .video-container .fade {
    display: none;
  }
}
#home .main .section.brands-and-devices .devices .video-container img {
  display: none;
  min-height: 195px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #home .main .section.brands-and-devices .devices .video-container img {
    display: block;
    width: 120%;
    margin-left: -8%;
  }
}
#home .main .section.brands-and-devices .devices .video-container video {
  width: 110%;
  margin-left: -4%;
  filter: contrast(105%);
}
@media not all and (resolution >= 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #home .main .section.brands-and-devices .devices .video-container video {
      filter: contrast(115%);
    }
  }
}
@media only screen and (max-width: 750px) {
  #home .main .section.brands-and-devices .devices .video-container video {
    display: none;
  }
}
#home .main .section.brands-and-devices .devices .video-container > img {
  filter: contrast(100%);
}
#home .main .section.brands-and-devices .devices .screen > img,
#home .main .section.brands-and-devices .devices .tablet > img {
  width: 100%;
}
#home .main .section.brands-and-devices .devices .tablet {
  margin-left: -30px;
}
@media only screen and (max-width: 750px) {
  #home .main .section.features {
    padding: 10px 5% 50px;
  }
}
#home .main .section.features .editor-features {
  display: flex;
  flex-direction: column;
}
#home .main .section.features .editor-features .tag-line {
  align-self: left;
  padding: 0 50px 65px 0;
}
@media only screen and (max-width: 750px) {
  #home .main .section.features .editor-features .tag-line {
    padding: 0 0 25px;
    font-size: 11px;
    line-height: 15px;
  }
}
#home .main .section.features .editor-features .feature-boxes {
  width: 100%;
  margin: 0 0 50px;
}
@media only screen and (max-width: 750px) {
  #home .main .section.features .editor-features .feature-boxes {
    margin-bottom: 30px;
  }
}
#home .main .section.features .editor-features .feature-boxes .pop-box {
  display: block;
  text-align: left;
  height: auto;
  width: calc(25% - 102px);
}
#home .main .section.features .editor-features .feature-boxes .pop-box .button {
  margin-top: 1rem;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #home .main .section.features .editor-features .feature-boxes .pop-box {
    flex: 1 100%;
  }
}
@media only screen and (max-width: 750px) {
  #home .main .section.features .editor-features .feature-boxes .pop-box {
    display: flex;
    height: auto;
    padding: 35px 30px 40px;
    margin-bottom: 15px;
    text-align: left;
    flex: 1 100%;
  }
}
#home .main .section.projects .button.large, #home .main .section.features .button.large {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  #home .main .section.projects .button.large, #home .main .section.features .button.large {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
}
#home .main .section.projects .button.large {
  margin-top: 3rem;
}
@media only screen and (max-width: 750px) {
  #home .main .section.projects .button.large {
    width: calc(100% - 40px);
    margin: 40px 20px;
  }
}
#home .main .section.industry {
  background-color: #20292b;
  padding-bottom: 120px;
}
#home .main .section.industry .industry-info {
  margin-left: 30%;
  margin-right: 10%;
  margin-top: -55px;
  position: relative;
  z-index: 4;
  box-sizing: border-box;
}
#home .main .section.industry .industry-info .buttons img {
  display: none;
}
@media only screen and (max-width: 750px) {
  #home .main .section.industry .industry-info {
    margin-left: 30px;
    margin-top: 0;
    margin-right: 30px;
    position: relative;
  }
}
#home .main .section.industry .industry-info .pop-box {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#home .main .section.industry .industry-info .pop-box .title {
  color: #fff;
  font-size: 24px;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  line-height: 29px;
  margin-bottom: 15px;
}
#home .main .section.industry .industry-info .pop-box .description {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
}
#home .main .section.industry .industry-info .pop-box .left-arrow,
#home .main .section.industry .industry-info .pop-box .right-arrow {
  top: calc(50% - 32px);
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: none !important;
}
@media only screen and (max-width: 750px) {
  #home .main .section.industry .industry-info .pop-box .left-arrow,
  #home .main .section.industry .industry-info .pop-box .right-arrow {
    display: block !important;
  }
}
#home .main .section.industry .industry-info .pop-box .left-arrow > svg g,
#home .main .section.industry .industry-info .pop-box .right-arrow > svg g {
  fill: #f16726;
  opacity: 1;
}
#home .main .section.industry .industry-info .pop-box .left-arrow > svg g > use,
#home .main .section.industry .industry-info .pop-box .right-arrow > svg g > use {
  fill: #f16726;
}
#home .main .section.industry .industry-info .pop-box .left-arrow {
  left: -15px;
}
#home .main .section.industry .industry-info .pop-box .right-arrow {
  right: -25px;
}
#home .main .section.industry .industry-info .pop-box .slick-slide {
  padding: 40px;
}
#home .main .section.industry .industry-gallery {
  display: flex;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #home .main .section.industry .industry-gallery {
    display: none;
  }
}
#home .main .section.industry .industry-gallery .buttons {
  z-index: 100;
  position: relative;
}
#home .main .section.industry .industry-gallery .buttons::before {
  content: "";
  background: linear-gradient(-90deg, rgba(40, 53, 56, 0) 0%, #20292b 100%);
  height: 100%;
  width: 210%;
  display: block;
  left: -30%;
  position: absolute;
  z-index: -1;
}
#home .main .section.industry .industry-gallery .buttons .button {
  height: 70px;
  width: 250px;
  border: 1px solid #1c2325;
  color: #b1b8ba;
  font-size: 18px;
  line-height: 22px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  background: #2c393c;
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  transition: all 250ms;
}
#home .main .section.industry .industry-gallery .buttons .button.active, #home .main .section.industry .industry-gallery .buttons .button:hover {
  border: 1px solid #f16726;
  color: white;
  background: #2c393c;
}
#home .main .section.industry .industry-gallery .buttons .button.active .icon > svg g,
#home .main .section.industry .industry-gallery .buttons .button.active .icon > svg path, #home .main .section.industry .industry-gallery .buttons .button:hover .icon > svg g,
#home .main .section.industry .industry-gallery .buttons .button:hover .icon > svg path {
  fill: white;
  fill-opacity: 1;
}
#home .main .section.industry .industry-gallery .buttons .button img {
  padding: 0 25px 0 0;
  height: 35px;
}
#home .main .section.industry .industry-gallery .buttons .button .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
#home .main .section.industry .industry-gallery .buttons .button .icon > svg {
  width: 100%;
  height: 100%;
}
#home .main .section.industry .industry-gallery .buttons .button .icon > svg g {
  fill: #b1b8ba;
  opacity: 1;
}
#home .main .section.industry .industry-gallery .buttons .button-line {
  width: 0;
  height: 1px;
  background: #f16726;
  content: "";
  margin: 0;
  padding: 0;
}
#home .main .section.industry .industry-gallery .preview {
  padding-left: 80px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #home .main .section.industry .industry-gallery .preview {
    padding-left: 0;
  }
}
#home .main .section.industry .industry-gallery .preview .preview-image-wrapper {
  position: relative;
}
#home .main .section.industry .industry-gallery .preview .preview-image-wrapper .preview-image {
  z-index: 1;
  width: 100vw;
  position: relative;
}
#home .main .section.industry .industry-gallery .preview .preview-image-wrapper .preview-image .slick-list {
  overflow: inherit;
}
#home .main .section.industry .industry-gallery .preview .preview-image-wrapper .preview-image .slick-list .slick-slide {
  transition: opacity 200ms;
  opacity: 0.1;
}
#home .main .section.industry .industry-gallery .preview .preview-image-wrapper .preview-image .slick-list .slick-slide.slick-current {
  opacity: 1;
}
#home .main .section.industry .industry-gallery .preview .preview-image-wrapper .preview-image img.industry-image {
  border: solid #f16726;
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  border-width: 1px;
  width: 65%;
  max-width: 1500px;
}
@media only screen and (max-width: 750px) {
  #home .main .section.industry .industry-gallery .preview .preview-image-wrapper .preview-image img.industry-image {
    border: none;
    width: auto;
  }
}
#home .main .section.get-started {
  background-color: #20292b;
}

a {
  outline: none;
}

.button {
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 18px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 150ms;
  outline: none;
}
.button:focus {
  outline: none;
}
.button:hover {
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
}
.button:active {
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
}
.button:focus {
  outline: none;
}
.button.light {
  color: #20292b;
  background: #fff;
  border: 1px solid #20292b;
  opacity: 0.9;
}
.button.light:hover {
  opacity: 1;
  background: #fff;
  color: black;
}
.button.call-to-action {
  color: #fff;
  border: 1px solid #20292b;
  background-color: #f16726;
}
.button.call-to-action:hover {
  background-color: #d64e0e;
}
.button.large {
  padding: 20px 60px;
  font-size: 18px;
}

.background {
  z-index: 1;
  position: absolute;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: #20292b;
}
.background .banner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 750px;
}
.background .banner > img,
.background .banner > video {
  height: 100%;
  min-width: 100%;
}

.main {
  z-index: 2;
  position: relative;
}

.variable-order {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.media-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-cover video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
  .media-cover video {
    display: none;
  }
}
.media-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  padding: 60px;
  box-sizing: border-box;
  visibility: hidden;
  transition: 0.3s ease;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup .popup-contents {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup .popup-contents video {
  width: 100%;
  height: 100%;
  max-width: auto;
  max-height: auto;
}
.popup .popup-close-button {
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#footer {
  height: 220px;
  background-color: #182326;
}
@media only screen and (max-width: 750px) {
  #footer {
    height: 250px;
  }
}
#footer .links-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #footer .links-wrapper .nav-links {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80%;
  }
}
#footer .links-wrapper .nav-links .nav-link a {
  padding: 0 10px;
  text-transform: uppercase;
}
#footer .links-wrapper .nav-links .button {
  margin-left: 10px;
}

body#plans {
  background-color: #20292b;
}
body#plans .pop-box {
  background-color: #2c393c;
}
body#plans .pop-box .top .container,
body#plans .pop-box .bottom .container {
  padding: 40px;
}
@media only screen and (max-width: 750px) {
  body#plans .pop-box .top .container,
  body#plans .pop-box .bottom .container {
    padding: 32px 25px;
  }
}
body#plans .section .sub-text {
  padding-bottom: 60px;
}
body#plans .section.get-started {
  padding-top: 4%;
}
body#plans .section.get-started .sub-text {
  padding-bottom: 50px;
}
body#plans .section.plans {
  padding-top: 50px;
}
body#plans .section.plans .premium-plans {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -10px 0;
}
body#plans .section.plans .premium-plans .pop-box {
  min-width: 260px;
  flex: 1;
  margin: 40px 10px 0;
  transition: all 500ms;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body#plans .section.plans .premium-plans .pop-box {
    min-width: 90%;
  }
}
@media only screen and (max-width: 750px) {
  body#plans .section.plans .premium-plans .pop-box {
    min-width: 90%;
  }
}
body#plans .section.plans .premium-plans .pop-box .bottom .container .row {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
body#plans .section.plans .premium-plans .pop-box .bottom .container .row .icon > svg g path {
  fill: #f16726;
}
body#plans .section.plans .premium-plans .pop-box .bottom .container .row .icon.unavailable {
  opacity: 0.3;
}
body#plans .section.plans .premium-plans .pop-box .bottom .container .row .icon.unavailable > svg g path {
  fill: #b1b8ba;
}
body#plans .section.plans .premium-plans .pop-box .bottom .container .row .text {
  margin-left: 24px;
  font-size: 18px;
}
body#plans .section.plans .top {
  border-bottom: 1px solid #20292b;
}
body#plans .section.plans .top .container .name {
  color: #fff;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.6rem;
  padding-bottom: 0.5rem;
}
body#plans .section.plans .top .container .price,
body#plans .section.plans .top .container .highlights {
  color: #5b7073;
  line-height: 1.3rem;
}
body#plans .section.plans .top .container .price {
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 1.3rem;
}
body#plans .section.plans .top .container .highlights {
  color: #b1b8ba;
  padding-bottom: 23px;
  font-size: 18px;
}
body#plans .section.plans .top .container .highlights .item {
  padding-bottom: 9px;
}
body#plans .section.plans .top .container .button {
  width: 100%;
  padding: 15px 18px;
}

body#industry .top .headline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

body#industry.supersplat .top .headline-container::before {
  background-image: url("/assets/images/products/supersplat/supersplat-biker.jpg");
}

body#industry.viewer .top .headline-container::before {
  background-image: url("/assets/images/products/viewer/viewer-pot.jpg");
}

body#industry.games .top .headline-container::before {
  background-image: url("/assets/images/projects/banners/project--robostorm-desktop.jpg");
}

body#industry.vr .top .headline-container::before {
  background-image: url("/assets/images/projects/banners/project--webVRLab-desktop.jpg");
}

body#industry.creative .top .headline-container::before {
  background-image: url("/assets/images/projects/banners/project--BMWi8-desktop.jpg");
}

body#industry.configurators .top .headline-container::before {
  background-image: url("/assets/images/projects/banners/project--polaris-desktop.jpg");
}

body#industry.gambling .top .headline-container::before {
  background-image: url("/assets/images/projects/banners/project--casino-desktop.jpg");
}

body#industry #instant-games {
  overflow: hidden;
  background-color: #20292b;
  border-top: 1px solid #1c2325;
}
body#industry .main {
  margin-top: calc(-90px - 10px);
}
body#industry .background .banner {
  height: 100vh;
  max-height: 1000px;
}
@media only screen and (max-width: 750px) {
  body#industry .background .banner {
    height: 100vh;
  }
}
body#industry .background .banner > img {
  align-self: center;
  min-width: auto;
  height: 100%;
  max-width: 1920px;
  opacity: 0.1;
}
body#industry .headline-container {
  height: 90vh;
  min-height: 800px;
  max-height: 1000px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  background-image: none;
  overflow: hidden;
  position: relative;
  background-color: #20292b;
}
@media only screen and (max-width: 750px) {
  body#industry .headline-container {
    height: auto;
    max-height: 100%;
    padding: calc(90px + 50px) 30px calc(90px + 10px) 30px;
  }
}
body#industry .headline-container .headline {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body#industry .headline-container .headline {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  body#industry .headline-container .headline {
    flex-wrap: wrap;
  }
}
body#industry .headline-container .headline .text {
  width: 40%;
  margin-right: 10%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body#industry .headline-container .headline .text {
    width: 70%;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  body#industry .headline-container .headline .text {
    width: 100%;
    margin: 0 0 50px;
  }
}
body#industry .headline-container .headline .feature-boxes {
  width: 50%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body#industry .headline-container .headline .feature-boxes {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  body#industry .headline-container .headline .feature-boxes {
    width: 100%;
    margin: 0;
  }
}
body#industry .headline-container .headline .feature-boxes .pop-box {
  background: #283538;
  width: 30%;
}
body#industry .headline-container .headline .feature-boxes .pop-box .button {
  margin-top: 1rem;
}
@media only screen and (max-width: 750px) {
  body#industry .headline-container .headline .feature-boxes .pop-box {
    width: 100%;
    margin: 0 0 20px;
  }
}
body#industry .section.no-padding-right,
body#industry .section.no-padding-left {
  border: 0;
}
@media only screen and (max-width: 750px) {
  body#industry .section.no-padding-right,
  body#industry .section.no-padding-left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body#industry .section.top .game-tiles {
  margin-top: 0;
}
body#industry .section.use-case {
  display: flex;
}
body#industry .section.use-case.no-padding-right {
  padding-bottom: 0;
}
body#industry .section.use-case.padding-bottom {
  padding-bottom: 100px;
}
body#industry .section.use-case .sub-text {
  font-size: 16px;
  line-height: 20px;
}
body#industry .section.use-case .variable-order {
  flex-direction: row;
}
@media only screen and (max-width: 750px) {
  body#industry .section.use-case .variable-order {
    flex-direction: column;
  }
}
body#industry .section.use-case .variable-order .col-text {
  flex: 2;
  width: 40%;
  align-self: center;
}
@media only screen and (max-width: 750px) {
  body#industry .section.use-case .variable-order .col-text {
    order: 2;
    width: 100%;
  }
}
body#industry .section.use-case .variable-order .col-image {
  flex: 3;
  width: 60%;
}
@media only screen and (max-width: 750px) {
  body#industry .section.use-case .variable-order .col-image {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
body#industry .section.use-case .variable-order .col-image > img {
  width: 100%;
}
body#industry .section.use-case .variable-order .col-image > video {
  width: 100%;
}
body#industry .section.use-case.no-padding-right .col-text {
  padding-right: 111px;
}
@media only screen and (max-width: 750px) {
  body#industry .section.use-case.no-padding-right .col-text {
    padding-right: 0;
  }
}
body#industry .section.use-case.no-padding-left .col-text {
  padding-left: 111px;
}
@media only screen and (max-width: 750px) {
  body#industry .section.use-case.no-padding-left .col-text {
    padding-left: 0;
  }
}
body#industry .section.editor .features-hero > img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body#industry .feature-boxes .pop-box {
    width: 100%;
  }
}

.ar-integration .ar-anchors-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.ar-integration .ar-anchors-wrapper .ar-anchor {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (width <= 750px) {
  .ar-integration .ar-anchors-wrapper {
    align-items: center;
    flex-direction: column;
  }
}

.game-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 0;
  margin: 2%;
}
@media only screen and (max-width: 750px) {
  .game-tiles {
    overflow: scroll hidden;
    white-space: nowrap;
    width: auto;
    display: block;
    padding: 0 0 0 5%;
    margin: 0;
  }
}
.game-tiles .tile {
  transition: all 600ms;
  box-sizing: border-box;
  max-width: 50%;
}
.game-tiles .tile > a {
  width: 100%;
  height: 100%;
}
.game-tiles .tile .media-cover {
  transition: all 300ms;
}
.game-tiles .tile.featured {
  height: 655px;
  width: 100%;
  margin: 0;
  box-shadow: none;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.featured {
    height: 70vh;
  }
}
.game-tiles .tile.featured .front {
  width: 100%;
}
.game-tiles .tile.featured .front .text {
  display: none;
}
.game-tiles .tile.featured .front .gradient-overlay {
  opacity: 0.7;
  background: linear-gradient(90deg, rgba(27, 42, 45, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0 40px 60px 0 rgba(32, 41, 43, 0.2);
}
.game-tiles .tile.featured .back {
  position: absolute;
  display: flex;
  height: 100%;
  width: calc(100% - 30px);
  margin-right: 30px;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.featured .back {
    padding-left: 30px;
  }
}
.game-tiles .tile.featured .back .description {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.featured .back .description {
    width: 80vw;
  }
}
.game-tiles .tile.not-featured {
  height: 420px;
  width: 20%;
  margin: 1%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background-color: #20292b;
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  border: 1px solid #1c2325;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.not-featured {
    height: 380px;
    width: 85%;
    max-width: 100%;
    margin: 2%;
    display: inline-block;
  }
}
.game-tiles .tile.not-featured .front {
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.not-featured .front {
    cursor: pointer;
  }
}
.game-tiles .tile.not-featured .front .gradient-overlay {
  z-index: 3;
  opacity: 0.5;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.not-featured .front .media-cover .video-container {
    display: none;
  }
}
.game-tiles .tile.not-featured .front .media-cover .video-container .video-label {
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  border: 1px solid #1c2325;
  padding: 12px 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  line-height: 0;
  background: #2c393c;
  text-transform: uppercase;
  font-size: 0.8rem;
  z-index: 3;
}
.game-tiles .tile.not-featured .front .media-cover .video-container video {
  z-index: 2;
  width: 100%;
  transform: translate(-50%, -50%);
}
.game-tiles .tile.not-featured .front .media-cover img {
  z-index: 1;
}
.game-tiles .tile.not-featured .front .info-trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  opacity: 0.7;
  z-index: 5;
}
.game-tiles .tile.not-featured .front .info-trigger svg {
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.game-tiles .tile.not-featured .front .info-trigger svg g {
  fill: #fff;
  opacity: 1;
}
.game-tiles .tile.not-featured .front .info-trigger svg g > use {
  fill: #fff;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.not-featured .front .text {
    font-size: 1.1rem;
    white-space: normal;
  }
}
.game-tiles .tile.not-featured .front .more-info {
  position: absolute;
  padding: 2.5rem;
  background: #2c393c;
  width: calc(100% - 5rem);
  height: 90%;
  z-index: 10;
  transform: translateY(110%);
  transition: all 350ms;
  border-top: 1px solid #f16726;
}
.game-tiles .tile.not-featured .front .more-info .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.not-featured .front .more-info .close {
    display: block;
  }
}
.game-tiles .tile.not-featured .front .more-info .close svg {
  width: 24px;
  height: 24px;
}
.game-tiles .tile.not-featured .front .more-info .text {
  position: relative;
  margin: 0 0 0.5rem;
  padding: 0;
  white-space: normal;
}
.game-tiles .tile.not-featured .front .more-info .description {
  line-height: 1.5rem;
  white-space: normal;
}
.game-tiles .tile.not-featured .front .more-info a {
  display: block;
  margin-top: 1rem;
}
.game-tiles .tile.not-featured .back {
  display: none;
  z-index: 4;
  width: 90%;
  min-height: 180px;
  padding: 10px 30px;
  border: 1px solid #f16726;
  background-color: #20292b;
}
.game-tiles .tile.not-featured:hover .back {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .game-tiles .tile.not-featured:hover .back {
    display: none;
  }
}
.game-tiles .tile:hover .media-cover {
  opacity: 1;
}

.feature-boxes {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature-boxes.left-aligned {
  justify-content: left;
}
.feature-boxes.left-aligned .pop-box {
  min-width: 235px;
  flex: 1;
}

.pop-box {
  background-color: #293538;
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  border: 1px solid #1c2325;
  border-top: 1px solid #f16726;
}
.pop-box.light {
  background-color: #283538;
}
@media only screen and (max-width: 750px) {
  .pop-box {
    width: 100%;
  }
}
.pop-box.industry {
  flex: 1;
  margin: 0 30px;
  background-color: #283538;
  padding: 40px;
  min-width: 200px;
  margin-top: 30px;
}
.pop-box.industry .title {
  color: #fff;
  font-size: 34px;
  line-height: 41px;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
}
.pop-box.industry .title.product {
  font-size: 24px;
}
.pop-box.industry .line-item {
  font-size: 18px;
  line-height: 22px;
  margin-top: 12px;
}
.pop-box.stats {
  margin: 10px;
  padding: 35px 40px 45px;
  height: 100px;
  width: calc(25% - 80px);
  display: flex;
  flex-direction: column;
  align-items: left;
}
.pop-box.stats > img {
  height: 54px;
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .pop-box.stats {
    height: 120px;
    box-sizing: border-box;
    margin: 3px;
    width: 100%;
  }
  .pop-box.stats > img {
    height: 37px;
  }
}
.pop-box.stats .description {
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.4rem;
}
@media only screen and (max-width: 750px) {
  .pop-box.stats .description {
    margin: 15px 0 10px;
    line-height: 22px;
  }
}
.pop-box.stats p,
.pop-box.stats .long-description {
  font-family: "Proxima Nova", Helvetica, sans-serif;
  line-height: 1.3rem;
  font-size: 1rem;
}
.pop-box.stats.expanded {
  width: 235px;
  max-width: 100%;
  height: auto;
  margin: 10px;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  line-height: 18px;
  flex-grow: 1;
}
@media only screen and (max-width: 750px) {
  .pop-box.stats.expanded {
    width: 100%;
    max-width: 100%;
  }
}
.pop-box.stats.expanded > img {
  height: 45px;
  width: 45px;
  max-width: 100px;
}
.pop-box.stats.expanded .description {
  color: #fff;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../assets/fonts/ProximaNova-Reg.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../assets/fonts/ProximaNova-Bold.otf");
}
body {
  font-family: "Proxima Nova";
  -webkit-font-smoothing: antialiased;
}

h1 {
  color: #fff;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 57px;
  font-size: 64px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
h1.dark {
  color: #283538;
}
h1.title {
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  h1 {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

h2 {
  color: #fff;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 48px;
  line-height: 47px;
  margin: 0;
}
h2.dark {
  color: #20292b;
}
@media only screen and (max-width: 750px) {
  h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

h3 {
  color: #a2aaac;
  font-size: 28px;
  font-weight: 100;
  line-height: 34px;
  margin: 0;
}
h3.dark {
  color: #283538;
}
@media only screen and (max-width: 750px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

h4 {
  color: #a2aaac;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
h4.dark {
  color: #283538;
}
@media only screen and (max-width: 750px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

h4.highlight {
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
h4.highlight.dark {
  color: #283538;
}
@media only screen and (max-width: 750px) {
  h4.highlight {
    font-size: 16px;
    line-height: 20px;
  }
}

h5 {
  color: #a2aaac;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
h5.dark {
  color: #5b7073;
}
@media only screen and (max-width: 750px) {
  h5 {
    font-size: 14px;
    line-height: 17px;
  }
}

html,
p,
a {
  color: #a2aaac;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}
html.dark,
p.dark,
a.dark {
  color: #20292b;
}
@media only screen and (max-width: 750px) {
  html,
  p,
  a {
    font-size: 14px;
    line-height: 21px;
  }
}

p.tight {
  color: #a2aaac;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
p.tight.dark {
  color: #20292b;
}
@media only screen and (max-width: 750px) {
  p.tight {
    font-size: 14px;
    line-height: 17px;
  }
}

.section.legal html,
.section.legal h1,
.section.legal h2,
.section.legal h3,
.section.legal h4,
.section.legal h5,
.section.legal p,
.section.legal a {
  color: unset;
}

.section {
  border-bottom: 1px solid #151b1c;
  padding: 6rem 5% calc(6rem / 1.2) 5%;
  clear: both;
}
@media only screen and (max-width: 750px) {
  .section {
    padding: 80px 30px;
  }
}
.section.no-padding-left {
  padding-left: 0;
}
.section.no-padding-right {
  padding-right: 0;
}
.section.no-padding-bottom {
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.section.no-padding-top {
  padding-top: 1px;
  margin-top: -1px;
}
.section.no-padding-sides {
  padding-right: 0;
  padding-left: 0;
}
.section.no-padding-sides > .title,
.section.no-padding-sides > .sub-text {
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (max-width: 750px) {
  .section.no-padding-left, .section.no-padding-right, .section.no-padding-sides {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .section.no-padding-left > .title,
  .section.no-padding-left > .sub-text, .section.no-padding-right > .title,
  .section.no-padding-right > .sub-text, .section.no-padding-sides > .title,
  .section.no-padding-sides > .sub-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section.no-padding-vertical {
  padding-bottom: 1px;
  margin-bottom: -1px;
  padding-top: 1px;
  margin-top: -1px;
}
.section > .sub-text {
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .section > .sub-text {
    padding-bottom: 40px;
  }
}
.section > .sub-text a {
  font-size: inherit;
}
.section.dark {
  background-color: #20292b;
}

.projects-gallery {
  width: 100%;
  position: relative;
}
.projects-gallery .projects-wrapper {
  z-index: 5;
}
.projects-gallery .projects-wrapper .featured-projects {
  height: 95vh;
  max-height: 1000px;
}
@media only screen and (max-width: 750px) {
  .projects-gallery .projects-wrapper .featured-projects {
    height: 90vh;
  }
}
.projects-gallery .projects-wrapper .featured-project {
  width: 100%;
  height: 95vh;
  max-height: 1000px;
  display: none;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .projects-gallery .projects-wrapper .featured-project {
    height: 90vh;
  }
}
.projects-gallery .projects-wrapper .featured-project.active {
  display: flex;
}
.projects-gallery .projects-wrapper .featured-project.inactive {
  display: none;
}
.projects-gallery .projects-wrapper .featured-project .media-cover {
  z-index: 3;
}
.projects-gallery .projects-wrapper .featured-project .media-cover video {
  z-index: 10;
}
.projects-gallery .projects-wrapper .featured-project .bg-gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(27, 42, 45, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
  display: none;
}
.projects-gallery .projects-wrapper .featured-project > img {
  min-width: 100%;
  min-height: 100%;
}
.projects-gallery .projects-wrapper .featured-project .project-info {
  z-index: 4;
  position: absolute;
  color: #fff;
  height: 85%;
  max-width: 30%;
  display: flex;
  align-items: center;
  margin-left: 5%;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .projects-gallery .projects-wrapper .featured-project .project-info {
    margin-top: 0;
    height: 100%;
    max-width: 80vw;
    margin-left: 30px;
  }
  .projects-gallery .projects-wrapper .featured-project .project-info .description {
    font-size: 16px;
    line-height: 17px;
  }
  .projects-gallery .projects-wrapper .featured-project .project-info .game-info {
    margin-top: auto;
    margin-bottom: 50px;
  }
}
.projects-gallery .projects-wrapper .projects-list {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 2% 4.5%;
  font-size: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .projects-gallery .projects-wrapper .projects-list {
    position: relative;
    overflow: scroll hidden;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    display: block;
  }
}
.projects-gallery .projects-wrapper .projects-list .tile {
  margin: 0.5%;
  height: 150px;
  flex: 1;
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
}
@media only screen and (max-width: 750px) {
  .projects-gallery .projects-wrapper .projects-list .tile {
    height: 120px;
    margin: 0;
    border: 0;
  }
}
.projects-gallery .projects-wrapper .projects-list .tile .media-cover img,
.projects-gallery .projects-wrapper .projects-list .tile .text {
  opacity: 0.25;
  transition: opacity 150ms;
}
.projects-gallery .projects-wrapper .projects-list .tile.active, .projects-gallery .projects-wrapper .projects-list .tile:hover {
  transform: translateY(-2px);
}
.projects-gallery .projects-wrapper .projects-list .tile.active .media-cover img,
.projects-gallery .projects-wrapper .projects-list .tile.active .text, .projects-gallery .projects-wrapper .projects-list .tile:hover .media-cover img,
.projects-gallery .projects-wrapper .projects-list .tile:hover .text {
  opacity: 1;
}
.projects-gallery .projects-wrapper .projects-list .tile .front {
  width: 100%;
}
.projects-gallery .projects-wrapper .projects-list .tile .front .text {
  font-size: 1rem;
}
.projects-gallery .projects-wrapper .projects-list .tile .front .media-cover {
  background: #20292b;
}
.projects-gallery .projects-wrapper .projects-list .tile .front .progress-bar {
  width: 100%;
  height: 2px;
  z-index: 10;
  background-color: #702f11;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 750px) {
  .projects-gallery .projects-wrapper .projects-list .tile .front .progress-bar {
    display: none;
  }
}
.projects-gallery .projects-wrapper .projects-list .tile .front .progress-bar .progress {
  height: 100%;
  background-color: #f16726;
  position: absolute;
}
.projects-gallery .projects-wrapper .projects-list .project-thumb {
  width: 50%;
  position: relative;
  height: 160px;
  background-size: cover;
}
.projects-gallery .projects-wrapper .projects-list .project-thumb .grey-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(67, 83, 86, 0) 0%, rgba(32, 41, 43, 0.6) 100%);
}
.projects-gallery .projects-wrapper .projects-list .project-thumb .project-name {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}

.snap-carousel .projects-carousel .games-list .slick-list .slick-slide .tile .front {
  width: 400px;
  height: 680px;
}
@media only screen and (max-width: 750px) {
  .snap-carousel .projects-carousel .games-list .slick-list .slick-slide .tile .front {
    width: 190px;
    height: 340px;
  }
}

.projects-carousel {
  position: relative;
  width: calc(100% + 340px * 1.5);
  margin-left: calc(-340px * 1.7);
  padding: 60px 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .projects-carousel {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 750px) {
  .projects-carousel {
    width: auto;
    margin-left: auto;
    margin-top: 30px;
    padding: 0;
  }
}
.projects-carousel .games-list .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 750px) {
  .projects-carousel .games-list .slick-list {
    margin-left: -50vw;
  }
}
.projects-carousel .games-list .slick-list .slick-slide {
  transition: all 1200ms;
  outline: none;
}
.projects-carousel .games-list .slick-list .slick-slide:focus {
  outline: none;
}
.projects-carousel .games-list .slick-list .slick-slide.slick-current {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}
.projects-carousel .games-list .slick-list .slick-slide.slick-current .tile {
  opacity: 1;
}
.projects-carousel .games-list .slick-list .slick-slide .tile {
  width: auto !important;
  height: auto;
  margin: 0;
  opacity: 0.15;
  transition: all 1200ms;
}
.projects-carousel .games-list .slick-list .slick-slide .tile .front {
  width: 340px;
  height: 600px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 750px) {
  .projects-carousel .games-list .slick-list .slick-slide .tile .front {
    width: 190px;
    height: 340px;
  }
}
.projects-carousel .info {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .projects-carousel .info {
    position: static;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 20px 0;
  }
}
.projects-carousel .info .pop-box {
  min-height: 150px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .projects-carousel .info .pop-box {
    width: 100%;
    box-sizing: border-box;
  }
}
.projects-carousel .info .pop-box .game-info {
  padding: 50px 80px;
}
@media only screen and (max-width: 750px) {
  .projects-carousel .info .pop-box .game-info {
    margin: 0;
    padding: 30px;
  }
}
.projects-carousel .info .pop-box .title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 15px;
}
.projects-carousel .info .pop-box .description {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #a2aaac;
}
.projects-carousel .info .pop-box .left-arrow,
.projects-carousel .info .pop-box .right-arrow {
  top: calc(50% - 32px);
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 300ms;
}
.projects-carousel .info .pop-box .left-arrow:hover,
.projects-carousel .info .pop-box .right-arrow:hover {
  transform: scale(1.1);
}
.projects-carousel .info .pop-box .left-arrow > svg g,
.projects-carousel .info .pop-box .right-arrow > svg g {
  fill: #f16726;
  opacity: 1;
}
.projects-carousel .info .pop-box .left-arrow > svg g > use,
.projects-carousel .info .pop-box .right-arrow > svg g > use {
  fill: #f16726;
}
.projects-carousel .info .pop-box .left-arrow {
  left: 30px;
}
@media only screen and (max-width: 750px) {
  .projects-carousel .info .pop-box .left-arrow {
    left: -15px;
  }
}
.projects-carousel .info .pop-box .right-arrow {
  right: 30px;
}
@media only screen and (max-width: 750px) {
  .projects-carousel .info .pop-box .right-arrow {
    right: -25px;
  }
}

body#explore #header {
  position: absolute;
}
body#explore .subnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #293538;
  padding-left: 5%;
  padding-right: 5%;
  border: 1px solid #20292b;
  border-bottom: 1px solid #f16726;
  display: none;
}
body#explore .subnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
body#explore .subnav ul li {
  padding: 1rem 2rem;
  text-transform: uppercase;
}
body#explore .subnav ul li:first-child {
  padding-left: 0;
}
body#explore .section.top {
  padding-top: 0;
}
body#explore .section.get-started {
  background-color: #20292b;
}
body#explore .projects-gallery .projects-wrapper .featured-projects {
  height: 95vh;
  max-height: 1000px;
}
body#explore .projects-gallery .projects-wrapper .featured-projects.secondary {
  height: calc(95vh / 1.2);
  max-height: calc(1000px / 1.2);
}
body#explore .projects-gallery .projects-wrapper .featured-projects.secondary .featured-project {
  height: calc(95vh / 1.2);
  max-height: calc(1000px / 1.2);
}
@media only screen and (max-width: 750px) {
  body#explore .projects-gallery .projects-wrapper .featured-projects {
    height: 90vh;
  }
}
body#explore .projects-gallery .projects-wrapper .featured-projects .featured-project {
  height: 95vh;
  max-height: 1000px;
}
@media only screen and (max-width: 750px) {
  body#explore .projects-gallery .projects-wrapper .featured-projects .featured-project {
    height: 90vh;
  }
}

.tile {
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  position: relative;
  margin: 0 20px;
  height: 400px;
  width: 200px;
}
.tile .front {
  position: absolute;
  width: 250px;
  height: 100%;
}
.tile .front .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(67, 83, 86, 0) 0%, rgba(32, 41, 43, 0.6) 100%);
}
.tile .front .text {
  z-index: 3;
  color: #fff;
  font-size: 21px;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  line-height: 25px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .tile .front .text {
    font-size: 14px;
  }
}
.tile .back {
  position: absolute;
  display: flex;
  align-items: center;
  word-wrap: break-word;
}

.game-info > .title {
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 47px;
}
@media only screen and (max-width: 750px) {
  .game-info > .title {
    font-size: 24px;
  }
}
.game-info > .description {
  color: #fff;
  margin-bottom: 15px;
}
.game-info .button.call-to-action {
  margin-right: 7px;
}
.game-info .button.light {
  padding-left: 29px;
  padding-right: 29px;
}
@media only screen and (max-width: 750px) {
  .game-info {
    max-width: 80vw;
    margin-left: 30px;
  }
  .game-info .description {
    font-size: 16px;
    line-height: 17px;
  }
  .game-info .game-info {
    margin-top: auto;
    margin-bottom: 50px;
  }
}

.projects-gallery .featured-project .game-info .title {
  font-weight: bold;
  font-size: 47px;
  line-height: 44px;
}
.projects-gallery .featured-project .game-info .title::before {
  content: "Featured";
  font-size: 13px;
  display: block;
  font-weight: 100;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  letter-spacing: 0.01rem;
  border: 1px solid white;
  width: 63px;
  padding: 7px 10px;
  line-height: 1rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .projects-gallery .featured-project .game-info .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.projects-gallery .featured-project .game-info .description {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 18px;
}

.game-tiles .tile.not-featured .game-info .title {
  color: #fff;
  font-family: "Proxima Nova Bold";
  font-size: 21px;
  line-height: 25px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.game-tiles .tile.not-featured .game-info .description {
  font-size: 18px;
  line-height: 22px;
  color: #a2aaac;
}

#case-study #header {
  position: absolute;
}
#case-study .banner {
  height: 700px;
  display: flex;
  justify-content: center;
}
#case-study .banner > img {
  height: 100%;
}
#case-study .highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
  #case-study .highlights {
    margin-left: -40px;
    margin-right: -40px;
  }
}
#case-study .study-text {
  padding-top: 1px;
}
#case-study .study-text > img {
  max-width: 100%;
  margin: 80px 0;
}
#case-study .study-text > p {
  padding: 0 80px;
}
@media only screen and (max-width: 750px) {
  #case-study .study-text > p {
    padding: 0;
  }
}
#case-study .section.related-studies .title {
  padding-bottom: 30px;
}
#case-study .section.related-studies .game-tiles {
  margin-top: 0;
}
#case-study .section.get-started {
  background-color: #20292b;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../assets/fonts/ProximaNova-Reg.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../assets/fonts/ProximaNova-Bold.otf");
}
body {
  font-family: "Proxima Nova";
  -webkit-font-smoothing: antialiased;
}

h1 {
  color: #fff;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 57px;
  font-size: 64px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
h1.dark {
  color: #283538;
}
h1.title {
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  h1 {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

h2 {
  color: #fff;
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 48px;
  line-height: 47px;
  margin: 0;
}
h2.dark {
  color: #20292b;
}
@media only screen and (max-width: 750px) {
  h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

h3 {
  color: #a2aaac;
  font-size: 28px;
  font-weight: 100;
  line-height: 34px;
  margin: 0;
}
h3.dark {
  color: #283538;
}
@media only screen and (max-width: 750px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

h4 {
  color: #a2aaac;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
h4.dark {
  color: #283538;
}
@media only screen and (max-width: 750px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

h4.highlight {
  font-family: "Proxima Nova Bold", Helvetica, sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
h4.highlight.dark {
  color: #283538;
}
@media only screen and (max-width: 750px) {
  h4.highlight {
    font-size: 16px;
    line-height: 20px;
  }
}

h5 {
  color: #a2aaac;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
h5.dark {
  color: #5b7073;
}
@media only screen and (max-width: 750px) {
  h5 {
    font-size: 14px;
    line-height: 17px;
  }
}

html,
p,
a {
  color: #a2aaac;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}
html.dark,
p.dark,
a.dark {
  color: #20292b;
}
@media only screen and (max-width: 750px) {
  html,
  p,
  a {
    font-size: 14px;
    line-height: 21px;
  }
}

p.tight {
  color: #a2aaac;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
p.tight.dark {
  color: #20292b;
}
@media only screen and (max-width: 750px) {
  p.tight {
    font-size: 14px;
    line-height: 17px;
  }
}

.section.legal html,
.section.legal h1,
.section.legal h2,
.section.legal h3,
.section.legal h4,
.section.legal h5,
.section.legal p,
.section.legal a {
  color: unset;
}

.or-rule {
  overflow: hidden;
  text-align: center;
}

.or-rule::before,
.or-rule::after {
  background-color: #717171;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.or-rule::before {
  right: 0.5em;
  margin-left: -50%;
}

.or-rule::after {
  left: 0.5em;
  margin-right: -50%;
}

.button.light.signup {
  padding: 17px;
  background: #2c393c;
  color: white;
  border: 1px solid #20292b;
  margin: 20px 0;
}
.button.light.signup svg {
  height: 21px;
  margin: 0 10px -6px 0;
}

.button-container {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .button-container {
    flex-direction: column;
    gap: 30px;
  }
}

.button.light.signup {
  flex: 1 1 30%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .button.light.signup {
    flex: none;
    width: 100%;
  }
}

.pop-box.login {
  background-color: #283538;
  min-height: 100px;
  margin: 17px 0;
  padding: 50px 40px;
  display: flex;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pop-box.login {
    order: 0;
    padding: 25px 25px 40px;
  }
}
.pop-box.login .inputs-wrapper {
  width: 100%;
  position: relative;
}
.pop-box.login .inputs-wrapper button#submit {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  outline: inherit !important;
}
@media (max-width: 750px), screen and (orientation: portrait) {
  .pop-box.login .inputs-wrapper button#submit {
    width: 100%;
  }
}
.pop-box.login .inputs-wrapper .text-fields {
  width: calc(100% - 140px);
  float: left;
}
@media (max-width: 750px), screen and (orientation: portrait) {
  .pop-box.login .inputs-wrapper .text-fields {
    width: 100%;
  }
}
.pop-box.login .inputs-wrapper .text-fields .login-col {
  float: left;
  width: 33%;
}
@media (max-width: 750px), screen and (orientation: portrait) {
  .pop-box.login .inputs-wrapper .text-fields .login-col {
    width: 100%;
  }
}
.pop-box.login .inputs-wrapper .text-fields .login-col .name {
  margin: 6px 0;
  white-space: nowrap;
}
.pop-box.login .inputs-wrapper .text-fields .login-col input,
.pop-box.login .inputs-wrapper .text-fields .login-col label {
  display: block;
}
.pop-box.login .inputs-wrapper .text-fields .login-col input[type=email],
.pop-box.login .inputs-wrapper .text-fields .login-col input[type=password] {
  border: 1px solid #20292b;
  background-color: #374347;
  color: white;
  width: calc(90% - 25px);
  box-shadow: none;
  height: 42px;
  padding: 5px 10px 5px 15px;
  font-size: 18px;
  transition: border 150ms;
  border-radius: 0;
}
@media (max-width: 750px), screen and (orientation: portrait) {
  .pop-box.login .inputs-wrapper .text-fields .login-col input[type=email],
  .pop-box.login .inputs-wrapper .text-fields .login-col input[type=password] {
    width: calc(100% - 25px);
  }
}
.pop-box.login .inputs-wrapper .text-fields .login-col input[type=email]:hover,
.pop-box.login .inputs-wrapper .text-fields .login-col input[type=password]:hover {
  border: 1px solid #702f11;
}
.pop-box.login .inputs-wrapper .text-fields .login-col input[type=email]:focus,
.pop-box.login .inputs-wrapper .text-fields .login-col input[type=password]:focus {
  outline: none;
  border: 1px solid #f16726;
  background-color: #354044;
}
.pop-box.login .inputs-wrapper .button.call-to-action,
.pop-box.login .inputs-wrapper .light {
  padding: 13px 40px;
  margin: 40px 0 0 -30px;
}
@media (max-width: 750px), screen and (orientation: portrait) {
  .pop-box.login .inputs-wrapper .button.call-to-action,
  .pop-box.login .inputs-wrapper .light {
    position: relative;
    margin: 20px 0 0;
    width: 100%;
    height: auto;
    padding: 15px;
  }
}

.feature-checkboxes {
  margin: 17px 0;
  width: 100%;
  display: flex;
  justify-content: left;
  flex-direction: row;
}
@media only screen and (max-width: 750px) {
  .feature-checkboxes {
    order: 2;
  }
}
@media (max-width: 750px), screen and (orientation: portrait) {
  .feature-checkboxes {
    flex-direction: column;
  }
}
.feature-checkboxes .col3 {
  display: flex;
  align-items: center;
  margin: 10px 40px 0 0;
}
@media only screen and (max-width: 750px) {
  .feature-checkboxes .col3 {
    margin: 10px 0 0;
  }
}
.feature-checkboxes .col3 .icon {
  margin-right: 20px;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
  .feature-checkboxes .col3 .icon {
    width: 32px;
    height: 32px;
  }
}
.feature-checkboxes .col3 .icon > svg {
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 750px) {
  .feature-checkboxes .col3 .icon > svg {
    width: 32px;
    height: 32px;
  }
}
.feature-checkboxes .col3 .icon > svg g {
  fill: #f16726;
  opacity: 1;
}
.feature-checkboxes .col3 .icon > svg g > use {
  fill: #f16726;
}
.feature-checkboxes .col3 .text {
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 750px) {
  .feature-checkboxes .col3 .text {
    font-size: 16px;
    line-height: 20px;
  }
}

body .section.legal {
  background-color: #fff;
  color: #324447;
}
body .section.legal p {
  margin-top: 20px;
}
body .section.legal h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .section.legal h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .section.legal hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
body .section.legal ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
body .section.legal table {
  margin-top: 10px;
}
body .section.legal td,
body .section.legal th {
  border-top: 1px solid #ddd;
  padding: 8px;
}

body#product .features-hero {
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
  border: 1px solid #1c2325;
  margin-bottom: 5rem;
  opacity: 0;
}
body#product .features-hero > img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 30px;
  display: none;
}
@media only screen and (max-width: 750px) {
  body#product .features-hero > img {
    display: block;
    margin: 0;
  }
}
body#product .features-hero > video {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body#product .features-hero > video {
    display: none;
  }
}
body#product .section .title {
  padding: 3% 0 0;
}
body#product .section .sub-text {
  padding: 0 30% 10% 0;
}
@media only screen and (max-width: 750px) {
  body#product .section .sub-text {
    padding: 0% 0% 10%;
  }
}
body#product .section.get-started {
  background-color: #20292b;
}
body#product .section.get-started .sub-text {
  padding: 0 0 5%;
}
body#product .section.editor .feature-boxes, body#product .section.engine .feature-boxes {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 750px) {
  body#product .section.editor .feature-boxes, body#product .section.engine .feature-boxes {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body#product .section.editor .feature-boxes, body#product .section.engine .feature-boxes {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  body#product .section.editor .feature-boxes, body#product .section.engine .feature-boxes {
    flex-wrap: wrap;
  }
}
body#product .section.editor .title {
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  body#product .section.editor {
    padding-top: 30px;
  }
}
body#product .section.engine .features-hero > video {
  box-shadow: none;
  filter: contrast(100%);
  display: block;
}
@media only screen and (max-width: 750px) {
  body#product .section.engine .features-hero > video {
    display: none;
  }
}
@media not all and (resolution >= 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    body#product .section.engine .features-hero > video {
      filter: contrast(108%);
    }
  }
}
body#product .section.more .sub-text {
  padding: 0 30% 60px 0;
}
@media only screen and (max-width: 750px) {
  body#product .section.more .sub-text {
    padding: 0 0% 10px 0;
  }
}
body#product .section.more .feature-filters {
  margin: 0 0 110px;
  display: flex;
}
body#product .section.more .feature-filters .grad {
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  z-index: 1;
  background: linear-gradient(90deg, rgba(32, 41, 43, 0) 0%, #20292b 100%);
}
@media only screen and (max-width: 750px) {
  body#product .section.more .feature-filters {
    margin: 20px 0 35px;
  }
  body#product .section.more .feature-filters .filter-options {
    overflow-x: scroll;
    display: flex;
    margin-right: -30px;
    position: relative;
    padding: 0 0 10px;
  }
}
body#product .section.more .feature-filters > span {
  padding: 20px 10px 10px 0;
}
body#product .section.more .feature-filters .feature-filter-link .feature-filter {
  margin: 10px 0 10px 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #283538;
  border: 1px solid #1c2325;
}
body#product .section.more .feature-filters .feature-filter-link .feature-filter.selected {
  background-color: #f16726;
  border: 1px solid #1c2325;
  transform: scale(1.01);
  box-shadow: 8px 8px 2px 0 rgba(24, 31, 33, 0.6);
}
body#product .section.more .feature-boxes .pop-box.hidden {
  display: none !important;
}
body#product .section.more .feature-boxes .pop-box .description {
  margin-top: 0;
}
body#product .section.more .feature-boxes .pop-box .new-tag {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -35px;
  padding: 8px 15px;
  box-sizing: border-box;
  height: 35px;
  color: #fff;
  background-color: #f16726;
}

a {
  text-decoration: none;
}

html {
  background-color: #182326;
}

body {
  max-width: 1920px;
  margin: 0 auto !important;
  float: none !important;
  position: relative;
  background-color: #20292b;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  color: #b1b8ba;
}
body .main {
  z-index: 1;
  flex: 1;
  overflow: hidden;
}