html {
  box-sizing: border-box;
  font-size: 30px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  margin: 0;
  position: absolute;
}

.password-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  color: black;
  z-index: 650;
  display: none;
  align-items: center;
  justify-content: center;
}

.site-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-width: 100%;
  overflow-x: hidden;
}

.wut {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  margin: 0;
  font-size: 2rem;
}

h2 {
  font-weight: 400;
  font-size: 1.1rem;
}

p {
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: underline;
}

.webgl {
  position: fixed;
  z-index: 2;
  pointer-events: none;
}

svg {
  width: 100%;
  height: 100%;
}

.trigger-div {
  width: 30px;
  height: 2px;
  background: purple;
  position: relative;
  z-index: 500;
  opacity: 0;
}

#line, #oceanline {
  stroke-width: 1;
  stroke: #3c3c3c;
  opacity: 0;
}

#line2 {
  stroke-width: 1;
  stroke: #3c3c3c;
  opacity: 0;
}

#wave, #wave2 {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
}

#wave-svg-4 {
  transform: scale(-1) translate(500px, 600px);
}

.audio-wave1, .audio-wave2 {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
}

.audio-line-1, .audio-line-2 {
  stroke-width: 1;
  stroke: #3c3c3c;
  opacity: 0;
}

.audio-txt {
  width: 45%;
  margin: 0 auto;
  font-size: 1rem;
  font-style: italic;
}

.robo {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  text-align: center;
}

.wave-holder {
  opacity: 1;
  top: 20%;
  pointer-events: none;
}

.wave-holder-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  top: -50%;
  pointer-events: none;
}

.ocean {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 300vh;
  overflow: hidden;
}

#myoceanwave {
  width: 200%;
  height: 100vh;
  animation-name: swell;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: paused;
  transform-box: fill-box;
  transform-origin: center bottom;
}

.ocean-stop-1 {
  stop-color: #d6efd3;
}

.ocean-stop-2 {
  stop-color: #86d5c6;
}

.gradient-cover-up {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  background: linear-gradient(#d6efd3, #86d5c6);
  opacity: 0.1;
}

.cover-up-mobile {
  opacity: 1;
}

@keyframes swell {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.boldtxt {
  font-variation-settings: "wght" 500;
}

.subtxt {
  font-size: 0.5rem;
}

.section-pin-positions {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.pin {
  width: 30px;
  min-height: 150vh;
}

.sub-pin-7 {
  height: 200vh;
}

.sub-pin-8 {
  height: 150vh;
}

.section-pin1 {
  height: 1350vh;
}

.section1 h1 {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
}
.section1 .intro-p {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 0.8rem;
}
.section1 .ij-logo {
  width: 100px;
}
.section1 .ij-logo img {
  width: 100%;
}

.section2-block1 {
  text-align: center;
}
.section2-block1 span {
  font-size: 0.5rem;
  opacity: 0.8;
}

.flexwrapper-column {
  display: flex;
  width: 100vw;
  min-height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flexwrapper-column-auto {
  height: auto;
}

.flexwrapper-row {
  display: flex;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.flexwrapper-row-auto-height {
  min-height: 10vh;
  height: auto;
}
.flexwrapper-row-auto-height .person-wrapper {
  width: 150px;
}

.overlap-column {
  position: relative;
  width: 100vw;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background: white;
  color: black;
}
.overlap-column p, .overlap-column a {
  margin: 40px auto;
  padding: 0px 30px;
  color: black;
  line-height: 1.4rem;
  font-size: 0.9rem;
}
.overlap-column a {
  color: #FF40D2;
}
.overlap-column .audio-block {
  width: 100%;
}
.overlap-column .audio-block .section-block {
  max-width: 100%;
}

.overlap-column-wrapper {
  margin: 0 auto;
}
.overlap-column-wrapper p, .overlap-column-wrapper a {
  max-width: 50%;
  display: block;
}
.overlap-column-wrapper .infograph-wrapper {
  max-width: 60%;
}

.follow-quote {
  font-size: 0.9rem;
  width: 45%;
  text-align: center;
  margin: 160px auto 160px auto;
}

.follow-quote-wrapped {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}
.follow-quote-wrapped a {
  max-width: 100%;
  font-size: 0.5rem;
  margin: 0;
  color: inherit;
  padding: 0;
}

.section-block {
  max-width: 45%;
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.section-block-rel {
  max-width: 45%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.unique-specific-person-wrapper-adjustment {
  width: 100%;
  max-width: 100%;
}

.section-block-wide {
  width: 70%;
  max-width: 70%;
}

.section-block-center {
  width: 50%;
  max-width: 50%;
  text-align: center;
}

.section-block-fade {
  visibility: hidden;
  opacity: 0;
  padding-top: 20vh;
}
.section-block-fade p {
  text-align: center;
}

.section2-block6, .section2-block7 {
  padding-top: 0;
}

.intro-darken-bg {
  background: white;
  position: fixed;
  z-index: 1;
}

.soft-light-bubble {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

.bubble-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soft-light-circle {
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(5px);
}

/*.soft-light-bubble::before {
	content: '';
	aspect-ratio : 1 / 1;
	width: 120%;
	left:-10%;
	top:calc(-60% - 15vw);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255,255,255,.3);
	display:block;
	position:absolute;
	filter: blur(20px);
	z-index:-1;
}*/
.audio-txt::after {
  content: "";
  aspect-ratio: 1/1;
  width: 35%;
  left: 33%;
  top: 0%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  filter: blur(20px);
  z-index: -1;
}

.pinned-section-1 {
  position: relative;
  z-index: 2;
}

.scroll-btn {
  background: #26C3B9;
  border-radius: 30px;
  padding: 10px 40px;
  color: white;
  margin-top: 20px;
  font-size: 0.6rem;
  cursor: pointer;
}

.downarrow {
  font-size: 0.7rem;
  margin-top: 40px;
}
.downarrow img {
  width: 100%;
}

.downarrow-icon {
  position: absolute;
  width: 6px;
  top: calc(100vh - 120px);
  opacity: 0;
}
.downarrow-icon img {
  width: 100%;
}

.section2 {
  position: relative;
  z-index: 11;
}

.section2b {
  position: relative;
  z-index: 12;
}

.specific-marigin {
  margin-bottom: 150px;
}

#research-section {
  padding: 20px;
}
#research-section span {
  color: #26C3B9;
  text-decoration: underline;
}

#research-btn {
  display: inline-block;
}

.research-pop-up {
  position: absolute;
  width: 15%;
  min-width: 250px;
  padding: 20px;
  color: black;
  font-size: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
  line-height: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  left: 99%;
  opacity: 1;
  text-align: left;
}
.research-pop-up span {
  color: #FF40D2;
}

#app {
  position: absolute;
  z-index: 1000;
}

.wave-holder {
  position: absolute;
  width: 100%;
  height: 100%;
}

.waves, .ocean {
  width: 200%;
  height: 100%;
  position: absolute;
  z-index: 101;
  left: -25%;
  opacity: 1;
}

.waves2 {
  top: 50px;
  transform: scaleX(-1);
  transform-origin: top right;
  left: -275%;
}

.reuse-g #line {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: red;
}

.intro-ocean-transition {
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.ocean-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.audiobtn {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  margin: 20px;
  z-index: 200;
}
.audiobtn #audio-on, .audiobtn #audio-off {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
.audiobtn #audio-on img, .audiobtn #audio-off img {
  width: 100%;
}
.audiobtn #audio-on {
  display: block;
}
.audiobtn #audio-off {
  display: none;
}

.audio-block {
  /*.section-block{
  	width:100%;
  	max-width:100%;
  	min-height:50vh;
  }*/
}
.audio-block .section-block {
  width: 100%;
  max-width: 100%;
  min-height: 90vh;
  position: relative;
  padding-top: 50px;
}
.audio-block .extra-padding-section-block {
  padding-top: 150px;
}

.audio-block-6 .section-block, .audio-block-9 .section-block, .audio-block-11 .section-block {
  min-height: 100vh;
}

.audiocomponent {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.audio-elements-wrapper {
  width: 100%;
}

.floating-circles-holder {
  height: 100%;
  width: 100%;
  position: absolute;
}

.floating-circle {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 20vw;
  height: 20vw;
  border-radius: 20vw;
  filter: blur(2px);
  background: rgba(255, 255, 255, 0.3);
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: float1;
  animation-timing-function: ease;
}

.floating-circle-2 {
  width: 26vw;
  height: 26vw;
  top: 45%;
  left: 80%;
  animation-name: float2;
}

.floating-circle-3 {
  width: 16vw;
  height: 16vw;
  top: 75%;
  left: 15%;
  animation-name: float3;
}

.floatcirclesaudio1 .floating-circle {
  background: linear-gradient(#d6efd3, #86d5c6);
  opacity: 0.6;
}

.floatcirclesaudio2 .floating-circle, .floatcirclesaudio3 .floating-circle, .floatcirclesaudio4 .floating-circle, .floatcirclesaudio5 .floating-circle, .floatcirclesaudio6 .floating-circle, .floatcirclesaudio7 .floating-circle {
  background: linear-gradient(#6d6d6d, #240a16);
  opacity: 0.3;
}

.floatcirclesaudio8 .floating-circle, .floatcirclesaudio9 .floating-circle, .floatcirclesaudio10 .floating-circle {
  background: linear-gradient(#e6e8ee, #e0d6e4);
  opacity: 0.9;
}

.floatcirclesaudio11 .floating-circle, .floatcirclesaudio12 .floating-circle {
  background: linear-gradient(#e8e4ef, #fdd0b9);
  opacity: 0.9;
}

.floatcirclesaudio13 .floating-circle {
  background: linear-gradient(#fffebf, #ffffff);
  opacity: 0.3;
}

@keyframes float1 {
  0% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
  50% {
    transform: translate(50px, 50px) rotate(60deg);
    transform-origin: center center;
  }
  100% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
}
@keyframes float2 {
  0% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
  50% {
    transform: translate(-50px, -50px) rotate(-60deg);
    transform-origin: center center;
  }
  100% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
}
@keyframes float3 {
  0% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
  50% {
    transform: translate(50px, -50px) rotate(60deg);
    transform-origin: center center;
  }
  100% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
}
.video-progress {
  position: relative;
  height: 4px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 60px;
  width: 30%;
  background: black;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  pointer-events: none;
  position: absolute;
  top: 0;
  background-color: black;
  color: white;
}
progress -moz-progress-bar {
  background: white;
}
progress -webkit-progress-value {
  background-color: #aaa !important;
}

progress::-webkit-progress-bar {
  background-color: black;
}

progress::-webkit-progress-value {
  background: white;
}

progress::-moz-progress-bar {
  background: white;
}

progress::-webkit-progress-value {
  background-color: white !important;
}

.time {
  margin-top: 20px;
  text-align: center;
  font-size: 0.7rem;
}

#progressbaraudio13 {
  accent-color: #C07B00;
}

#progressbaraudio13::-webkit-progress-value {
  background: #E9DB5E !important;
  background-color: #E9DB5E !important;
}

.section3 {
  position: relative;
  z-index: 17;
  color: white;
}

.particle-color-trigger-section3 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  text-align: center;
}

.section4 {
  position: relative;
  z-index: 15;
  color: white;
  margin-top: -25vh;
}
.section4 h3 {
  font-size: 0.8rem;
}

.floaty-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

@keyframes float-norotate-1 {
  0% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
  50% {
    transform: translate(30px, 30px);
    transform-origin: center center;
  }
  100% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
}
@keyframes float-norotate-2 {
  0% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
  50% {
    transform: translate(-30px, -30px);
    transform-origin: center center;
  }
  100% {
    transform: translate(0px, 0px);
    transform-origin: center center;
  }
}
.float-bubble {
  font-size: 0.4em;
  padding: 20px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #595959;
  background: rgba(190, 20, 30, 0.3);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: float-norotate-1;
  animation-timing-function: ease;
}

.float-bubble-1 {
  background: rgba(255, 218, 245, 0.4);
  width: 120px;
  height: 120px;
  left: 2%;
  top: 26%;
}

.float-bubble-2 {
  background: rgba(255, 255, 255, 0.4);
  width: 150px;
  height: 150px;
  left: 12%;
  top: 46%;
  animation-name: float-norotate-2;
}

.float-bubble-3 {
  background: rgba(139, 181, 244, 0.4);
  width: 100px;
  height: 100px;
  left: 8%;
  top: 62%;
  color: #C7C7C7;
}

.float-bubble-4 {
  background: rgba(255, 218, 245, 0.4);
  width: 190px;
  height: 190px;
  left: 70%;
  top: 28%;
  animation-name: float-norotate-2;
}

.float-bubble-5 {
  background: rgba(255, 218, 245, 0.4);
  width: 100px;
  height: 100px;
  left: 84%;
  top: 72%;
  animation-name: float-norotate-2;
}

.float-bubble-6 {
  background: rgba(255, 224, 214, 0.4);
  width: 100px;
  height: 100px;
  left: 89%;
  top: 35%;
  animation-name: float-norotate-2;
}

.float-bubble-7 {
  background: rgba(139, 181, 244, 0.4);
  width: 170px;
  height: 170px;
  left: 76%;
  top: 48%;
  color: #C7C7C7;
}

.section5 {
  position: relative;
  color: black;
  z-index: 26;
  min-height: 90vh;
}
.section5 .person-wrapper {
  padding: 60px 0px;
}

.white-overlay {
  position: absolute;
  background: white;
  width: 100vw;
}

.white-overlay-section3 {
  z-index: 12;
}

.white-overlay-section5 {
  z-index: 17;
}

.white-overlay-section7 {
  z-index: 20;
}

.white-overlay-section9 {
  z-index: 24;
}

.section6 {
  padding-top: 150px;
  position: relative;
  z-index: 20;
  margin-top: -25vh;
}

.section7 {
  position: relative;
  z-index: 27;
}

.section8 {
  padding-top: 150px;
  position: relative;
  z-index: 23;
  margin-top: -25vh;
}

.section9 {
  position: relative;
  z-index: 26;
}
.section9 h3 {
  font-size: 0.8rem;
}

.person-wrapper {
  padding: 100px 0px;
  max-width: 150px;
  margin: 0 auto;
}
.person-wrapper img {
  width: 100%;
}

.special-person-shift-request {
  padding-top: 0;
  padding-bottom: 180px;
}

.infograph-wrapper {
  padding: 50px 0px;
  width: 100%;
  margin: 0 auto;
}
.infograph-wrapper img {
  width: 100%;
}

.graph-header {
  padding-left: 3%;
}

.graph-block {
  width: 100%;
  color: black;
  font-size: 0.9rem;
}
.graph-block h3 {
  font-size: 0.8rem;
}

.two-col-graph {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.one-col-graph {
  width: 100%;
}

.col-graph {
  width: 50%;
  padding: 3%;
}
.col-graph h3 {
  font-weight: 400;
}

.three-col-graph {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.three-col-graph .col-graph {
  width: 33%;
}
.three-col-graph p {
  font-size: 0.9rem;
}

.three-col-circle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
}

.three-col-circle {
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0.1;
  transform: scale(0.1);
  transform-origin: center;
}

.three-col-circle {
  width: 80%;
}

.three-col-circle-2 {
  width: 60%;
}

.three-col-circle-3 {
  width: 40%;
}

.square-graph-window {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border: 1px solid black;
}

.graph-window-wave, .graph-window-wave-2, .graph-window-wave-3, .graph-window-wave-6 {
  position: absolute;
  top: 5%;
  left: -1%;
  width: 200%;
}

.graph-window-perc {
  font-size: 1.6vw;
  color: white;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.graph-window-map {
  display: flex;
  margin: 15px auto;
  align-items: center;
}
.graph-window-map p {
  color: black;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  max-width: 100%;
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.graph-window-map-box {
  aspect-ratio: 1/1;
  width: 10%;
  min-width: 30px;
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid black;
}

.graph-2 .graph-block {
  color: white;
}
.graph-2 .graph-block .graph-window-map p {
  color: white;
}

.graph-3 .graph-block {
  color: white;
}
.graph-3 .graph-block .graph-window-map p {
  color: white;
}

.graph-wave-2 {
  transform: translate(0, 52%);
}

.graph-wave-3 {
  transform: translate(0, 22%);
}

.graph-wave-4 {
  transform: translate(0, 150%);
}

.graph-wave-6 {
  transform: translate(0, 55%);
}

.graph-wave-7 {
  transform: translate(0, 125%);
}

.graph-wave-8 {
  transform: translate(0, 271%);
}

.graph-wave-10 {
  transform: translate(0, 95%);
}

.graph-wave-11 {
  transform: translate(0, 240%);
}

.graph-wave-12 {
  transform: translate(0, 282%);
}

.graph-1 .graph-window-perc {
  top: 25%;
}
.graph-1 .perc2 {
  top: 70%;
}
.graph-1 .perc3 {
  top: 45%;
}
.graph-1 .perc4 {
  top: 80%;
}

.graph-2 .perc1 {
  top: 53%;
}
.graph-2 .perc2 {
  top: 68%;
}
.graph-2 .perc3 {
  top: 88%;
  color: black;
}

.stacked-graph-col {
  overflow: hidden;
  border: 1px solid black;
  width: 70%;
  padding: 20px;
  color: white;
  background: rgba(193, 203, 254, 0.3);
}
.stacked-graph-col p {
  font-size: 0.8rem;
  margin: 15px auto;
}
.stacked-graph-col h2 {
  margin: 15px auto;
}

.stacked-graph-col-2 {
  width: 30%;
  position: relative;
  border: 1px solid black;
  border-left: none;
}
.stacked-graph-col-2 span {
  color: #FFE6C0;
}

.stacked-graph-stat {
  width: 100%;
  display: flex;
  opacity: 0;
}
.stacked-graph-stat h2 {
  font-size: 1.1rem;
  width: 20%;
  text-align: right;
  color: #FFE6C0;
}
.stacked-graph-stat p {
  width: 80%;
}

.stacked-graph-wave {
  width: 100%;
  height: 50%;
  top: 50%;
  position: absolute;
  left: -20px;
}
.stacked-graph-wave img {
  width: 260%;
}

.graph-3 .square-graph-window {
  background: rgba(88, 88, 88, 0.8);
}
.graph-3 .perc1 {
  top: 20%;
}
.graph-3 .perc2 {
  top: 59%;
}
.graph-3 .perc3 {
  top: 79%;
  color: black;
}
.graph-3 .perc4 {
  top: 91%;
}

.graph-4 .col-graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.graph-4 .subtxt {
  text-align: center;
}

.center-full-width {
  width: 100%;
  text-align: center;
}

.graph-4-pretxt {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.flat-circle {
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 auto;
  background: rgba(233, 150, 114, 0.5);
}

.flat-circle-2 {
  width: 6vw;
  height: 6vw;
  background: rgba(53, 65, 128, 0.3);
}

.graph-5 {
  width: 80%;
  margin: 0 auto;
}
.graph-5 h3 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 0.6rem;
  color: #8E8E8E;
}

.multi-circle-wrapper {
  width: 100%;
  position: relative;
  height: 16vw;
}

.multi-circle {
  width: 33%;
  border-radius: 100%;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: multiply;
  position: absolute;
  aspect-ratio: 1/1;
  background: #D9D9D9;
  left: 16%;
  font-size: 0.7rem;
}

.multi-circle-2 {
  left: 33%;
  background: #EC6363;
}

.multi-circle-3 {
  left: 50%;
  background: #26C3B9;
}

.graph-6 .perc1 {
  color: black;
  top: 40%;
}
.graph-6 .subtxt {
  font-size: 0.5rem;
  width: 100%;
  max-width: 100%;
}

.map-box-teal {
  background: #26C1B8;
}

.map-box-gray {
  background: #3E4848;
}

.map-box-dk-gray {
  background: #595959;
}

.map-box-med-gray {
  background: #8E8E8E;
}

.map-box-lt-gray {
  background: #EAEAEA;
}

.map-box-blk {
  background: #232323;
}

footer {
  padding-top: 50px;
  position: relative;
  z-index: 25;
  display: flex;
  width: 70%;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
}
footer h2 {
  text-align: center;
}
footer p {
  font-size: 0.8rem;
  margin: 10px auto;
}
footer h3 {
  font-size: 1rem;
  margin: 10px auto;
}
footer a {
  text-decoration: none;
}

.divider-line {
  width: 100%;
  height: 1px;
  background: black;
}

.footer-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.footer-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.footer-block h3 {
  font-size: 1rem;
}
.footer-block p {
  font-size: 0.7rem;
}

.author-block {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.author-block h3 {
  font-size: 0.7rem;
}
.author-block p {
  font-size: 0.5rem;
}

.credit-block {
  width: 33%;
  padding: 10px;
  text-align: center;
}

.logo-wrapper {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.logo-wrapper img {
  width: 100%;
}

.footer-btn {
  cursor: pointer;
  padding: 10px;
  width: 330px;
  height: 60px;
  margin: 20px;
  margin-top: 40px;
  background: gray;
  border-radius: 40px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.footer-btn:hover {
  background: #C7C7C7;
}

.pdf-btn {
  background: #FF40D2;
}
.pdf-btn p {
  font-size: 0.4rem;
  color: white;
}

.findings-btn {
  background: #26C3B9;
}
.findings-btn p {
  font-size: 0.4rem;
  color: white;
}

.final-footer {
  margin-top: 80px;
  width: 50%;
}
.final-footer p {
  padding-bottom: 60px;
}
.final-footer .person-wrapper {
  padding: 0px 0px 40px 0px;
}

.a-inline a {
  margin: 0;
  max-width: 0;
  display: inline;
  color: inherit;
  padding: 0;
}

@media only screen and (max-width: 999px) {
  html {
    box-sizing: border-box;
    font-size: 20px;
  }
  .section1 h1 {
    font-size: 1.6rem;
    text-align: center;
  }
  .section1 h2 {
    text-align: center;
  }
  .section-block {
    max-width: 90%;
  }
  .section-block-wide {
    width: 90%;
  }
  .mobile-flexwrapper-height {
    min-height: 130vh;
  }
  .white-overlay {
    display: none;
  }
  .overlap-column-wrapper a, .overlap-column-wrapper p {
    max-width: 90%;
  }
  .overlap-column-wrapper .infograph-wrapper {
    max-width: 90%;
  }
  .overlap-column {
    background: white;
  }
  .section-pin-positions {
    top: 40px;
  }
  .section-block-fade {
    padding-top: 30vh;
  }
  .section2-block6 {
    padding-top: 10vh;
  }
  .section2-block7 {
    padding-top: 10vh;
  }
  .sub-pin-1 {
    min-height: 50vh;
  }
  .section-pin1 {
    height: 1150vh;
  }
  /*.pin{
  	min-height:50vh;
  }


  .sub-pin-7{
  	height:50vh;
  }

  .sub-pin-8{
  	height:100vh;
  }

  .section-pin1{
  	height:500vh;
  }*/
  .section-block-center {
    width: 100%;
  }
  .audio-txt {
    width: 90%;
  }
  .waves {
    left: -50%;
  }
  .wave-holder-2 {
    transform: scaleY(0.5);
  }
  #wave-svg-4 {
    transform: scale(-1) translate(-100px, 800px);
  }
  .research-pop-up {
    position: relative;
    top: 0;
    transform: translate(0);
    top: -2vh;
    left: 0;
    margin: 0 auto;
  }
  .floaty-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .section-block-rel {
    max-width: 80%;
  }
  .follow-quote {
    width: 80%;
  }
  .two-col-graph .stacked-graph-col {
    width: 100%;
  }
  .three-col-graph .col-graph {
    width: 100%;
  }
  .three-col-graph .three-col-circle-wrap {
    aspect-ratio: inherit;
  }
  .three-col-circle {
    width: 80px;
    height: 80px;
  }
  .three-col-circle-2 {
    width: 72px;
    height: 72px;
  }
  .three-col-circle-3 {
    width: 33px;
    height: 33px;
  }
  .flat-circle {
    width: 90px;
    height: 90px;
  }
  .flat-circle-2 {
    width: 70px;
    height: 70px;
  }
  .video-progress {
    width: 50%;
  }
  .float-bubble-1 {
    top: 0;
    left: 0;
  }
  .float-bubble-2 {
    top: 20%;
  }
  .float-bubble-3 {
    top: 59%;
  }
  .float-bubble-5 {
    left: 55%;
  }
  .float-bubble-6 {
    left: 59%;
    top: 15%;
  }
  .float-bubble-7 {
    left: 59%;
  }
  .multi-circle-wrapper {
    height: 15vh;
  }
  .multi-circle {
    font-size: 0.5rem;
  }
  .section9 h3 {
    font-size: 0.8rem;
  }
  .footer-btn p {
    font-size: 0.6rem;
  }
  /*temp solution*/
  .stacked-graph-wave {
    opacity: 0;
    left: -100px;
  }
  .stacked-graph-wave img {
    width: 800%;
  }
  .graph-window-perc {
    font-size: 0.8em;
  }
  footer {
    width: 90%;
  }
  .author-block {
    width: 100%;
  }
  .credit-block {
    width: 100%;
  }
  .intro-ocean-transition {
    top: 100vh;
    width: 100%;
    height: 135%;
    z-index: 3;
  }
  #ocean-control {
    transform: scaleY(7) scaleX(0.5) translate(70%, -33%);
  }
  .ocean {
    top: 100vh;
  }
  .ocean-holder {
    height: 135vh;
  }
  #myoceanwave {
    height: 200vh;
  }
  .myoceanwave {
    transform: scaleY(2);
  }
  .logo-wrapper {
    width: 100%;
  }
  /*.intro-darken-bg{
  	background:white;
  	position:absolute;
  	z-index:1;
  	width:1px;
  	display:none;
  }*/
  /*#myoceanwave{
  	width:100%;
  }

  #myoceanwave {
    width: 100%;
  }
  .flexwrapper-column{
  	display:flex;
  	width:100vw;
  	height:100vh;
  	position:relative;
  	top:0;
  	left:0;
  	align-items:center;
  	flex-direction:column;
  	justify-content:center;
  }*/
}
