:root {
  --lgreen: #99ffa5;
  --dgreen: #00221a;
  --llgreen: #d8ffdd;
  --mdgreen: #01523f;
  --mlgreen: #64ffa3;
  --size: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--lgreen);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1em;
}

label {
  color: #7affb0;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.page-wrapper {
  background-color: #00221a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  width: 100%;
  min-height: 100vh;
}

.circle_1 {
  z-index: 1;
  opacity: .07;
  filter: blur(400px);
  background-color: #008867;
  border-radius: 50%;
  width: 60vh;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle_2 {
  z-index: 2;
  opacity: .1;
  filter: blur(50px);
  background-color: #00221a;
  border-radius: 50%;
  width: 45vh;
  height: 45vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle_3 {
  z-index: 2;
  opacity: .05;
  filter: blur(400px);
  background-color: #008867;
  border-radius: 50%;
  width: 50vh;
  height: 50vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle_4 {
  z-index: 1;
  opacity: .05;
  filter: blur(100px);
  background-color: #008867;
  border-radius: 50%;
  width: 60vh;
  height: 60vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle_5 {
  z-index: 4;
  opacity: .12;
  filter: blur(400px);
  background-color: #008867;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: auto auto 10% 25%;
}

.content {
  z-index: 99;
  position: absolute;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 5em;
  line-height: 2em;
  position: absolute;
}

.s-main {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-wrapper {
  z-index: 99;
  filter: drop-shadow(0 2px 5px #000000b3);
  margin-top: 10%;
  margin-left: 30%;
  margin-right: 10rem;
  position: relative;
  top: auto;
  overflow: hidden;
}

.title {
  z-index: 99;
  filter: drop-shadow(0 2px 5px #0000001a);
  color: var(--lgreen);
  margin-top: 0;
  font-size: 5em;
  line-height: 1em;
  position: static;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.logoholder {
  z-index: 99;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.image {
  z-index: 1;
  width: 100%;
  transition: all .25s;
  position: relative;
}

.paragraph {
  color: #fff;
}

.btn {
  color: #d8ffdd;
  background-color: #01523f;
  background-image: linear-gradient(22deg, #77ff6d, #00ff9b 62%, #00b29e 104%);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 64px;
  margin-bottom: 0;
  font-size: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.submit {
  height: 3rem;
  margin-bottom: 0;
}

.btngrad {
  color: #afffd4;
  background-image: linear-gradient(108deg, #00629f, #004c43 0%, #c1ff91);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80rem;
  display: flex;
}

.btninner {
  color: #afffd4;
  background-image: linear-gradient(25deg, #01231a, #013a2c);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 98.5%;
  height: 91%;
  margin: 4px;
  display: flex;
  position: absolute;
}

.text-block {
  color: #afffd4;
  text-align: center;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto Mono, sans-serif;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2vw;
  display: flex;
}

.tagline {
  color: var(--llgreen);
  margin-bottom: 2rem;
  font-size: 2em;
}

.tagline.subscribe {
  margin-bottom: .25rem;
  font-size: 1.7em;
}

.formtextfeild {
  color: #004132;
  background-image: linear-gradient(22deg, #afffcf, #d8ffdd);
  border-radius: 20px;
  overflow: hidden;
}

.formtextfeild:hover {
  filter: none;
  outline-offset: 0px;
  mix-blend-mode: luminosity;
  border: 2px solid #64ffa3;
  outline: 3px #64ffa3;
}

.formtextfeild:active {
  filter: none;
  border: 2px solid #64ffa3;
}

.formtextfeild:focus {
  filter: drop-shadow(0 2px 5px #0003);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border: 2px solid #64ffa3;
  outline: 2px #64ffa3;
}

.quick-stack {
  grid-row-gap: 4px;
  padding-left: 0;
  padding-right: 0;
}

.disclaimer {
  color: #d8ffdd;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.1em;
  line-height: 1.2em;
  display: block;
}

.heading-2 {
  color: var(--lgreen);
  font-size: 2.5em;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #01221a;
  background-image: url('../images/EE-BG-DT.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-clip: padding-box;
}

.main {
  width: 100%;
  overflow: hidden;
}

.field-label {
  color: var(--lgreen);
}

.elitebody {
  background-image: linear-gradient(180deg, var(--dgreen), var(--mdgreen));
  width: 100vw;
  height: 100vh;
}

.hero-heading-right {
  background-color: #0000;
  border: 1px #000;
  padding: 80px 0;
  position: relative;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 16.3rem;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 60%;
  margin-top: 21vw;
  padding-left: 4em;
  display: flex;
}

.shadow-two {
  margin-top: -3.4rem;
}

.tag {
  filter: drop-shadow(0 2px 5px #0000004d);
  color: var(--llgreen);
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 2rem;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.logo-inner {
  width: 50%;
  height: 100%;
  margin-top: -12rem;
  padding-right: 2rem;
}

.htitle {
  filter: drop-shadow(0 2px 5px #0000004d);
  color: var(--lgreen);
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Roboto, sans-serif;
  font-size: 3.4vw;
  line-height: 6vw;
}

.p {
  filter: drop-shadow(0 2px 5px #0000001a);
  color: var(--llgreen);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5vw;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 2.2vw;
  display: flex;
}

.p.constant {
  display: inline;
}

.p.copy {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8vw;
  margin-bottom: 0;
  font-size: 1.2vw;
}

.div-block {
  width: 100%;
  margin-bottom: 0;
}

.outerwrap {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.testwrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.changeroverflow {
  height: 1.5rem;
  display: inline-block;
}

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

.changer-move {
  display: inline-block;
}

.changer {
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  top: 0;
}

.text-wrap {
  color: #fff;
  font-size: 1.1rem;
}

.constant {
  color: #fff;
  font-size: 1.1rem;
  display: inline;
}

.changer-overflow {
  float: right;
  height: 24px;
  display: inline-block;
  overflow: hidden;
}

.tiny-cont {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.constant-2 {
  font-size: 18px;
  line-height: 21px;
  display: inline;
}

.tiny-link {
  color: #d4145a;
}

.tiny-txt {
  color: #312188;
}

.wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.changer-2 {
  font-size: 18px;
  line-height: 21px;
  position: relative;
  top: 0;
}

.changer-3 {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  top: 0;
}

.section-2 {
  display: block;
}

.logo {
  display: none;
}

.image-2 {
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .hero-split {
    width: 51%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .content-wrapper {
    margin-top: 13%;
  }

  .title {
    font-size: 4em;
  }

  .logoholder {
    width: 33vw;
  }

  .btn {
    width: 400px;
    height: 50px;
  }

  .btninner {
    width: 98%;
    height: 42px;
    font-size: .7em;
  }

  .text-block {
    font-size: 2.1vw;
    line-height: 2.4vw;
  }

  .tagline.subscribe {
    line-height: 1.2em;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .disclaimer {
    margin-top: .5rem;
    font-size: 1em;
  }

  .body {
    background-image: url('../images/EE-BG-TB.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-heading-right {
    padding-top: 1rem;
    padding-right: 0;
  }

  .container {
    margin-right: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: 0;
  }

  .hero-split {
    align-self: auto;
    width: 51%;
    max-width: 100%;
    margin: 40vw 0 40px 0%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .shadow-two {
    margin-top: 0;
  }

  .tag {
    filter: drop-shadow(0 2px 5px #0003);
  }

  .logo-inner {
    width: 45%;
    margin-top: -1.4rem;
    padding-right: 4.5rem;
  }

  .htitle {
    filter: drop-shadow(0 2px 5px #0003);
    margin-top: 0;
    font-size: 3.8vw;
    line-height: 6vw;
  }

  .p {
    margin-bottom: 2vw;
    font-size: 2.2vw;
    line-height: 3.4vw;
  }

  .p.copy {
    margin-top: 7vw;
    margin-bottom: 0;
    font-size: 2vw;
  }

  .rich-text-block {
    font-size: .6em;
    line-height: 1em;
  }

  .logo {
    width: 36vw;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .s-main {
    position: static;
  }

  .content-wrapper {
    margin-top: 0;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .title {
    color: #64ffa3;
    font-size: 4em;
  }

  .logoholder {
    opacity: 1;
    width: 40vw;
    position: relative;
  }

  .btn {
    height: 50px;
  }

  .btninner {
    width: 98%;
    height: 94%;
    font-size: .8em;
  }

  .text-block {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .tagline.subscribe {
    font-size: 1.3em;
  }

  .disclaimer {
    font-size: 1.1em;
  }

  .heading-2 {
    font-size: 2.2em;
    line-height: 1em;
  }

  .body {
    object-fit: fill;
    overflow: visible;
  }

  .main {
    width: 100%;
    max-width: 1200px;
  }

  .hero-heading-right {
    padding: 60px 0;
  }

  .hero-split {
    width: 51%;
    margin-top: 31vw;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .logo-inner {
    width: 40%;
    margin-top: -2.8rem;
  }

  .htitle {
    font-size: 3.6vw;
  }

  .p {
    margin-bottom: 1.2rem;
    font-size: 2.3vw;
    line-height: 3.5vw;
  }

  .p.copy {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 19px;
  }

  .s-main {
    background-image: none;
    height: 100vh;
    display: flex;
  }

  .content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    display: block;
    position: absolute;
    top: 25%;
  }

  .title {
    filter: drop-shadow(0 2px 5px #0003);
    color: #64ffa3;
    font-size: 2.6em;
    line-height: 1em;
  }

  .logoholder {
    width: 63vw;
  }

  .image {
    flex: 1;
    position: absolute;
  }

  .paragraph {
    color: #fff;
  }

  .btn {
    width: 300px;
    height: 50px;
  }

  .btn.submit {
    background-color: var(--dgreen);
    background-image: linear-gradient(22deg, #00221a, #01523f);
  }

  .btninner {
    width: 99%;
  }

  .text-block {
    font-size: 5vw;
    line-height: 5vw;
  }

  .tagline {
    color: #e4fce7;
    font-size: 1.2em;
  }

  .tagline.subscribe {
    font-size: .85em;
    line-height: 1.2em;
  }

  .formtextfeild {
    mix-blend-mode: normal;
    background-color: #afffcf;
  }

  .formtextfeild:active {
    mix-blend-mode: normal;
    border-style: none;
  }

  .disclaimer {
    font-size: .75em;
    line-height: 1.2em;
  }

  .heading-2 {
    font-size: 1.8em;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-color: #00221a;
    background-image: url('../images/EE-BG-M.png');
    background-position: 50% 0;
    background-size: 100vw;
    background-attachment: scroll;
    background-clip: border-box;
    overflow: visible;
  }

  .main {
    z-index: -1;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    position: static;
    overflow: hidden;
  }

  .elitebody {
    min-width: 100%;
    min-height: 100%;
  }

  .hero-heading-right {
    padding-top: 1rem;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .hero-split {
    width: 90vw;
    margin-top: 224vw;
    margin-left: auto;
    margin-right: auto;
  }

  .tag {
    margin-bottom: 11px;
    font-family: Inter;
    font-size: 20px;
    line-height: 1.6rem;
  }

  .logo-inner {
    width: 45%;
    margin-top: -3rem;
    padding-right: 0;
  }

  .htitle {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
    font-family: Roboto, sans-serif;
    font-size: 7.8vw;
    line-height: 14vw;
  }

  .smallp {
    color: var(--llgreen);
    font-size: 1rem;
    line-height: 1rem;
  }

  .p {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    font-weight: 300;
    line-height: 6vw;
  }

  .p.copy {
    font-size: 3.3vw;
  }

  .div-block {
    width: 100%;
  }

  .changer-move {
    font-size: 15px;
    line-height: 18px;
  }

  .changer-overflow {
    height: 18px;
  }

  .constant-2, .changer-2 {
    font-family: Inter;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }

  .rich-text-block {
    font-family: Inter;
    font-size: 13px;
    font-weight: 300;
  }

  .logo {
    width: 66vw;
  }
}


