:root {
  --midnight-blue: #0f0029;
  --white: white;
  --sky-blue: #48d3f0;
  --indigo: #3b009a;
  --royal-blue: #1b70d3;
  --silver: #c1bebe;
  --violet: #e598f9;
  --violet-rich: #ff78ff;
  --dark-violet: #8200bb;
  --purple-bg: #120128;
}

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

body {
  background-color: var(--midnight-blue);
  color: #333;
  font-family: GT America, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Canela, Georgia, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 140%;
}

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

a {
  color: var(--sky-blue);
  font-family: Maax, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

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

.navbar {
  background-color: rgba(18, 1, 40, .4);
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.header {
  justify-content: center;
  align-items: center;
  transition: background-color .5s;
}

.brand.logo.w--current:hover {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 980px;
  min-width: 0;
  max-width: 980px;
  display: flex;
}

.body {
  background-color: #160529;
  background-image: none;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: auto;
}

.div-block {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  display: flex;
}

.nav-elem {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Maax, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.delimer {
  opacity: .6;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Maax, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.link-block {
  margin-right: 20px;
  text-decoration: none;
}

.link-block.hide {
  display: none;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.button-outline {
  border: 1px solid var(--sky-blue);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 11px 30px;
  font-family: Maax, sans-serif;
  font-size: 16px;
  line-height: 18px;
  transition: all .3s;
}

.button-outline:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

.button-outline.join-us-button {
  padding: 10px 20px 8px;
  text-decoration: none;
}

.button-outline.join-us-button.cta-main {
  z-index: 20;
  margin-top: 60px;
  padding: 20px 60px;
  font-size: 24px;
}

.button-outline.blog {
  margin-top: 140px;
  margin-bottom: 220px;
  padding: 20px 60px;
  font-size: 24px;
}

.button-outline.blog.hide {
  display: none;
}

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

.heading-with-margin.head-text {
  transition: all .5s;
  transform: translate(0, -10px);
}

.heading-2.head-text {
  transform: translate(0, -10px);
}

.image-3 {
  width: 270px;
  position: absolute;
  top: 630px;
  left: 20px;
}

.image-3.outline-image {
  opacity: .32;
  width: 240px;
  transition: transform 2.2s, left 4s ease-in-out, top 4s ease-in-out;
  top: 350px;
  left: auto;
  transform: scale(.95);
}

.image-4 {
  width: 141px;
  height: 300px;
  position: absolute;
  top: 700px;
  left: 0;
}

.image-4.fourth-image {
  width: 200px;
  height: 242px;
  transition: transform 2.2s, left 4s ease-in-out, top 4s ease-in-out;
  top: 350px;
  left: auto;
  transform: scale(.95);
}

.div-block-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 39px 49px;
  display: flex;
}

.helper-text {
  opacity: 1;
  color: var(--silver);
  text-align: left;
  margin-left: 40px;
  padding-right: 100px;
  font-family: GT America, sans-serif;
  font-size: 20px;
  line-height: 37px;
}

.helper-text.second-text {
  margin-top: 8px;
  margin-left: 22px;
  padding-right: 0;
}

.image-5 {
  width: 170px;
}

.image-5.image-second {
  width: 200px;
}

.div-block-3 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  padding: 39px 49px;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 980px;
  margin-top: 564px;
  display: flex;
}

.section.animate-block.two-lines.hide {
  display: none;
}

.image-6 {
  width: 200px;
  margin-left: 45px;
}

.div-block-4 {
  overflow: hidden;
}

.div-block-4.second-block {
  background-color: #1b1c1e;
  align-items: center;
  height: 282px;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--white);
  width: 100%;
  font-family: Canela, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  position: absolute;
  top: 87px;
}

.heading-3.elem {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Canela, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  position: absolute;
  top: 87px;
}

.text-block-2 {
  color: #828282;
  font-family: Canela, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  position: absolute;
  top: 32px;
  left: 32px;
}

.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 980px;
}

.grid.hide {
  display: none;
}

.text-block-3 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 87px;
  font-family: Butler;
  font-size: 54px;
  line-height: 65px;
}

.text-block-3.header-text.animate-block {
  margin-top: 140px;
  margin-bottom: 100px;
  font-family: Canela, Georgia, sans-serif;
}

.text-block-3.header-text.animate-block.hide {
  display: none;
}

.div-block-5 {
  flex-direction: row;
  width: 100%;
  height: 810px;
  display: flex;
}

.ergonomic-image {
  background-color: #2a2b62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  transform: translate(0, -40px);
}

.inwords-content-container {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 506px;
  height: 662px;
  margin-right: 0;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
  position: relative;
  left: -40px;
  transform: translate(0, 40px);
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Canela, Georgia, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 65px;
}

.heading-5 {
  color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Maax, sans-serif;
  font-weight: 400;
  line-height: 47px;
}

.body-detail {
  color: #c1bebe;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: GT America, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.div-block-8 {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-8.arrow-block {
  text-decoration: none;
}

.div-block-8.arrow-block.join-us-page {
  margin-top: auto;
  text-decoration: none;
}

.div-block-8.arrow-block.featured {
  margin-top: 0;
  margin-bottom: 42px;
}

.text-learn-more {
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Maax, sans-serif;
  font-size: 16px;
  line-height: 27px;
  transition: all .3s;
}

.text-learn-more:hover {
  color: #80e9ff;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Canela, Georgia, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 65px;
}

.text-block-6 {
  color: #c1bebe;
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-7 {
  color: #c1bebe;
  margin-top: 8px;
  font-family: GT America, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.column {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-7 {
  width: 270px;
  transition: opacity 1s;
  position: absolute;
  bottom: -190px;
  right: -50px;
  transform: translate(0, -60px);
}

.image-7.right-image {
  transition-property: all;
  transition-duration: 1.5s;
}

.image-8 {
  z-index: 1;
  width: 595px;
  position: relative;
}

.heading-7 {
  color: #fff;
  margin-top: 140px;
  margin-bottom: 80px;
  font-family: Butler;
  font-size: 54px;
  font-weight: 400;
}

.heading-7.hide {
  display: none;
}

.columns {
  width: 980px;
}

.columns.last-block.animate-block {
  opacity: 0;
  transition: all 1s;
  display: none;
  transform: translate(0, -10px);
}

.blog-card {
  background-color: var(--midnight-blue);
  padding: 10px 10px 57px;
  text-decoration: none;
}

.blog-card.card {
  width: 100%;
}

.text-author {
  color: #828282;
  margin-top: 48px;
  font-family: Maax, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.div-block-11 {
  padding-left: 30px;
  padding-right: 40px;
}

.heading-blog-post {
  color: #e0e0e0;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: GT America, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 47px;
}

.text-block-9 {
  color: #c1bebe;
  font-family: GT America, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.link-block-5 {
  opacity: 1;
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.columns-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 170px;
}

.columns-2.contact-us {
  margin-bottom: 180px;
}

.heading-9 {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 44px;
  font-family: Canela, Georgia, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 65px;
}

.heading-9.contact-us {
  margin-top: -35px;
}

.text-block-10 {
  color: #c1bebe;
  width: 386px;
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-field {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(193, 190, 190, .7);
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 37px;
}

.text-field.not-first {
  color: #fff;
  margin-top: 60px;
}

.column-2 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 105px;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  align-items: flex-start;
  width: 386px;
  padding-right: 0;
  display: block;
}

.column-3 {
  padding-left: 0;
  padding-right: 20px;
}

.column-4 {
  padding-left: 20px;
  padding-right: 0;
}

.submit-button {
  background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--royal-blue), var(--sky-blue));
  color: #fff;
  border-radius: 4px;
  margin-top: 80px;
  padding: 15px 68px;
  font-family: Maax, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: all .2s;
}

.submit-button.send-message-button {
  transition: all .2s;
}

.submit-button.send-message-button:hover {
  background-color: var(--royal-blue);
  background-image: none;
}

.div-block-13 {
  z-index: auto;
  background-color: var(--midnight-blue);
  border-top: 1px solid #10091d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 95px;
  display: flex;
  position: relative;
}

.div-block-14 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  width: 980px;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  margin-left: 130px;
}

.text-footer {
  color: #828282;
  font-family: Maax, sans-serif;
  font-size: 20px;
  line-height: 18px;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8.hide {
  display: none;
}

.button-4 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 11px 30px;
}

.button-4.mobile.join-us-button {
  display: none;
}

.button-4.join-us-button {
  border-width: 1px;
  border-color: #48d3f0;
  border-radius: 4px;
  font-family: Maax, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.image-9 {
  z-index: -1;
  width: 750px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: -80px;
}

.image-9.contact-us {
  width: 700px;
  height: auto;
  display: block;
  top: 0;
  bottom: auto;
  left: -300px;
}

.logo {
  opacity: 1;
  object-fit: fill;
  width: 133px;
  position: static;
  transform: translate(0);
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.image-16 {
  width: 130px;
  position: relative;
}

.image-product-fractal {
  width: 100px;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  padding-left: 0;
  padding-right: 77px;
  display: flex;
}

.column-6.left {
  transition: all 1s;
  transform: translate(0, -20px);
}

.icon {
  transform-style: preserve-3d;
}

.div-block-15, .text-block-12 {
  display: none;
}

.image-19 {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.div-block-16 {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.div-block-16.cover {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.div-block-17.value {
  z-index: 50;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 47px;
  display: flex;
  position: absolute;
}

.sub-heading-2 {
  color: #fff;
  margin-top: 60px;
  font-family: Canela, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.body-pointer {
  color: #828282;
  width: 85%;
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-18 {
  width: 100vw;
  margin-top: 140px;
  position: relative;
}

.div-block-18.contact-us {
  margin-top: 221px;
  margin-bottom: auto;
  position: static;
}

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

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  width: 980px;
  margin-top: auto;
  margin-bottom: 180px;
  display: flex;
  position: relative;
}

.div-block-20.fractal {
  margin-bottom: 0;
}

.div-block-21 {
  flex-direction: column;
  align-items: flex-start;
  width: 376px;
  padding-right: 20px;
  display: flex;
}

.fractal-graphi {
  background-image: url('../images/Fractal-BG.jpg');
  background-position: 50%;
  background-size: cover;
  width: 580px;
  height: 590px;
}

.fractal-graphi.fractal {
  background-image: url('../images/Fractal-BG.jpg');
  background-position: 50%;
  background-size: cover;
}

.inwords-graphic {
  width: 580px;
  height: 590px;
}

.image-22 {
  width: 80px;
  max-width: none;
  margin-top: 8px;
}

.image-23 {
  width: 770px;
  max-width: none;
  position: absolute;
  top: -60px;
  left: -210px;
}

.image-24 {
  z-index: -1;
  width: 1175px;
  max-width: none;
  position: absolute;
  top: -120px;
  right: -630px;
}

.image-25 {
  z-index: -1;
  width: 460px;
  position: absolute;
  bottom: -180px;
  left: -360px;
}

.blog-caption {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-17 {
  color: #828282;
  margin-right: 12px;
  font-family: Maax, sans-serif;
  font-size: 22px;
  line-height: 37px;
}

.blog-text-content {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.text-block-18 {
  color: var(--white);
  font-family: Maax, sans-serif;
  font-size: 22px;
  line-height: 37px;
}

.heading-blog {
  color: #fff;
  width: 50vw;
  font-family: Canela, Georgia, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-20 {
  color: #828282;
  font-family: Maax, sans-serif;
  font-size: 18px;
}

.heading-16 {
  margin-top: 202px;
  margin-bottom: 14px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 980px;
  margin-bottom: 228px;
}

.div-block-26 {
  background-color: #1a1b1d;
  flex-direction: column;
  align-items: center;
  width: 310px;
  padding: 10px;
  display: flex;
}

.div-block-27 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 290px;
  height: 220px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 34px 26px 0;
  display: flex;
}

.heading-18 {
  color: #c1bebe;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: GT America, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 47px;
}

.text-block-22 {
  color: #828282;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Maax, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-23 {
  color: #c1bebe;
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: none;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 88px;
  font-family: Butler;
  font-size: 54px;
  font-weight: 400;
  line-height: 65px;
  display: none;
}

.grid-5 {
  grid-template-rows: auto;
  margin-bottom: 228px;
  display: none;
}

.div-block-30 {
  border: 12px solid #1a1b1d;
  justify-content: center;
  align-items: center;
  width: 476px;
  height: 188px;
  display: flex;
}

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

.div-block-31 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.image-29 {
  width: 30.5%;
  margin-top: -.7px;
  padding-bottom: 0;
}

.image-30 {
  width: 30.25%;
}

.image-31 {
  width: 35.1%;
}

.div-block-32 {
  align-items: flex-start;
  width: 980px;
  max-width: none;
  margin-top: 80px;
  margin-bottom: 228px;
  display: flex;
}

.div-block-32.join-us-page {
  width: 980px;
  margin-top: 93px;
}

.text-block-24 {
  color: #c1bebe;
  width: 499px;
  margin-right: 30px;
  font-size: 18px;
  line-height: 150%;
}

.text-block-25 {
  color: #c1bebe;
  width: 499px;
  font-size: 18px;
  line-height: 150%;
}

.image-32 {
  width: 70px;
}

.image-32.third {
  width: 200px;
}

.image-32.third.fourth {
  width: 70px;
}

.image-33 {
  width: 278px;
}

.image-34 {
  z-index: -1;
  width: 756px;
  position: absolute;
  top: 300px;
  left: 0;
}

.image-35 {
  width: 795px;
  position: absolute;
  top: -10px;
  left: -40px;
}

.image-36 {
  width: 1057px;
  position: absolute;
  top: -190px;
  right: -360px;
}

.heading-21 {
  margin-top: 202px;
  margin-bottom: 14px;
}

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

.text-block-26 {
  color: #e0e0e0;
  text-align: center;
  width: 684px;
  margin-bottom: 72px;
  font-size: 24px;
  line-height: 41px;
}

.div-block-33 {
  border: 10px solid var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  width: 477px;
  height: 100%;
}

.div-block-34 {
  background-color: #000;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-left: 38px;
  padding-right: 176px;
  position: relative;
  overflow: hidden;
}

.div-block-34.role-card {
  padding-bottom: 20px;
  text-decoration: none;
}

.text-block-27 {
  opacity: .4;
  color: var(--violet);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Maax, sans-serif;
  font-weight: 700;
}

.heading-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 47px;
}

.text-block-28 {
  color: #c1bebe;
  margin-bottom: 49px;
  font-size: 16px;
  line-height: 27px;
}

.image-37 {
  opacity: .6;
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
}

.heading-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 87px;
  font-family: Butler;
  font-size: 54px;
  font-weight: 400;
  line-height: 65px;
}

.div-block-35 {
  opacity: .2;
  background-color: #c6ffff;
  width: 980px;
  height: 1px;
  margin-bottom: 121px;
}

.div-block-36 {
  align-items: flex-start;
  width: 980px;
  margin-bottom: 114px;
  display: flex;
  position: relative;
}

.heading-25 {
  margin-top: -30px;
  margin-bottom: 0;
  padding-right: 140px;
}

.div-block-37 {
  flex: 1;
}

.text-block-29 {
  color: #c1bebe;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.image-39 {
  width: 378px;
  position: absolute;
  top: 120px;
  left: -50px;
}

.image-40 {
  width: 351px;
  position: absolute;
  top: 260px;
  left: -290px;
}

.image-41 {
  width: 713px;
  position: absolute;
  top: -80px;
  left: -100px;
}

.image-42 {
  z-index: -1;
  width: 671px;
  position: absolute;
  top: 330px;
  right: -280px;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  width: 751px;
  display: flex;
}

.text-block-34 {
  opacity: .5;
  color: var(--violet-rich);
  text-transform: uppercase;
  font-family: Maax, sans-serif;
  font-size: 22px;
  line-height: 37px;
}

.link-block-16 {
  margin-bottom: 46px;
  font-family: PT Mono;
  text-decoration: none;
}

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

.text-block-35 {
  color: #e0e0e0;
  margin-bottom: 68px;
  font-size: 28px;
  line-height: 48px;
}

.text-block-36 {
  color: var(--silver);
  margin-bottom: 0;
  font-family: Maax, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.heading-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 42px;
  font-size: 44px;
  line-height: 65px;
}

.text-block-37 {
  color: #c1bebe;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 31px;
}

.text-block-37.second-text {
  margin-bottom: 60px;
  font-weight: 400;
}

.text-block-37.second-text.third-text {
  margin-bottom: 0;
}

.div-block-39 {
  border-left: 2px solid rgba(193, 190, 190, .3);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 32px;
  display: flex;
}

.heading-28 {
  color: #c1bebe;
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 32px;
  font-weight: 400;
  line-height: 47px;
}

.text-block-38 {
  color: #828282;
  padding-right: 130px;
  font-size: 18px;
  line-height: 31px;
}

.image-43 {
  width: 980px;
  margin-bottom: 120px;
}

.heading-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
}

.div-block-40 {
  flex-direction: column;
  align-items: flex-start;
  width: 752px;
  margin-bottom: 228px;
  display: flex;
}

.text-block-39 {
  color: #c1bebe;
  width: 90%;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 31px;
}

.text-block-40 {
  color: #c1bebe;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 31px;
}

.list-item {
  margin-bottom: 7px;
}

.list-item.list-item2 {
  margin-bottom: 7px;
  padding-left: 18.7px;
  position: relative;
}

.list-item-2 {
  margin-bottom: 7px;
}

.list-item-2.list-item2 {
  margin-bottom: 7px;
  padding-left: 18.7px;
  position: relative;
}

.list-item2 {
  margin-bottom: 0;
  padding-left: 18.7px;
  position: relative;
}

.list-item2.last, .list-item2.last.my {
  margin-bottom: 0;
}

.list-item2.list-item-3.my {
  padding-left: 20px;
}

.list-item2.my {
  margin-bottom: 20px;
  padding-left: 20px;
}

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

.heading-30.article {
  margin-top: 232px;
}

.image-44 {
  z-index: -1;
  width: 1144px;
  max-width: none;
  position: absolute;
  left: -350px;
}

.image-45 {
  width: 600px;
  max-width: none;
  position: absolute;
  top: 471px;
  right: -250px;
}

.link-block-17 {
  margin-bottom: 46px;
  text-decoration: none;
}

.text-block-41 {
  opacity: .5;
  color: var(--violet);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 37px;
}

.div-block-41 {
  flex-direction: column;
  align-items: flex-start;
  width: 751px;
  margin-top: 216px;
  display: flex;
}

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

.text-block-42 {
  color: #828282;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 34px;
}

.button-5 {
  border: 1px solid var(--indigo);
  color: #c6ffff;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 74px;
  padding: 18px 62px;
  font-size: 22px;
  line-height: 25px;
}

.button-5.bottom {
  margin-bottom: 180px;
}

.button-5.bottom.apply-button {
  margin-top: 100px;
  margin-bottom: 160px;
}

.button-5.apply-button {
  color: var(--violet);
}

.div-block-42 {
  opacity: .4;
  background-color: #c4c4c4;
  width: 751px;
  height: 1px;
  margin-bottom: 102px;
}

.div-block-43 {
  width: 751px;
  display: none;
}

.heading-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Butler;
  font-size: 68px;
  font-weight: 400;
  line-height: 82px;
}

.text-block-43 {
  color: #c1bebe;
  margin-bottom: 16px;
  font-family: PT Mono;
  font-size: 18px;
  line-height: 31px;
}

.text-block-43.last {
  margin-bottom: 0;
}

.heading-33 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
}

.text-block-44 {
  color: #c1bebe;
  margin-bottom: 20px;
  font-family: PT Mono;
  font-size: 18px;
  line-height: 31px;
}

.list-item-3 {
  margin-bottom: 20px;
}

.list-item-3.list-item {
  padding-left: 18.7px;
  position: relative;
}

.list-item-3.list-item.my {
  padding-left: 20px;
}

.list {
  margin-bottom: 80px;
}

.heading-34 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
}

.text-block-45 {
  color: #c1bebe;
  font-family: PT Mono;
  font-size: 18px;
  line-height: 31px;
}

.list-2 {
  margin-bottom: 80px;
}

.text-block-46 {
  color: #c1bebe;
  margin-bottom: 120px;
  font-family: PT Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.image-46 {
  z-index: -1;
  width: 835px;
  max-width: none;
  position: absolute;
  top: -105px;
  left: -155px;
}

.image-47 {
  z-index: -1;
  width: 630px;
  position: absolute;
  top: 420px;
  right: -250px;
}

.html-embed {
  color: #5a5a5a;
}

.div-block-45.main-image {
  z-index: -1;
  width: 440px;
  height: 440px;
  transition: top 3s ease-in-out, left 3s ease-in-out, transform 2.2s cubic-bezier(.55, .085, .68, .53);
  position: absolute;
  top: 10px;
  transform: scale(.95);
}

.div-block-45.main-image.second {
  z-index: -2;
  width: 360px;
  height: 360px;
  transition: right 3s ease-in-out, top 3s ease-in-out, left 3s ease-in-out, transform 2.2s cubic-bezier(.55, .085, .68, .53);
}

.image-48 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-49, .image-50 {
  position: absolute;
}

.image-51 {
  position: absolute;
  left: 0%;
}

.image-52 {
  position: absolute;
}

.right-bubble {
  z-index: -3;
  width: 320px;
  transition: transform 2.2s, right 4s ease-in-out, top 4s ease-in-out;
  position: absolute;
  top: 120px;
  transform: scale(.9);
}

.div-block-46 {
  opacity: 1;
  transform: translate(0, -10px);
}

.image-54 {
  width: 634px;
  position: absolute;
  top: -60px;
  right: -400px;
}

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

.div-block-47.nav-menu-modal {
  opacity: 1;
}

.html-embed-3, .html-embed-4 {
  display: none;
}

.image-55.gradient-logo {
  opacity: 0;
  width: 133px;
  transition: all .3s;
  position: absolute;
  left: 0;
}

.div-block-49 {
  opacity: .6;
  position: relative;
}

.image-56 {
  width: 48px;
  max-width: none;
  height: 6px;
  position: absolute;
  top: 9.5px;
  left: 11px;
}

.image-56.rotate {
  max-height: 6px;
  transition: all .3s linear;
}

.image-57 {
  width: 25px;
  max-width: none;
  height: 25px;
}

.div-block-50 {
  background-image: url('../images/Group-1079.png');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 625px;
}

.ryan-pic {
  background-image: url('../images/Mask-Group-8.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.tom-pic {
  background-image: url('../images/tom-hamilton.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.laura-pic {
  background-image: url('../images/0.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.div-block-60 {
  background-image: url('../images/Rectangle-11.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.div-block-61 {
  background-image: url('../images/Mask-Group.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.image-58 {
  opacity: 0;
  width: 130px;
  position: absolute;
  left: 0;
}

.image-58.gradient-logo-footer {
  transition: all .3s;
}

.image-59.close-menu {
  cursor: pointer;
}

.div-block-62 {
  background-image: url('../images/Mask-Group-11.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
}

.div-block-63 {
  width: 980px;
  margin-top: 215px;
  margin-bottom: 160px;
}

.link-block-19 {
  text-decoration: none;
}

.text-block-49 {
  opacity: .5;
  color: var(--violet);
  text-transform: uppercase;
  margin-bottom: 52px;
  font-size: 22px;
  line-height: 37px;
}

.heading-35 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-right: 231px;
}

.text-block-50 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.bold-text {
  color: #828282;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.text-block-51 {
  margin-bottom: 162px;
}

.heading-36 {
  color: var(--white);
  margin-top: 80px;
  margin-bottom: 20px;
}

.list-item-4 {
  color: #333;
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.link-block-20 {
  color: #c1bebe;
  text-decoration: underline;
}

.link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34 {
  color: #c1bebe;
}

.list-item-5 {
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-block-53 {
  color: #c1bebe;
  margin-bottom: 10px;
  font-family: GT America, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58 {
  color: #c1bebe;
}

.list-3, .list-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item-6 {
  font-family: PT Mono;
  font-size: 16px;
  line-height: 27px;
}

.bold-text-4 {
  font-weight: 400;
}

.list-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-5 {
  font-weight: 400;
}

.list-7, .list-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-59 {
  color: #c6ffff;
  text-align: left;
  padding-left: 28px;
  font-family: PT Mono;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.image-60 {
  cursor: pointer;
  border-left: 1px solid #c6ffff;
  padding: 23px 28px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-60.close-popup.error {
  border-left-color: #f02a2a;
  padding-top: 23.5px;
  padding-bottom: 23.5px;
}

.popup {
  z-index: 100;
  background-color: rgba(204, 255, 255, .2);
  border: 1px solid #c6ffff;
  width: 352px;
  margin-top: 0;
  padding: 20px 0;
  position: fixed;
  top: 140px;
}

.popup.error {
  background-color: rgba(235, 87, 87, .1);
  border: 1px solid #f02a2a;
  width: 432px;
}

.text-block-60 {
  color: #f02a2a;
  padding-left: 28px;
  font-family: PT Mono;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.collection-list-wrapper {
  width: 980px;
  margin-bottom: 180px;
}

.collection-list-wrapper.two-posts {
  margin-bottom: 180px;
}

.collection-list-wrapper.two-posts.homepage {
  margin-bottom: 0;
}

.collection-list-wrapper.two-posts.homepage.last-block.animate-block {
  opacity: 1;
  transition: all 1s;
  transform: translate(0, -10px);
}

.collection-list-wrapper.two-posts.homepage.last-block.animate-block.hide {
  display: none;
}

.collection-list-wrapper.two-posts.homepage.article-page {
  margin-bottom: 160px;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.collection-list-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 980px;
  margin-bottom: 228px;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.collection-item-2 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.body-11 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text-block {
  color: #fff;
  width: 751px;
}

.body-12 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text-block-2 {
  color: #fff;
  width: 751px;
}

.collection-list-blog {
  width: 100vw;
  margin-top: 110px;
  margin-bottom: 228px;
}

.collection-item-3 {
  align-items: center;
  display: flex;
}

.html-embed-5 {
  display: none;
}

.sophia-pic {
  background-image: url('../images/Mask-Group-13.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.jasper-pic {
  background-image: url('../images/jasper-profile.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.dima-pic {
  background-image: url('../images/dima.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.alex-pic {
  background-image: url('../images/alex-v.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.lucas-pic {
  background-image: url('../images/lucas_2.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.lucas-pic.haseeb-pic {
  height: 240px;
}

.max-pic {
  background-image: url('../images/max-pic.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.div-block-27-copy {
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 290px;
  height: 324px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 34px 26px 0;
  display: flex;
}

.virginia-pic {
  background-image: url('../images/virginia-di-paolo.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.form {
  font-size: 16px;
  line-height: 37px;
}

.heading-description {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: GT America, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.heading-description.belfast {
  font-family: Belfast Grotesk, sans-serif;
  font-size: 30px;
}

.sub-heading {
  color: #fff;
  font-family: GT America, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.sub-heading.margin-top-60 {
  margin-top: 60px;
}

.sub-heading.blog {
  width: 50vw;
  margin-bottom: 20px;
}

.sub-heading.blog.centered {
  text-align: center;
}

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

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

.feature {
  opacity: 1;
  background-color: rgba(15, 0, 41, .5);
  align-items: center;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
}

.feature-text {
  color: var(--white);
  font-size: 18px;
  line-height: 150%;
}

.feature-image-circle {
  width: 200px;
}

.feature-image-circle.second {
  padding-right: 20px;
}

.section-2021 {
  justify-content: center;
  align-items: center;
  width: 960px;
  margin-top: 140px;
  display: flex;
}

.section-2021.inwords {
  background-color: #2a2b62;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-2021.bar {
  width: 1100px;
  margin-top: 0;
}

.section-2021.fractal {
  background-color: #2a2b62;
  background-image: url('../images/Fractal_BG_7_optim-.jpg');
  background-position: 50% -5%;
  background-size: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-2021.team {
  margin-bottom: 220px;
  display: none;
}

.div-block-64 {
  background-image: linear-gradient(to bottom, var(--midnight-blue) 27%, rgba(59, 0, 154, .36));
  width: auto;
  height: auto;
  padding-bottom: 20px;
}

.container-3 {
  background-color: var(--midnight-blue);
  max-width: 100%;
  padding-bottom: 0;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.header-section {
  background-color: var(--midnight-blue);
  opacity: 1;
  width: 1134px;
  height: 80px;
  margin-bottom: -143px;
  position: static;
  overflow: auto;
}

.div-block-65 {
  z-index: 99;
  opacity: 1;
  background-image: linear-gradient(#160529, #160529);
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 100%;
  height: 150px;
  margin-top: -63px;
  margin-bottom: 0;
  transition: opacity .2s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.div-block-65.hide {
  display: none;
}

.haseeb-pic {
  background-image: url('../images/Haseeb.jpg');
  background-position: 50% 20%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 240px;
}

.div-block-66 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-61 {
  background-image: url('../images/Group-13.svg');
  background-position: 0 0;
  background-size: cover;
}

.image-62 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fractal-graphic {
  width: 580px;
  height: 590px;
}

.fractal-graphic.hide {
  display: none;
}

.fractal-logo {
  background-image: url('../images/Group-13.svg');
  background-position: 0%;
  background-size: cover;
  align-self: center;
  padding: 40px;
}

.fractal-text-copy {
  background-image: url('../images/Group-13.svg');
  background-position: 100%;
  background-size: cover;
  align-self: center;
  padding: 40px 40px 40px 150px;
}

.fractal-bg-image {
  background-color: #2a2b62;
  background-image: url('../images/Fractal-BG_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  transform: translate(0, -40px);
}

.highlight-fractal {
  flex-direction: row-reverse;
  width: 100%;
  height: 810px;
  display: flex;
}

.fractal-content-container {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 506px;
  height: 662px;
  margin-right: 0;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
  position: relative;
  right: -40px;
  transform: translate(0, 40px);
}

@media screen and (min-width: 1280px) {
  .container {
    min-width: 0;
    max-width: 980px;
  }

  .body {
    border-style: none;
  }

  .image-3.outline-image {
    opacity: .32;
  }

  .helper-text, .image-5 {
    opacity: 0;
    transition: all .5s linear;
    transform: translate(0, -10px);
  }

  .text-block-3.header-text {
    opacity: 0;
  }

  .text-block-3.header-text.animate-block {
    opacity: 1;
  }

  .button-5.bottom.apply-button {
    margin-top: 100px;
  }

  .heading-description {
    margin-bottom: 60px;
  }

  .div-block-64 {
    max-width: 100%;
  }

  .div-block-65 {
    border: 1px solid rgba(0, 0, 0, 0);
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container {
    object-fit: fill;
    flex: 0 auto;
    width: 1040px;
    min-width: 0%;
    max-width: 1040px;
    margin-top: 0;
    position: static;
  }

  .body {
    border-style: none;
  }

  .delimer {
    opacity: .7;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 27px;
  }

  .button-outline.join-us-button.cta-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-with-margin {
    margin-top: 284px;
  }

  .image-3 {
    width: 380px;
    position: absolute;
    top: 510px;
    left: 0;
  }

  .image-3.outline-image {
    opacity: .32;
    width: 280px;
    transform: scale(.95);
  }

  .image-4 {
    position: absolute;
    top: 710px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-4.fourth-image {
    width: 230px;
    height: 272px;
    transform: scale(.95);
  }

  .div-block-2 {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    width: 100%;
    padding: 39px 49px;
    display: flex;
  }

  .helper-text {
    margin-left: 49px;
    padding-right: 206px;
  }

  .helper-text.second-text {
    margin-left: 22px;
    padding-right: 70px;
  }

  .image-5 {
    width: 170px;
  }

  .image-5.image-second {
    width: 197px;
  }

  .div-block-3 {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    width: 100%;
    padding: 24px 49px 41px;
    display: flex;
  }

  .section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1040px;
    margin-top: 564px;
    display: flex;
  }

  .image-6 {
    width: 200px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: 58px;
  }

  .div-block-4.second-block {
    background-color: #1b1c1e;
    justify-content: flex-start;
    align-items: center;
    height: 282px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .heading-3.elem {
    width: 100%;
    position: absolute;
    top: 85px;
  }

  .text-block-2 {
    opacity: .5;
  }

  .grid {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
    width: 1040px;
  }

  .text-block-3 {
    color: #fff;
    margin-top: 240px;
    margin-bottom: 87px;
    font-family: Butler;
    font-size: 54px;
    line-height: 65px;
  }

  .div-block-5 {
    width: 100%;
    height: 900px;
    margin-top: 228px;
    position: relative;
  }

  .inwords-content-container {
    background-color: #000;
    padding-right: 59px;
  }

  .heading-4 {
    margin-bottom: 40px;
    line-height: 65px;
  }

  .heading-5 {
    margin-bottom: 28px;
    line-height: 47px;
  }

  .div-block-8 {
    align-items: center;
    margin-top: 32px;
    margin-left: 5px;
    display: flex;
  }

  .div-block-8.arrow-block {
    margin-top: 34px;
    margin-left: 0;
  }

  .text-learn-more {
    margin-right: 20px;
  }

  .div-block-9 {
    width: 1040px;
    margin-top: 228px;
    margin-bottom: 228px;
  }

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

  .text-block-6 {
    width: 327px;
    margin-bottom: 8px;
  }

  .text-block-7 {
    width: 327px;
  }

  .column {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-7 {
    width: 310px;
    position: absolute;
    bottom: -220px;
    right: -155px;
  }

  .image-8 {
    z-index: 11;
    width: 600px;
    position: relative;
  }

  .heading-7 {
    color: #fff;
    font-family: Butler;
    font-size: 54px;
    font-weight: 400;
    line-height: 65px;
  }

  .columns {
    width: 1040px;
  }

  .columns.last-block.animate-block {
    opacity: 0;
  }

  .blog-card {
    background-color: #1a1b1d;
    width: 500px;
    margin-right: 0;
    padding: 10px;
  }

  .blog-card.align-right {
    margin-right: 0;
  }

  .text-author {
    margin-top: 48px;
  }

  .div-block-11 {
    padding-bottom: 47px;
    padding-left: 30px;
  }

  .heading-blog-post {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .columns-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 160px;
  }

  .heading-9 {
    margin-top: -45px;
  }

  .heading-9.contact-us {
    margin-top: -35px;
  }

  .text-block-10 {
    width: 385px;
    margin-top: 44px;
  }

  .text-field {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(130, 130, 130, .7);
    padding-bottom: 20px;
    padding-left: 0;
  }

  .text-field.not-first {
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .column-2 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-12 {
    align-self: auto;
    width: 548px;
    padding-left: 30px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 20px;
    padding-right: 0;
  }

  .submit-button {
    margin-top: 75px;
    padding: 15px 68px;
  }

  .div-block-13 {
    background-color: #080809;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 65px;
    padding-bottom: 80px;
    display: flex;
    position: relative;
  }

  .div-block-14 {
    justify-content: space-between;
    align-items: flex-start;
    width: 1040px;
    display: flex;
  }

  .link-block-7 {
    margin-right: 140px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 10px;
    margin-left: 0;
  }

  .text-footer {
    text-decoration: none;
  }

  .button-4 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    padding: 11px 30px;
    font-family: PT Mono;
    font-size: 16px;
    line-height: 18px;
  }

  .image-9 {
    z-index: -1;
    width: 700px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .image-9.contact-us {
    width: 680px;
    top: 50px;
    left: -300px;
  }

  .logo {
    width: 130px;
  }

  .columns-3 {
    flex-direction: row;
    display: flex;
  }

  .column-5 {
    padding-left: 20px;
    padding-right: 0;
  }

  .image-16 {
    width: 133px;
  }

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

  .div-block-17.value {
    padding-left: 60px;
  }

  .div-block-18 {
    margin-bottom: 0;
  }

  .div-block-20 {
    width: 1040px;
  }

  .fractal-graphi, .inwords-graphic {
    width: 595px;
    height: 601px;
  }

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

  .menu-button {
    display: none;
  }

  .image-23 {
    width: 840px;
    top: -60px;
    left: -190px;
  }

  .grid-4 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 1040px;
  }

  .div-block-26 {
    width: 328px;
  }

  .div-block-27 {
    width: 304px;
  }

  .div-block-30 {
    width: 506px;
  }

  .image-29 {
    width: 30.4%;
  }

  .div-block-32, .div-block-32.join-us-page {
    width: 1040px;
  }

  .image-34 {
    z-index: -1;
    top: 300px;
    left: 0;
  }

  .image-35 {
    z-index: -2;
    width: 795px;
    position: absolute;
    top: -10px;
    left: -40px;
  }

  .image-36 {
    z-index: -1;
    width: 1057px;
    position: absolute;
    top: -190px;
    right: -360px;
  }

  .text-block-26 {
    width: 550px;
  }

  .div-block-33 {
    width: 506px;
  }

  .div-block-35, .div-block-36 {
    width: 1040px;
  }

  .image-39 {
    left: -50px;
  }

  .image-40 {
    width: 380px;
    top: 260px;
    left: -290px;
  }

  .image-41 {
    top: -80px;
    left: -130px;
  }

  .image-42 {
    top: 360px;
  }

  .image-44 {
    width: 1140px;
    left: -350px;
  }

  .image-45 {
    top: 470px;
    right: -250px;
  }

  .button-5.bottom.apply-button {
    margin-top: 100px;
  }

  .image-46 {
    width: 835px;
    top: -105px;
    left: -155px;
  }

  .image-47 {
    width: 630px;
    top: 425px;
    right: -250px;
  }

  .div-block-45.main-image {
    width: 530px;
    height: 530px;
    top: 120px;
    transform: scale(.95);
  }

  .div-block-45.main-image.second {
    width: 480px;
    height: 480px;
  }

  .right-bubble {
    width: 480px;
    transition-property: transform, right, top;
    transform: scale(.9);
  }

  .image-55.gradient-logo {
    opacity: 0;
    width: 130px;
    left: 0;
  }

  .ryan-pic, .tom-pic, .laura-pic {
    height: 260px;
  }

  .image-58 {
    width: 133px;
  }

  .popup {
    background-color: rgba(204, 255, 255, .2);
  }

  .collection-list-wrapper {
    width: 1040px;
  }

  .collection-list-wrapper.two-posts {
    margin-bottom: 180px;
  }

  .collection-list-wrapper-2 {
    width: 1040px;
  }

  .sophia-pic, .jasper-pic, .dima-pic, .alex-pic, .lucas-pic, .max-pic {
    height: 260px;
  }

  .div-block-27-copy {
    width: 304px;
  }

  .virginia-pic {
    height: 260px;
  }

  .section-2021.inwords {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .div-block-65 {
    width: 100%;
  }

  .haseeb-pic {
    height: 260px;
  }

  .fractal-graphic {
    width: 595px;
    height: 601px;
  }

  .highlight-fractal {
    width: 100%;
    height: 900px;
    margin-top: 228px;
    position: relative;
  }

  .fractal-content-container {
    background-color: #000;
    padding-right: 59px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar.header {
    transition: transform .5s;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    width: 1520px;
    min-width: 0%;
    max-width: 1520px;
    margin-top: 0;
  }

  .body {
    border: 1px #000;
  }

  .nav-elem {
    font-size: 16px;
    transition: all .2s;
  }

  .nav-elem:hover {
    color: var(--sky-blue);
  }

  .delimer {
    opacity: .7;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block {
    font-size: 22px;
    text-decoration: none;
  }

  .link-block-2, .link-block-3, .link-block-4 {
    text-decoration: none;
  }

  .button-outline {
    margin-left: 45px;
    padding: 15px 30px;
    font-size: 22px;
  }

  .button-outline.join-us-button {
    font-size: 17px;
  }

  .button-outline.join-us-button.cta-main {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 32px;
  }

  .button-outline.blog {
    padding: 40px 100px;
    font-size: 32px;
  }

  .heading-with-margin {
    color: #fff;
    margin-top: 275px;
  }

  .heading-with-margin.head-text {
    opacity: 1;
  }

  .heading-2 {
    opacity: 1;
    font-size: 90px;
    transform: translate(0, -10px);
  }

  .heading-2.head-text {
    opacity: 1;
  }

  .image-3 {
    width: 500px;
    position: absolute;
    top: 600px;
    left: 0;
  }

  .image-3.outline-image {
    opacity: .32;
    width: 450px;
    top: 400px;
    left: auto;
    transform: scale(.95);
  }

  .image-4 {
    width: 300px;
    height: auto;
    position: absolute;
    top: 650px;
    left: auto;
  }

  .image-4.fourth-image {
    opacity: .8;
    top: 620px;
    transform: scale(.95);
  }

  .div-block-2 {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    width: 1520px;
    height: 280px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .helper-text {
    width: 1130px;
    margin-left: 37px;
    padding-right: 449px;
  }

  .helper-text.second-text {
    width: 1130px;
    margin-left: 0;
    padding-right: 286px;
  }

  .image-5 {
    width: auto;
    padding-left: 55px;
  }

  .image-5.image-second {
    width: auto;
    padding-left: 45px;
  }

  .div-block-3 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    height: 280px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section {
    width: 1520px;
    margin-top: 470px;
  }

  .image-6 {
    z-index: auto;
    width: auto;
    margin-top: 10px;
    margin-left: 40px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-4 {
    background-color: #1b1c1e;
    justify-content: center;
    align-items: center;
    height: 415px;
    display: flex;
    position: relative;
  }

  .div-block-4.second-block {
    justify-content: flex-start;
    height: 415px;
  }

  .heading-3.elem {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 160px;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .text-block-2 {
    opacity: .5;
    color: #828282;
    margin-top: 50px;
    margin-left: 60px;
    font-family: Butler;
    font-size: 72px;
    font-weight: 400;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .grid {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
    width: 1520px;
  }

  .text-block-3 {
    color: #fff;
    text-align: center;
    margin-top: 280px;
    margin-bottom: 120px;
    font-family: Butler;
    font-size: 68px;
    line-height: 82px;
  }

  .div-block-5 {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 1080px;
    margin-top: 280px;
    position: relative;
  }

  .inwords-content-container {
    width: 746px;
    height: 790px;
    padding-left: 90px;
    padding-right: 90px;
    top: 60px;
    left: -80px;
  }

  .heading-4 {
    margin-bottom: 0;
    line-height: 82px;
  }

  .heading-5 {
    margin-top: 44px;
    margin-bottom: 20px;
  }

  .body-detail {
    font-size: 24px;
    line-height: 150%;
  }

  .div-block-8 {
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-8.arrow-block {
    margin-top: 48px;
    margin-left: 0;
  }

  .div-block-8.arrow-block.featured {
    margin-top: 0;
    margin-bottom: 61px;
  }

  .text-learn-more {
    margin-right: 20px;
    font-size: 24px;
  }

  .div-block-9 {
    width: 1520px;
    margin-top: 280px;
    margin-bottom: 0;
  }

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

  .text-block-6 {
    width: 488px;
    font-size: 24px;
    line-height: 150%;
  }

  .text-block-7 {
    width: 488px;
    margin-top: 12px;
    font-size: 24px;
    line-height: 150%;
  }

  .column {
    z-index: 1;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-7 {
    width: auto;
    position: absolute;
    bottom: -270px;
    right: -200px;
  }

  .image-8 {
    z-index: 2;
    width: 875px;
    max-width: none;
    position: relative;
  }

  .heading-7 {
    color: #fff;
    font-family: Butler;
    font-size: 68px;
    font-weight: 400;
    line-height: 82px;
  }

  .columns {
    width: 1520px;
  }

  .columns.last-block.animate-block {
    opacity: 0;
  }

  .blog-card {
    background-color: #1a1b1d;
    width: 720px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .blog-card.align-right {
    margin-left: 35px;
    margin-right: 0;
  }

  .text-author {
    margin-top: 55px;
    font-size: 24px;
  }

  .div-block-11 {
    margin-top: 55px;
    padding-bottom: 60px;
    padding-left: 52px;
  }

  .heading-blog-post {
    margin-top: 22px;
    margin-bottom: 32px;
  }

  .text-block-9 {
    font-size: 24px;
    line-height: 150%;
  }

  .link-block-5, .link-block-6 {
    margin-top: 48px;
  }

  .columns-2 {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 190px;
  }

  .heading-9 {
    width: 100%;
    margin-top: -25px;
    margin-bottom: 39px;
  }

  .text-block-10 {
    align-self: flex-start;
    width: 70%;
    font-size: 28px;
  }

  .text-field {
    opacity: 1;
    perspective: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-bottom: 1px solid rgba(193, 190, 190, .7);
    padding-top: 19px;
    padding-bottom: 35px;
    padding-left: 0;
    font-size: 28px;
  }

  .text-field.not-first {
    margin-top: 60px;
    padding-top: 19px;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
    display: flex;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 760px;
    padding-left: 0;
    display: flex;
  }

  .column-3 {
    padding-left: 0;
  }

  .column-4 {
    padding-left: 10px;
    padding-right: 0;
  }

  .submit-button {
    text-transform: uppercase;
    background-color: #fff;
    margin-top: 80px;
    padding: 18px 69px;
    font-size: 22px;
    line-height: 25px;
  }

  .submit-button.send-message-button {
    background-color: #fff;
  }

  .div-block-13 {
    background-color: #000;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 140px;
    display: flex;
    position: relative;
  }

  .div-block-14 {
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    width: 1520px;
    display: flex;
  }

  .link-block-7 {
    margin-right: 415px;
  }

  .footer-grid {
    margin-top: 10px;
    margin-left: 0;
  }

  .text-footer, .link-block-8 {
    text-decoration: none;
  }

  .button-4 {
    color: #c1bebe;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(193, 190, 190, .4);
    margin-left: 120px;
    padding: 11px 30px;
    font-family: PT Mono;
    font-size: 22px;
    line-height: 25px;
  }

  .button-4.join-us-button {
    margin-left: 196px;
  }

  .image-9 {
    z-index: -1;
    width: 900px;
    height: auto;
    position: absolute;
    bottom: -100px;
    left: -150px;
  }

  .image-9.contact-us {
    top: 80px;
    bottom: auto;
  }

  .logo {
    width: 200px;
  }

  .columns-3 {
    flex-direction: row;
  }

  .image-16 {
    width: auto;
  }

  .div-block-16, .div-block-16.cover {
    height: 400px;
  }

  .div-block-17 {
    z-index: 50;
    background-color: #000;
    align-self: auto;
    width: 100%;
    height: 100%;
    padding-top: 115px;
    padding-left: 100px;
    position: absolute;
  }

  .div-block-17.value {
    padding-left: 100px;
  }

  .body-pointer {
    width: 90%;
    font-size: 24px;
    line-height: 150%;
  }

  .div-block-20 {
    width: 1520px;
  }

  .div-block-21 {
    width: 554px;
  }

  .fractal-graphi {
    width: 746px;
  }

  .inwords-graphic {
    width: 746px;
    height: 705px;
  }

  .image-22 {
    width: 91px;
    margin-top: 18px;
  }

  .image-23 {
    z-index: -1;
    width: 960px;
    max-width: none;
    height: auto;
    top: -130px;
    left: -220px;
  }

  .image-24 {
    width: 1315px;
    top: -200px;
    right: -550px;
  }

  .image-25 {
    width: 500px;
    left: -400px;
  }

  .blog-caption {
    margin-bottom: 60px;
  }

  .blog-text-content {
    padding-left: 118px;
  }

  .heading-blog {
    width: 500px;
    margin-bottom: 7px;
    font-size: 68px;
    line-height: 82px;
  }

  .heading-16 {
    margin-top: 107px;
    margin-bottom: 8px;
    font-size: 98px;
    line-height: 127px;
  }

  .grid-4 {
    width: 1520px;
    margin-bottom: 280px;
  }

  .div-block-26 {
    width: 488px;
  }

  .div-block-27 {
    width: 464px;
    height: 370px;
    padding-top: 38px;
    padding-left: 52px;
    padding-right: 56px;
  }

  .heading-18 {
    font-size: 44px;
    line-height: 65px;
  }

  .text-block-22 {
    margin-top: 17px;
    font-size: 22px;
    line-height: 37px;
  }

  .text-block-23 {
    font-size: 22px;
    line-height: 37px;
  }

  .heading-19 {
    margin-bottom: 96px;
    font-size: 68px;
    line-height: 82px;
  }

  .grid-5 {
    grid-column-gap: 80px;
    margin-bottom: 260px;
  }

  .div-block-30 {
    width: 720px;
    height: 269px;
  }

  .heading-20 {
    margin-bottom: 92px;
  }

  .image-29 {
    margin-top: -2px;
  }

  .div-block-32 {
    width: 1520px;
    margin-top: 88px;
    margin-bottom: 280px;
  }

  .div-block-32.join-us-page {
    width: 1520px;
    margin-top: 88px;
  }

  .text-block-24 {
    width: 700px;
    margin-right: 87px;
    font-size: 28px;
    line-height: 37px;
  }

  .text-block-25 {
    width: 687px;
    font-size: 28px;
    line-height: 37px;
  }

  .image-32 {
    width: auto;
  }

  .image-32.third {
    width: 350px;
  }

  .image-32.third.fourth {
    width: 120px;
  }

  .image-33 {
    width: auto;
  }

  .image-36 {
    width: 1315px;
    top: -100px;
    right: -575px;
  }

  .heading-21 {
    margin-top: 245px;
    margin-bottom: 0;
    font-size: 98px;
    line-height: 137px;
  }

  .heading-22 {
    margin-bottom: 38px;
    font-size: 98px;
    line-height: 137px;
  }

  .text-block-26 {
    margin-bottom: 90px;
    font-size: 28px;
    line-height: 48px;
  }

  .div-block-33 {
    width: 746px;
    height: 100%;
  }

  .div-block-34 {
    padding-top: 64px;
    padding-left: 47px;
    padding-right: 344px;
  }

  .div-block-34.role-card {
    height: 100%;
  }

  .text-block-27 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-23 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 65px;
  }

  .text-block-28 {
    margin-bottom: 79px;
    font-size: 22px;
    line-height: 37px;
  }

  .image-37 {
    width: 250px;
  }

  .heading-24 {
    margin-bottom: 74px;
    font-size: 68px;
    line-height: 82px;
  }

  .div-block-35 {
    width: 1520px;
  }

  .div-block-36 {
    width: 1520px;
    margin-bottom: 182px;
  }

  .heading-25 {
    padding-right: 429px;
    font-size: 68px;
    line-height: 82px;
  }

  .text-block-29 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 37px;
  }

  .image-39 {
    width: 573px;
    left: -30px;
  }

  .image-40 {
    width: 532px;
    top: 340px;
    left: -350px;
  }

  .image-41 {
    left: -160px;
  }

  .image-42 {
    width: 823px;
  }

  .div-block-38 {
    margin-top: 192px;
  }

  .link-block-16 {
    margin-bottom: 52px;
  }

  .heading-30 {
    margin-top: 0;
  }

  .heading-30.article {
    margin-top: 232px;
  }

  .image-44 {
    left: -120px;
  }

  .image-45 {
    top: 460px;
    right: 0;
  }

  .link-block-17 {
    margin-bottom: 52px;
  }

  .div-block-41 {
    margin-top: 192px;
  }

  .heading-31 {
    margin-bottom: 12px;
  }

  .text-block-42 {
    margin-bottom: 41px;
  }

  .button-5.bottom.apply-button {
    margin-top: 77px;
    margin-bottom: 180px;
  }

  .button-5.apply-button {
    margin-bottom: 121px;
  }

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

  .image-46 {
    width: 860px;
    top: -110px;
    left: -200px;
  }

  .image-47 {
    top: 180px;
    right: 110px;
  }

  .div-block-45 {
    position: absolute;
  }

  .div-block-45.main-image {
    z-index: -2;
    width: 680px;
    height: 680px;
    top: 200px;
    transform: scale(.95);
  }

  .div-block-45.main-image.second {
    z-index: -1;
    opacity: 0;
    transition: opacity 1s, right 4s, top 4.5s, left 4.5s, transform .7s cubic-bezier(.25, .46, .45, .94);
    top: 340px;
  }

  .image-48 {
    z-index: -1;
    display: block;
    position: absolute;
  }

  .image-49 {
    display: none;
    position: absolute;
  }

  .image-49.fourth-part {
    z-index: 4;
    display: block;
  }

  .image-50 {
    display: none;
    position: absolute;
  }

  .image-50.third-part {
    z-index: 3;
    display: block;
  }

  .image-51 {
    display: none;
    position: absolute;
  }

  .image-51.second-part {
    z-index: 2;
    display: block;
  }

  .image-52 {
    display: none;
    position: absolute;
  }

  .image-52.first-part {
    z-index: 1;
    display: block;
  }

  .right-bubble {
    z-index: -3;
    width: 500px;
    max-width: none;
    position: absolute;
    top: 40px;
    transform: scale(.9);
  }

  .image-53 {
    width: 100%;
    max-width: none;
  }

  .image-54 {
    width: 880px;
    top: -60px;
    right: -450px;
  }

  .html-embed-4 {
    display: none;
  }

  .image-55 {
    opacity: 0;
    width: 36px;
    position: absolute;
    top: 0;
    left: 107px;
  }

  .image-55.gradient-logo {
    opacity: 0;
    width: auto;
    transition: all .3s;
    left: 0;
  }

  .image-56.rotate {
    width: 60px;
    top: 13px;
    left: 14px;
  }

  .image-57, .image-57.arrow {
    width: 32px;
    height: 32px;
  }

  .div-block-50 {
    height: 803px;
  }

  .ryan-pic, .tom-pic, .laura-pic {
    height: 380px;
  }

  .div-block-60, .div-block-61 {
    height: 400px;
  }

  .image-58 {
    width: auto;
  }

  .div-block-62 {
    height: 800px;
  }

  .text-block-59 {
    color: #c6ffff;
    font-family: PT Mono;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
  }

  .image-60 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .popup {
    z-index: 20;
    background-color: rgba(204, 255, 255, .2);
    border: 1px solid #c6ffff;
    width: 352px;
    position: fixed;
    top: 140px;
  }

  .collection-list-wrapper {
    width: 1520px;
    margin-bottom: 180px;
  }

  .collection-list-wrapper.two-posts.homepage.article-page {
    margin-bottom: 180px;
  }

  .collection-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
  }

  .collection-list-wrapper-2 {
    width: 1520px;
    margin-bottom: 292px;
  }

  .collection-list-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .body-12 {
    background-color: #000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rich-text-block-2 {
    color: #fff;
    width: 751px;
  }

  .collection-list-blog {
    margin-bottom: 280px;
  }

  .html-embed-5 {
    display: none;
  }

  .sophia-pic, .jasper-pic, .dima-pic, .alex-pic, .lucas-pic, .max-pic {
    height: 380px;
  }

  .div-block-27-copy {
    width: 464px;
    height: 370px;
    padding-top: 38px;
    padding-left: 52px;
    padding-right: 56px;
  }

  .virginia-pic {
    height: 380px;
  }

  .feature {
    height: 240px;
  }

  .feature-text {
    font-size: 24px;
  }

  .section-2021 {
    width: 1280px;
  }

  .section-2021.inwords {
    margin-top: 220px;
    padding-bottom: 220px;
  }

  .haseeb-pic {
    height: 380px;
  }

  .fractal-graphic {
    width: 746px;
    height: 705px;
  }

  .fractal-logo, .fractal-text-copy {
    background-size: cover;
    border-radius: 4px;
  }

  .highlight-fractal {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 1080px;
    margin-top: 280px;
    position: relative;
  }

  .fractal-content-container {
    width: 746px;
    height: 790px;
    padding-left: 90px;
    padding-right: 90px;
    top: 60px;
    right: -80px;
  }
}

@media screen and (max-width: 991px) {
  .navbar.header {
    margin-top: 0;
  }

  .brand.logo.standalone {
    position: absolute;
    top: 20px;
    left: 16px;
  }

  .brand.logo.standalone.w--current {
    position: absolute;
  }

  .container {
    width: 688px;
    min-width: 688px;
    margin-top: 0;
  }

  .div-block {
    display: none;
  }

  .button-outline.join-us-button {
    margin-left: 0;
  }

  .button-outline.join-us-button.modal {
    opacity: 1;
    padding: 13px 43px;
  }

  .heading-with-margin {
    margin-top: 140px;
  }

  .heading-2 {
    font-size: 64px;
    line-height: 83px;
  }

  .image-3 {
    top: 560px;
    left: -30px;
  }

  .image-3.outline-image {
    opacity: 1;
    top: 570px;
    left: -20px;
  }

  .image-4 {
    width: 120px;
    height: 250px;
    top: 680px;
    left: 0;
  }

  .image-4.fourth-image {
    width: 180px;
    height: 222px;
    top: 750px;
    left: -40px;
  }

  .helper-text {
    margin-left: 41px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 31px;
  }

  .helper-text.second-text {
    margin-top: 8px;
    font-size: 18px;
  }

  .image-5 {
    width: 130px;
  }

  .image-5.image-second {
    width: 150px;
  }

  .div-block-3 {
    max-height: none;
  }

  .section {
    width: 688px;
    margin-top: 573px;
  }

  .image-6 {
    width: 310px;
  }

  .div-block-4.second-block {
    width: 688px;
    height: 400px;
  }

  .div-block-4.second-block.not-first {
    margin-top: 20px;
  }

  .heading-3.elem {
    width: 600px;
    font-size: 52px;
    line-height: 68px;
    top: 139px;
  }

  .text-block-2 {
    opacity: .2;
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    line-height: 86px;
    top: 40px;
    left: 40px;
  }

  .grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-3 {
    margin-top: 200px;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1123px;
    margin-top: 200px;
    display: flex;
  }

  .ergonomic-image {
    width: 100%;
    height: 663px;
    min-height: auto;
  }

  .inwords-content-container {
    order: 1;
    width: 688px;
    height: 545px;
    margin-top: -85px;
    padding: 66px 40px 72px;
    position: static;
    top: auto;
    bottom: -580px;
    left: auto;
  }

  .heading-4 {
    margin-bottom: 32px;
  }

  .heading-5 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 41px;
  }

  .body-detail {
    width: 480px;
  }

  .div-block-8 {
    margin-top: 40px;
  }

  .div-block-8.arrow-block.featured {
    margin-bottom: 31px;
  }

  .div-block-9 {
    width: 688px;
    margin-top: 195px;
  }

  .text-block-6 {
    width: 430px;
  }

  .text-block-7 {
    width: 422px;
  }

  .column {
    padding-left: 0;
  }

  .image-7 {
    width: 240px;
    bottom: -180px;
    right: -45px;
  }

  .image-8 {
    width: 682px;
    height: 562px;
  }

  .heading-7 {
    margin-top: 200px;
    margin-bottom: 75px;
  }

  .columns {
    width: 688px;
    margin-bottom: 200px;
  }

  .columns.last-block.animate-block {
    opacity: 0;
  }

  .blog-card.card {
    width: 100%;
  }

  .text-author {
    margin-top: 60px;
    font-size: 16px;
    line-height: 27px;
  }

  .heading-blog-post {
    margin-top: 15px;
    font-weight: 400;
  }

  .text-block-9 {
    width: 511px;
  }

  .columns-2 {
    margin-top: 0;
    margin-bottom: 124px;
    padding-left: 40px;
  }

  .columns-2.contact-us {
    margin-bottom: 110px;
  }

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

  .heading-9.contact-us {
    margin-top: 0;
    margin-bottom: 44px;
  }

  .text-field.not-first {
    margin-top: 48px;
    font-family: GT America, sans-serif;
  }

  .column-2 {
    justify-content: flex-start;
    margin-bottom: 240px;
  }

  .column-2.contact-us {
    margin-bottom: 120px;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    margin-top: 40px;
    padding-left: 0;
  }

  .div-block-13 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .div-block-14 {
    flex-direction: column;
    width: 688px;
  }

  .footer-grid {
    align-self: stretch;
    margin-top: 70px;
    margin-left: 0;
  }

  .footer-grid.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .text-footer {
    opacity: .7;
    line-height: 27px;
  }

  .button-4 {
    display: none;
  }

  .button-4.mobile {
    opacity: .7;
    display: block;
  }

  .button-4.mobile.join-us-button {
    margin-top: 40px;
    padding: 15px 43px;
  }

  .image-9 {
    width: 530px;
    top: 20px;
    bottom: auto;
    left: 0;
  }

  .image-9.contact-us {
    width: 400px;
    top: 70px;
    left: -160px;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: center;
  }

  .image-product-fractal {
    width: 162px;
  }

  .column-6 {
    margin-bottom: 78px;
    padding-right: 0;
    display: flex;
  }

  .icon {
    color: var(--sky-blue);
    font-size: 40px;
    transform: scale3d(1.2, 1, 1);
  }

  .icon:hover {
    color: var(--royal-blue);
  }

  .div-block-15 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    display: flex;
  }

  .text-block-12 {
    display: none;
  }

  .div-block-16.cover {
    height: 400px;
  }

  .div-block-18.contact-us {
    margin-top: 150px;
  }

  .heading-12 {
    margin-bottom: 38px;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 768px;
    margin-bottom: 124px;
  }

  .div-block-21 {
    width: 545px;
    margin-bottom: 80px;
    padding-left: 40px;
  }

  .fractal-graphi {
    width: 100%;
    height: auto;
  }

  .inwords-graphic {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .image-22 {
    margin-top: 0;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    width: 790px;
    max-width: none;
    top: 0;
    left: -300px;
  }

  .image-24 {
    width: 900px;
    top: 250px;
    right: -520px;
  }

  .image-25 {
    display: none;
  }

  .blog-text-content {
    margin: 92px 40px 84px;
    padding-left: 0;
  }

  .heading-blog {
    width: 100%;
    margin-bottom: 32px;
  }

  .heading-16 {
    margin-top: 266px;
    margin-bottom: 17px;
    font-size: 64px;
    line-height: 83px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    width: 688px;
    margin-bottom: 200px;
  }

  .div-block-26 {
    width: 688px;
  }

  .div-block-26.mobile {
    display: none;
  }

  .div-block-27 {
    width: 668px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 0;
  }

  .text-block-22 {
    margin-top: 34px;
    margin-bottom: 26px;
  }

  .heading-19 {
    margin-bottom: 80px;
  }

  .grid-5 {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    margin-bottom: 285px;
  }

  .div-block-30 {
    width: 688px;
    height: 260px;
  }

  .heading-20 {
    margin-bottom: 80px;
  }

  .image-29, .image-30 {
    display: none;
  }

  .image-31 {
    width: 100vw;
  }

  .div-block-32 {
    flex-direction: column;
    align-self: flex-start;
    width: 635px;
    margin-top: 60px;
    margin-bottom: 200px;
    padding-left: 40px;
  }

  .div-block-32.join-us-page {
    width: 593px;
    margin-top: 60px;
    margin-bottom: 180px;
  }

  .text-block-24 {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .text-block-25 {
    width: 100%;
  }

  .image-32 {
    width: 96px;
  }

  .image-32.third {
    width: 350px;
  }

  .image-32.third.fourth {
    width: 100px;
  }

  .image-33 {
    width: 378px;
  }

  .image-34 {
    width: 528px;
    top: 370px;
    left: -30px;
  }

  .image-35 {
    width: 740px;
    top: -120px;
    left: -160px;
  }

  .image-36 {
    width: 746px;
    top: -100px;
    right: -290px;
  }

  .heading-21 {
    margin-top: 260px;
    margin-bottom: 17px;
    font-size: 64px;
    line-height: 83px;
  }

  .heading-22 {
    margin-bottom: 38px;
    font-size: 64px;
    line-height: 83px;
  }

  .text-block-26 {
    width: 450px;
    margin-bottom: 160px;
    font-size: 18px;
    line-height: 31px;
  }

  .div-block-33 {
    width: 100%;
    height: auto;
  }

  .div-block-34 {
    padding-top: 60px;
    padding-left: 36px;
  }

  .text-block-28 {
    margin-bottom: 89px;
  }

  .image-37 {
    width: 230px;
  }

  .heading-24 {
    margin-bottom: 80px;
  }

  .div-block-35 {
    width: 688px;
  }

  .div-block-36 {
    flex-direction: column;
    align-self: auto;
    width: 688px;
    margin-bottom: 120px;
  }

  .heading-25 {
    margin-top: 0;
    margin-bottom: 562px;
    padding-right: 0;
  }

  .div-block-37, .text-block-29 {
    width: 593px;
  }

  .image-39 {
    left: 120px;
  }

  .image-40 {
    left: -120px;
  }

  .image-41 {
    top: -110px;
    left: -250px;
  }

  .image-42 {
    width: 400px;
    top: 550px;
    right: -170px;
  }

  .div-block-38 {
    align-self: flex-start;
    width: 80%;
    margin-top: 190px;
    margin-bottom: 118px;
    padding-left: 42px;
  }

  .link-block-16 {
    margin-bottom: 52px;
    font-size: 22px;
    line-height: 37px;
  }

  .heading-26 {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 65px;
  }

  .text-block-35 {
    margin-bottom: 57px;
    font-size: 18px;
    line-height: 31px;
  }

  .text-block-36 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
  }

  .heading-27 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 47px;
  }

  .text-block-37 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 27px;
  }

  .text-block-37.second-text, .div-block-39 {
    margin-bottom: 60px;
  }

  .heading-28 {
    margin-bottom: 29px;
  }

  .text-block-38 {
    font-size: 16px;
    line-height: 27px;
  }

  .image-43 {
    width: 100vw;
    margin-bottom: 80px;
  }

  .heading-29 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 47px;
  }

  .div-block-40 {
    align-self: flex-start;
    width: 85%;
    margin-bottom: 200px;
    padding-left: 43px;
  }

  .text-block-39 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 27px;
  }

  .text-block-40 {
    font-size: 16px;
    line-height: 27px;
  }

  .list-item.list-item2, .list-item-2.list-item2 {
    margin-bottom: 12px;
    padding-left: 16.7px;
  }

  .list-item2 {
    padding-left: 16.7px;
  }

  .list-item2.last.list-item-3.my {
    margin-bottom: 0;
  }

  .list-item2.list-item-3.my {
    margin-bottom: 28px;
  }

  .heading-30 {
    margin-bottom: 75px;
  }

  .image-44 {
    width: 835px;
    top: -15px;
    left: -310px;
  }

  .image-45 {
    width: 488px;
    right: -160px;
  }

  .link-block-17 {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .text-block-41 {
    font-size: 16px;
    line-height: 27px;
  }

  .div-block-41 {
    width: 688px;
    margin-top: 190px;
  }

  .heading-31 {
    margin-bottom: 28px;
    font-size: 54px;
    line-height: 65px;
  }

  .text-block-42 {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
  }

  .button-5 {
    margin-bottom: 120px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-5.bottom {
    margin-bottom: 120px;
  }

  .button-5.bottom.apply-button {
    margin-top: 72px;
  }

  .div-block-42 {
    width: 688px;
    margin-bottom: 80px;
    display: block;
  }

  .div-block-43 {
    width: 688px;
  }

  .heading-32 {
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 46px;
  }

  .text-block-43 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 27px;
  }

  .heading-33 {
    margin-top: 60px;
    font-size: 32px;
    line-height: 47px;
  }

  .text-block-44 {
    font-size: 16px;
    line-height: 27px;
  }

  .list-item-3.list-item.my {
    margin-bottom: 28px;
  }

  .list {
    margin-bottom: 60px;
    padding-left: 0;
  }

  .heading-34, .list-2 {
    display: none;
  }

  .text-block-46 {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 27px;
  }

  .image-46 {
    width: 620px;
    top: -40px;
    left: -180px;
  }

  .image-47 {
    width: 488px;
    right: -150px;
  }

  .div-block-45.main-image {
    width: 470px;
    height: 470px;
    top: 50px;
    left: -140px;
  }

  .div-block-45.main-image.second {
    width: 280px;
    height: 280px;
    top: 740px;
    left: auto;
    right: 0;
  }

  .right-bubble {
    top: 510px;
    right: -210px;
  }

  .image-54 {
    display: none;
  }

  .div-block-47 {
    z-index: 5;
    opacity: 1;
    color: #1a1b1d;
    text-align: center;
    background-color: #1a1b1d;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0;
  }

  .div-block-47.nav-menu-modal {
    opacity: 0;
    background-color: #000;
    transition: all .5s;
    display: flex;
  }

  .div-block-48 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-block-18 {
    text-decoration: none;
  }

  .text-block-47 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 37px;
  }

  .html-embed-3, .html-embed-4 {
    display: none;
  }

  .image-55.gradient-logo {
    opacity: 0;
    width: 133px;
    top: 0;
  }

  .div-block-50 {
    width: 100vw;
  }

  .ryan-pic, .tom-pic {
    height: 502px;
  }

  .div-block-60 {
    height: 396px;
  }

  .div-block-61 {
    min-width: 100%;
    height: 396px;
  }

  .image-59 {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 16px;
  }

  .div-block-62 {
    height: 462px;
  }

  .div-block-63 {
    align-self: auto;
    width: 688px;
    margin-top: 195px;
    padding-left: 0;
  }

  .heading-35 {
    padding-right: 0;
    font-size: 54px;
    line-height: 65px;
  }

  .text-block-50, .bold-text {
    font-size: 16px;
    line-height: 27px;
  }

  .text-block-51 {
    margin-bottom: 198px;
    font-size: 16px;
    line-height: 27px;
  }

  .collection-list-wrapper {
    width: 688px;
    margin-bottom: 120px;
  }

  .collection-list-wrapper.two-posts {
    margin-bottom: 120px;
  }

  .collection-list-wrapper.two-posts.homepage {
    margin-bottom: 40px;
  }

  .collection-list-wrapper.two-posts.homepage.article-page {
    margin-bottom: 120px;
  }

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

  .collection-list-wrapper-2 {
    width: 688px;
    margin-bottom: 180px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .rich-text-block {
    width: 688px;
  }

  .rich-text-block-2 {
    align-self: flex-start;
    width: 564px;
    padding-left: 42px;
  }

  .collection-list-blog {
    margin-top: 75px;
    margin-bottom: 200px;
  }

  .collection-item-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sophia-pic {
    height: 502px;
  }

  .div-block-27-copy {
    width: 668px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 165px;
  }

  .sub-heading.blog {
    width: 100%;
  }

  .feature {
    max-height: none;
  }

  .section-2021 {
    width: 688px;
  }

  .div-block-65 {
    height: 170px;
  }

  .image-62 {
    max-width: 80%;
  }

  .fractal-graphic {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .fractal-bg-image {
    width: 100%;
    height: 663px;
    min-height: auto;
  }

  .highlight-fractal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1123px;
    margin-top: 200px;
    display: flex;
  }

  .fractal-content-container {
    order: 1;
    width: 688px;
    height: 545px;
    margin-top: -85px;
    padding: 66px 40px 72px;
    position: static;
    top: auto;
    bottom: -580px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    width: 100%;
  }

  .brand.logo {
    padding-left: 0;
  }

  .brand.logo.standalone {
    top: 33px;
    left: 20px;
  }

  .container {
    width: 90%;
    min-width: 90%;
  }

  .body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-outline.join-us-button.cta-main {
    padding: 10px 40px;
    font-size: 20px;
  }

  .heading-with-margin {
    margin-top: 160px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 47px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 47px;
  }

  .image-3.outline-image {
    width: 160px;
    top: 450px;
  }

  .image-4.fourth-image {
    width: 120px;
    height: 142px;
    top: 520px;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 32px 19px 61px;
  }

  .helper-text {
    margin-top: 28px;
    margin-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .helper-text.second-text {
    margin-top: 28px;
    margin-left: 0;
  }

  .image-5 {
    width: 90px;
  }

  .image-5.image-second {
    width: 98px;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 32px 103px 61px 19px;
  }

  .section {
    width: auto;
  }

  .image-6 {
    width: 250px;
  }

  .div-block-4.second-block {
    width: 100%;
    height: 313px;
  }

  .heading-3.elem {
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    top: 100px;
  }

  .text-block-2 {
    color: #fff;
    font-size: 72px;
    line-height: 86px;
    top: 30px;
    left: 20px;
  }

  .grid {
    width: 100%;
  }

  .text-block-3 {
    margin-top: 180px;
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 46px;
  }

  .div-block-5 {
    height: auto;
    margin-top: 269px;
  }

  .ergonomic-image {
    width: 100vw;
    height: 352px;
    min-height: auto;
    margin-bottom: 0;
  }

  .inwords-content-container {
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 148px;
    padding-right: 40px;
  }

  .heading-4 {
    margin-bottom: 41px;
    font-size: 40px;
    line-height: 52px;
  }

  .heading-5 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 39px;
  }

  .body-detail {
    width: 100%;
    max-width: 451px;
  }

  .div-block-8 {
    margin-top: 28px;
  }

  .div-block-8.arrow-block.featured {
    margin-bottom: 20px;
  }

  .text-learn-more {
    font-size: 18px;
    line-height: 31px;
  }

  .text-learn-more.read-button {
    font-size: 16px;
    line-height: 27px;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 75px;
  }

  .heading-6 {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 52px;
  }

  .text-block-6, .text-block-7 {
    width: 95%;
  }

  .image-8 {
    width: 100%;
    height: auto;
  }

  .heading-7 {
    margin-top: 121px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 52px;
  }

  .columns {
    width: 100%;
    margin-bottom: 182px;
  }

  .blog-card {
    padding-bottom: 40px;
  }

  .blog-card.align-right {
    margin-bottom: 0;
  }

  .text-author {
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-11 {
    padding-right: 39px;
  }

  .heading-blog-post {
    margin-top: 8px;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-9 {
    width: auto;
  }

  .columns-2 {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 85px;
    padding-left: 25px;
  }

  .heading-9 {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 46px;
  }

  .text-block-10 {
    width: 267px;
  }

  .text-block-10.contact-us {
    width: 90vw;
  }

  .text-field.not-first {
    margin-top: 30px;
  }

  .column-2 {
    margin-bottom: 80px;
  }

  .column-2.contact-us {
    margin-bottom: 134px;
  }

  .submit-button {
    margin-top: 64px;
    padding: 19px 110px;
  }

  .submit-button.send-message-button {
    padding-left: 70px;
    padding-right: 70px;
  }

  .div-block-13 {
    width: 100vw;
    margin-left: 0;
    padding-top: 53px;
    padding-bottom: 88px;
  }

  .div-block-14 {
    flex-direction: column;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-7.logo {
    position: relative;
  }

  .footer-grid.mobile {
    flex-direction: column;
    display: flex;
  }

  .text-footer {
    margin-bottom: 12px;
  }

  .text-footer.odd {
    margin-bottom: 32px;
  }

  .link-block-8 {
    order: 2;
  }

  .link-block-8._1 {
    order: 1;
  }

  .link-block-8._2 {
    order: 3;
  }

  .link-block-8._3 {
    order: 5;
  }

  .link-block-8._4 {
    order: 2;
  }

  .link-block-8._5 {
    order: 4;
  }

  .link-block-8._6 {
    order: 6;
  }

  .button-4.mobile {
    margin-top: 43px;
    padding: 15px 43px;
  }

  .button-4.mobile.join-us-button {
    font-family: PT Mono;
  }

  .image-9 {
    width: 390px;
    margin-left: 0;
    top: -50px;
    bottom: 0;
    left: -55px;
  }

  .image-9.contact-us {
    width: 300px;
    top: 50px;
    left: -140px;
  }

  .image-16 {
    width: 100px;
    position: static;
  }

  .image-product-fractal {
    width: 124px;
  }

  .column-6 {
    margin-bottom: 126px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-16.cover {
    height: 225px;
  }

  .div-block-18.contact-us {
    margin-top: 40px;
  }

  .heading-12 {
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 47px;
  }

  .div-block-20 {
    width: 100vw;
    margin-bottom: 80px;
  }

  .div-block-21 {
    width: 461px;
    margin-bottom: 63px;
    padding-left: 36px;
  }

  .fractal-graphi {
    width: 100vw;
  }

  .image-22 {
    width: 62px;
  }

  .menu-button {
    padding-right: 0;
  }

  .image-23 {
    width: 450px;
    top: 0;
    left: -200px;
  }

  .image-24 {
    width: 500px;
    top: 220px;
    right: -270px;
  }

  .blog-caption {
    margin-bottom: 28px;
  }

  .text-block-17 {
    font-size: 16px;
    line-height: 27px;
  }

  .blog-text-content {
    width: 466px;
    margin-top: 51px;
    margin-bottom: 37px;
    margin-left: 32px;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 27px;
  }

  .heading-blog {
    width: 100%;
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 46px;
  }

  .text-block-20 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-16 {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 47px;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-bottom: 180px;
  }

  .div-block-26 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-27 {
    width: 100%;
    max-width: 100%;
    height: 235px;
    padding-left: 18px;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 26px;
    line-height: 39px;
  }

  .text-block-22 {
    margin-top: 24px;
    margin-bottom: 6px;
  }

  .text-block-23 {
    padding-right: 0;
  }

  .heading-19 {
    font-size: 38px;
    line-height: 46px;
  }

  .grid-5 {
    width: 100%;
    margin-bottom: 180px;
  }

  .div-block-30 {
    width: 100%;
    height: 170px;
  }

  .heading-20 {
    margin-bottom: 71px;
    font-size: 38px;
    line-height: 46px;
  }

  .div-block-32 {
    width: 100%;
    margin-bottom: 222px;
    padding-left: 0;
  }

  .div-block-32.join-us-page {
    width: 95%;
    margin-bottom: 120px;
  }

  .text-block-24 {
    margin-bottom: 8px;
  }

  .image-32 {
    width: 77px;
  }

  .image-32.third {
    width: 200px;
  }

  .image-32.third.fourth {
    width: 80px;
  }

  .image-33 {
    width: 361px;
  }

  .image-34 {
    width: 430px;
    top: 230px;
    left: -140px;
  }

  .image-35 {
    width: 448px;
    max-width: none;
    top: -60px;
    left: -60px;
  }

  .image-36 {
    width: 380px;
    max-width: none;
    top: -80px;
    right: -130px;
  }

  .heading-21 {
    margin-top: 98px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 47px;
  }

  .heading-22 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 47px;
  }

  .text-block-26 {
    width: 393px;
    margin-bottom: 128px;
    font-size: 20px;
    line-height: 34px;
  }

  .div-block-33 {
    height: auto;
  }

  .div-block-34 {
    padding-top: 38px;
    padding-left: 30px;
  }

  .div-block-34.role-card {
    margin-bottom: 0;
  }

  .heading-23 {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 33px;
  }

  .text-block-28 {
    margin-bottom: 37px;
    font-size: 14px;
    line-height: 24px;
  }

  .image-37 {
    width: 160px;
    top: -50px;
  }

  .heading-24 {
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 46px;
  }

  .div-block-35 {
    width: 100%;
    margin-bottom: 90px;
  }

  .div-block-36 {
    width: 100%;
    margin-bottom: 101px;
  }

  .heading-25 {
    margin-bottom: 460px;
    font-size: 38px;
    line-height: 46px;
  }

  .div-block-37, .text-block-29 {
    width: 100%;
  }

  .image-39 {
    width: 282px;
    left: 40px;
  }

  .image-40 {
    width: 261px;
    top: 220px;
    left: -120px;
  }

  .image-41 {
    width: 462px;
    top: -140px;
    left: -110px;
  }

  .image-42 {
    width: 360px;
    top: 340px;
    right: -100px;
  }

  .div-block-38 {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 96px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-34 {
    font-size: 16px;
    line-height: 27px;
  }

  .link-block-16 {
    margin-bottom: 28px;
  }

  .heading-26 {
    width: 251px;
    margin-bottom: 17px;
    font-size: 38px;
    line-height: 46px;
  }

  .text-block-35 {
    width: 346px;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 27px;
  }

  .text-block-36 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-27 {
    width: 245px;
    margin-bottom: 29px;
    font-size: 26px;
    line-height: 39px;
  }

  .text-block-37 {
    margin-bottom: 32px;
  }

  .heading-28 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 39px;
  }

  .text-block-38 {
    order: 1;
  }

  .image-43 {
    max-width: none;
    margin-left: -28px;
  }

  .heading-29 {
    width: 239px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 39px;
  }

  .div-block-40 {
    margin-bottom: 180px;
    padding-left: 0;
  }

  .text-block-39 {
    margin-bottom: 28px;
  }

  .heading-30 {
    text-align: center;
    align-self: center;
    margin-bottom: 29px;
    font-size: 40px;
    line-height: 52px;
  }

  .heading-30.article {
    margin-top: 120px;
  }

  .image-44 {
    width: 450px;
    top: 0;
    left: -120px;
  }

  .image-45 {
    width: 300px;
    top: 350px;
    right: -50px;
  }

  .div-block-41 {
    width: 100%;
    margin-top: 110px;
  }

  .heading-31 {
    font-size: 38px;
    line-height: 46px;
  }

  .button-5 {
    margin-bottom: 137px;
  }

  .div-block-42, .div-block-43 {
    width: 100%;
  }

  .text-block-44 {
    width: 95%;
    margin-bottom: 28px;
  }

  .text-block-46 {
    width: 95%;
  }

  .image-46 {
    width: 570px;
    top: -100px;
    left: -210px;
  }

  .image-47 {
    width: 302px;
    top: 290px;
    right: -50px;
  }

  .div-block-45.main-image {
    width: 250px;
    height: 250px;
    top: 30px;
    left: -90px;
  }

  .div-block-45.main-image.second {
    width: 240px;
    height: 240px;
    top: 460px;
  }

  .right-bubble {
    width: 300px;
    top: 280px;
  }

  .image-55.gradient-logo {
    opacity: 0;
    display: block;
  }

  .div-block-50 {
    height: 330px;
  }

  .ryan-pic, .tom-pic {
    height: 381px;
  }

  .div-block-60, .div-block-61 {
    height: 225px;
  }

  .image-58 {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .image-58.gradient-logo-footer {
    top: 1px;
  }

  .image-59.close-menu {
    top: 30px;
    right: 40px;
  }

  .div-block-62 {
    height: 340px;
  }

  .div-block-63 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-35 {
    font-size: 38px;
    line-height: 46px;
  }

  .bold-text {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-51 {
    margin-bottom: 174px;
    font-size: 12px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .collection-list-wrapper.two-posts.homepage {
    margin-bottom: 182px;
  }

  .collection-list {
    grid-row-gap: 16px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .body-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block {
    width: 100%;
  }

  .body-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-2 {
    width: 100%;
    padding-left: 0;
  }

  .collection-list-blog {
    margin-bottom: 100px;
  }

  .collection-item-3 {
    flex-direction: column;
  }

  .sophia-pic {
    height: 381px;
  }

  .div-block-27-copy {
    width: 100%;
    max-width: 100%;
    height: 235px;
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 78px;
  }

  .heading-description.belfast {
    font-size: 20px;
  }

  .feature {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 32px 103px 61px 19px;
  }

  .section-2021 {
    width: auto;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .image-62 {
    max-width: 80%;
  }

  .fractal-bg-image {
    width: 100vw;
    height: 352px;
    min-height: auto;
    margin-bottom: 0;
  }

  .highlight-fractal {
    height: auto;
    margin-top: 269px;
  }

  .fractal-content-container {
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 148px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: -10px;
  }

  .brand.logo {
    padding-left: 0;
  }

  .brand.logo.standalone {
    top: 18px;
    left: 15px;
  }

  .container {
    margin-top: 12px;
  }

  .body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-outline.join-us-button.cta-main {
    margin-top: 20px;
  }

  .heading-with-margin {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
  }

  .heading-with-margin.head-text {
    margin-top: 100px;
  }

  .heading-2 {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
  }

  .heading-2.head-text {
    margin-top: 0;
  }

  .image-3 {
    width: 200px;
    top: 450px;
  }

  .image-3.outline-image {
    width: 160px;
    top: 420px;
  }

  .image-4 {
    width: 50px;
    height: 120px;
    top: 520px;
  }

  .image-4.fourth-image {
    width: 100px;
    height: 122px;
    top: 500px;
    left: -20px;
  }

  .div-block-2 {
    justify-content: flex-start;
    height: auto;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 30px;
  }

  .helper-text {
    font-size: 18px;
    line-height: 31px;
  }

  .helper-text.second-text {
    line-height: 29px;
  }

  .div-block-3 {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 21px;
  }

  .section {
    margin-top: 325px;
  }

  .image-6 {
    width: 90%;
    max-width: 250px;
    margin-left: 0;
  }

  .div-block-4.second-block {
    justify-content: center;
  }

  .text-block-2 {
    color: #fff;
    font-size: 56px;
    line-height: 67px;
    left: 24px;
  }

  .text-block-3 {
    margin-top: 140px;
  }

  .div-block-5 {
    margin-top: 175px;
  }

  .ergonomic-image {
    height: 339px;
    margin-bottom: 0;
  }

  .inwords-content-container {
    margin-top: 0;
    padding-bottom: 65px;
    padding-left: 15px;
    padding-right: 30px;
  }

  .heading-4 {
    margin-bottom: 40px;
  }

  .heading-5 {
    margin-bottom: 15px;
  }

  .div-block-8 {
    margin-top: 26px;
  }

  .text-learn-more {
    font-size: 16px;
  }

  .image-7 {
    width: 180px;
    bottom: -160px;
    right: -65px;
  }

  .image-8 {
    width: 100vw;
    max-width: none;
    margin-left: 0;
    margin-right: -15px;
  }

  .heading-7 {
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .blog-card {
    padding-bottom: 50px;
  }

  .div-block-11 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-blog-post {
    margin-bottom: 16px;
  }

  .columns-2 {
    margin-top: 0;
    margin-bottom: 85px;
    padding-left: 15px;
  }

  .columns-2.contact-us {
    margin-bottom: 115px;
  }

  .heading-9.contact-us {
    margin-bottom: 40px;
  }

  .column-2.contact-us {
    margin-bottom: 80px;
  }

  .column-4 {
    margin-top: 16px;
  }

  .submit-button {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-13 {
    min-width: 100vw;
    margin-left: 0;
    padding-bottom: 58px;
    position: static;
  }

  .div-block-14 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-grid {
    grid-row-gap: 10px;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

  .text-footer {
    opacity: .7;
  }

  .button-4.mobile {
    opacity: .7;
    margin-top: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .image-9 {
    width: 400px;
    max-width: none;
    top: -50px;
    bottom: 0;
    left: -50px;
  }

  .image-9.contact-us {
    width: 280px;
    top: 30px;
  }

  .logo {
    width: 100px;
  }

  .image-product-fractal {
    width: 80px;
  }

  .column-6 {
    margin-bottom: 60px;
  }

  .icon {
    font-size: 34px;
  }

  .div-block-15 {
    margin-top: 40px;
  }

  .text-block-12 {
    color: #fff;
    text-align: center;
    margin-top: 121px;
    font-family: Canela, Georgia, sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
    display: block;
  }

  .text-block-12.head-text {
    width: 283px;
    margin-top: 135px;
    transform: translate(0, -10px);
  }

  .div-block-16.cover {
    height: 195px;
  }

  .div-block-17.value {
    align-items: flex-start;
    padding-left: 20px;
  }

  .body-pointer {
    width: 100%;
  }

  .div-block-18.contact-us {
    margin-top: 55px;
  }

  .heading-12 {
    text-align: center;
  }

  .div-block-20 {
    width: 100%;
    margin-bottom: 120px;
  }

  .div-block-21 {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .fractal-graphi {
    margin-left: -16px;
  }

  .inwords-graphic {
    margin-left: 0;
  }

  .menu-button {
    padding-right: 0;
  }

  .menu-button.menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-23 {
    top: -20px;
    left: -195px;
  }

  .image-24 {
    right: -300px;
  }

  .blog-text-content {
    width: 100%;
    margin-top: 52px;
    margin-bottom: 37px;
    margin-left: 0;
    padding-left: 32px;
    padding-right: 37px;
  }

  .heading-blog {
    width: 100%;
    margin-bottom: 15px;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 140px;
  }

  .div-block-27 {
    height: 200px;
    padding-left: 16px;
    padding-right: 0;
  }

  .heading-19 {
    margin-bottom: 60px;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 140px;
  }

  .div-block-30 {
    height: 93px;
  }

  .div-block-32 {
    margin-bottom: 192px;
  }

  .div-block-32.join-us-page {
    margin-bottom: 93px;
  }

  .text-block-24 {
    width: 269px;
  }

  .text-block-25 {
    width: 281px;
  }

  .image-32 {
    width: 42px;
  }

  .image-32.third {
    width: 140px;
  }

  .image-32.third.fourth {
    width: 50px;
  }

  .image-33 {
    width: 197px;
  }

  .image-34 {
    width: 266px;
    top: 200px;
    left: -80px;
  }

  .image-35 {
    width: 330px;
    top: -40px;
    left: -20px;
  }

  .image-36 {
    width: 340px;
    top: -100px;
    right: -170px;
  }

  .heading-21 {
    margin-top: 95px;
  }

  .heading-22 {
    margin-bottom: 28px;
  }

  .text-block-26 {
    width: 100%;
    margin-bottom: 144px;
  }

  .div-block-34 {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-34.role-card {
    padding-bottom: 10px;
  }

  .image-37 {
    width: 140px;
    top: -30px;
    right: -60px;
  }

  .heading-24 {
    text-align: center;
  }

  .div-block-35 {
    margin-bottom: 120px;
  }

  .div-block-36 {
    margin-bottom: 100px;
  }

  .heading-25 {
    margin-bottom: 294px;
  }

  .text-block-29 {
    width: 95%;
    margin-bottom: 12px;
  }

  .image-39 {
    width: 211px;
    top: 40px;
    left: 0;
  }

  .image-40 {
    width: 196px;
    top: 120px;
  }

  .image-41 {
    width: 307px;
    top: -130px;
  }

  .image-42 {
    width: 340px;
    max-width: none;
    top: 280px;
    right: -160px;
  }

  .div-block-38 {
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-35 {
    width: 100%;
    margin-bottom: 44px;
  }

  .text-block-36 {
    margin-bottom: 0;
  }

  .div-block-40 {
    width: 100%;
    margin-bottom: 118px;
    padding-left: 0;
  }

  .text-block-39 {
    width: 100%;
  }

  .list-item2.list-item-3.my {
    margin-bottom: 20px;
  }

  .heading-30 {
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 46px;
  }

  .image-44 {
    width: 347px;
    top: -20px;
    left: -90px;
  }

  .image-45 {
    top: 420px;
    right: -80px;
  }

  .div-block-41 {
    margin-top: 120px;
  }

  .button-5 {
    margin-bottom: 120px;
    padding-left: 52.5px;
    padding-right: 52.5px;
  }

  .div-block-42 {
    margin-bottom: 58px;
  }

  .heading-33 {
    margin-bottom: 30px;
  }

  .text-block-44 {
    width: 100%;
    margin-bottom: 20px;
  }

  .list-item-3.list-item.my {
    margin-bottom: 20px;
  }

  .text-block-46 {
    width: 100%;
  }

  .image-46 {
    width: 450px;
    top: -55px;
    left: -150px;
  }

  .image-47 {
    top: 330px;
    right: -100px;
  }

  .div-block-45.main-image {
    width: 230px;
    height: 230px;
  }

  .div-block-45.main-image.second {
    width: 260px;
    height: 260px;
    top: 330px;
    right: -100px;
  }

  .right-bubble {
    width: 280px;
    top: 160px;
    right: -220px;
  }

  .div-block-47.nav-menu-modal {
    opacity: 0;
  }

  .image-55.gradient-logo {
    opacity: 0;
    width: 100px;
    top: 0;
    left: 0;
  }

  .image-56.rotate {
    width: 60px;
    top: 13px;
    left: 15px;
  }

  .image-57, .image-57.arrow {
    width: 32px;
    height: 32px;
  }

  .div-block-50 {
    height: 335px;
  }

  .ryan-pic, .tom-pic {
    height: 197px;
  }

  .div-block-60, .div-block-61 {
    height: 193px;
  }

  .image-59.close-menu {
    top: 12px;
    right: 25px;
  }

  .div-block-62 {
    height: 224px;
  }

  .text-block-51 {
    margin-bottom: 144px;
  }

  .text-block-59 {
    padding-left: 10px;
    font-size: 12px;
  }

  .image-60.close-popup, .image-60.close-popup.error {
    padding: 14px 10px;
  }

  .popup, .popup.error {
    width: 290px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-60 {
    padding-left: 10px;
    font-size: 12px;
  }

  .collection-list-wrapper {
    margin-bottom: 120px;
  }

  .collection-list-wrapper.two-posts.homepage.last-block.animate-block {
    margin-bottom: auto;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 140px;
  }

  .collection-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .body-11, .body-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sophia-pic {
    height: 197px;
  }

  .div-block-27-copy {
    height: 293px;
    padding-left: 16px;
    padding-right: 25px;
  }

  .heading-description {
    margin-top: 14px;
  }

  .sub-heading.blog {
    font-size: 24px;
  }

  .feature {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 21px;
  }

  .section-2021.fractal {
    background-position: 50% -20%;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-62 {
    max-width: 80%;
  }

  .fractal-graphic {
    margin-left: 0;
  }

  .fractal-bg-image {
    height: 339px;
    margin-bottom: 0;
  }

  .highlight-fractal {
    margin-top: 175px;
  }

  .fractal-content-container {
    margin-top: 0;
    padding-bottom: 65px;
    padding-left: 15px;
    padding-right: 30px;
  }
}


@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular-Italic.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Bold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Belfast Grotesk';
  src: url('../fonts/Belfast-Grotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maax';
  src: url('../fonts/maax.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maax';
  src: url('../fonts/maaxitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maax';
  src: url('../fonts/maaxmediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maax';
  src: url('../fonts/maaxmedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maax';
  src: url('../fonts/maaxbolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maax';
  src: url('../fonts/maaxbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}