:root {
  --steel-blue: #5e8eb7;
  --royal-blue: #355c7d;
  --alice-blue: #ebf6ff;
  --midnight-blue: #122536;
  --100-grey: #f9fafb;
  --blanched-almond: #ffedc8;
  --yellow: #ffc857;
  --blue-30: #b6dcfc;
  --900-grey: #2a2f3c;
  --yellow2: #bb8d2f;
  --300grey: #dfe4eb;
  --white: white;
  --200grey: #eff3f5;
  --400-grey: #ccd3db;
  --700-grey: #6e7889;
  --800grey: #404859;
  --green-60: #6eac72;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--steel-blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.mainbutton {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  text-align: center;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  border-radius: 6px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .15s;
  display: block;
}

.mainbutton:hover {
  background-color: var(--royal-blue);
  color: var(--alice-blue);
}

.mainbutton.filled {
  border-color: var(--royal-blue);
  background-color: var(--midnight-blue);
  background-image: linear-gradient(90deg, var(--royal-blue), var(--midnight-blue));
  color: var(--100-grey);
  border-radius: 8px;
  width: 100%;
  max-width: none;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all 50ms;
  display: block;
}

.mainbutton.filled:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  background-color: var(--blanched-almond);
  color: var(--midnight-blue);
  background-image: none;
  box-shadow: 0 1px 8px 1px #1225361a;
}

.mainbutton.filled.padding {
  max-width: 55ch;
  margin-top: 24px;
  margin-bottom: 16px;
}

.mainbutton.filled.padding.secondbottom {
  color: var(--midnight-blue);
  background-color: #12253600;
  background-image: none;
  border-style: dotted;
  border-width: 2.5px;
  max-width: 55ch;
  margin-top: 0;
  transition: none;
}

.mainbutton.filled.padding.secondbottom:hover {
  border: 2px solid var(--yellow);
  background-color: var(--blanched-almond);
}

.mainbutton.filled.padding.secondbottom.left {
  margin-left: 0;
}

.mainbutton.filled.padding.secondbottom.bottom-padding {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.mainbutton.filled.padding.secondbottom.home {
  border-color: var(--royal-blue);
  margin-top: 12px;
}

.mainbutton.filled.padding.lightblue {
  background-color: var(--blue-30);
  color: var(--midnight-blue);
  background-image: none;
  max-width: none;
}

.mainbutton.filled.padding.lightblue:hover {
  background-color: var(--blanched-almond);
}

.mainbutton.filled.padding.lightblue.small {
  width: auto;
  max-width: 55ch;
}

.mainbutton.filled.padding.lightblue.less-padding {
  margin-bottom: 4px;
}

.mainbutton.filled.left {
  background-image: linear-gradient(90deg, var(--royal-blue), var(--midnight-blue));
  min-width: 50ch;
  max-width: 55ch;
  margin-bottom: 16px;
  margin-left: 0;
}

.mainbutton.filled.left:hover {
  background-image: none;
}

.mainbutton.filled.nav {
  border-radius: 6px;
  flex: 0 22ch;
  max-width: 50ch;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.mainbutton.filled.home {
  border: 1px dotted var(--alice-blue);
  width: auto;
  margin: auto 32px 0;
}

.mainbutton.filled.home.second {
  border-width: 1.5px;
  border-color: var(--royal-blue);
  background-color: var(--alice-blue);
  color: var(--midnight-blue);
  background-image: none;
  margin-top: 12px;
}

.mainbutton.light {
  border-style: none dotted;
  border-width: 2px;
  border-color: var(--blanched-almond);
  color: var(--blanched-almond);
  letter-spacing: .5px;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: 0;
  width: auto;
  max-width: 1400px;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  display: block;
}

.mainbutton.light:hover {
  background-color: var(--blanched-almond);
  color: var(--900-grey);
  border-color: #fff;
  border-radius: 8px;
}

.mainbutton.light._2 {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  width: 100%;
  max-width: 55ch;
  margin-top: auto;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}

.mainbutton.light._2:hover {
  border-color: var(--yellow2);
  background-color: var(--blanched-almond);
  color: #2b1f05;
  box-shadow: 0 1px 8px 1px #1225361a;
}

.mainbutton.light._2.mobile {
  display: none;
}

.nav_button {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.logo {
  width: 96px;
  max-width: none;
  height: auto;
  display: none;
}

.nav01 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 92.5vw;
  height: 10vh;
  margin-left: 7.5vw;
  margin-right: 0;
  display: flex;
}

.nav01._2 {
  width: 94vw;
  max-width: none;
  height: 8vh;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
}

.nav01.listing {
  max-width: none;
  margin-left: 24px;
  margin-right: 24px;
}

.nav-container {
  z-index: 9999;
  border-bottom: 1px none var(--300grey);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #0000;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-left {
  flex: 1;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand {
  align-self: center;
  margin-right: 0;
  padding: 12px 12px 12px 0;
}

.navigation-container {
  z-index: 2000;
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--alice-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--alice-blue), #ebf6ffa6 63%, #ebf6ff80), url('../images/Vector_1.svg');
  color: var(--900-grey);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 6%;
  border: 1px #2a2f3c;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.columns-2 {
  margin-top: auto;
}

.columns-2.home {
  padding-top: 0;
  position: relative;
}

.atf-section {
  z-index: 2;
  border-top: 1px solid var(--royal-blue);
  background-color: var(--200grey);
  margin-top: auto;
  padding-top: 10vh;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.atf-section._2 {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--alice-blue), white);
  background-color: var(--alice-blue);
  background-image: none;
  max-width: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16vh 0% 0;
  display: block;
}

.atf-section._2._3 {
  padding-bottom: 5vh;
  overflow: hidden;
}

.atf-section._3 {
  background-color: #fff;
  padding-bottom: 8vh;
}

.atf-section.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafb00;
  border-top-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 1200px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.atf-section.home.ending-cta {
  padding-bottom: 8vh;
}

.atf-section.home._90vh {
  align-content: space-around;
  min-height: 86vh;
  margin-bottom: auto;
  padding-top: 6vh;
}

.atf-section.home.investor {
  padding-top: 20vh;
}

.atf-section.home.no-bottom-margin {
  margin-bottom: auto;
}

.atf-section.home2 {
  border-bottom: 1px none var(--midnight-blue);
  background-color: var(--white);
  border-top-style: none;
  overflow: visible;
}

.atf-section.home2.hide {
  display: none;
}

.portal-screen {
  border: 1px solid var(--royal-blue);
  outline-color: var(--300grey);
  outline-offset: 0px;
  border-radius: 10px;
  outline-width: 1px;
  outline-style: solid;
  width: 75vw;
  max-width: 1366px;
  height: 100%;
  padding-left: 0;
  display: block;
  position: static;
  inset: auto -15% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.portal-screen.signup-page {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 1;
  width: 75vw;
  min-width: 1160px;
  max-width: none;
  height: auto;
  display: none;
  overflow: clip;
}

.left-col {
  padding: 10vh 5vw 128px;
}

.left-col.home {
  padding-top: 0;
  padding-left: 8vw;
  padding-right: 5vw;
}

.paragraph {
  color: var(--900-grey);
  max-width: 50ch;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.in-onboard-box {
  color: var(--900-grey);
  text-align: center;
  letter-spacing: .3px;
  -webkit-text-stroke-color: #3c302a;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #eff3f5;
  border-radius: 12px 12px 0 0;
  width: 100%;
  max-width: none;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph.in-onboard-box.abovestat {
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: var(--alice-blue) var(--alice-blue) var(--blanched-almond);
  color: var(--blanched-almond);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 6px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.2em;
  display: block;
}

.paragraph.center {
  text-align: center;
  margin-bottom: auto;
}

.paragraph.disclaimer {
  border-top: 1px solid var(--royal-blue);
  color: var(--400-grey);
  max-width: none;
  margin: auto 10vw 16px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.paragraph.disclaimer.no-padding {
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: auto;
}

.paragraph.disclaimer.no-padding.no-line {
  border-top-style: none;
  padding-top: 0;
}

.paragraph.disclaimer.dark {
  border-top-color: var(--steel-blue);
  color: var(--700-grey);
  margin-bottom: auto;
  margin-left: 10vw;
  margin-right: 10vw;
}

.paragraph.disclaimer.solo {
  border-top-style: none;
}

.paragraph.home {
  max-width: 60ch;
  font-size: 18px;
}

.paragraph.home.pagecenter {
  max-width: 57ch;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.undernumber {
  color: var(--blanched-almond);
  text-align: left;
  letter-spacing: .25px;
  text-transform: none;
  max-width: 26ch;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph._24px-padding {
  margin-bottom: 24px;
}

.paragraph._12px-padding {
  margin-bottom: 12px;
}

.paragraph.top-padding {
  color: var(--800grey);
  margin-top: 20px;
}

.heading-image-right {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  inset: 32px 0% 0% auto;
  overflow: hidden;
}

.heading-image-right.home {
  top: 0;
  overflow: clip;
}

.heading-image-right.no-stick {
  position: static;
}

.heading-image-right.signup-page {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  transform: translate(0, 32px);
}

.interlink {
  color: var(--steel-blue);
  width: auto;
  margin-top: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.interlink:hover {
  color: var(--900-grey);
}

.interlink.blog-tag {
  border: 1.5px solid var(--steel-blue);
  background-color: var(--alice-blue);
  border-radius: 40px;
  margin-top: auto;
  margin-bottom: 6px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.interlink.blog-tag:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.interlink.blog-head {
  color: var(--steel-blue);
  margin-bottom: auto;
  font-weight: 400;
}

.interlink.highlight {
  flex: 0 auto;
  align-self: flex-start;
}

.interlink.highlight:hover {
  color: var(--steel-blue);
}

.interlink.home {
  text-align: center;
  margin-top: 12px;
}

.review-box-label {
  color: #929fb0;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.review-box-label.home {
  color: #333;
  margin-top: 12px;
  margin-bottom: auto;
  font-weight: 500;
}

.text-span-44 {
  font-weight: 700;
}

.image-3 {
  width: 20vw;
  max-width: 192px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.para {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 26px;
}

.para.nopadding {
  color: var(--royal-blue);
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
}

.para.nopadding.light {
  color: var(--blanched-almond);
}

.para.nopadding.link {
  color: var(--royal-blue);
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.para.nopadding.link:hover {
  color: var(--blanched-almond);
  text-decoration: underline;
}

.card {
  border: 2.5px dotted var(--royal-blue);
  background-color: var(--alice-blue);
  color: #333;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 360px;
  padding: 32px;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  display: flex;
  box-shadow: 0 4px 10px #0000000f;
}

.card:hover {
  border-style: solid;
  border-color: var(--yellow);
  background-color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 6px 15px #00000017;
}

.card.w--current {
  cursor: pointer;
}

.card.home {
  cursor: auto;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: space-between;
  width: 48%;
  max-width: 640px;
  height: 100%;
  min-height: 496px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
  transition: all .15s, transform .15s, box-shadow .15s;
}

.card.home:hover {
  border-width: 1.5px;
  border-color: var(--alice-blue);
  background-color: var(--midnight-blue);
  background-image: linear-gradient(45deg, var(--royal-blue), var(--midnight-blue));
  border-radius: 14px;
}

.card.blog {
  background-color: var(--white);
  box-shadow: none;
  width: auto;
  min-height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.card.blog:hover {
  border-width: 2px;
  border-color: var(--yellow);
  background-color: var(--blanched-almond);
  box-shadow: 0 4px 10px #0000000f;
}

.card.not-link {
  border: 1.5px solid var(--steel-blue);
  background-color: var(--alice-blue);
  box-shadow: none;
  cursor: auto;
  min-height: 256px;
  margin-left: .5%;
  margin-right: .5%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.card.not-link:hover {
  border-color: var(--midnight-blue);
  box-shadow: none;
  transform: none;
}

.card-slider-mask {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.h2 {
  text-align: left;
  text-transform: none;
  object-fit: fill;
  flex: 1;
  align-self: auto;
  margin-top: auto;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.h2.center {
  text-align: center;
  max-width: 640px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

.h2.center.light {
  color: var(--blanched-almond);
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
}

.h2.center.light._2 {
  color: var(--royal-blue);
  text-align: left;
  letter-spacing: .3px;
  margin-bottom: auto;
  margin-left: 0;
}

.h2.center.light._3 {
  border-bottom: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  margin-bottom: 32px;
  padding-bottom: 12px;
  font-weight: 500;
}

.h2.center.bottom {
  max-width: 764px;
  margin-bottom: 32px;
}

.h2.center.bottom._2 {
  max-width: none;
}

.h2.center.light2_serif {
  color: var(--blanched-almond);
  -webkit-text-stroke-color: var(--blanched-almond);
  max-width: 756px;
  margin-bottom: 64px;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.h2.center.mobile {
  flex: 0 auto;
  display: none;
}

.h2.center.serif {
  max-width: 650px;
  font-family: Marcellus, sans-serif;
  font-size: 52px;
  font-weight: 400;
}

.h2.big {
  font-size: 48px;
}

.h2.big.home {
  letter-spacing: -1px;
  margin-top: 4px;
  font-family: Marcellus, sans-serif;
  font-size: 52px;
  font-weight: 400;
}

.h2.big.home.center {
  letter-spacing: -1px;
}

.h2.investor {
  text-align: left;
  max-width: none;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: auto;
  font-family: Marcellus, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.card-content-wrapper {
  font-style: normal;
  text-decoration: none;
}

.card-slide {
  cursor: default;
  flex-wrap: wrap;
  align-items: stretch;
  width: 33%;
  margin-bottom: 3%;
  padding-left: .5%;
  padding-right: .5%;
}

.card-slide._3 {
  flex: 0 auto;
  align-self: stretch;
  padding-left: 0%;
  padding-right: 0%;
}

.block-title {
  opacity: 1;
  color: var(--royal-blue);
  letter-spacing: 0;
  order: -1;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.block-title.review {
  color: var(--midnight-blue);
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: auto;
  margin: auto 12px auto auto;
  font-size: 2.5em;
  font-weight: 500;
}

.block-title.review.invest {
  color: var(--midnight-blue);
  margin-right: 16px;
  font-family: Marcellus, sans-serif;
  font-size: 3em;
}

.block-title.step-number {
  color: var(--blue-30);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--steel-blue);
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1em;
}

.card-slider {
  background-color: #0000;
  height: auto;
  margin-top: 48px;
}

.card-slider.no-padding {
  margin-top: 24px;
}

.right-left-cards {
  z-index: 999;
  background-color: var(--alice-blue);
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12vh 4vw 5vh;
  display: block;
  position: relative;
}

.right-left-cards.no-rightleftpad {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.right-left-cards.no-rightleftpad.white {
  background-color: var(--white);
  padding-bottom: 12vh;
}

.right-left-cards._4-card {
  padding-top: 0;
}

.stat-flexbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: stretch;
  width: 98vw;
  max-width: 1400px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.stat-flexbox._3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  max-width: 800px;
  margin-bottom: 0;
  display: grid;
  overflow: visible;
}

.stat-flexbox.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch center;
  width: 90vw;
  max-width: 800px;
  display: grid;
}

.stat-flexbox.side {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between space-around;
  place-items: stretch stretch;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 48px;
  display: grid;
}

.stat-flexbox._3-stat {
  justify-content: space-between;
  max-width: 1000px;
}

.stat-flexbox.grid-version {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center stretch;
  width: 95vw;
  margin-top: 48px;
  margin-bottom: auto;
  display: grid;
  transform: translate(2vw);
}

.dark-ssection {
  z-index: 999;
  background-color: var(--midnight-blue);
  background-image: none;
  padding-top: 64px;
  padding-bottom: 56px;
  position: relative;
  transform: rotate(0);
}

.dark-ssection.up {
  margin-top: -12px;
  padding-top: 56px;
  padding-bottom: 24px;
}

.dark-ssection.pad {
  z-index: 999;
  border-top: 1px solid var(--midnight-blue);
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 8vh;
}

.dark-ssection.home {
  border-top: 1px none var(--midnight-blue);
  background-color: var(--midnight-blue);
  margin-top: 32px;
  padding-top: 56px;
  padding-bottom: 8px;
  transform: none;
}

.dark-ssection.home.hide {
  display: none;
}

.dark-ssection.fullbutton {
  padding-bottom: 32px;
}

.dropdown-toggle {
  z-index: 9999;
  border: 1px none var(--400-grey);
  color: var(--900-grey);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px 0 16px 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.dropdown-toggle:hover {
  color: #404859;
}

.dropdown-toggle.w--open {
  color: var(--900-grey);
  background-color: #eff3f5;
}

.dropdown {
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}

.image-5 {
  order: 1;
  align-self: stretch;
  width: 48px;
  height: auto;
  margin: 3px auto auto;
  display: block;
}

.signupcase {
  z-index: 999;
  border: 2.5px dotted var(--midnight-blue);
  background-color: #fff;
  border-radius: 12px;
  max-width: 640px;
  margin-top: 48px;
  margin-left: 0;
  margin-right: auto;
  padding: 0 0 24px;
  position: relative;
  box-shadow: 0 1px 10px #12253626;
}

.signupcase.center {
  margin-left: auto;
}

.signup {
  margin-left: 40px;
  padding-right: 40px;
}

.signup.invest {
  flex: 0 auto;
  width: 60vw;
  max-width: 800px;
  margin: 10vh auto;
  padding-top: 24px;
  padding-right: 0;
}

.very-small-subtext {
  color: #929fb0;
  padding-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.very-small-subtext._12pt {
  color: #929fb0;
  max-width: none;
  margin-top: 4px;
  margin-bottom: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 22px;
}

.flex-block {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0;
}

.form-block {
  margin-bottom: auto;
  display: block;
}

.number {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  max-width: 100%;
  height: auto;
  margin: auto auto auto 0;
  padding-bottom: 4px;
  padding-left: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
  position: static;
  overflow: visible;
}

.number.home {
  color: var(--white);
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.number.nopad {
  letter-spacing: 0;
  padding-left: 0;
  font-size: 2.5em;
}

.number.button {
  box-sizing: border-box;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  object-fit: contain;
  flex: 1;
  align-self: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.number.button:hover {
  color: var(--blanched-almond);
}

.div-block-4319 {
  box-sizing: content-box;
  aspect-ratio: 2.39;
  border-style: none none none dotted;
  border-width: 1px 1px 1px 2px;
  border-color: var(--alice-blue) var(--alice-blue) var(--alice-blue) var(--blanched-almond);
  color: var(--100-grey);
  text-align: center;
  object-fit: scale-down;
  border-radius: 0;
  flex: 1;
  max-width: none;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 20px;
}

.div-block-4319.insidegrid {
  aspect-ratio: auto;
  border-left-width: 2.5px;
  width: auto;
  min-height: 128px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-4319.button {
  aspect-ratio: auto;
  border-top: 2px dotted var(--midnight-blue);
  border-right: 2px dotted var(--blanched-almond);
  border-bottom: 2px dotted var(--midnight-blue);
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.div-block-4319.button:hover {
  border: 1px solid var(--blanched-almond);
  color: var(--blanched-almond);
  border-radius: 8px;
}

.div-block-4320 {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 15vw;
  height: auto;
  margin-top: 8px;
  margin-bottom: auto;
  display: flex;
}

.div-block-4320._25 {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-start;
  max-width: 20vw;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  bottom: 0;
}

.sun-2 {
  color: #bb8d2f;
  background-color: #0000;
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0;
}

.holder {
  z-index: 999;
  border-top: 1px solid var(--royal-blue);
  background-color: #0000;
  background-image: linear-gradient(#fff 17%, #fff6 75%);
  width: auto;
  margin-top: -64px;
  margin-bottom: auto;
  padding-top: 20vh;
  padding-bottom: 17vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.holder.end {
  border-top-style: solid;
  border-top-color: var(--royal-blue);
  background-color: #fff;
  background-image: none;
  width: auto;
  margin-top: -80px;
  padding-top: 19vh;
  padding-bottom: 15vh;
}

.holder.end.double-line {
  border-bottom: 1px solid var(--royal-blue);
  border-top-style: solid;
  margin-top: auto;
  padding-top: 15vh;
  padding-bottom: 13vh;
}

.holder.end-2 {
  border-top-style: solid;
  border-top-color: var(--400-grey);
  background-color: var(--white);
  background-image: none;
  margin-top: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.holder.end-2.forfooter {
  border-top-style: solid;
  border-top-color: var(--400-grey);
  background-color: var(--midnight-blue);
  margin-top: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.holder.less-padding {
  margin-top: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.div-block-4321 {
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-4321.home {
  max-width: 63vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.h1-2 {
  z-index: 999;
  color: var(--midnight-blue);
  text-align: left;
  max-width: 960px;
  margin: auto auto 12px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}

.h1-2.center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
}

.h1-2.serif {
  font-family: Marcellus, sans-serif;
  font-size: 68px;
  font-weight: 400;
}

.h1-2.home {
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  max-width: 13ch;
  margin-left: 2vw;
  margin-right: 2vw;
  font-family: Marcellus, sans-serif;
  font-size: 72px;
  font-weight: 400;
}

.h1-2.home.invest {
  letter-spacing: -1px;
  width: 16ch;
  max-width: none;
}

.paragraph-2 {
  color: var(--midnight-blue);
  max-width: 60ch;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-2.center {
  z-index: 999;
  color: var(--midnight-blue);
  text-align: center;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  position: relative;
}

.paragraph-2.caps-head {
  color: #404859;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-2.home {
  text-align: center;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.paragraph-2.blog {
  margin-left: 0;
  margin-right: auto;
  font-size: 20px;
}

.div-block-4322 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 95vh;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-6 {
  filter: saturate(73%) brightness(118%);
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: block;
  position: fixed;
  inset: auto 0% 0 auto;
  overflow: hidden;
}

.image-6.show {
  width: 100vw;
}

.image-7 {
  width: auto;
  height: 36px;
}

.dropdown-cae {
  border: 1.5px solid var(--400-grey);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 8px;
  padding-right: 16px;
}

.dropdown-cae.dropdown-toggle {
  background-color: var(--white);
  border-width: 1.5px;
  border-radius: 10px;
  margin-top: 14px;
}

.div-block-4323 {
  z-index: 999;
  margin-left: 5vw;
  padding-bottom: 10vw;
  position: relative;
}

.div-block-4323.center {
  margin-left: auto;
}

.div-block-4323._2 {
  padding-bottom: 5vh;
}

.div-block-4323._2.home {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}

.div-block-4323.blog {
  flex: 0 auto;
  max-width: none;
  height: auto;
  margin: 0 auto auto 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-text {
  margin-top: auto;
  margin-bottom: auto;
}

.cta-text.dropdown {
  margin-right: 3px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.learn_wrapper {
  padding-right: 13vw;
  position: sticky;
  top: 34%;
}

.learn_wrapper.home {
  width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 10vw;
  padding-right: 2vw;
  position: static;
  top: 28vh;
  bottom: 256px;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-flex-h {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 78%;
  display: flex;
}

.container.cc-flex-h.home {
  color: #bb8d2f;
  width: 100%;
  max-width: none;
  margin-top: 5vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 56px;
  position: relative;
}

.col-left {
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  position: relative;
}

.col-right {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.col-right.home {
  flex: 0 auto;
  align-self: flex-start;
  height: 100%;
  margin-left: 5vw;
  margin-right: 10vw;
  position: sticky;
  top: 50vh;
  bottom: 5vh;
}

.h5 {
  color: var(--steel-blue);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4em;
}

.h5.sun-2 {
  color: var(--900-grey);
}

.h5.no-padding {
  margin-bottom: 6px;
  line-height: 1.1em;
}

.h5.center {
  align-self: center;
}

.h5.smaller {
  margin-top: 2px;
  margin-bottom: 12px;
  font-size: 18px;
}

.about-text {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 384px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.single-team-member {
  flex: 0 auto;
  align-self: stretch;
  margin-left: 16px;
  margin-right: 16px;
}

.about-image {
  border: 1px solid #355c7d;
  border-radius: 8px;
  width: 100%;
  max-width: 192px;
  display: inline-block;
  overflow: hidden;
}

.about-us-div {
  background-color: #fff;
  padding-top: 10vh;
  position: relative;
}

.team-inner {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.heading {
  margin-top: 8px;
  margin-bottom: 0;
}

.heading.serif {
  font-family: Marcellus, sans-serif;
}

.chart {
  border: 1px #000;
  max-width: 100%;
  margin-bottom: 12px;
  margin-left: auto;
  position: relative;
}

.image-8 {
  vertical-align: bottom;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 160px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.grid-2 {
  grid-template-columns: 1.5fr 1fr;
  margin-left: 5vw;
  position: relative;
}

.image-9 {
  max-width: 85%;
  max-height: 90%;
  margin: -1vh 10vw auto auto;
  padding-left: 3vw;
  position: relative;
  top: 0;
}

.div-block-4325 {
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 10px;
}

.div-block-4326 {
  flex-flow: column;
  display: flex;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  flex: 1;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
}

.text-span-45 {
  font-weight: 600;
}

.dropdown-list {
  z-index: 2000;
  position: fixed;
}

.dropdown-list.w--open {
  border: 2px dotted var(--royal-blue);
  color: var(--900-grey);
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  width: 25vw;
  min-width: auto;
  height: auto;
  margin-top: auto;
  padding: 16px 0;
  position: absolute;
  top: 48px;
  left: auto;
  right: 0;
  box-shadow: 2px 2px 10px #000f3d1a;
}

.collection-list-2 {
  color: #6e7889;
  border-top: 1px #4e8aff;
  width: auto;
  margin: auto 32px 24px;
  padding-top: 8px;
}

.explore {
  color: #2a2f3c;
  border: 1px #000;
  border-bottom: 1px solid #4e8aff;
  margin: 32px 32px 0 48px;
  padding: 8px 4px 0 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35em;
  display: inline-block;
}

.topics-dropdown {
  z-index: 9999;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  font-weight: 500;
  display: block;
}

.collection-item-3 {
  direction: ltr;
  color: var(--700-grey);
  white-space: nowrap;
  word-break: normal;
  border: 1px #000;
  border-radius: 8px;
  width: auto;
  margin: auto 12px;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.collection-item-3:hover {
  background-color: var(--alice-blue);
  font-weight: 600;
}

.collection-list-wrapper-3 {
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.icon-3 {
  margin: auto 12px auto auto;
  font-size: 15px;
}

.icon-3:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.dropdown-toggle-2 {
  color: var(--midnight-blue);
  border: 1px solid #eff3f500;
  border-radius: 12px;
  align-self: stretch;
  margin-top: 2px;
  margin-right: 0;
  padding: 12px 32px 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.dropdown-toggle-2:hover {
  color: var(--steel-blue);
  font-weight: 500;
}

.dropdown-toggle-2.w--open {
  border: 1px none var(--steel-blue);
  color: var(--steel-blue);
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}

.dropdown-toggle-2.w--open:hover {
  background-color: #edf5fc;
  font-weight: 600;
}

.dropdown-toggle-2.w--open:active {
  color: #000f3d;
  background-color: #0000;
  border-color: #4e8aff;
}

.dropdown-toggle-2.w--open:focus {
  border-color: #4e8aff;
}

.nav-dropdown-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.magic-link {
  z-index: 2;
  color: var(--royal-blue);
  margin-bottom: -.25rem;
  margin-left: -.5rem;
  margin-right: auto;
  padding: .25rem .5rem;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-small {
  color: var(--midnight-blue);
  letter-spacing: -.5px;
  -webkit-text-stroke-color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Marcellus, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25em;
}

.imagehome {
  width: 100%;
  max-width: none;
  height: auto;
  position: sticky;
  top: 0;
}

.imagehome._2 {
  box-sizing: border-box;
  object-fit: fill;
  object-position: 100% 50%;
  width: auto;
  height: 100vh;
  margin-left: auto;
  margin-right: 0;
  overflow: visible;
}

.flex-block-2 {
  flex-flow: row;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.italic {
  font-style: italic;
}

.light {
  color: var(--700-grey);
}

.bullet {
  z-index: 9999;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.bullet.review {
  object-fit: none;
  flex-flow: wrap-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  vertical-align: top;
  flex: 0 auto;
  align-self: flex-start;
  width: 22px;
  max-width: none;
  height: auto;
  margin-top: 1px;
  margin-bottom: auto;
  margin-right: 8px;
}

.div-block-4331 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 640px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review {
  align-self: center;
  width: 50%;
  max-width: 50%;
  margin-left: 12px;
  margin-right: auto;
}

.review-image {
  width: auto;
  height: 32px;
  margin-left: 0;
  margin-right: auto;
}

.review-image.google {
  width: auto;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -2px;
}

.tab_text-wrapper {
  overflow: hidden;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

.row.flex-center {
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: #0000;
  border-left: 2px solid #0000;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link:hover {
  border-left-color: var(--blanched-almond);
  opacity: .6;
  text-decoration: none;
}

.tab-link.w--current {
  border-left: 2px dotted var(--blanched-almond);
  opacity: 1;
  background-color: #0000;
  align-self: flex-start;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: none;
  align-self: stretch;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.col._2col.tab-menu {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  padding-right: 48px;
  display: flex;
}

.tab_pane {
  height: 100%;
  margin: auto;
  overflow: visible;
}

.container-2 {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: var(--white);
  margin-top: auto;
  font-size: 40px;
  line-height: 1.1em;
}

.blog-title-container {
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  height: 64vh;
  margin: 8vh 8vw 12vh;
  padding-top: 8vh;
  padding-bottom: 10vh;
}

.blog-title-container.short {
  height: 60vh;
}

.blog-body {
  background-color: var(--white);
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10vh;
  padding-left: 8vw;
  padding-right: 8vw;
  font-size: 18px;
  line-height: 1.6em;
}

.blog-body-rte {
  max-width: 60ch;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 10vh;
}

.blog-body-rte p {
  max-width: 60ch;
  margin-bottom: 1.25em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.blog-body-rte h2 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.4em;
}

.blog-body-rte li {
  max-width: 60ch;
  margin-bottom: 6px;
  font-size: 18px;
}

.blog-body-rte ol, .blog-body-rte ul {
  margin-bottom: 12px;
}

.blog-body-rte a {
  border-bottom: 2px solid var(--alice-blue);
  color: var(--steel-blue);
  font-weight: 500;
  text-decoration: none;
}

.blog-body-rte a:hover {
  background-color: var(--alice-blue);
}

.blog-body-rte blockquote {
  border-left-width: 3px;
  border-left-color: var(--steel-blue);
  color: var(--midnight-blue);
  max-width: 65ch;
  font-family: Nanum Myeongjo, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6em;
}

.blog-body-rte h3 {
  color: var(--900-grey);
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.4em;
}

.blog-body-rte h4 {
  font-size: 16px;
  line-height: 1.6em;
}

.blog-body-rte img {
  box-sizing: border-box;
  float: left;
  clear: none;
  object-fit: fill;
  max-width: 100%;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  position: static;
  left: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.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;
}

.listing-top-div {
  z-index: 1;
  color: #2a2f3c;
  background-color: #f9fafb;
  background-image: radial-gradient(circle at 50% 20%, #f9fafb, #eff3f5 32%, #ccd3db 65%, #fff);
  border: 1px #ccd3db;
  border-top-style: solid;
  border-radius: 0;
  padding: 10vh 5vw 15vh 0;
  position: relative;
  overflow: hidden;
  transform: translate(0, -10px);
}

.listing-top-div.collection {
  background-image: none;
  padding-top: 8vh;
  padding-bottom: 10vh;
  padding-right: 0;
  overflow: visible;
  transform: translate(0, -10px);
}

.listing-top-div.collection.noline {
  z-index: 2;
  background-color: #fff;
  border-top-style: none;
  padding-top: 3vh;
  padding-bottom: 5vh;
  transform: none;
}

.all-collection-heading {
  color: #2a2f3c;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 32px;
}

.review-box-label-2 {
  color: #929fb0;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.review-box-label-2.collection {
  color: var(--700-grey);
  text-align: left;
  width: 100%;
  margin-bottom: auto;
  padding-left: 2px;
  font-size: 16px;
}

.all-collection {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-description {
  color: #2a2f3c;
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}

.collection-single {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-tabs-content {
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

.home-tabs-content.cateogory-page {
  background-color: #0000;
  max-width: none;
  height: auto;
  margin: auto 8vw 2vh;
  padding: 0 0 0;
  position: relative;
}

.home-tabs {
  color: #929fb0;
  background-image: linear-gradient(#fff0, #fff 30% 30%);
  width: auto;
  margin-top: 5vh;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-bottom: 5vh;
  margin-left: 8vw;
  margin-right: 8vw;
  display: block;
}

.tab-link-2 {
  background-color: var(--300grey);
  color: #6e7889;
  text-align: center;
  border-radius: 20px;
  flex: 0 auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-2.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
  margin-left: 0;
}

.tabs-content {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.yellow-highlight {
  color: var(--yellow);
  font-weight: 600;
}

.no-underline-link-block {
  flex: 0 auto;
  padding: 32px;
  text-decoration: none;
  display: block;
}

.table_cell {
  width: 50%;
  margin: 10px 10px 10px auto;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.table_row {
  border-bottom: 6px solid var(--white);
  height: 34%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}

.table_head {
  background-color: var(--300grey);
}

.table_component {
  width: 100%;
  max-width: 65ch;
}

.centered-text-div {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 7vh;
}

.social-icon {
  margin-right: 20px;
}

.image-11 {
  filter: brightness(85%);
  width: 32px;
}

.image-11.light {
  filter: none;
}

.footer-text {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.footer-text.plain {
  color: var(--400-grey);
  margin-top: auto;
}

.footer-text.plain.dark {
  color: var(--700-grey);
}

.footer {
  z-index: 999;
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  border-bottom: 1px none var(--royal-blue);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 4.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-top: auto;
  padding: 48px 10vw;
  display: grid;
  position: relative;
}

.social-icon-2 {
  margin-right: 20px;
}

.logo-2 {
  width: 200px;
  max-width: none;
  height: auto;
}

.footer-head {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.footer-head.dark {
  color: var(--steel-blue);
}

.footer-link {
  color: var(--400-grey);
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

.footer-link.dark {
  color: var(--700-grey);
}

.social-media-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.footer-column-logo {
  flex-flow: column;
  margin-right: 48px;
  display: flex;
}

.full_width {
  width: 100vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.quick-stack {
  margin-top: 8vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 5vw;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 5vw;
}

.medium-italic {
  color: var(--midnight-blue);
  font-style: italic;
  font-weight: 500;
}

.div-block-4332 {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.banner {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  text-align: center;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.caps {
  text-transform: uppercase;
  margin-left: auto;
}

.banner-link {
  color: var(--900-grey);
  margin-left: 10px;
  font-weight: 500;
  text-decoration: none;
}

.banner-link:hover {
  text-decoration: underline;
}

.hide {
  display: none;
}

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

.bold {
  font-weight: 600;
}

.link-2 {
  text-decoration: underline;
}

.success-box {
  border: 2px solid var(--green-60);
  color: #466849;
  background-color: #fafcfc;
  border-radius: 12px;
  font-size: 18px;
}

.error-box {
  color: #260f0c;
  background-color: #ffdad6;
  border: 1px solid #c94f4a;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hamburger-menu-hm11 {
  perspective: 1000px;
  justify-content: center;
}

.hamburger-menu-hm11.w--open {
  background-color: #0000;
}

.navigation-right-2 {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.top-bar-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cross-bar-1-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: none;
  position: absolute;
  inset: 18px auto auto;
}

.cross-bar-2-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: none;
  position: absolute;
  inset: auto auto 18px;
}

.topics-dropdown-2 {
  z-index: 9999;
  color: #000f3d;
  flex-direction: row;
  flex: 1;
  order: 2;
  justify-content: flex-end;
  align-self: center;
  font-weight: 500;
  display: flex;
}

.logo-3 {
  width: 96px;
  max-width: none;
  height: auto;
}

.middle-bar-hm11 {
  text-align: center;
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin: 12px auto;
}

.bottom-bar-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.divider-line {
  border: 1px dotted var(--steel-blue);
  background-color: var(--400-grey);
  height: .5px;
  margin: 12px auto;
}

.nav-menu-2 {
  display: flex;
}

.hamburger-menu-hm11-2 {
  perspective: 1000px;
  justify-content: center;
}

.hamburger-menu-hm11-2.w--open {
  background-color: #0000;
}

.mainbutton-3 {
  color: #fff;
  text-align: center;
  background-color: #4e8aff;
  border: 1.5px solid #4e8aff;
  border-radius: 4px;
  width: auto;
  margin-top: 12px;
  margin-right: 16px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.mainbutton-3.ocean {
  background-image: linear-gradient(45deg, #4e8aff, #80d8ff);
  border: 2px #0000;
  border-radius: 8px;
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  transition: all .4s;
  display: inline-block;
  position: static;
  box-shadow: inset 5px -3px #2655d6;
}

.mainbutton-3.ocean:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4e8aff;
  background-image: none;
}

.mainbutton-3.ocean.navigation {
  color: #4e8aff;
  background-color: #0000;
  background-image: none;
  border: 1px solid #4e8aff;
  border-radius: 4px;
  margin: auto 48px auto 16px;
  padding: 9px 2.5vw;
  font-size: 14px;
  box-shadow: inset 3px -2px #b8d9fe;
}

.mainbutton-3.ocean.navigation:hover {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #78bafc;
}

.dropdown-list-3 {
  z-index: 2000;
  position: fixed;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border: 2px solid #929fb0;
  border-radius: 4px;
  width: 384px;
  height: auto;
  padding-top: 0;
  position: absolute;
  top: 56px;
  left: auto;
  box-shadow: 0 0 10px #000f3d0d, inset 7px -4px #dfe4eb;
}

.text-block-9 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.collection-item-5 {
  width: 100%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-3 {
  color: #3f0a3d;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 12px;
  display: flex;
}

.icon-7 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 12px;
}

.icon-7:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.dropdown-toggle-4 {
  color: #404859;
  border: 1px solid #eff3f500;
  align-self: stretch;
  margin-top: 2px;
  margin-right: 0;
  padding: 8px 28px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.dropdown-toggle-4:hover {
  color: #4e8aff;
  font-weight: 600;
}

.dropdown-toggle-4.w--open {
  color: #4e8aff;
  background-color: #0000;
  border: 2px solid #4e8aff;
  border-radius: 4px;
  padding-right: 32px;
}

.dropdown-toggle-4.w--open:hover {
  background-color: #edf5fc;
  font-weight: 600;
}

.dropdown-toggle-4.w--open:active {
  color: #000f3d;
  background-color: #0000;
  border-color: #4e8aff;
}

.dropdown-toggle-4.w--open:focus {
  border-color: #4e8aff;
}

.nav-link-3 {
  color: #404859;
  text-align: center;
  letter-spacing: .5px;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 12px 18px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.nav-link-3:hover {
  color: #4e8aff;
  font-weight: 600;
}

.nav-link-3.w--current {
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #4e8aff, #80d8ff);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-size: 14px;
  font-weight: 600;
}

.nav-link-3._2 {
  order: 1;
  margin-left: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link-3._1 {
  order: 2;
  padding-left: 14px;
  padding-right: 12px;
}

.hamburger-menu-hm11-3 {
  perspective: 1000px;
  justify-content: center;
}

.hamburger-menu-hm11-3.w--open {
  background-color: #0000;
}

.mainbutton-4 {
  color: #fff;
  text-align: center;
  background-color: #4e8aff;
  border: 1.5px solid #4e8aff;
  border-radius: 4px;
  width: auto;
  margin-top: 12px;
  margin-right: 16px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.mainbutton-4.ocean {
  background-image: linear-gradient(45deg, #4e8aff, #80d8ff);
  border: 2px #0000;
  border-radius: 8px;
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  transition: all .4s;
  display: inline-block;
  position: static;
  box-shadow: inset 5px -3px #2655d6;
}

.mainbutton-4.ocean:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4e8aff;
  background-image: none;
}

.mainbutton-4.ocean.navigation {
  color: #4e8aff;
  background-color: #0000;
  background-image: none;
  border: 1px solid #4e8aff;
  border-radius: 4px;
  margin: auto 48px auto 16px;
  padding: 9px 2.5vw;
  font-size: 14px;
  box-shadow: inset 3px -2px #b8d9fe;
}

.mainbutton-4.ocean.navigation:hover {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #78bafc;
}

.search-cont-navigation {
  background-color: #dfe4eb;
  border: 1px solid #eff3f5;
  border-radius: 4px;
  order: 0;
  align-self: center;
  width: 100%;
  height: 40px;
  margin-top: 2px;
  margin-left: 5vw;
  margin-right: 8px;
  position: relative;
}

.search-cont-navigation.mobile {
  display: none;
}

.dropdown-list-4 {
  z-index: 2000;
  position: fixed;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border: 2px solid #929fb0;
  border-radius: 4px;
  width: 384px;
  height: auto;
  padding-top: 0;
  position: absolute;
  top: 56px;
  left: auto;
  box-shadow: 0 0 10px #000f3d0d, inset 7px -4px #dfe4eb;
}

.search-button {
  background-color: #dfe4eb;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: center;
  width: 40px;
  height: 35px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 1px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
}

.search-button:focus {
  background-color: #edf5fc;
}

.navigation-container-2 {
  z-index: 2000;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.search-input {
  background-color: #0000;
  border: 1px #000;
  border-radius: 4px;
  flex: 1;
  width: 100%;
  margin-bottom: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.search-input:focus {
  background-color: #edf5fc;
  border: 1.5px solid #4e8aff;
}

.search-input::placeholder {
  color: #929fb0;
}

.search {
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.search:focus {
  border: 1px solid #000;
}

.collection-item-6 {
  width: 100%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.navigation-left-2 {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 12px;
}

.icon-2:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.nav-link-4 {
  color: #404859;
  text-align: center;
  letter-spacing: .5px;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 12px 18px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.nav-link-4:hover {
  color: #4e8aff;
  font-weight: 600;
}

.nav-link-4.w--current {
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #4e8aff, #80d8ff);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-size: 14px;
  font-weight: 600;
}

.nav-link-4._2 {
  order: 1;
  margin-left: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link-4._1 {
  order: 2;
  padding-left: 14px;
  padding-right: 12px;
}

.grid-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

@media screen and (max-width: 991px) {
  .mainbutton {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
  }

  .nav_button {
    flex: 0 auto;
    display: block;
  }

  .navigation-left {
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .atf-section {
    padding-bottom: 3vw;
  }

  .atf-section._2 {
    padding-top: 15vh;
  }

  .paragraph, .paragraph.home {
    font-size: 20px;
  }

  .heading-image-right.home, .heading-image-right.signup-page {
    display: none;
  }

  .h2.center {
    font-size: 40px;
  }

  .h2.center.light {
    text-align: left;
    margin-bottom: 32px;
    margin-left: 5vw;
    font-size: 20px;
    font-weight: 500;
  }

  .h2.center.mobile {
    display: inline-flex;
  }

  .h2.big {
    font-size: 40px;
  }

  .h2.big.home {
    font-size: 48px;
  }

  .card-slide {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .block-title {
    font-size: 1.5em;
  }

  .card-slider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .right-left-cards {
    max-width: none;
    padding-top: 10vh;
    padding-bottom: 6vh;
  }

  .stat-flexbox {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    align-items: stretch;
  }

  .stat-flexbox.grid-version {
    grid-template-columns: 1fr 1fr;
  }

  .signupcase {
    max-width: none;
    margin: 24px auto 48px 0;
  }

  .signup.invest {
    width: auto;
    margin-left: 8vw;
    margin-right: 8vw;
    padding-bottom: 48px;
  }

  .div-block-4319 {
    flex: 0 auto;
    margin-left: 0;
  }

  .div-block-4319.insidegrid {
    min-height: 8px;
  }

  .div-block-4320 {
    max-width: none;
  }

  .holder {
    margin-top: auto;
  }

  .div-block-4321.home {
    max-width: none;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-2 {
    text-align: left;
    font-size: 56px;
  }

  .h1-2.home.invest {
    width: auto;
  }

  .paragraph-2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .image-6 {
    margin-top: 200px;
  }

  .div-block-4323, .div-block-4323.center {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .learn_wrapper {
    margin-bottom: 40px;
    padding-left: 13vw;
  }

  .learn_wrapper.home {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cc-flex-h {
    flex-direction: column;
  }

  .container.cc-flex-h.home {
    width: auto;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .col-left {
    margin-left: auto;
    margin-right: auto;
  }

  .col-right {
    align-self: stretch;
    margin-top: 24px;
  }

  .col-right.home {
    position: relative;
    top: auto;
    bottom: auto;
  }

  .div-block-4325 {
    display: none;
  }

  .row.flex-center {
    flex-flow: column;
  }

  .tab-link {
    padding-right: 0%;
  }

  .col._2col.tab-menu {
    flex-flow: row;
    max-width: 100%;
    padding-left: 48px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .tab-link-2, .tab-link-2.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    grid-template-columns: 2.5fr 1fr;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .quick-stack {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .cell {
    padding-left: 0;
  }

  .hamburger-menu-hm11 {
    display: block;
  }

  .navigation-right-2 {
    flex: 0 auto;
    display: block;
  }

  .top-bar-hm11, .middle-bar-hm11, .bottom-bar-hm11, .hamburger-menu-hm11-2 {
    display: block;
  }

  .icon-6 {
    display: none;
  }

  .nav-menu-3 {
    background-color: #fff0;
    flex-direction: row;
    height: auto;
  }

  .menu-button-4 {
    color: #3f0a3d;
    border: 1px #3f0a3d1a;
    padding: 0;
    display: block;
  }

  .menu-button-4.w--open {
    background-color: #3f0a3d;
    border-color: #02676b;
  }

  .nav-link-3 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hamburger-menu-hm11-3, .search-cont-navigation {
    display: none;
  }

  .navigation-container-2 {
    min-height: auto;
    position: relative;
  }

  .icon {
    display: none;
  }

  .navigation-left-2 {
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .menu-button-2 {
    color: #3f0a3d;
    border: 1px #3f0a3d1a;
    padding: 0;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #3f0a3d;
    border-color: #02676b;
  }

  .nav-link-4 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .mainbutton.filled.left {
    min-width: auto;
  }

  .nav_button {
    display: block;
  }

  .nav_button.hide, .logo {
    display: none;
  }

  .navigation-left {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .atf-section.home {
    margin-bottom: 0;
  }

  .atf-section.home._90vh {
    min-height: 88vh;
    padding-top: 11vh;
  }

  .portal-screen {
    display: none;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.disclaimer {
    margin-left: 32px;
    margin-right: 32px;
  }

  .paragraph._24px-padding {
    margin-bottom: 16px;
  }

  .card.home {
    width: 100%;
    margin-bottom: 24px;
  }

  .card.home:hover {
    background-color: var(--white);
    background-image: none;
  }

  .card-slider-mask {
    display: block;
  }

  .h2.center {
    text-align: left;
  }

  .h2.center.light._3 {
    text-align: center;
    margin-left: auto;
  }

  .h2.center.light2_serif {
    text-align: left;
  }

  .card-slide {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .card-slider {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .right-left-cards {
    overflow: hidden;
  }

  .right-left-cards.no-rightleftpad {
    padding-left: 32px;
  }

  .right-left-cards.no-rightleftpad.white {
    padding-bottom: 9vh;
  }

  .stat-flexbox.home {
    grid-template-columns: 1fr;
    place-items: stretch start;
  }

  .stat-flexbox._3-stat {
    width: 90vw;
  }

  .stat-flexbox.grid-version {
    width: 95vw;
  }

  .dark-ssection.up {
    margin-top: 0;
    padding-bottom: 16px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    overflow: visible;
  }

  .dark-ssection.desktop-only {
    display: none;
  }

  .div-block-4320 {
    max-width: none;
  }

  .holder.end-2 {
    margin-top: auto;
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .div-block-4321.home {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-2.blog {
    word-break: break-all;
  }

  .div-block-4323._2.home {
    padding-bottom: 12px;
  }

  .learn_wrapper {
    text-align: center;
  }

  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.cc-flex-h {
    flex-direction: column;
  }

  .container.cc-flex-h.home {
    padding-left: 0;
    padding-right: 0;
  }

  .col-right.home {
    margin-left: auto;
    margin-right: auto;
  }

  .h5.sun-2 {
    text-align: left;
  }

  .about-text {
    max-width: none;
    margin-left: 0;
  }

  .single-team-member {
    margin-top: 48px;
    margin-left: 0;
  }

  .single-team-member._1 {
    margin-top: 12px;
  }

  .about-us-div {
    padding-left: 32px;
    padding-right: 32px;
  }

  .team-inner {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-left: auto;
    overflow: visible;
  }

  .topics-dropdown {
    flex: 0 auto;
  }

  .nav-dropdown-box {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-small {
    font-size: 2.25rem;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .review-image {
    height: 28px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .review-image.google {
    height: 36px;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.flex-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col._2col.tab-menu {
    flex-flow: column;
  }

  .blog-body {
    padding-top: 8vh;
  }

  .blog-body-rte blockquote {
    font-size: 18px;
  }

  .blog-body-rte img {
    max-width: none;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .listing-top-div.collection.noline {
    padding-top: 5vh;
  }

  .all-collection {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .home-tabs-content.cateogory-page {
    margin-left: 32px;
    margin-right: 32px;
  }

  .tabs-menu {
    margin-left: 32px;
    margin-right: auto;
  }

  .tab-link-2 {
    white-space: nowrap;
  }

  .table_cell {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    margin-bottom: auto;
    top: auto;
    bottom: auto;
  }

  .centered-text-div {
    padding: 7vh 32px 5vh;
  }

  .footer {
    grid-template-columns: 2.5fr 1fr;
    padding: 12px 32px 24px;
    transform: translate(0);
  }

  .quick-stack {
    margin-top: 48px;
    padding-bottom: 0;
  }

  .hamburger-menu-hm11, .navigation-right-2, .top-bar-hm11, .middle-bar-hm11, .bottom-bar-hm11, .hamburger-menu-hm11-2 {
    display: block;
  }

  .nav-menu-3 {
    width: 100vw;
    height: 100vh;
  }

  .menu-button-4 {
    display: block;
  }

  .hamburger-menu-hm11-3, .search-cont-navigation {
    display: none;
  }

  .navigation-left-2 {
    justify-content: space-between;
    width: 100%;
  }

  .menu-button-2 {
    display: block;
  }

  .grid-collection {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .mainbutton {
    display: block;
  }

  .mainbutton.filled {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .mainbutton.filled.padding {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .mainbutton.filled.padding.secondbottom.bottom-padding {
    margin-bottom: 32px;
  }

  .mainbutton.filled.padding.lightblue {
    width: 100%;
  }

  .mainbutton.filled.left {
    min-width: auto;
    max-width: none;
  }

  .mainbutton.filled.nav {
    max-width: none;
    margin-left: 10px;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mainbutton.light {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .mainbutton.light._2 {
    background-color: #ffffff80;
    width: auto;
    max-width: none;
    margin-right: auto;
    font-size: 16px;
  }

  .mainbutton.light._2.mobile {
    display: inline-block;
  }

  .nav_button {
    display: block;
  }

  .logo {
    width: auto;
    height: 40px;
    display: block;
  }

  .nav01 {
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10vw;
    padding-right: 5vw;
  }

  .nav01._2 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav01.listing {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 8px;
  }

  .nav-container {
    height: 9vh;
  }

  .nav-container.with-banner {
    height: auto;
  }

  .navigation-left {
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    z-index: 2000;
  }

  .navigation-container {
    height: 8vh;
  }

  .body {
    background-image: linear-gradient(0deg, #ebf6ff4d, #ebf6ff99 24%, var(--alice-blue)), url('../images/Vector_1.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, 17%;
  }

  .body.nothome {
    background-color: var(--white);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .columns-2 {
    margin-top: 0;
  }

  .columns-2.home {
    padding-top: 0;
  }

  .atf-section {
    margin-top: auto;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .atf-section._2 {
    padding-top: 96px;
  }

  .atf-section._2._3 {
    filter: brightness();
    background-image: linear-gradient(#fffc, #fffc), url('../images/chuttersnap-awL_YCtPGv4-unsplash.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 96px;
    padding-bottom: 0;
  }

  .atf-section._3 {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .atf-section.home {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 13vh;
    padding-left: 32px;
    padding-right: 32px;
  }

  .atf-section.home.ending-cta {
    padding-top: 8vh;
    padding-bottom: 7vh;
  }

  .atf-section.home._90vh {
    min-height: auto;
    padding-top: 13vh;
    padding-bottom: 11vh;
  }

  .atf-section.home2 {
    padding-top: 40px;
  }

  .portal-screen {
    box-shadow: none;
    border-width: 1.5px;
    width: 180vw;
    margin-left: 32px;
    display: block;
  }

  .left-col {
    padding: 0 32px 12px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .paragraph.in-onboard-box {
    border-bottom: 1px solid var(--900-grey);
    text-align: left;
    background-color: #0000;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 24px;
    font-size: 12px;
  }

  .paragraph.in-onboard-box.abovestat {
    font-size: 14px;
  }

  .paragraph.center {
    font-size: 18px;
  }

  .paragraph.disclaimer {
    font-size: 14px;
  }

  .paragraph.disclaimer.no-padding {
    margin-bottom: 24px;
  }

  .paragraph.home {
    font-size: 18px;
  }

  .paragraph.undernumber {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .heading-image-right {
    display: block;
    overflow: visible;
  }

  .interlink {
    word-break: normal;
    overflow-wrap: normal;
    font-size: 16px;
  }

  .interlink.blog-tag {
    margin-bottom: 6px;
    padding: 2px 10px;
    font-size: 14px;
  }

  .interlink.blog-head {
    margin-top: auto;
  }

  .interlink.home {
    text-align: left;
    margin-top: 12px;
    margin-left: 32px;
  }

  .review-box-label {
    color: #000f3d;
    text-align: left;
    text-transform: none;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 8px;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .review-box-label.home {
    letter-spacing: .15px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .text-span-44 {
    font-weight: 600;
  }

  .image-3 {
    width: 50vw;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .slide-nav-3 {
    opacity: 0;
    display: none;
    position: static;
  }

  .para {
    display: none;
  }

  .para.nopadding {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .para.nopadding.link {
    text-align: left;
    margin-top: auto;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
  }

  .para.nopadding.home {
    overflow-wrap: normal;
    font-size: 18px;
    line-height: 27px;
  }

  .card {
    background-color: var(--alice-blue);
    border-style: dotted;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 384px;
    padding: 16px 24px 24px;
    text-decoration: none;
  }

  .card:hover {
    box-shadow: none;
    background-image: none;
    border-style: none;
    transform: none;
  }

  .card.home {
    background-color: var(--alice-blue);
    color: var(--900-grey);
    width: 100%;
    margin-bottom: 16px;
  }

  .card.blog:hover {
    box-shadow: none;
    border-style: solid;
    border-width: 2.5px;
    transform: none;
  }

  .card.not-link:hover {
    border-style: dotted;
  }

  .card-slider-mask {
    min-height: auto;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.center {
    text-align: left;
    margin-bottom: 8px;
    font-size: 32px;
  }

  .h2.center.light {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 15px;
    line-height: 1.3em;
  }

  .h2.center.light._2 {
    font-size: 16px;
  }

  .h2.center.light._3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2.center.light2_serif {
    margin-bottom: 32px;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .h2.center.mobile {
    margin-top: 48px;
    margin-bottom: 16px;
    font-family: Marcellus, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
  }

  .h2.center.serif {
    font-size: 2.5rem;
  }

  .h2.big {
    font-size: 32px;
  }

  .h2.big.home {
    font-size: 2.5rem;
  }

  .h2.investor {
    text-align: left;
    margin-bottom: 16px;
    font-size: 2.5rem;
  }

  .card-content-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    display: flex;
  }

  .card-slide {
    min-height: auto;
    padding-left: 0%;
    padding-right: 6%;
  }

  .card-slide._2 {
    min-height: 100%;
  }

  .block-title {
    opacity: 1;
    color: var(--royal-blue);
    padding: 0;
    font-size: 24px;
    line-height: 1.1em;
  }

  .block-title.review {
    margin-right: 6px;
    font-size: 24px;
    font-weight: 600;
  }

  .block-title.review.invest {
    font-size: 2.5em;
  }

  .card-slider {
    width: 93%;
    margin-top: 24px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .card-slider.no-padding {
    height: auto;
  }

  .right-left-cards {
    margin-bottom: auto;
    padding: 48px 32px 0;
    display: block;
    overflow: hidden;
  }

  .right-left-cards.no-rightleftpad {
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .right-left-cards.no-rightleftpad.white {
    padding-bottom: 5vh;
  }

  .left-arrow-3 {
    display: none;
  }

  .stat-flexbox {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
    display: grid;
  }

  .stat-flexbox._3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .stat-flexbox.home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .stat-flexbox.grid-version {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-columns: 1fr;
    justify-content: start;
    place-items: center stretch;
    width: auto;
    margin-top: 8px;
    overflow: visible;
    transform: none;
  }

  .dark-ssection {
    padding-bottom: 32px;
    overflow: visible;
    transform: none;
  }

  .dark-ssection.up {
    margin-top: auto;
    padding: 48px 0 16px;
  }

  .dark-ssection.home {
    margin-top: 24px;
    padding-top: 48px;
    padding-bottom: 9px;
  }

  .dropdown-toggle {
    border-color: var(--900-grey);
    font-size: 16px;
  }

  .image-5 {
    display: none;
  }

  .signupcase {
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #fff3;
    border-radius: 8px;
    margin: 16px 8px auto;
  }

  .signupcase.center {
    margin-left: 8px;
  }

  .signup {
    margin-left: 24px;
    margin-right: 24px;
    padding-right: 0;
  }

  .signup.invest {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 8px;
  }

  .very-small-subtext {
    text-align: center;
    align-self: center;
    display: none;
  }

  .very-small-subtext._12pt {
    color: #6e7889;
    text-align: left;
    align-self: center;
    margin-top: 10px;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .number {
    aspect-ratio: auto;
    flex: none;
    width: 75vw;
    max-width: none;
    font-size: 32px;
    display: block;
    overflow: visible;
  }

  .number.home {
    font-size: 32px;
  }

  .number.nopad {
    font-size: 24px;
  }

  .div-block-4319 {
    box-sizing: border-box;
    aspect-ratio: auto;
    padding-left: 16px;
  }

  .div-block-4319.insidegrid {
    box-sizing: border-box;
    word-break: normal;
    margin-bottom: 8px;
    overflow: visible;
  }

  .div-block-4320 {
    max-width: none;
  }

  .sun-2 {
    color: #bb8d2f;
    -webkit-text-stroke-color: var(--midnight-blue);
    padding-left: 0;
  }

  .holder {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: -16px;
    padding-top: 64px;
    padding-bottom: 48px;
    display: block;
    overflow: visible;
    transform: none;
  }

  .holder.end {
    margin-top: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 0;
  }

  .holder.end.double-line {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .holder.end-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .holder.end-2.forfooter {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .div-block-4321 {
    margin-top: 48px;
  }

  .div-block-4321.home {
    margin-top: 0;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-2 {
    text-align: left;
    margin-bottom: 8px;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 40px;
    line-height: 1em;
  }

  .h1-2.center {
    text-align: left;
    margin-left: 32px;
    font-size: 40px;
  }

  .h1-2.serif {
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
  }

  .h1-2.home {
    text-align: left;
    margin-left: auto;
    font-size: 3.25rem;
  }

  .h1-2.home.invest {
    width: auto;
    font-size: 3rem;
    line-height: 1.1em;
  }

  .h1-2.blog {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 1.1em;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 16px;
  }

  .paragraph-2.center {
    text-align: left;
    max-width: none;
    margin-left: auto;
    margin-right: 32px;
    font-size: 18px;
  }

  .paragraph-2.center._2 {
    margin-left: 32px;
    font-size: 18px;
  }

  .paragraph-2.caps-head {
    margin-bottom: 6px;
    margin-left: auto;
    font-size: 14px;
  }

  .paragraph-2.home {
    text-align: left;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .paragraph-2.blog {
    font-size: 18px;
    display: none;
  }

  .image-6 {
    opacity: .5;
    filter: brightness(118%);
    mix-blend-mode: normal;
    width: auto;
    height: 130vh;
    margin-top: 128px;
  }

  .image-6.show {
    opacity: 1;
  }

  .image-7 {
    display: none;
  }

  .dropdown-cae {
    border-color: var(--900-grey);
    margin-top: 12px;
  }

  .dropdown-cae.dropdown-toggle {
    border-width: 1px;
    border-color: var(--400-grey);
    border-radius: 8px;
    margin-top: 10px;
  }

  .div-block-4323 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 24px;
  }

  .div-block-4323.center {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4323._2 {
    padding-bottom: 0;
  }

  .div-block-4323._2.home {
    padding-bottom: 0;
  }

  .cta-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .learn_wrapper {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
    position: static;
  }

  .learn_wrapper.home {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 28px;
    padding-right: 28px;
    overflow: visible;
  }

  .container.cc-flex-h {
    padding-left: 0;
    padding-right: 0;
  }

  .container.cc-flex-h.home {
    margin-top: 24px;
    padding-bottom: 0;
  }

  .col-right {
    display: none;
  }

  .col-right.home {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    top: auto;
    bottom: auto;
  }

  .h5 {
    text-align: left;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.4em;
  }

  .h5.sun-2 {
    color: var(--900-grey);
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .h5.no-padding {
    font-size: 20px;
  }

  .h5.center {
    margin-bottom: 0;
    font-size: 24px;
  }

  .h5.smaller {
    margin-top: auto;
  }

  .about-text {
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .single-team-member {
    margin: auto auto 48px;
  }

  .single-team-member._1 {
    margin-top: auto;
  }

  .about-us-div {
    margin-left: 32px;
    margin-right: 32px;
    padding: 48px 0 24px;
  }

  .team-inner {
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 24px;
  }

  .chart {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    grid-template-columns: 1.5fr;
    grid-auto-flow: column;
    margin-left: 32px;
    margin-right: 32px;
  }

  .image-9 {
    display: none;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    z-index: auto;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    align-self: flex-start;
    width: auto;
    height: auto;
    padding-top: 48px;
    position: relative;
    top: auto;
  }

  .collection-list-2 {
    border: 1px #6e7889;
    border-left-style: solid;
    margin-top: auto;
    margin-left: 32px;
    margin-right: auto;
    padding-top: 0;
    padding-left: 16px;
  }

  .explore {
    display: none;
  }

  .topics-dropdown {
    align-self: flex-start;
    display: flex;
    position: relative;
  }

  .collection-item-3 {
    padding-left: 24px;
  }

  .icon-3:active {
    transform: rotate(180deg);
  }

  .dropdown-toggle-2 {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-left: 9px;
    margin-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    font-size: 16px;
    display: block;
  }

  .dropdown-toggle-2.w--open {
    z-index: 200;
    border-style: none;
    flex: 0 auto;
    width: 94%;
    position: absolute;
  }

  .nav-dropdown-box {
    display: none;
  }

  .heading-small {
    font-size: 2rem;
  }

  .flex-block-2 {
    flex-flow: column;
    width: 110%;
    margin-left: -5%;
  }

  .bullet {
    margin-bottom: 20px;
  }

  .bullet.review {
    max-width: none;
    margin-top: 12px;
    margin-bottom: auto;
    margin-left: 0;
  }

  .bullet.review.invest {
    margin-left: auto;
  }

  .div-block-4331 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin: 4px 32px 32px;
  }

  .review-image {
    height: 22px;
    margin-left: 6px;
  }

  .review-image.google {
    height: 28px;
    margin-left: 0;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link {
    margin-left: -12px;
    padding-left: 12px;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title-container {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: 12vh;
    margin-bottom: 20vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-title-container.short {
    height: 48vh;
    margin-bottom: auto;
  }

  .blog-body {
    padding-top: 5vh;
    padding-left: 8vw;
  }

  .blog-body-rte {
    margin-bottom: 48px;
  }

  .blog-body-rte h2, .blog-body-rte blockquote {
    line-height: 1.4em;
  }

  .blog-body-rte h3 {
    margin-top: 20px;
    line-height: 1.4em;
  }

  .blog-body-rte img {
    max-width: none;
    padding-top: 4px;
    padding-bottom: 24px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .listing-top-div {
    background-image: radial-gradient(circle at 100% 0, #fff, #dfe4eb 35%, #eff3f5 68%, #f9fafb);
    padding-top: 56px;
    padding-bottom: 0;
    padding-right: 0;
    transform: none;
  }

  .listing-top-div.collection.noline {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .all-collection-heading {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .review-box-label-2 {
    color: #000f3d;
    text-align: left;
    text-transform: none;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 8px;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .review-box-label-2.collection {
    color: #929fb0;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .all-collection {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .all-collection:hover {
    justify-content: stretch;
  }

  .collection-description {
    margin-bottom: 0;
  }

  .home-tabs-content.cateogory-page {
    height: auto;
    margin: auto auto 0;
    padding: 0 24px;
  }

  .home-tabs {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-menu {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch flex-start;
    align-items: flex-start;
    margin-bottom: -24px;
    margin-left: 24px;
    margin-right: 0;
    padding-bottom: 8px;
    display: none;
    overflow: scroll;
  }

  .tab-link-2 {
    text-align: left;
    white-space: nowrap;
    border-radius: 20px;
    align-self: stretch;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: 8px 12px;
    font-size: 15px;
    display: block;
  }

  .tab-link-2:hover {
    color: #404859;
    background-color: #ccd3db;
  }

  .tab-link-2.w--current {
    border-radius: 20px;
    margin-left: 0;
    display: block;
  }

  .no-underline-link-block {
    padding: 24px;
  }

  .no-underline-link-block:hover {
    outline-offset: 0px;
    border: 1px #000;
    outline: 3px #00e;
  }

  .table_cell {
    float: none;
    clear: none;
    direction: ltr;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .social-icon {
    width: 32px;
    margin-left: 0;
    margin-right: 24px;
  }

  .image-11 {
    width: 32px;
    display: block;
  }

  .footer {
    grid-column-gap: 56px;
    grid-row-gap: 12px;
    grid-template-columns: 4fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding: 0 32px 32px;
  }

  .social-icon-2 {
    width: 24px;
    margin-left: auto;
    margin-right: 24px;
  }

  .logo-2 {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
  }

  .footer-head {
    margin-top: 16px;
  }

  .social-media-2 {
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .footer-column-logo {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-right: 0;
    display: flex;
  }

  .quick-stack {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-4332 {
    padding-top: 24px;
  }

  .hamburger-menu-hm11 {
    z-index: 6000;
    margin-top: auto;
    margin-bottom: auto;
    padding: 6px 12px;
    display: block;
  }

  .hamburger-menu-hm11.w--open {
    color: #0000;
  }

  .navigation-right-2 {
    display: block;
  }

  .top-bar-hm11 {
    background-color: var(--royal-blue);
    width: 20px;
    height: 1.5px;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
  }

  .cross-bar-1-hm11 {
    background-color: var(--royal-blue);
    color: #255f86;
    width: 20px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    top: 9px;
  }

  .cross-bar-2-hm11 {
    background-color: var(--royal-blue);
    width: 20px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    bottom: 9px;
  }

  .topics-dropdown-2 {
    align-self: flex-start;
    position: relative;
  }

  .logo-3 {
    width: auto;
    height: 24px;
  }

  .middle-bar-hm11, .bottom-bar-hm11 {
    background-color: var(--royal-blue);
    width: 20px;
    height: 1.5px;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
  }

  .divider-line, .icon-5 {
    display: none;
  }

  .nav-menu-2 {
    justify-content: flex-start;
    display: flex;
  }

  .menu-button-3 {
    margin-right: 16px;
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: #ebf6ff00;
  }

  .hamburger-menu-hm11-2 {
    z-index: 6000;
    margin-right: 8px;
    padding: 9px 12px;
    display: block;
  }

  .hamburger-menu-hm11-2.w--open {
    color: #0000;
  }

  .mainbutton-3.ocean {
    z-index: 101;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    position: relative;
  }

  .mainbutton-3.ocean.navigation {
    background-color: #0000;
    margin: 45vh 32px 32px;
    bottom: 32px;
  }

  .dropdown-list-3 {
    position: absolute;
  }

  .dropdown-list-3.w--open {
    z-index: auto;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    align-self: flex-start;
    width: auto;
    height: auto;
    padding-top: 48px;
    position: relative;
    top: auto;
  }

  .text-block-9 {
    font-weight: 500;
  }

  .icon-6 {
    display: none;
  }

  .nav-menu-3 {
    z-index: 1000;
    background-color: var(--white);
    border-top: 1px solid #dfe4eb;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin: 0 0 auto;
    padding-top: 12vh;
    padding-bottom: 0;
    padding-left: 0;
    position: fixed;
    inset: 0%;
  }

  .menu-button-4 {
    border-style: none;
    margin-top: 0;
    padding: 0;
    display: block;
  }

  .menu-button-4.w--open {
    background-color: #0000;
  }

  .icon-7:active {
    transform: rotate(180deg);
  }

  .dropdown-toggle-4 {
    width: 100%;
    margin-top: 0;
    margin-right: 8px;
    padding: 10px 0 10px 32px;
    font-size: 16px;
  }

  .dropdown-toggle-4.w--open {
    z-index: 200;
    border-style: none;
    padding-left: 40px;
    position: absolute;
  }

  .nav-link-3 {
    text-align: left;
    letter-spacing: 0;
    flex-direction: column;
    flex: none;
    order: 1;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
  }

  .nav-link-3:hover {
    font-style: italic;
    font-weight: 400;
  }

  .nav-link-3.w--current {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
  }

  .nav-link-3._2 {
    order: 0;
    margin-left: 0;
    padding-left: 32px;
    padding-right: 20px;
  }

  .nav-link-3._1 {
    order: -1;
    padding-left: 32px;
    padding-right: 20px;
  }

  .hamburger-menu-hm11-3 {
    z-index: 6000;
    padding: 9px 12px;
    display: block;
  }

  .hamburger-menu-hm11-3.w--open {
    color: #0000;
  }

  .mainbutton-4.ocean {
    z-index: 101;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    position: relative;
  }

  .mainbutton-4.ocean.navigation {
    background-color: #0000;
    align-self: flex-end;
    margin: auto 32px 0;
    bottom: 0;
  }

  .search-cont-navigation {
    display: none;
  }

  .search-cont-navigation.mobile {
    flex: 1;
    order: 0;
    width: auto;
    margin-bottom: 16px;
    margin-left: 32px;
    margin-right: 24px;
    display: block;
  }

  .dropdown-list-4 {
    position: absolute;
  }

  .dropdown-list-4.w--open {
    z-index: auto;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    align-self: flex-start;
    width: auto;
    height: auto;
    padding-top: 48px;
    position: relative;
    top: auto;
  }

  .search-button {
    order: -1;
  }

  .search-input {
    flex: none;
    order: 1;
  }

  .search.mobile {
    justify-content: space-around;
    width: 100%;
  }

  .icon {
    display: none;
  }

  .navigation-left-2 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    border-style: none;
    margin-top: 0;
    padding: 0;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .icon-2:active {
    transform: rotate(180deg);
  }

  .nav-link-4 {
    text-align: left;
    letter-spacing: 0;
    flex-direction: column;
    flex: none;
    order: 1;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
  }

  .nav-link-4:hover {
    font-style: italic;
    font-weight: 400;
  }

  .nav-link-4.w--current {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
  }

  .nav-link-4._2 {
    order: 0;
    margin-left: 0;
    padding-left: 32px;
    padding-right: 20px;
  }

  .nav-link-4._1 {
    order: -1;
    padding-left: 32px;
    padding-right: 20px;
  }
}

#w-node-_444d7b7d-1863-487b-4d83-f24a2abf02f0-dee00eb2 {
  grid-area: Area;
  place-self: center;
}

#w-node-_2382ce6b-4ea8-adc6-653e-9841d22d32fb-dee00eb2, #w-node-_8e3754f2-6f0a-43d9-8acc-2a82b7bee9c5-dee00eb2, #w-node-_0634a508-8526-5b78-6a2f-637627ffb4ea-dee00eb2, #w-node-_1562a3aa-25a6-abe7-0d13-1124d36f1496-dee00eb2, #w-node-_65d86eeb-407d-9335-cad9-721691aa44eb-dee00eb2, #w-node-_17393fd3-d519-4f61-d17d-e5fdda911d22-dee00eb2, #w-node-_6d323ccf-3450-63ee-65f2-820a41c3e62b-dee00eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058a4da7-53a5-7186-2a2f-2f4999086ff5-dee00eb2 {
  grid-area: Area;
  place-self: center;
}

#w-node-_672dd769-525c-c5f2-be12-ef12577febb6-577febb5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_444d7b7d-1863-487b-4d83-f24a2abf02f0-5baed74c {
  grid-area: Area;
  place-self: center;
}

#w-node-_2382ce6b-4ea8-adc6-653e-9841d22d32fb-5baed74c, #w-node-_8e3754f2-6f0a-43d9-8acc-2a82b7bee9c5-5baed74c, #w-node-_0634a508-8526-5b78-6a2f-637627ffb4ea-5baed74c, #w-node-_1562a3aa-25a6-abe7-0d13-1124d36f1496-5baed74c, #w-node-_65d86eeb-407d-9335-cad9-721691aa44eb-5baed74c, #w-node-_17393fd3-d519-4f61-d17d-e5fdda911d22-5baed74c, #w-node-_6d323ccf-3450-63ee-65f2-820a41c3e62b-5baed74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058a4da7-53a5-7186-2a2f-2f4999086ff5-5baed74c {
  grid-area: Area;
  place-self: center;
}

#w-node-dc0e0d6c-9d21-2236-5d64-a8380bc3adab-c0ca4a5b {
  place-self: center;
}

#w-node-_90da98d6-397a-bcfa-eac4-78028ed9d90e-c0ca4a5b {
  place-self: auto center;
}

#w-node-_5bee8ecc-bdc5-d5d6-8613-af2cf1459a1c-c0ca4a5b {
  place-self: center stretch;
}

#w-node-_058a4da7-53a5-7186-2a2f-2f4999086ff5-c0ca4a5b {
  grid-area: Area;
  place-self: center;
}

#w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-c5eed53a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91e13422-b17c-b2b6-7174-1329febc556b-c5eed53a {
  place-self: center;
}

#w-node-_81b3cb30-fe5d-4c90-9fed-32f0d706e520-c5eed53a, #w-node-ad6ab28e-2c04-ed40-bece-634ebf8642c9-c5eed53a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90cc6d52-bb9f-74a8-0b68-90644496ba9c-4496ba9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_90cc6d52-bb9f-74a8-0b68-90644496baa9-4496ba9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ff867af-0b55-aacc-2b6c-5b15f6f06441-4496ba9b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ee5fbc35-c020-5e38-10d8-b8102d6b40cd-b67142ab, #w-node-ee5fbc35-c020-5e38-10d8-b8102d6b40d0-b67142ab, #w-node-ee5fbc35-c020-5e38-10d8-b8102d6b40d3-b67142ab, #w-node-ee5fbc35-c020-5e38-10d8-b8102d6b40db-b67142ab, #w-node-_255bfb3f-0349-3a1f-fc0d-5e125932d0e4-b67142ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee5fbc35-c020-5e38-10d8-b8102d6b40e1-b67142ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20297cca-bc99-64b6-bb33-73a0138ccf71-b67142ab, #w-node-_20297cca-bc99-64b6-bb33-73a0138ccf74-b67142ab, #w-node-_20297cca-bc99-64b6-bb33-73a0138ccf77-b67142ab, #w-node-_20297cca-bc99-64b6-bb33-73a0138ccf7d-b67142ab, #w-node-_20297cca-bc99-64b6-bb33-73a0138ccf83-b67142ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6fb40da-6af8-0bff-8d93-4462cdee9acb-b67142ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_058a4da7-53a5-7186-2a2f-2f4999086ff5-b67142ab {
  grid-area: Area;
  place-self: center;
}

#w-node-_3a478cbd-a12b-babd-fd55-17d47d358dd9-a7994bc7 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc08f129-def9-5d4f-7da3-58b93fd92b95-a7994bc7, #w-node-d8a57209-a0eb-ef31-146f-ff53566cb9dc-a7994bc7, #w-node-d8a57209-a0eb-ef31-146f-ff53566cb9e4-a7994bc7, #w-node-_0b2eea59-7478-98d2-37ba-7fa01241a018-a7994bc7, #w-node-_0b2eea59-7478-98d2-37ba-7fa01241a01b-a7994bc7, #w-node-_5f151f2b-2362-fa4f-e240-521926fe20e6-a7994bc7, #w-node-_5f151f2b-2362-fa4f-e240-521926fe20e9-a7994bc7, #w-node-_5b22d443-ceed-8378-ac72-2beaf1cb4f83-a7994bc7, #w-node-_5b22d443-ceed-8378-ac72-2beaf1cb4f86-a7994bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f1d7717-5fa2-9951-3efb-1db8d1a1e2f2-bc3dde5f, #w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-681ac894 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c30fb32d-fdce-3ab4-7ca6-9b6bd52ffa91-681ac894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffdc597c-b2a4-0fd6-888b-5433fecff7d9-681ac894 {
  align-self: stretch;
}

#w-node-_92560536-8757-ca23-b229-2895b5b85816-681ac894 {
  justify-self: stretch;
}

#w-node-_0717aa58-56ed-d964-9825-ee3ea97e067d-681ac894 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c282e84d-26bb-0024-0d64-1bb99d69dde5-9433b59c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c282e84d-26bb-0024-0d64-1bb99d69ddea-9433b59c, #w-node-c282e84d-26bb-0024-0d64-1bb99d69ddf0-9433b59c {
  align-self: stretch;
}

#w-node-c282e84d-26bb-0024-0d64-1bb99d69ddfc-9433b59c {
  justify-self: stretch;
}

#w-node-c282e84d-26bb-0024-0d64-1bb99d69de02-9433b59c {
  align-self: stretch;
}

#w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-01daf4f2 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0f82fc-c698-1b2e-c9e9-d5e8d8aa02b7-01daf4f2 {
  grid-area: Area;
  place-self: center;
}

#w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-6844e034, #w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-56c98b8d, #w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-09adf047 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e760b1aa-11cf-8b4c-1cbb-bcbc63346892-09adf047 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_81b3cb30-fe5d-4c90-9fed-32f0d706e520-09adf047, #w-node-ad6ab28e-2c04-ed40-bece-634ebf8642c9-09adf047 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_444d7b7d-1863-487b-4d83-f24a2abf02f0-a8fa17bc {
  grid-area: Area;
  place-self: center;
}

#w-node-_2382ce6b-4ea8-adc6-653e-9841d22d32fb-a8fa17bc, #w-node-_8e3754f2-6f0a-43d9-8acc-2a82b7bee9c5-a8fa17bc, #w-node-_0634a508-8526-5b78-6a2f-637627ffb4ea-a8fa17bc, #w-node-_1562a3aa-25a6-abe7-0d13-1124d36f1496-a8fa17bc, #w-node-_65d86eeb-407d-9335-cad9-721691aa44eb-a8fa17bc, #w-node-_17393fd3-d519-4f61-d17d-e5fdda911d22-a8fa17bc, #w-node-_6d323ccf-3450-63ee-65f2-820a41c3e62b-a8fa17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058a4da7-53a5-7186-2a2f-2f4999086ff5-a8fa17bc, #w-node-_444d7b7d-1863-487b-4d83-f24a2abf02f0-2915740a {
  grid-area: Area;
  place-self: center;
}

#w-node-_2382ce6b-4ea8-adc6-653e-9841d22d32fb-2915740a, #w-node-_8e3754f2-6f0a-43d9-8acc-2a82b7bee9c5-2915740a, #w-node-_0634a508-8526-5b78-6a2f-637627ffb4ea-2915740a, #w-node-_1562a3aa-25a6-abe7-0d13-1124d36f1496-2915740a, #w-node-_65d86eeb-407d-9335-cad9-721691aa44eb-2915740a, #w-node-_17393fd3-d519-4f61-d17d-e5fdda911d22-2915740a, #w-node-_6d323ccf-3450-63ee-65f2-820a41c3e62b-2915740a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058a4da7-53a5-7186-2a2f-2f4999086ff5-2915740a {
  grid-area: Area;
  place-self: center;
}

#w-node-dc0e0d6c-9d21-2236-5d64-a8380bc3adab-9169d8d5 {
  place-self: center;
}

#w-node-_90da98d6-397a-bcfa-eac4-78028ed9d90e-9169d8d5 {
  place-self: auto center;
}

#w-node-_5bee8ecc-bdc5-d5d6-8613-af2cf1459a1c-9169d8d5 {
  place-self: center stretch;
}

#w-node-_058a4da7-53a5-7186-2a2f-2f4999086ff5-9169d8d5 {
  grid-area: Area;
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-c0ca4a5b {
    justify-self: auto;
  }

  #w-node-e760b1aa-11cf-8b4c-1cbb-bcbc63346892-09adf047 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-aca501ac-0fe8-78d0-93f1-5834c4e65f94-9169d8d5 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad6ab28e-2c04-ed40-bece-634ebf8642c9-c5eed53a {
    justify-self: start;
  }

  #w-node-_90cc6d52-bb9f-74a8-0b68-90644496baa8-4496ba9b, #w-node-_90cc6d52-bb9f-74a8-0b68-90644496bab3-4496ba9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad6ab28e-2c04-ed40-bece-634ebf8642c9-09adf047 {
    justify-self: start;
  }
}

