@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Graphik Semibold';
  src: url('../fonts/Graphik-Semibold-Web.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Mikado';
    src: url('../fonts/MikadoMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1, h2 {
  font-family: 'Mikado', 'Asap';
  font-weight: 500;
}

.intro-section {
  background-color: #ea3729;
  color: #fff;
  padding-top: 5rem;
  overflow: visible;
}

@media (min-width: 768px) {
  .intro-section {
    padding-top: 9rem;
  }
}

body {
  font-family: 'Graphik', 'Open Sans';
  font-weight: 400;
  font-size: 1rem;
  color: #212529;
  font-size: 1.6rem;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

.intro-vid-wrapper {
  -webkit-mask-image: url(../../assets/img/vid-mask.svg);
  mask-image: url(../../assets/img/vid-mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  flex: 1;
  margin: 0 2rem;
  z-index: 0;
  background: no-repeat;
}

.intro-vid-wrapper {
  -webkit-mask-image: url(../../assets/img/vid-mask.svg);
  mask-image: url(../../assets/img/vid-mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  flex: 1;
  margin: 0 2rem;
  z-index: 0;
  background: no-repeat;
}

@media (min-width: 768px) {
  .intro-vid-wrapper {
    flex: 1.3;
  }
}

.intro-vid-wrapper::before {
  -webkit-mask-image: url(../../assets/img/vid-mask.svg);
  mask-image: url(../../assets/img/vid-mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  flex: 1;
  margin: 0 2rem;
  z-index: 0;
  background: no-repeat;
  content: '';
  display: block;
}

.play-button {
  width: 89px;
  height: 89px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(55,55,55,.5);
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4OScgaGVpZ2h0PSc4OSc+PHBhdGggZmlsbD0nI0ZGRicgZD0nTTMwIDQ0LjVWMjguOGMwLTIuMTUyIDIuMzQ1LTMuNDk3IDQuMjItMi40MjFsMTMuNjg3IDcuODUgMTMuNjg2IDcuODVjMS44NzYgMS4wNzYgMS44NzYgMy43NjYgMCA0Ljg0MmwtMTMuNjg2IDcuODUtMTMuNjg2IDcuODVDMzIuMzQ1IDYzLjY5NyAzMCA2Mi4zNTIgMzAgNjAuMlY0NC41eicvPjwvc3ZnPg==);
  cursor: pointer;
}

.intro-text-wrapper {
  flex: 1;
  padding: 5rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .intro-text-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}

.osmo-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 2em;
  top: 0;
  bottom: -4px;
  left: 0;
  right: 0;
  transition: top .1s;
  background-color: #e1e1e1;
}

.osmo-btn {
  font-family: 'Graphik Semibold';
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  z-index: 0;
  border-radius: 1em;
  padding: 0;
  transition: transform 150ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.osmo-btn-inner {
  display: block;
  position: relative;
  z-index: 0;
  padding: 2.4rem 3rem;
  border-radius: 1.08333333em;
  font-weight: 700;
  text-align: center;
  transition: transform .1s;
  background-color: #fff;
  color: #ea3729;
  line-height: 4px;
  font-size: 1.8rem;
}

.osmo-btn--2 .osmo-btn-inner {
  color: #FB911D;
}

.osmo-btn--orange .osmo-btn-inner {
  background-color: #ff8a33;
  color: #fff;
}

.osmo-btn-inner__text {
  display: block;
  content: "";
  height: 0;
  transform: translateY(-2px);
}

.osmo-btn:hover {
  transform: scale(1.08);
}

.osmo-btn:active {
  transform: scale(1.08) translateY(3px);
}

@media only screen and (max-width: 576px) {
  .osmo-btn--small {
    width: 100%;
  }

  .osmo-btn--small .osmo-btn-inner {
    padding: 1.6rem;
  }

  .osmo-btn--small .osmo-btn-inner__text {
    font-size: 1.4rem;
  }
}

.h1, h1 {
  font-size: 4rem;
}

.intro-img-bottom::before {
  content: '';
  display: block;
  padding-bottom: 17%;
}

@media (min-width: 768px) {
  .intro-img-bottom::before {
    padding-bottom: 17%;
  }
}

.intro-img-bottom {
  background-image: url(../../assets/img/hero-landscape@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 26px;
  transform: translateY(6px);
}

@media (min-width: 768px) {
  .intro-img-bottom {
    background-image: url(../../assets/img/hero-landscape@2x.png);
    margin-top: 3px;
    transform: translateY(8px);
  }
}

@media (min-width: 1200px) {
  .intro-img-bottom {
    transform: translateY(11px);
  }
}

.intro-heading {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .intro-heading {
    font-size: 4.8rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .intro-heading {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .intro-heading {
    font-size: 6.8rem;
  }
}

.nav {
  background: #ea3729;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.333);
}

@media (min-width: 768px) {
  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.nav-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
}

@media (min-width: 768px) {
  .nav-logo {
    width: 130px;
  }
}

.main {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .main {
    margin-top: 75px;
  }
}

.intro-img-planet {
  z-index: 2;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55px;
  background: url("../../assets/img/planet.png") no-repeat right 25%/auto 112px;
  z-index: 0;
}

.intro-img-planet-rings {
  z-index: 2;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../../assets/img/planet-rings.png) no-repeat left 5%/auto 114px;
  width: 84px;
}

.intro-paragraph {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .intro-paragraph {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .intro-vid {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .intro-container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 992px) {
  .intro-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 1200px) {
  .intro-container {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (min-width: 1500px) {
  .intro-container {
    padding-left: 12%;
    padding-right: 12%;
  }
}

.intro-vid {
  z-index: 2;
}

.product-item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.product-item {
  -webkit-mask: url(product-mask.svg) center/contain no-repeat;
  mask: url(product-mask.svg) center/contain no-repeat;
  position: relative;
}

.product-item__img--1 {
  background: url("../../assets/img/product1.jpg");
}

.product-item__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.product-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ea3729;
  color: #fff;
  padding: 2rem 1rem;
  opacity: 0;
  transition: ease 0.3s;
  display: flex;
}

.product-item-overlay.product-item-overlay--hovered {
  opacity: 1;
  transition: ease 0.3s;
}

.product-item-overlay__name {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .product-item-overlay__name {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product-item-overlay__name {
    font-size: 2.8rem;
  }
}

.product-item-overlay__description{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  display: none;
}

@media only screen and (min-width: 768px) {
  .product-item-overlay__description {
    display: block;
  }
}

.product-item-overlay__link {
  font-size: 1.6rem;
}

.product-item__img--2 {
  background-image: url("../../assets/img/product2.jpg");
}

.product-item__img--3 {
  background-image: url("../../assets/img/product3.jpg");
}

.product-item__img--4 {
  background-image: url("../../assets/img/product4.jpg");
}

.osmo-subheading {
  font-size: 3.2rem;
  text-align: center;
}

@media (min-width: 992px) {
  .osmo-subheading {
    font-size: 4.4rem;
  }
}

.text-red {
  color: #ea3729;
}

.osmo-paragraph {
  text-align: center;
  color: #373737;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .osmo-paragraph {
    font-size: 1.8rem;
  }
}

.product-section {
  padding-top: 6rem;
  background: url("../../assets/img/product-section-bg.svg") no-repeat center 101%/auto;
  background-size: 102% 30px;
}

.product-container {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .product-section {
    background-size: 102% 44px;
  }
}

@media (min-width: 992px) {
  .product-section {
    background-size: 102% 57px;
  }
}

@media (min-width: 1200) {
  .product-section {
    background-size: initial;
  }
}

.product-list {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .product-list {
    margin-top: 4rem;
  }
}

@media (min-width: 992px) {
  .product-list {
    margin-top: 10rem;
  }
}

.osmo-characters::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: -21.03578931%;
  right: 0;
  bottom: -3.10088933%;
  left: 0;
  background-image: url(../../assets/img/osmo-characters-mobile.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.osmo-characters::before {
  content: '';
  display: block;
  padding-bottom: 57.35083008%;
}

.osmo-characters {
  position: relative;
  max-width: 243px;
  pointer-events: none;
  z-index: 1;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .osmo-characters {
    display: none;
  }
}

.osmo-characters--lg::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0%;
  right: -18%;
  bottom: 0;
  left: -18%;
  background-image: url(../../assets/img/osmo-characters-lg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.osmo-characters--lg::before {
  content: '';
  display: block;
  padding-bottom: 81.93832599%;
}

.osmo-characters--lg {
  pointer-events: none;
  z-index: 1;
}

.howitworks-section {
  background: #ffc933;
  padding: 6rem 0;
}

.howitworks-vid-wrapper {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .howitworks-vid-wrapper {
    width: 50%;
  }
}

.text-black {
  color: #373737;
}

.howitworks-device {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.howitworks-device--ipad {
  background-image: url(../../assets/img/950ceae.ipad-logo.svg);
  max-width: 139.2px;
}

.howitworks-device--fire {
  background-image: url(../../assets/img/805d805.fire-logo.svg);
  max-width: 237.2px;
}

.howitworks-device--ipad::before {
  content: '';
  display: block;
  padding-bottom: 30.4%;
}

.howitworks-device--fire::before {
  content: '';
  display: block;
  padding-bottom: 28.1%;
}

.image-width.image-width--ipad::before, .image-width.image-width--ipad::after {
  width: 33.6px;
}

.image-width.image-width--fire::before, .image-width.image-width--fire::after {
  width: 57.6px;
}

@media (min-width: 768px) {
  .image-width.image-width--ipad::before, .image-width.image-width--ipad::after {
    width: 75.6px;
  }
}

@media (min-width: 768px) {
  .image-width.image-width--fire::before, .image-width.image-width--fire::after {
    width: 129.6px;
  }
}

.image-width::before, .image-width::after {
  content: '';
  display: inline-block;
  vertical-align: top;
}

.image-width {
  line-height: 0;
  height: 0;
}

.howitworks-device-link {
  padding: 1rem;
}

@media (min-width: 768px) {
  .howitworks-device-link {
    padding: 1rem 2rem;
  }
}

.text-bold {
  font-weight: 600;
}

.howitworks-devices {
  margin-top: 5rem;
}

.hero-btn span {
  font-size: 2rem;
}

@media only screen and (min-width: 1200px) {

  .hero-btn .osmo-btn-inner {
    padding: 2.8rem 4.2rem;
  }

  .hero-btn span {
    font-size: 2.6rem;
  }
}

.nav-btn-wrapper {
  height: 56px;
}

.nav-btn .osmo-btn-inner {
  padding: 2rem 2.4rem;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.play-skill::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.play-skill {
  position: relative;
  -webkit-mask: url(skill-mask.svg) center/contain no-repeat;
  mask: url(skill-mask.svg) center/contain no-repeat;
  transition: background-color .2s,color .2s;
  background-color: #f5f5f5;
  color: #c9c9c9;
  text-align: center;
}

.play-skill[data-selected=true] {
  background-color: #ea3729;
  color: #fff;
}

.play-skill[data-selected=true]:hover {
  background-color: #ea3729;
  color: #fff;
}

.play-skill[data-selected=true] path {
  fill: #fff;
  stroke: #fff;
}

.play-skill:hover {
  background-color: #ff8a33;
  color: #fff;
  cursor: pointer;
}

.play-skill:hover path {
  fill: #fff;
  stroke: #fff;
}

.play-skill path {
  fill: #c9c9c9;
  stroke: #c9c9c9;
}

.play-skill-icon::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.play-skill-icon {
  position: absolute;
  top: 17.5%;
  width: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.play-skill-icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-skill-text {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0,-50%);
}

.play-skill-text__name {
  font-size: 1.8rem;
}

.skills-section {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

@media (min-width: 768px) {
  .skills-section {
    padding-bottom: 14rem;
  }
}

@media (min-width: 992px) {
  .skills-section {
    padding-bottom: 19rem;
    padding-top: 11rem;
  }
}

.skills-game[data-selected=true] {
  display: block;
}

.skills-game[data-selected=false] {
  display: none;
}

.skills-game-name::before {
  content: '';
  display: block;
  padding-bottom: 33.80782918%;
}

@media (max-width: 767px) {
  .skills-game-name {
    position: absolute;
    right: 3.75%;
    width: 32%;
    top: 1.75%;
  }
}

@media (min-width: 768px) {
  .skills-game-name {
    max-width: 281px;
    position: relative;
    margin: 0 auto;
  }
}

.skills-game-name__img::before {
  content: '';
  display: block;
}

.skills-game-name__img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.numbers-game {
  background-image: url(../../assets/img/numbers.png);
  width: 76.15658363%;
}

.tangram-game {
  background-image: url(../../assets/img/tangram.png);
  width: 73.30960854%;
}

.coding-game {
  background-image: url(../../assets/img/coding.png);
  width: 77.93594306%;
}

.pizza-game {
  background-image: url(../../assets/img/pizzaco.png);
  width: 75.80071174%;
}

.spelling-game {
  background-image: url(../../assets/img/words.png);
  width: 97.86476868%;
}

.drawing-game {
  background-image: url(../../assets/img/masterpiece.png);
  width: 88.96797153%;
}

.numbers-game::before {
  padding-bottom: 21.4953271%;
}

.tangram-game::before {
  padding-bottom: 20.38834951%;
}

.coding-game::before {
  padding-bottom: 43.37899543%;
}

.pizza-game::before {
  padding-bottom: 31.45539906%;
}

.spelling-game::before {
  padding-bottom: 30.54545455%;
}

.drawing-game::before {
  padding-bottom: 20.4%;
}

.awards-section {
  background-color: #18bbed;
  color: #fff;
  position: relative;
}

.water-surface {
  background-image: url(../../assets/img/water-surface.svg);
  position: absolute;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: repeat-x;
  pointer-events: none;
  height: 51.75px;
  top: -21px;
  left: auto;
  width: 200vw;
  right: -100vw;
  transform: rotate(90deg) translate(0,275%) rotate(-90deg);
}

.water-floor {
  background-image: url(../../assets/img/water-floor.svg);
  position: absolute;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: repeat-x;
  pointer-events: none;
  height: 56.5px;
  top: -38px;
  left: 0;
  width: 178vw;
  right: 0;
  transform: rotate(90deg) translate(0,275%) rotate(-90deg);
}

@media (min-width: 650px) {
  .water-surface {
    height: 103.5px;
    top: -41px;
  }
}

@media (min-width: 650px) {
  .water-floor {
    height: 113px;
    top: -75px;
  }
}

@media (min-width: 992px) {
  .water-surface {
    height: 155.25px;
    top: -62px;
  }
}

@media (min-width: 992px) {
  .water-floor {
    height: 169.5px;
    top: -113px;
  }
}

@media (min-width: 1200px) {
  .water-surface {
    height: 207px;
    top: -83px;
  }
}

@media (min-width: 1200px) {
  .water-floor {
    height: 226px;
    top: -151px;
  }
}

.water-surface-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}

.water-floor-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}

.awards-content {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .awards-content {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .awards-content {
    padding-top: 16rem;
    padding-bottom: 11rem;
  }
}

@media (min-width: 1200px) {
  .awards-content {
    padding-bottom: 14rem;
    padding-top: 19rem;
  }
}

.awards-img::before {
  content: '';
  display: block;
  padding-bottom: 180.47138047%;
}

.awards-img {
  background-image: url(../../assets/img/awards-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 297px;
  margin: 3rem auto;
}

@media (min-width: 650px) {
  .awards-img {
    background-image: url(../../assets/img/awards.png);
    max-width: 1024px;
  }
}

@media (min-width: 650px) {
  .awards-img::before {
    padding-bottom: 27.5390625%;
  }
}

.reviews-section {
  background: #026bd7;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .reviews-section {
    background: 
      url(../img/submarine.png) no-repeat 92% center/9% auto,
      url(../../assets/img/kelp-left.svg) no-repeat 2% bottom/9.6% auto, 
      url(../../assets/img/kelp-right.svg) no-repeat 98% bottom/17.78% auto,
      #026bd7;
  }
}

.reviews-container {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .reviews-container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 992px) {
  .reviews-container {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (min-width: 1200px) {
  .reviews-container {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.amazon-logo::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: -72.4857685%;
  left: 0;
  background-image: url(../../assets/img/amazon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.amazon-logo::before {
  content: '';
  display: block;
  padding-bottom: 17.56666667%;
}

.amazon-logo {
  display: inline-block;
  position: relative;
  width: 3em;
}

.osmo-stars {
  max-width: 240px;
  position: relative;
  margin: 0 auto;
}

.osmo-stars::before {
  content: '';
  display: block;
  padding-bottom: 16.66666667%;
}

.osmo-star {
  position: absolute;
  top: 0;
  height: 100%;
  width: 16.66666667%;
}

.osmo-star:nth-child(2) {
  left: 20.83333333%;
}

.osmo-star:nth-child(3) {
  left: 41.66666667%;
}

.osmo-star:nth-child(4) {
  left: 62.5%;
}

.osmo-star:nth-child(5) {
  left: 83.33333333%;
}

.osmo-star:nth-child(5)::after {
  width: 70%;
}

.osmo-star::before, .osmo-star::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: auto 100%;
  background-position: left center;
  width: 100%;
  background-image: url(../../assets/img/empty-star.svg);
}

.osmo-star::after {
  background-image: url(../../assets/img/star.svg);
}

.d-md-none.order-bg-mobile::before {
  content: '';
  display: block;
  padding-bottom: 81.86666667%;
}

.d-md-none.order-bg-mobile {
  background-image: url(../../assets/img/order-bg-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-position: center top;
  overflow: hidden;
  max-height: 360px;
  margin-top: 48px;
}

.order-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-image: url(../../assets/img/order-bg.jpg);
  background-size: cover;
  background-position: right center;
}

.order-container {
  position: relative;
}

@media (min-width: 768px) {
  .order-text {
    padding: 6rem;
    margin-left: auto;
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .order-text {
    padding: 12rem 0;
    padding-left: 1rem;
  }
}

.osmo-btn--orange::before {
  background-color: #f77219;
}

@media (max-width: 768px) {
  .order-section {
    padding-top: 6rem;
  }
}

.footer {
  background-color: #373737;
  color: #bdbdbd;
  text-align: center;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .footer {
    padding: 6rem 0;
  }
}

dl, ol, ul {
  list-style: none;
  padding: 0;
}

.footer-link {
  color: #727272;
  font-size: 1.5rem;
}

.footer-p {
  font-size: 1.1rem;
}

.footer-list {
  margin-bottom: 3rem;
}

.howitworks-img {
  width: 100%;
  height: auto;
}

.howitworks-list {
  flex: 1;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .howitworks-list {
    padding-left: 3rem;
  }
}

.howitworks-graphic {
  flex: 1;
}

.howitworks-step {
  display: flex;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .howitworks-step {
    margin-bottom: 5rem;
  }
}

.howitworks-step__number {
  font-size: 3.2rem;
  margin-right: 3rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .howitworks-step__number {
    font-size: 4.4rem;
  }
}

.howitworks-step__text {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .howitworks-step__text {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .howitworks-step__text {
    font-size: 2.4rem;
  }
}

.skills-game-media {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .skills-game-media {
    margin-top: 8rem;
  }
}

@media (max-width: 576px) {
  .skills-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .skills-game-vid {
    margin-left: -4rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .skills-game-vid {
    margin-left: 4rem;
  }
}

@media (max-width: 576px) {
  .skills-grid {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 3rem;
  }
}

.skills-text-mobile {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 3rem;
}

.osmo-fish {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 48%;
  transform: translate(-256.568px, -319.569px) matrix(0.507821, -0.527488, 0.527488, 0.507821, 0, 0);
  z-index: 6;
  width: 100px;
  height: 100px;
  background: center/contain no-repeat;
}

.osmo-fish.blenny {
  background-image: url(../../assets/img/blenny.png);
}

.fish-tank {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.intro-vid-wrapper-inner {
  width: 100%;
}

@media (min-width: 768px) {
  .intro-vid-wrapper-inner {
    /*height: 88%;*/
    width: 100%;
  }
}

.intro-vid-wrapper-inner::before {
  -webkit-mask-image: url(../../assets/img/vid-mask.svg);
  mask-image: url(../../assets/img/vid-mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  flex: 1;
  margin: 0 2rem;
  z-index: 0;
  background: no-repeat;
  background-color: #be181e;
  content: '';
  display: block;
}
