/* Fonts 
----------------------------------------------------------------------------------------
font-family: 'Kode', monospace;
400 - regular, 500 - medium, 600 - semibold, 700 - bold */
.kode-mono-regular {
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.kode-mono-medium {
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

.kode-mono-semibold {
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal; }

.kode-mono-bold {
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

.acumin-pro-semi-bold {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal; }

.noto-sans-semi-bold {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-style: normal; }

.neue-haas-grotesk {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal; }

.neue-haas-grotesk-text {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* Variables
----------------------------------------------------------------------------------------*/
/* Keyframes
----------------------------------------------------------------------------------------*/
@keyframes fadeInUpShift {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInDownShift {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInShift {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* HTML Reset
----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, addresblues, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* remove scroll-bar shift */
html {
  overflow-y: scroll; }

/* Main stuff
----------------------------------------------------------------------------------------*/
html, body {
  height: 100%; }

#wrapper_all {
  height: 100%;
  width: 100%;
  background-color: black; }

#wrapper {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin-bottom: 0; }

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

/*Opera Fix*/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px; }

/* Text elements 
----------------------------------------------------------------------------------------*/
body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125em;
  /* 18px */
  color: #162A0F;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: #162A0F; }

p {
  margin: 24px 0; }

.nowrap {
  white-space: nowrap; }

/* Headings 
----------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h5 a, h6 a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 1.222em;
  /* 22px */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .03em;
  line-height: 1em;
  text-transform: uppercase; }

@media (max-width: 1600px) {
  h1 {
    font-size: 1em;
    /* 18px */ } }

@media (max-width: 580px) {
  h1 {
    font-size: 0.888em;
    /* 16px */ } }

h2 {
  font-size: 2.666em;
  /* 48px */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em; }

@media (max-width: 1600px) {
  h2 {
    font-size: 1.777em;
    /* 32px */ } }

@media (max-width: 580px) {
  h2 {
    font-size: 1.222em;
    /* 22px */ } }

h3 {
  font-size: 2.111em;
  /* 38px */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
  margin-bottom: .7em; }

@media (max-width: 1600px) {
  h3 {
    font-size: 1.555em;
    /* 28px */ } }

@media (max-width: 580px) {
  h3 {
    font-size: 1.111em;
    /* 20px */ } }

h4 {
  font-size: 1.222em;
  /* 22px */
  line-height: 1.35em;
  font-weight: 600;
  letter-spacing: .035em; }

@media (max-width: 1800px) {
  h4 {
    font-size: 1em;
    /* 18px */ } }

@media (max-width: 1600px) {
  h4 {
    font-size: 0.9444em;
    /* 17px */ } }

@media (max-width: 1200px) {
  h4 {
    font-weight: 500;
    font-size: 0.888em;
    /* 16px */ } }

@media (max-width: 750px) {
  h4 {
    font-size: 0.777em;
    /* 14px */
    line-height: 1.25em; } }

/* Page Styles
----------------------------------------------------------------------------------------*/
.page_content {
  min-height: 300px;
  width: 100%;
  position: relative;
  background-size: 22vw; }

.trees-background {
  position: absolute;
  width: 26vw;
  top: 3vw;
  left: -3vw; }

@media (max-width: 580px) {
  .trees-background {
    width: 40vw;
    top: -22vw;
    left: -15vw; } }

.content_wrapper {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  background: white;
  position: relative;
  z-index: 10; }

.content_wrapper.home {
  background: transparent; }

#main_content {
  overflow: hidden;
  min-height: 100%;
  background: #C3E1E346;
  background-size: 100% auto; }

header {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

@media (max-width: 580px) {
  header {
    padding: 24px 24px 12px; } }

.logo {
  width: 146px; }

@media (max-width: 1600px) {
  .logo {
    width: 110px; } }

@media (max-width: 580px) {
  .logo {
    width: 50px;
    padding: 5%; } }
  .logo img {
    width: 100%;
    height: auto; }

.intro {
  width: 1160px;
  max-width: 70%;
  margin: 0 auto 7vw;
  text-align: center;
  height: 194px; }

@media (max-width: 1600px) {
  .intro {
    margin: 0 auto 10vw;
    height: 100px;
    width: 770px; } }

@media (max-width: 1016px) {
  .intro {
    height: 140px; } }

@media (max-width: 580px) {
  .intro {
    max-width: 73%;
    margin: 0 auto 20px;
    height: 125px; } }

.fade-in-shift {
  opacity: 0;
  animation: fadeInShift 0.7s ease-out forwards; }

.fade-in-up-shift {
  opacity: 0;
  animation: fadeInUpShift 0.5s ease-out forwards; }

.fade-in-up-shift-slow {
  opacity: 0;
  animation: fadeInUpShift .6s ease-out forwards; }

.fade-in-up-shift-slower {
  opacity: 0;
  animation: fadeInUpShift .7s ease-out forwards; }

.fade-in-up-shift-slowest {
  opacity: 0;
  animation: fadeInUpShift .8s ease-out forwards; }

.fade-in-down-shift {
  opacity: 0;
  animation: fadeInDownShift 0.4s ease-out forwards; }

.video_block {
  margin-bottom: 3%;
  display: flex; }

@media (max-width: 580px) {
  .video_block {
    margin-bottom: 5%; } }

.psa_description {
  display: flex; }

@media (max-width: 580px) {
  .psa_description {
    flex-direction: column; } }
  .psa_description h3 {
    width: 100%;
    max-width: 910px;
    margin-top: -6px; }

.video_block.layout-one {
  margin-left: 30%;
  margin-right: 5%;
  flex-direction: column;
  row-gap: 1.25vw; }
  .video_block.layout-one .psa_description {
    justify-content: space-between;
    margin-top: -8px;
    column-gap: 2vw; }

@media (max-width: 1600px) {
  .video_block.layout-one .psa_description {
    margin-top: -4px; } }

@media (max-width: 1200px) {
  .video_block.layout-one .psa_description {
    margin-top: 4px; } }

@media (max-width: 750px) {
  .video_block.layout-one .psa_description {
    column-gap: 3vw; } }

@media (max-width: 580px) {
  .video_block.layout-one {
    margin-left: 5%;
    row-gap: 0; }
    .video_block.layout-one .psa_description {
      margin-top: 18px;
      row-gap: 12px;
      width: 94%; } }

.quote.layout-one {
  width: 20%;
  margin-left: 5%;
  margin-top: -10%;
  margin-bottom: 5%; }

@media (max-width: 1200px) {
  .quote.layout-one {
    margin-top: 0;
    width: 75%; } }

@media (max-width: 580px) {
  .quote.layout-one {
    width: 90%;
    margin-bottom: 10%;
    margin-top: 8%; } }

.quote.layout-two {
  width: 46%;
  margin-left: 46%;
  margin-bottom: 5%; }

@media (max-width: 1200px) {
  .quote.layout-two {
    width: 65%;
    margin-left: 25%; } }

@media (max-width: 580px) {
  .quote.layout-two {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10%;
    margin-top: 8%; } }

.video_block.layout-two {
  margin-left: 10%;
  margin-right: 5%;
  column-gap: 1.25vw; }
  .video_block.layout-two .psa_description {
    flex-direction: column;
    width: 36%;
    max-width: 420px;
    row-gap: .85vw;
    margin-top: 5%; }

@media (max-width: 1200px) {
  .video_block.layout-two {
    column-gap: 2vw; }
    .video_block.layout-two .psa_description {
      row-gap: 1.25vw; } }

@media (max-width: 750px) {
  .video_block.layout-two {
    column-gap: 3vw; } }

@media (max-width: 580px) {
  .video_block.layout-two {
    margin-left: 5%;
    flex-direction: column; }
    .video_block.layout-two .psa_description {
      width: 94%;
      margin-top: 18px;
      row-gap: 12px; } }

.video_block.layout-three {
  margin-left: 10%;
  margin-right: 5%;
  column-gap: 2vw; }
  .video_block.layout-three .psa_description {
    flex-direction: column;
    width: 36%;
    max-width: 420px;
    row-gap: .85vw;
    margin-top: 5%; }

@media (max-width: 580px) {
  .video_block.layout-three {
    margin-left: 5%;
    flex-direction: column; }
    .video_block.layout-three .psa_description {
      width: 94%;
      margin-top: 18px;
      row-gap: 12px; } }

.buttons_wrapper {
  display: flex;
  gap: 10px; }

@media (max-width: 1000px) {
  .buttons_wrapper {
    flex-direction: column; } }

@media (max-width: 580px) {
  .buttons_wrapper {
    flex-direction: row; } }

.secondary_cta {
  background: #0F73FD; }

.primary_cta {
  background: #162A0F; }

.primary_cta, .secondary_cta {
  text-align: center;
  border-radius: 10px;
  min-width: 200px;
  width: 200px;
  height: 26px;
  padding: 12px 0;
  color: #FFFFFF;
  transition: all .15s ease-in-out;
  font-weight: 600;
  font-size: 1.222em;
  /* 22px */
  line-height: 1.222em;
  letter-spacing: .03em;
  position: relative;
  overflow: hidden; }
  .primary_cta span, .secondary_cta span {
    position: relative;
    z-index: 1; }
  .primary_cta .bubble, .secondary_cta .bubble {
    position: absolute;
    background: #0003C2;
    border-radius: 60px;
    width: 200%;
    height: 0;
    bottom: -12px;
    left: 40%;
    right: 60%;
    top: 100%;
    transition: all .4s ease-in-out; }
  .primary_cta .arrow, .secondary_cta .arrow {
    background: url(../images/arrow2.svg);
    background-size: cover;
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    bottom: 50%;
    margin-top: 0;
    transition: all .25s ease-in-out;
    transition-delay: .1s;
    z-index: 2; }
  .primary_cta:hover .bubble, .secondary_cta:hover .bubble {
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    height: 200%; }
  .primary_cta:hover .arrow, .secondary_cta:hover .arrow {
    width: 16px;
    height: 12px;
    right: 14px;
    margin-top: -6px; }

@media (max-width: 1800px) {
  .primary_cta:hover .arrow, .secondary_cta:hover .arrow {
    width: 14px;
    height: 10px;
    margin-top: -5px; } }

@media (max-width: 1200px) {
  .primary_cta:hover .arrow, .secondary_cta:hover .arrow {
    width: 10px;
    height: 8px;
    right: 8px;
    margin-top: -4px; } }

@media (max-width: 750px) {
  .primary_cta:hover .arrow, .secondary_cta:hover .arrow {
    display: none; } }

@media (max-width: 1800px) {
  .primary_cta, .secondary_cta {
    font-size: 1em;
    /* 18px */
    line-height: 1.3em;
    height: 22px;
    min-width: 170px;
    width: 170px; } }

@media (max-width: 1600px) {
  .primary_cta, .secondary_cta {
    font-size: 0.9444em;
    /* 17px */ } }

@media (max-width: 1200px) {
  .primary_cta, .secondary_cta {
    font-size: 0.888em;
    /* 16px */
    line-height: 1.2em;
    min-width: 140px;
    width: 140px;
    height: 20px;
    padding: 10px 0; } }

@media (max-width: 750px) {
  .primary_cta, .secondary_cta {
    font-size: 0.777em;
    /* 14px */
    min-width: 100px;
    width: 110px;
    height: 16px;
    padding: 8px 0;
    line-height: 1.1em; } }

.video_wrapper {
  position: relative;
  cursor: pointer;
  width: 100%; }

video {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16 / 9; }

.play_button {
  background: url(../images/play.svg);
  background-size: cover;
  width: 172px;
  height: 172px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -86px;
  margin-top: -86px;
  cursor: pointer;
  transition: all .3s ease-in-out; }

@media (max-width: 1600px) {
  .play_button {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px; } }

@media (max-width: 1200px) {
  .play_button {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px; } }

@media (max-width: 750px) {
  .play_button {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px; } }

@media (max-width: 580px) {
  .play_button {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; } }

.play_button.hide {
  opacity: 0; }

/* Footer Styles
----------------------------------------------------------------------------------------*/
footer .copyright {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0 0 10px;
  font-size: 0.777em;
  /* 14px */ }
  footer .copyright a {
    position: relative;
    padding-top: 2px; }
  footer .copyright a::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    content: '';
    position: absolute;
    background-color: #162A0F;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease; }
  footer .copyright a:hover::after {
    width: 100%; }

@media (max-width: 1600px) {
  footer .copyright {
    font-size: 0.666em;
    /* 12px */ } }

@media (max-width: 580px) {
  footer .copyright {
    padding: 0 5% 12px;
    font-size: 0.555em;
    /* 10px */ } }
