* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  box-sizing: border-box;
}

:root {
  --scale: 1;
  --vh: 1;
  --scroll: 0;
  --padding: 0;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "AG Condensed";
  src: url("../fonts/AkzidenzGroteskBQ-Cnd.woff2") format("woff2"),
    url("../fonts/AkzidenzGroteskBQ-Cnd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AG Condensed";
  src: url("../fonts/AkzidenzGroteskBQ-LigCnd.woff2") format("woff2"),
    url("../fonts/AkzidenzGroteskBQ-LigCnd.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Landasans";
  src: url("../fonts/Landasans-ExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Landasans";
  src: url("../fonts/Landasans-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Landasans";
  src: url("../fonts/Landasans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Landasans";
  src: url("../fonts/Landasans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #999;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.green {
  background: #71d44c;
}

.black {
  background: #111;
}

.gray {
  background: #606060;
}

.gray2 {
  background: #ccc;
}

.gray3 {
  background: #eee;
}

.gray4 {
  background: #f1f1f1;
}

.white {
  background: #fff;
}

.c-white {
  color: #fff;
}

.typo {
  font-family: "Landasans", sans-serif;
}

.typo2 {
  font-family: "AG Condensed", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #111;
  line-height: 100%;
}
body[data-theme="black"] .nav .wrapper .logo .standard-logo {
  display: none;
}
body[data-theme="white"] ::-webkit-scrollbar-track {
  background: transparent;
}
body[data-theme="white"] ::-webkit-scrollbar-thumb {
  background: #999;
}
body[data-theme="white"] ::-webkit-scrollbar-thumb:hover {
  background: #000;
}
body[data-theme="white"] .nav .wrapper .logo .standard-logo {
  display: none;
}
body[data-theme="white"] .nav .wrapper .logo svg path {
  fill: #000;
}
body[data-theme="white"] .nav .wrapper .logo svg .hat-dot,
body[data-theme="white"] .nav .wrapper .logo svg .hat-base {
  fill: #fff;
}
body[data-theme="white"] .nav .wrapper .themes .theme.white {
  border-color: #000;
}
body[data-theme="white"] .nav .wrapper .themes .theme.black {
  border-color: #000;
}
body[data-theme="white"] .main {
  background: #e7e7e7;
  border-color: #000;
}
body[data-theme="white"] .main .intro {
  border-color: #000;
  background: url(../images/bg-white.svg) no-repeat scroll center bottom
    transparent;
  background-size: 100% auto;
}
body[data-theme="white"] .main .intro .elemental-logo svg > * {
  fill: #000;
}
body[data-theme="white"] .main .intro .funds .funds-intro-text p {
  color: #000;
}
body[data-theme="white"] .main .intro .funds .fund {
  color: #000;
}
body[data-theme="white"] .main .intro .funds .fund svg polygon {
  stroke: #fff;
}
body[data-theme="white"] .main .intro .funds .fund:hover svg polygon {
  fill: #fff;
}
body[data-theme="white"] .main .intro .slide-content {
  background: #fff;
  color: #000;
}
body[data-theme="white"] .main .intro .slide-content .popout-title {
  color: #000;
  background: #fff;
}
body[data-theme="white"]
  .main
  .intro
  .slide-content
  .popout-title
  .popout-title-wrapper {
  border-color: #000 !important;
}
body[data-theme="white"] .main .intro .slide-content p a {
  color: #000;
}
body[data-theme="white"] .main .intro .slide-content .description {
  color: #000;
}
body[data-theme="white"] .main .intro .slide-content .yield {
  background: #eee;
}
body[data-theme="white"] .main .intro .slide-content .yield .apr-title,
body[data-theme="white"] .main .intro .slide-content .yield .apr-value {
  color: #000;
}
body[data-theme="white"] .main .intro .slide-content .progress-bar {
  background: #eee;
  border-color: #000;
}
body[data-theme="white"] .main .intro .slide-content .progress-bar .progress {
  background: #000;
  color: #fff;
}
body[data-theme="white"] .main .slide-indicators:before {
  background: #000;
}
body[data-theme="white"] .main .slide-indicators .indicator .label {
  color: #000;
}
body[data-theme="white"] .main .slide-indicators .indicator .dot {
  background: #000;
  border-color: #000;
}
body[data-theme="white"] .main .slide-indicators .indicator.active .dot {
  background: #fff !important;
}
body[data-theme="white"] .main .slide-indicators .indicator:hover .dot {
  background: #fff;
}
body[data-theme="white"] .main .arrow svg polygon {
  stroke: #000;
  fill: #000;
}
body[data-theme="white"] .main .arrow:hover svg polygon {
  fill: #fff;
}
body[data-theme="white"] .main .snow .snowflake {
  background: #fff;
}
body[data-theme="default"] .nav .wrapper .logo .standard-logo {
  display: block;
}
body[data-theme="default"] .nav .wrapper .logo .standard-logo path,
body[data-theme="default"] .nav .wrapper .logo .standard-logo line {
  fill: none;
  stroke: #fff;
  stroke-width: 5px;
}
body[data-theme="default"] .nav .wrapper .logo .santa-hat {
  display: none;
}
body[data-theme="default"] .snow {
  display: none;
}
body[data-theme="default"] .main {
  background: #132d4d;
}
body[data-theme="default"] .main .intro {
  background: url(../images/hor.jpeg) no-repeat scroll center center transparent;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  body[data-theme="default"] .main .intro {
    background: url(../images/vert.jpeg) no-repeat scroll center center
      transparent;
    background-size: cover;
  }
}

a {
  color: #111;
  text-decoration: none;
}

p,
label,
li,
input,
textarea,
span,
small,
a,
strong,
button,
b {
  font-family: "AG Condensed", sans-serif;
  line-height: 120%;
  font-weight: 400;
  font-size: 20px;
}

#granite-description span {
  font-family: "Graphik";
  color: #e7a487;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

#loam-description span {
  font-family: "Graphik";
  color: #e7a487;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

p {
  line-height: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Landasans", sans-serif;
  text-transform: none;
  line-height: 100%;
  letter-spacing: -1px;
}

h1,
.h1 {
  font-size: 44px;
  margin-bottom: 20px;
  color: #606060;
  font-weight: 900;
}

h2,
.h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

h3,
.h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

h4,
.h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  padding-bottom: 15px;
}
p:last-of-type {
  padding-bottom: 0;
}

.layout-fixed {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

.col {
  flex-direction: column;
}

.align-s {
  align-items: flex-start;
}

.align-c {
  align-items: center;
}

.align-e {
  align-items: flex-end;
}

.just-s {
  justify-content: flex-start;
}

.just-c {
  justify-content: center;
}

.just-e {
  justify-content: end;
}

.just-sb {
  justify-content: space-between;
}

.just-sa {
  justify-content: space-around;
}

.g40 {
  gap: 40px;
}

.g20 {
  gap: 20px;
}

.g15 {
  gap: 15px;
}

.g10 {
  gap: 10px;
}

.g5 {
  gap: 5px;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w33 {
  width: 33.33%;
}

.w25 {
  width: 25%;
}

.w10 {
  width: 10%;
}

.p40 {
  padding: 40px;
}

.p20 {
  padding: 20px;
}

.p10 {
  padding: 10px;
}

.m20 {
  margin: 20px;
}

.m10 {
  margin: 10px;
}

.m5 {
  margin: 5px;
}

.mt40 {
  margin-top: 40px;
}

.ls-no {
  list-style: none;
}

.scroll-y {
  overflow-y: scroll;
}

.wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.box {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.logo {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
}
.logo svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.logo svg path,
.logo svg line {
  stroke: none;
  fill: #fff;
}
.logo svg .hat-dot,
.logo svg .hat-base {
  fill: none;
}

.preloader {
  display: none;
  background: url(../images/preloader.gif) no-repeat scroll center center #000;
  background-size: 100px auto;
  inset: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
}
.preloader.two {
  background: url(../images/preloader2.gif) no-repeat scroll center center #000;
  background-size: 200px auto;
}
.preloader.on {
  display: block;
}

.nav {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.nav .wrapper {
  padding: 40px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.nav .wrapper .upper-nav {
  display: none;
}

.logo {
  display: block;
  width: 50px;
  height: 65px;
  font-size: 0;
}
.themes {
  width: auto;
  height: 30px;
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.theme {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: 3px;
  border: 2px solid #fff;
}
.theme.white {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.theme.black {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
}
.theme.spring {
  background: red;
  color: #fff;
}
.theme.default {
  background: #142e4f;
  color: #fff;
}
.theme.active {
  font-size: 16px;
  font-weight: bold;
}

#menu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 50px;
  height: 50px;
}

.main {
  width: 100%;
  height: 100%;
  background: #666;
  border: 10px solid #fff;
}
.main .intro {
  border: 5px solid #fff;
  margin: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: url(../images/bg-black.svg) no-repeat scroll center bottom
    transparent;
  background-size: 100% auto;
}
.main .intro[mode="compact"] .wrapper {
  justify-content: space-between;
}
.main .intro[mode="compact"] .wrapper .slides-main {
  height: 100%;
}
.main .intro[mode="compact"] .wrapper .slides-main .slide {
  padding: 40px 40px 20px 40px;
}
.main .intro[mode="compact"] .wrapper .slides-container {
  height: 100%;
}
.main .intro[mode="compact"] .wrapper .elemental-logo {
  width: 200px;
  height: 50px;
  margin: 22px 0 0;
}
.main .intro[mode="compact"] .wrapper .elemental-logo svg.no-slogan {
  display: block;
}
.main .intro[mode="compact"] .wrapper .elemental-logo svg.elemental-text {
  display: none;
}
.main .intro .wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  position: relative;
}
.main .intro .wrapper .elemental-logo {
  display: block;
  width: calc(var(--vh) * 56);
  height: calc(var(--vh) * 22);
  margin-bottom: calc(var(--vh) * 5);
}
.main .intro .wrapper .elemental-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.main .intro .wrapper .elemental-logo svg > * {
  fill: #fff;
}
.main .intro .wrapper .elemental-logo svg.no-slogan {
  display: none;
}
.main .intro .wrapper .elemental-logo svg.elemental-text {
  display: block;
}
.main .intro .wrapper .elemental-logo h1,
.main .intro .wrapper .elemental-logo h2 {
  display: none;
}
.main .intro .wrapper > p {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 0 60px;
  font-size: 20px;
  text-align: center;
}
.main .intro .funds {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(var(--vh) * 3);
  height: 100%;
}
.main .intro .funds .funds-intro-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(2 * var(--vh));
}
.main .intro .funds .funds-intro-text p {
  color: #fff;
  text-align: center;
  font-size: calc(var(--vh) * 4);
}
.main .intro .funds .fund {
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow: visible;
  margin: 0;
  width: 100%;
  height: 100%;
}
.main .intro .funds .fund:hover {
  cursor: pointer;
  color: #000;
}
.main .intro .funds .fund:hover svg polygon {
  fill: #fff;
}
.main .intro .funds .fund svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: visible;
}
.main .intro .funds .fund svg polygon {
  stroke-width: 10px;
  stroke: #fff;
  fill: none;
}
.main .intro .funds .fund .title {
  font-weight: normal;
  letter-spacing: 0;
  font-size: calc(var(--vh) * 2.5);
  margin: 5px 0 0 0;
  font-weight: 600;
  letter-spacing: 2px;
}
.main .intro .funds .fund .description {
  font-size: 20px;
  margin-bottom: 10px;
}
.main .intro .funds .fund .apr-title {
  font-size: calc(var(--vh) * 2.4);
}
.main .intro .funds .fund .apr-value {
  font-size: calc(var(--vh) * 6);
  font-weight: bold;
  line-height: 100%;
}
.main .intro .slide-content {
  padding: 80px 0 30px;
  --padding: 120px;
  background: #232938;
  color: #fff;
  position: relative;
  height: calc(var(--vh) * 50);
  overflow: visible;
}
.main .intro .slide-content .popout-title {
  color: #fff;
  font-family: "Landasans";
  font-size: 36px;
  background-color: #232937;
  top: -40px;
  left: -40px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .intro .slide-content .popout-title .popout-title-wrapper {
  margin: 10px;
  padding: calc(var(--vh) * 3);
  z-index: 3;
  border: 5px solid #fff;
  font-size: calc(var(--vh) * 5);
}
.main .intro .slide-content .content-scrollable {
  overflow: hidden;
  height: calc(var(--scroll) - var(--padding));
}
.main .intro .slide-content .content-scrollable .content-wrapper {
  padding: 0 20px;
  overflow-y: scroll;
  height: 100%;
}
.main .intro .slide-content h2 {
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.main .intro .slide-content h3 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "AG Condensed";
  text-transform: uppercase;
}
.main .intro .slide-content p {
  font-size: 17px;
  font-family: "Graphik";
  font-weight: 400;
  letter-spacing: -0.3px;
}
.main .intro .slide-content p a {
  font-weight: 500;
  font-family: inherit;
  color: #fff;
  font-size: inherit;
}
.main .intro .slide-content p a:hover {
  text-decoration: underline;
}
.main .intro .slide-content .description {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
}
.main .intro .slide-content .yield {
  padding: 10px;
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #999;
  border-radius: 3px;
}
.main .intro .slide-content .yield .apr-title {
  font-size: 25px;
  line-height: 100%;
}
.main .intro .slide-content .yield .apr-value {
  font-size: 25px;
  font-weight: bold;
  line-height: 100%;
}
.main .intro .slide-content .progress-bar {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}
.main .intro .slide-content .progress-bar .progress {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  color: #232938;
  padding: 10px;
  font-size: 20px;
}
.main .intro .slide-content .progress-text {
  display: block;
  margin-bottom: 20px;
}
.main .intro .faq {
  overflow-y: scroll;
  height: 300px;
}
.main .intro .faq .questions {
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.main .intro .faq .questions li strong {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
}
.main .intro .faq .questions li strong:after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  color: #fff;
}
.main .intro .faq .questions li p {
  display: none;
  font-weight: 300;
  font-size: 18px;
  padding-top: 5px;
}
.main .intro .faq .questions li.on strong:after {
  content: "-";
}
.main .intro .faq .questions li.on p {
  display: block;
}

.arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--vh) * 2.5);
  height: calc(var(--vh) * 2.5);
  font-size: 0;
  bottom: 20px;
}
.arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.arrow svg polygon {
  stroke: #fff;
  stroke-width: 10px;
  fill: none;
}
.arrow:hover {
  cursor: pointer;
}
.arrow:hover svg polygon {
  fill: #fff;
}
.arrow.prev {
  left: 30px;
  transform: rotate(-90deg);
}
.arrow.next {
  right: 30px;
  transform: rotate(90deg);
}

.slides-main {
  height: calc(var(--vh) * 39);
  width: 100%;
  padding: 0 85px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.slides-container {
  display: block;
  width: calc(var(--vh) * 80);
  overflow: hidden;
}

.slides {
  --n: 1;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  width: 100%;
  width: calc(var(--n) * 100%);
  height: 100%;
  transform: translate(calc(var(--i, 0) / var(--n) * -100%));
}

.slide {
  width: 100%;
  width: calc(100% / var(--n));
  padding: 0;
  display: block;
  overflow: hidden;
}

.slide-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide-indicators:before {
  content: "";
  height: calc(var(--vh) * 0.3);
  width: calc(100% - var(--vh) * 8);
  left: 0;
  right: 0;
  position: absolute;
  background: #fff;
  z-index: 0;
  bottom: 7px;
  margin: 0 auto;
}
.slide-indicators .indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(var(--vh) * 8);
}
.slide-indicators .indicator.active .dot {
  background: #fff !important;
}
.slide-indicators .indicator:hover {
  cursor: pointer;
}
.slide-indicators .indicator:hover .dot {
  background: #fff;
}
.slide-indicators .indicator .label {
  text-transform: uppercase;
  font-size: calc(var(--vh) * 2);
  margin-bottom: 5px;
  color: #fff;
}
.slide-indicators .indicator .dot {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #000;
  border: calc(var(--vh) * 0.3) solid #fff;
  z-index: 1;
}
.slide-indicators .indicator .dot svg {
  display: none;
  width: 100%;
  height: 100%;
}
.slide-indicators .indicator .dot svg > * {
  fill: #fff;
}

.footer {
  display: none;
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .hexgrid {
    --s: 110px !important;
  }
  .main .intro .funds .fund .title {
    font-size: 19px;
  }
  .main .intro .funds .fund .apr-value {
    font-size: 45px;
  }
  .main .intro .funds .fund .apr-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1201px) {
  .slides-container {
    width: 935px;
  }
  .main .intro .funds .fund .title {
    font-size: 19px;
  }
  .main .intro .funds .fund .apr-value {
    font-size: 46px;
  }
  .main .intro .funds .fund .apr-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .main .intro .slide-content {
    padding: 65px 0 20px;
    --padding: 90px;
  }
  .main .intro .slide-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .slide-indicators:before {
    width: calc(100% - var(--vh) * 20);
  }
  .slide-indicators .indicator {
    display: none;
    width: calc(var(--vh) * 20);
  }
  .slide-indicators .indicator.visible {
    display: flex;
  }
  .hexcontainer div:nth-child(5) {
    margin-left: 63px;
  }
  .slides-container {
    width: 100%;
    width: 475px;
  }
}
@media screen and (max-width: 850px) {
  .main .intro .hexgrid {
    --s: 100px !important;
  }
  .main .intro .hexgrid .hexcontainer {
    padding-bottom: 24px;
  }
  .main .intro .funds .fund .title {
    font-size: calc(var(--vh) * 1.8);
  }
  .main .intro .funds .fund .apr-value {
    font-size: calc(var(--vh) * 5);
  }
  .hexcontainer div:nth-child(5) {
    margin-left: 58px;
  }
}
@media screen and (max-width: 800px) {
  .main .intro {
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
  }
  .main .intro .funds {
    padding-bottom: calc(var(--vh) * 3);
  }
  .main .intro .wrapper {
    justify-content: center;
  }
  .main .intro .wrapper .slides-main {
    padding: 0 20px;
    height: calc(var(--vh) * 45);
  }
  .main .intro .wrapper .arrow {
    width: 20px;
    height: 20px;
  }
  .main .intro .wrapper .arrow.next {
    right: 20px;
  }
  .main .intro .wrapper .arrow.prev {
    left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .main .intro[mode="compact"] .wrapper {
    justify-content: center;
    padding-top: 80px;
  }
  .main .intro[mode="compact"] .wrapper .elemental-logo {
    margin: unset;
    position: absolute;
    top: 40px;
  }
  .main .intro[mode="compact"] .wrapper .slides-main {
    max-height: 660px;
    height: calc(100% - 50px);
  }
  .main .intro[mode="compact"] .wrapper .slides-main .slide {
    height: 100%;
    padding: 20px;
  }
  .main .intro[mode="compact"] .wrapper .slide-content {
    height: 100%;
  }
  .main .intro[mode="compact"] .wrapper .slide-content .fund {
    display: block;
    height: 100%;
  }
  .main .intro[mode="compact"] .wrapper .slide-content .popout-title {
    top: -20px;
    left: -20px;
  }
  .main .intro[mode="compact"] .wrapper .slide-indicators {
    margin-top: unset;
  }
  .slide-indicators {
    gap: 15px;
  }
  .slide-indicators .indicator:hover .dot {
    background: #000;
  }
}
@media screen and (max-width: 650px) {
  .main .intro .wrapper .slides-main {
    height: calc(var(--vh) * 70);
    height: -moz-max-content;
    height: max-content;
  }
  .main .intro .wrapper .slides-main .slides-container {
    height: auto;
  }
  .main .intro[mode="compact"] .wrapper .slides-main .slides-container {
    height: 100%;
  }
  .main .intro .funds .fund .title {
    font-size: 15px;
  }
  .main .intro .funds .fund .apr-value {
    font-size: 40px;
  }
  .main .intro .funds .fund .apr-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .slide-indicators .indicator .label {
    font-size: calc(var(--vh) * 3.5);
  }
  .slides-container {
    width: 327px;
  }
  .hexcontainer div:nth-child(5) {
    margin-left: var(--mh);
  }
  .hexcontainer div:nth-child(4) {
    margin-left: 58px;
  }
}
@media screen and (max-width: 500px) {
  #granite-description span {
    font-family: "Graphik";
    color: #e7a487;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.3px;
  }
  #loam-description span {
    font-family: "Graphik";
    color: #e7a487;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.3px;
  }
  .nav .wrapper {
    padding: 20px;
  }
  .nav[mode="compact"] .wrapper {
    justify-content: space-between;
  }
  .nav[mode="compact"] .wrapper .themes {
    display: none;
  }
  .main {
    border: none;
  }
  .main .intro .wrapper {
    justify-content: center;
    padding: 20px 0 80px 0;
  }
  .main .intro .wrapper .elemental-logo {
    max-width: 80%;
    height: calc((80vw - 115px) / 2.57);
  }
  .main .intro .wrapper .arrow {
    width: 15px;
    height: 15px;
  }
  .main .intro .wrapper .slides-main {
    padding: 0;
  }
  .main .intro .wrapper .slide-content {
    padding: 50px 0 10px;
    --padding: calc(80px + 0px);
    height: auto;
  }
  .main .intro .wrapper .slide-content p {
    font-size: 14px;
  }
  .main .intro[mode="compact"] .wrapper {
    justify-content: center;
    padding-top: 80px;
  }
  .main .intro[mode="compact"] .wrapper .elemental-logo {
    margin: unset;
    position: fixed;
    top: 28px;
    right: 20px;
  }
  .main .intro[mode="compact"] .wrapper .slides-main {
    max-height: 550px;
    height: calc(100% - 30px);
  }
  .main .intro[mode="compact"] .wrapper .slides-main .slide {
    height: 100%;
    padding: 20px;
  }
  .main .intro[mode="compact"] .wrapper .slide-content {
    height: 100%;
  }
  .main .intro[mode="compact"] .wrapper .slide-content .fund {
    display: block;
    height: 100%;
  }
  .main .intro[mode="compact"] .wrapper .slide-content .popout-title {
    top: -20px;
    left: -10px;
  }
  .main
    .intro[mode="compact"]
    .wrapper
    .slide-content
    .popout-title
    .popout-title-wrapper {
    margin: 10px;
    padding: 5px 15px;
    line-height: 100%;
    z-index: 3;
    border: 5px solid #fff;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .main .intro[mode="compact"] .wrapper .slide-indicators {
    margin-top: unset;
  }
  .slide-indicators {
    gap: 15px;
  }
  .slide-indicators .indicator:hover .dot {
    background: #000;
  }
}
@media screen and (max-width: 400px) {
  .main .intro .wrapper .slide-indicators {
    max-width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .main .intro .wrapper .slide-content .yield {
    padding: 10px;
  }
  .main .intro .wrapper .slide-content .yield .apr-value {
    font-size: 25px;
  }
  .main .slide-indicators {
    gap: 10px;
  }
}
.snow {
  position: fixed;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  overflow: hidden;
  inset: 10px;
}
.snow .snowflake {
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}

.hexgrid {
  display: flex;
  /* size */
  --s: 125px;
  /* ratio */
  --r: 1.15;
  /* clip-path */
  --h: 0.5;
  --v: 0.25;
  --hc: calc(clamp(0, var(--h), 0.5) * var(--s));
  --vc: calc(clamp(0, var(--v), 0.5) * var(--s) * var(--r));
  /*margin */
  /* vertical */
  --mv: 4px;
  /* horizontal */
  --mh: calc(var(--mv) + (var(--s) - 2 * var(--hc)) / 2);
  /* for the float*/
  --f: calc(2 * var(--s) * var(--r) + 4 * var(--mv) - 2 * var(--vc) - 2px);
}

.hexcontainer {
  /*disable white space between inline block element */
  font-size: 0;
  padding-bottom: 46px;
}

.hexcontainer div {
  width: var(--s);
  margin: var(--mv) var(--mh);
  height: calc(var(--s) * var(--r));
  display: inline-block;
  font-size: initial;
  -webkit-clip-path: polygon(
    var(--hc) 0,
    calc(100% - var(--hc)) 0,
    100% var(--vc),
    100% calc(100% - var(--vc)),
    calc(100% - var(--hc)) 100%,
    var(--hc) 100%,
    0 calc(100% - var(--vc)),
    0 var(--vc)
  );
  clip-path: polygon(
    var(--hc) 0,
    calc(100% - var(--hc)) 0,
    100% var(--vc),
    100% calc(100% - var(--vc)),
    calc(100% - var(--hc)) 100%,
    var(--hc) 100%,
    0 calc(100% - var(--vc)),
    0 var(--vc)
  );
  margin-bottom: calc(var(--mv) - var(--vc));
}

*::before,
*::before {
  transition: 0.5s linear;
} /*# sourceMappingURL=base.css.map */
