body {
  background-color: #000;
  font-family: Manrope, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: #ff75f6;
  text-decoration: underline;
}

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

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

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

figure {
  margin-bottom: 10px;
}

.p-sm-end {
  padding-bottom: 3em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-right: auto;
  margin-left: auto;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-right: auto;
  margin-left: auto;
}

.title2 {
  font-size: 3.375em;
  line-height: 1.1em;
  font-weight: 600;
}

.text-grey {
  color: #7d7d7d;
}

.gutter-outside {
  padding-right: 4em;
  padding-left: 4em;
}

.copy-medium {
  font-size: 1.2em;
  line-height: 1.45em;
  font-weight: 400;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-right: auto;
  margin-left: auto;
}

.section-tutorial {
  padding-top: 9em;
  padding-bottom: 9em;
  background-color: #000;
  color: #f5f5f7;
}

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

.intro-description {
  padding-top: 2em;
  padding-right: 4em;
  padding-left: 4em;
}

.header-button {
  display: inline-block;
  padding: 1em 1.6em;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f7;
  border-radius: 999em;
  background-color: #f5f5f7;
  -webkit-transition: all 350ms cubic-bezier(.165, .84, .44, 1);
  transition: all 350ms cubic-bezier(.165, .84, .44, 1);
  color: #000;
  font-size: 0.65em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-button:hover {
  padding-right: 3.5em;
  padding-left: 3.5em;
}

.header-button.secondary {
  border-width: 1px;
  background-color: transparent;
  color: #f5f5f7;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-button-wrapper {
  margin-right: 1em;
}

.nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #d3d3d3;
}

.infotext-2 {
  color: #707070;
  font-size: 0.9em;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title1 {
  font-size: 10em;
  line-height: 1;
  font-weight: 300;
}

.title-highlight {
  display: inline-block;
  padding: 0.7em 1.4em 0.8em;
  border-radius: 999em;
  background-color: rgba(252, 246, 243, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: 1.5em;
}

.gradient-intro-wrapper {
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f7;
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: 0.7em;
}

.section-ultra-gradients {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 45em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ultra-gradient-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1b1b1b;
  font-size: 1vw;
}

.main-shapes-wrapper {
  -webkit-filter: blur(120px);
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-1 {
  position: absolute;
  left: 0px;
  top: -24.7em;
  right: 0px;
  width: 40em;
  height: 40em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 999em;
  background-color: #a0bce0;
}

.shape-2 {
  position: absolute;
  left: -27.4em;
  top: -20em;
  right: 0px;
  width: 43em;
  height: 40em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 999em;
  background-color: #b5a3d6;
}

.shape-3 {
  position: absolute;
  left: -26em;
  top: -19.8em;
  right: 0px;
  width: 53em;
  height: 100em;
  border-radius: 999em;
  background-color: #b5a3d6;
  -webkit-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  transform: rotate(-28deg);
}

.shape-4 {
  position: absolute;
  left: 0px;
  top: -11.3em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  border-radius: 999em;
  background-color: #f6c779;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.shape-5 {
  position: absolute;
  left: 0px;
  top: -21.7em;
  right: 0px;
  width: 30em;
  height: 30em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 999em;
  background-color: #e7805b;
}

.shape-6 {
  position: absolute;
  top: -14.2em;
  right: -25em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  border-radius: 999em;
  background-color: #a0bce0;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.shape-7 {
  position: absolute;
  left: 0px;
  top: -4.1em;
  right: -23.9em;
  width: 20em;
  height: 13em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 999em;
  background-color: #b5a3d6;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.shape-8 {
  position: absolute;
  left: 26.7em;
  top: -17.1em;
  right: 0px;
  width: 47em;
  height: 119em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 999em;
  background-color: #9fc68e;
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
}

.shape-9 {
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  width: 30em;
  height: 119em;
  border-radius: 999em;
  background-color: #1b1b1b;
  -webkit-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  transform: rotate(39deg);
}

.background-noise {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/noise.png');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.3;
}

@media screen and (max-width: 991px) {
  body {
    background-color: #000;
    color: #f5f5f7;
    font-size: 0.87rem;
  }

  .gutter-outside {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section-tutorial {
    position: relative;
    z-index: 1;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .header-button:hover {
    padding-right: 1.6em;
    padding-left: 1.6em;
  }

  .header-button:active {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
  }

  .header-inner {
    padding-top: 2em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    position: absolute;
    left: auto;
    top: 23.2em;
    right: -9.5em;
    bottom: 0px;
    width: 44em;
    height: 57em;
  }

  .shape-4 {
    top: 22em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: 0.9em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .intro-description {
    padding-right: 0em;
    padding-left: 0em;
  }

  .header-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-button-wrapper {
    margin-bottom: 1em;
  }

  .title1 {
    font-size: 5em;
  }

  .main-shapes-wrapper {
    -webkit-filter: blur(80px);
    filter: blur(80px);
  }

  .blending-group-wrapper {
    -webkit-filter: blur(80px);
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }
}

@media screen and (max-width: 479px) {
  .shape-4 {
    top: 30.7em;
  }
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}