@font-face {
  font-family: GRA;
  src: url('../fonts/Graphik-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GRA;
  src: url('../fonts/Graphik-RegularItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GRA;
  src: url('../fonts/Graphik-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GRA;
  src: url('../fonts/Graphik-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GRA;
  src: url('../fonts/Graphik-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GRA;
  src: url('../fonts/Graphik-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #206eff;
  --black: #000;
}

body {
  background-color: var(--blue);
  color: var(--black);
  padding-bottom: 100px;
  font-family: GRA, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.cover-img {
  width: 100vw;
}

.body {
  background-color: #206eff;
}

.rich {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rich a {
  color: var(--black);
}

.text-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.code-embed {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.highlight {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: GRA, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.cover-title {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-second {
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 500;
}

.title-first {
  text-transform: uppercase;
  font-family: GRA, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: .9;
}

.menu-section {
  clear: both;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-inmenu {
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  width: auto;
  padding-bottom: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-inmenu:hover {
  background-color: var(--black);
  color: var(--blue);
}

.link-img {
  aspect-ratio: auto;
  object-fit: contain;
  border: 5px solid #000;
  border-radius: 8px;
  max-width: 370px;
  max-height: 310px;
  margin-bottom: 10px;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ddd0;
  height: 40px;
  font-family: Graphik, Arial, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.navhead {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  height: 30px;
  padding: 3px 6px;
  font-family: GRA, Arial, sans-serif;
  font-weight: 700;
  display: flex;
}

.small-inhead {
  padding-top: 3px;
  font-size: 12px;
  font-weight: 500;
}

.navbutt {
  padding: 0;
}

.phrase-section {
  text-align: center;
  font-family: brush-script-std, sans-serif;
  font-size: 3vw;
  line-height: 1;
}

.text-block {
  font-family: brush-script-std, sans-serif;
  font-size: 6vw;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .text-section {
    padding: 40px 40px 100px;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .link-img {
    width: 100%;
  }

  .menu-button {
    width: 0;
    height: 0;
    display: none;
  }

  .text-block {
    font-size: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .link-inmenu {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-bottom: 80px;
  }

  .rich p {
    font-size: 16px;
    line-height: 1.3;
  }

  .text-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-section {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-second {
    font-size: 4vw;
  }

  .title-first {
    font-size: 15vw;
  }

  .menu-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-inmenu {
    max-width: 100%;
    font-size: 18px;
  }

  .link-img {
    border-width: 3px;
    width: auto;
    max-width: 100%;
    max-height: 260px;
  }

  .text-block {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12vw;
  }
}


@font-face {
  font-family: 'GRA';
  src: url('../fonts/Graphik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GRA';
  src: url('../fonts/Graphik-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GRA';
  src: url('../fonts/Graphik-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GRA';
  src: url('../fonts/Graphik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GRA';
  src: url('../fonts/Graphik-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GRA';
  src: url('../fonts/Graphik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}