body {
  font-family: 'HK Grotesk', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 2vw;
  color: #780000;
  font-size: 2.8vw;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 1.5vw;
  color: #222;
  font-size: 1.3rem;
  line-height: 1.65;
  font-weight: 400;
}

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

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

li {
  margin-bottom: 1vw;
  font-size: 1.3rem;
  line-height: 1.65;
  font-weight: 400;
}

.wrapper {
  width: 100%;
  height: 100vh;
}

.body {
  display: block;
  background-color: #fff5fa;
}

.section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4vw;
}

.container {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.span_love-button {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 25.5vw;
  padding: 0.5vw 3vw 0.5vw 2.5vw;
  border-style: solid;
  border-width: 0.35vw;
  border-color: #780000;
  border-radius: 135px;
  background-color: #fff5fa;
  background-image: url('../images/heart-pink.svg');
  background-position: 89% 50%;
  background-size: 25%;
  background-repeat: no-repeat;
  -webkit-transition: all 75ms cubic-bezier(.455, .03, .515, .955);
  transition: all 75ms cubic-bezier(.455, .03, .515, .955);
  color: #780000;
}

.span_love-button:active {
  -webkit-transform: translate(-1vw, 1vw);
  -ms-transform: translate(-1vw, 1vw);
  transform: translate(-1vw, 1vw);
}

.span_love-button.span_bg-color-transparent {
  background-color: transparent;
}

.span_love-button.span_bg-color-transparent.u-text-white.u-mb-0 {
  margin-bottom: 0vw;
}

.span_love-button.span_bg-color-transparent.u-text-white.u-mb-0.span_bg-img-heart {
  padding-right: 10vw;
  background-image: url('../images/svg-shape-heart.svg');
  background-position: 88% 50%;
  background-size: 25.5%;
  background-repeat: no-repeat;
  -webkit-transition: all 180ms cubic-bezier(.455, .03, .515, .955);
  transition: all 180ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.span_love-button.span_bg-color-transparent.u-text-white.u-mb-0.span_bg-img-heart:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.span_love-button.span_bg-color-transparent.u-text-white.u-mb-0.span_bg-img-heart:active {
  -webkit-filter: sepia(100%) saturate(200%);
  filter: sepia(100%) saturate(200%);
}

.h1 {
  margin-top: 0px;
  margin-bottom: 4vw;
  font-family: 'HK Grotesk', sans-serif;
  color: #780000;
  font-size: 6.85vw;
  line-height: 1.3;
  font-weight: 500;
}

.canvas-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link-text {
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-size: 2.25vw;
}

.nav-link-text:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.nav-link {
  border-bottom: 2px solid #780000;
  color: #780000;
  line-height: 1.25;
  text-decoration: none;
}

.h2 {
  font-size: 3vw;
  font-weight: 500;
}

.h2.u-mt-3 {
  margin-top: 3vw;
}

.content-wrapper {
  width: 55%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper.u-pb-5 {
  padding-bottom: 5vw;
}

.code-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #222;
  color: #fff5fa;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  white-space: nowrap;
}

.html-embed {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.button {
  display: inline-block;
  margin-right: 0.25vw;
  margin-bottom: 0.5vw;
  margin-left: 0.75vw;
}

.ol.hide {
  display: none;
}

.p.u-mb-3 {
  margin-bottom: 3vw;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 1.25rem;
  }

  .h1 {
    font-size: 7.4vw;
  }

  .h2 {
    font-size: 4vw;
  }

  .content-wrapper {
    width: 80%;
  }

  .p {
    margin-bottom: 3vw;
    font-size: 1.25rem;
  }
}

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

  .span_love-button {
    width: 27.5vw;
    border-width: 0.45vw;
  }

  .h1 {
    font-size: 7.5vw;
  }

  .h2 {
    font-size: 5vw;
  }

  .p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 5vw;
    font-size: 1rem;
  }

  ul {
    padding-left: 1.5rem;
  }

  li {
    font-size: 1rem;
  }

  .wrapper {
    height: 100%;
  }

  .body {
    height: 100%;
  }

  .section {
    height: 100%;
    padding-top: 14vw;
  }

  .container {
    height: 100%;
  }

  .span_love-button {
    width: 43vw;
    margin-bottom: 0.9vw;
    padding-right: 3.5vw;
    padding-left: 3.5vw;
    border-width: 0.6vw;
    outline-width: 0.75vw;
  }

  .span_love-button:active {
    -webkit-transform: translate(-1.5vw, 1.5vw);
    -ms-transform: translate(-1.5vw, 1.5vw);
    transform: translate(-1.5vw, 1.5vw);
  }

  .span_love-button.span_bg-color-transparent.u-text-white.u-mb-0.span_bg-img-heart {
    padding-right: 12vw;
  }

  .h1 {
    font-size: 12.25vw;
  }

  .nav {
    padding-top: 6vw;
  }

  .nav-link-text {
    font-size: 4.25vw;
  }

  .h2 {
    margin-bottom: 4vw;
    font-size: 8vw;
  }

  .h2.u-mt-3.u-xs-mt-9 {
    margin-top: 9vw;
  }

  .content-wrapper {
    width: 100%;
  }

  .content-wrapper.u-pb-5 {
    width: 100%;
    max-width: none;
  }

  .code-block {
    margin-top: 5vw;
    padding: 4vw;
    font-size: 0.9rem;
  }

  .ol {
    padding-left: 2rem;
  }

  .li {
    margin-bottom: 8vw;
    padding-left: 0.25rem;
    font-size: 1rem;
  }

  .p {
    font-size: 1rem;
  }

  .p.u-mb-3.u-xs-mb-9 {
    margin-bottom: 9vw;
  }
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}