@font-face {
  font-family: Ulmoderatweb;
  src: url('../fonts/ULModeratWeb-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ulmoderatweb;
  src: url('../fonts/ULModeratWeb-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --darkestblue: #0f2740;
  --sky: #5777f8;
  --greyblue: #467395;
  --blue: #0021fe;
  --black: black;
  --lightblue: #b0e2f8;
  --darkerblue: #000089;
  --tan: #e2d8c2;
  --turquoise: #00e1e4;
  --red: #ff4f4a;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-weight: 400;
}

a {
  font-family: Ulmoderatweb, Arial, sans-serif;
  text-decoration: underline;
}

.intro-container {
  z-index: 99999;
  background-color: #0f2740;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  overflow: hidden;
}

.start-over {
  color: #f1f1f1;
  background-color: #2538df;
  background-image: url('../images/arrow-back.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.start-over:hover {
  background-color: #e6001b;
}

.start-over._1 {
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
}

.start-over._1:hover {
  background-color: #323440;
}

.introoverlay {
  z-index: 2;
  background-color: #323440cc;
  position: absolute;
  inset: 0%;
}

.title {
  color: #bce4f7;
  margin-top: 10px;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.text-size-large {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 130%;
}

.text-size-large.pad-b {
  margin-bottom: 30px;
}

.text-size-large.pad-b.text-color-white {
  color: #f0f8fc;
}

.text-size-large.text-color-blue.bold {
  height: 10067%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  line-height: 1;
}

.outro-grid {
  z-index: 250;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 25% 0%;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body {
  font-family: Ulmoderatweb, Arial, sans-serif;
}

.demo-wrapper {
  z-index: 100;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-wrapper {
  z-index: 500;
  width: 30vw;
}

.right-wrapper {
  width: 70vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: scroll;
}

.right-wrapper.nitrogen {
  z-index: 5;
  display: flex;
}

.right-wrapper.intro {
  display: flex;
}

.nav-wrapper {
  background-color: #f0f5fb;
  height: 100%;
  min-height: 60vh;
  max-height: 90vh;
  padding: 10px 0;
  overflow: scroll;
}

.header-wrapper {
  background-color: #1629f6;
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  padding: 20px 0;
  display: flex;
}

.text-color-white {
  color: #fff;
  font-weight: 400;
}

.nav-link {
  color: #122c49;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.nitrogen {
  cursor: pointer;
  background-color: #f0f5fb;
}

.gas_title {
  font-size: 1.75rem;
}

.gas_icon {
  object-fit: contain;
  width: 100%;
  max-height: 60px;
}

.gas_icon-wrapper {
  background-image: radial-gradient(circle, #93b6ce70, #74a3c000 53%);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.gas_icon-wrapper.top {
  background-image: none;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.intro-wrapper {
  z-index: 2;
  background-color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 60vh;
  margin-top: 10vh;
  padding: 65px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-color-blue {
  color: #1629f6;
}

.button {
  z-index: 200;
  color: #fff;
  text-align: center;
  background-color: #0a32ff;
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 40px 40px auto;
}

.button:hover {
  background-color: var(--darkestblue);
  color: #e9e1ce;
}

.button.step-one {
  width: auto;
  position: absolute;
  inset: auto auto -50px 0%;
}

.button.step-one:hover {
  background-color: #323440;
}

.button._w-icon {
  background-image: url('../images/infared.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 80px;
}

.button._w-icon.margin-lr {
  margin-left: 10px;
  margin-right: 10px;
}

.button._w-icon.close {
  background-image: url('../images/back-to-menu.svg');
}

.button._w-icon.replay {
  background-color: var(--sky);
  background-image: url('../images/replay-white.svg');
  display: none;
}

.button.margin-lr {
  margin-left: 10px;
  margin-right: 10px;
}

.button.margin-lr.no-icon {
  background-image: none;
}

.gas_details-wrapper {
  display: flex;
  overflow: hidden;
}

.gas_details-wrapper.nitrogen.open {
  height: auto;
}

.gas_details-wrapper.nitrogen.closed {
  height: 0;
}

.gas_details-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: auto;
  padding: 20px;
  display: flex;
}

.chem_formula {
  color: #fff;
  background-color: #454751;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 6vw;
  padding: 10px 20px;
  font-size: 1rem;
  display: flex;
}

.element_icon {
  max-width: 60px;
  margin-top: 10px;
  margin-bottom: 0;
}

.gas_details-right {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.header-pill {
  background-color: #ebf0f4;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.header-pill.absolute {
  z-index: 20;
  position: absolute;
  top: 10vh;
}

.text-block {
  color: var(--greyblue);
  text-align: center;
  text-transform: uppercase;
}

.gas-text {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-a-text {
  font-size: 1em;
  line-height: 1.6em;
}

.c-faq-item {
  cursor: pointer;
  background-color: #222;
  border-left: 3px solid #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.scene_one-wrapper {
  z-index: 3;
  background-image: linear-gradient(#0056ac, #0074e7);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scene_one-wrapper.methane {
  z-index: 3;
}

.nitrogen, .oxygen, .co2, .methane, .h2o {
  position: relative;
}

.gas_details-content_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

._3d-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  position: relative;
}

.div-block-3 {
  width: 60vw;
  display: none;
  position: relative;
}

.scene_one-top {
  flex-flow: column;
  width: 70vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.scene_one-bottom {
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.part_one {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 5%;
}

.part_two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto auto 5%;
}

.part_two.co2 {
  display: none;
}

.button-block {
  display: flex;
}

.nitrogen-right {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.intro-right {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.scene_two_wrapper {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.scene_two_wrapper.nitrogen, .scene_two_wrapper.oxygen, .scene_two_wrapper.co2, .scene_two_wrapper.methane, .scene_two_wrapper.h2o {
  display: none;
}

.results_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-medium {
  text-align: center;
  font-size: 21px;
  line-height: 120%;
}

.results_animation {
  cursor: pointer;
  max-width: 500px;
}

.results_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.spline-scene {
  flex: 1;
  height: 100vh;
}

.oxygen-right, .co2-right, .methane-right, .h2o-right {
  z-index: 4;
  display: none;
  position: absolute;
  inset: 0%;
}

.flex-h {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dd-arrow-wrapper {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.code-embed {
  width: 30px;
  height: 30px;
}

.atmosphere_icon {
  width: 100%;
  max-width: 40px;
}

.video-player {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-5 {
  width: 100%;
  height: 100%;
}

.lottie-molecule {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  width: 70vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-molecule.nitrogen, .lottie-molecule.o2 {
  display: none;
}

.section-full {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.molecole-infrared {
  max-width: 960px;
  position: relative;
  top: 0;
}

.arrow-left-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: -50px;
  display: flex;
  position: relative;
}

.back-arrow-blue {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
}

.emphasize {
  border-bottom: 3px dashed var(--blue);
  font-weight: 500;
}

.close-all-menus {
  z-index: 20;
  background-color: var(--blue);
  position: absolute;
}

.nav-link-close-all {
  z-index: 20;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  display: none;
  position: absolute;
}

.x {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 80px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .left-wrapper {
    width: 30vw;
  }

  .right-wrapper {
    width: 70vw;
  }

  .header-pill.absolute {
    width: auto;
    position: absolute;
    inset: 10vh auto auto;
  }

  ._3d-wrapper.co2, .scene_one-top, .scene_one-bottom {
    width: 70vw;
  }

  .results_animation {
    width: 50%;
  }

  .video-player {
    display: block;
  }

  .lottie-molecule.co2 {
    width: 70vw;
    display: none;
  }

  .lottie-molecule.nitrogen {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .title {
    font-size: 36px;
  }

  .gas_title {
    font-size: 1.3rem;
  }

  .gas_icon {
    width: 70%;
  }

  .gas_icon-wrapper {
    width: 70px;
    margin-right: 10px;
  }

  .button {
    transform: scale(.75);
  }

  .gas_details-left {
    width: 70px;
  }

  .gas_details-right {
    width: calc(100% - 70px);
  }

  .d-arrow {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .intro-container {
    position: fixed;
  }

  .title {
    font-size: 28px;
  }

  .outro-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper {
    height: 100%;
    overflow: scroll;
  }

  .demo-wrapper {
    flex-flow: column;
    height: auto;
    position: static;
    overflow: scroll;
  }

  .left-wrapper {
    width: 100vw;
    display: block;
  }

  .right-wrapper {
    width: 100vw;
  }

  .nav-wrapper {
    height: auto;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1 {
    font-size: 1.75rem;
  }

  .button {
    bottom: 45px;
    right: 10px;
  }

  .element_icon {
    max-width: 30px;
  }

  ._3d-wrapper, .scene_one-top, .scene_one-bottom, .lottie-molecule, .lottie-molecule.nitrogen {
    width: 100vw;
  }

  .molecole-infrared, .molecole-infrared.nitrogen {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .gas_title {
    font-size: 1.5rem;
    line-height: 1;
  }

  .gas_icon-wrapper {
    width: 80px;
  }

  .h1 {
    font-size: 1.5rem;
  }

  .gas_details-left {
    width: 80px;
  }
}


@font-face {
  font-family: 'Ulmoderatweb';
  src: url('../fonts/ULModeratWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ulmoderatweb';
  src: url('../fonts/ULModeratWeb-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ulmoderatweb';
  src: url('../fonts/ULModeratWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}