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

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

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

:root {
  --black: #0a0a0a;
  --gainsboro: #e5e3dc;
  --tomato: #d5573b;
}

body {
  color: #0a0a0a;
  background-color: #e5e3dc;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: The Huntsman, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Free Sans, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1.6vw;
  line-height: 1.3;
}

a {
  color: var(--black);
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 21px;
  line-height: 1.75;
  list-style-type: disc;
}

ol {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 21px;
  line-height: 1.75;
}

li {
  margin-bottom: 15px;
}

strong {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.75;
}

em {
  font-style: italic;
  line-height: 1.2;
}

blockquote {
  color: var(--black);
  border: 0 solid #000;
  border-left: 1px #000;
  margin-bottom: 10px;
  padding: 10px 100px;
  font-size: 1.3vw;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 24px;
  font-family: Free Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}

.loading-animation {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.section {
  background-color: #fff;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero {
  background-color: #fff;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.k {
  z-index: 99999999;
  clear: right;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom-width: 1px;
  height: 50px;
  position: fixed;
  inset: 0% auto auto 0%;
  box-shadow: 0 3px 3px #0000001c;
}

.section.ddd {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.ddd.sssskj {
  z-index: 1;
  background-color: #0000;
  border: 0 solid #000;
  margin-top: 0;
}

.section.d {
  margin-top: 25px;
  padding-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0% 0% auto;
}

.hero-row {
  z-index: 2;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 23px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.hero-row.right-alignment {
  justify-content: flex-end;
}

.h1-title {
  text-align: justify;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 1;
}

.hero-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -5%;
  position: relative;
}

.white-overlay {
  z-index: 1;
  background-color: var(--gainsboro);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}

.hero-image {
  z-index: 2;
  width: 55vw;
}

.symbol-container {
  background-image: url('../images/J-Letter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 42vw;
  margin-top: 20vh;
  margin-bottom: 8px;
}

.navbar {
  clear: left;
  opacity: 1;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  height: 12.5vh;
  min-height: 100px;
  max-height: 120px;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
  position: static;
}

.about-paragraph {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}

.about-paragraph.bottom-margin {
  margin-bottom: 40px;
  font-size: 14px;
}

.about-me-container {
  width: 50vw;
  margin-top: 25vh;
}

.h2-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Free Sans, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.2;
}

.footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 12.5vh;
  min-height: 100px;
  max-height: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer-text {
  font-weight: 400;
}

.work-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.client-name {
  color: var(--black);
  text-transform: none;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2;
  display: inline-block;
}

.client-name.rollover {
  padding-left: 23px;
  display: none;
  overflow: visible;
}

.words-loop-container {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: none;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.looping-text-wrap {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 2vw;
}

.looping-text {
  opacity: 1;
  color: var(--black);
  text-transform: none;
  white-space: nowrap;
  padding-left: 25px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2;
  display: block;
  position: static;
}

.work-image-wrap {
  z-index: 0;
  display: none;
  position: static;
}

.loading-animation-up {
  background-color: var(--black);
  width: 100%;
  height: 50vh;
  position: fixed;
  top: 0;
}

.loading-animation-down {
  background-color: var(--black);
  width: 100%;
  height: 50vh;
  position: fixed;
  bottom: 0;
}

.loading-bar {
  z-index: 2;
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  position: relative;
}

.work-image {
  z-index: 3;
  position: absolute;
}

.work-image._1 {
  z-index: 0;
  opacity: 1;
  border: 1px solid #000;
  border-radius: 400px;
  width: 250px;
  margin-left: 45vw;
  display: inline-block;
  position: absolute;
  box-shadow: 9px 9px 20px 5px #ff00009c;
}

.work-image._2 {
  z-index: 2;
}

.work-image._3 {
  z-index: 1;
}

.container {
  border: 0 solid #000;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.container.horizontal {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container.s, .container.sddgh {
  display: none;
}

.info-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.all-caps-text {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
}

.all-caps-text.sd {
  color: #fff;
}

.info-row {
  border-top: 1px solid var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.info-text {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 1;
}

.info-date {
  line-height: 1;
}

.connect-row {
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 76px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.connect-title {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.15;
  position: relative;
}

.arrow-icon {
  width: 32px;
  margin-bottom: 22px;
  position: relative;
}

.black-overlay {
  background-color: #ffffff0d;
  width: 100%;
  height: 80px;
  position: absolute;
}

.get-in-touch-title {
  text-transform: uppercase;
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.nav-links-container {
  align-items: center;
  display: flex;
}

.link-span {
  color: var(--tomato);
  font-weight: 700;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding: 6px 25px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2vw;
  font-weight: 400;
  transition: color .25s;
}

.nav-link:hover {
  color: #0a0a0ab3;
}

.utility-page-content {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

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

.utilities-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.utilities-container {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.h1-utilities {
  color: var(--gainsboro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.1;
}

.utilities-text {
  max-width: 320px;
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.6;
}

.utilities-button {
  background-color: var(--gainsboro);
  width: 100%;
  min-width: 220px;
  height: 60px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.utilities-button:hover {
  background-color: #ece0c7;
}

.form-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gainsboro);
  width: 100%;
  height: 60px;
  color: var(--gainsboro);
  background-color: #0000;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.25;
}

.form-input:focus {
  border-color: transparent transparent var(--gainsboro);
  border-bottom-width: 2px;
}

.form-input::placeholder {
  color: #e5e3dcb3;
}

.changelog-number-wrap {
  border: 2px solid var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.changelog-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 820px;
  display: flex;
}

.changelog-text {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.changelog-point {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.changelog-top-line {
  border-top: 2px solid var(--black);
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.template-info-title {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 1.1;
}

.changelog-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.changelog-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.colors-info-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  display: grid;
}

.styleguide-color {
  width: 100%;
  padding-top: 100%;
}

.styleguide-color.text {
  background-color: var(--black);
}

.styleguide-color.bkg {
  background-color: var(--gainsboro);
  box-shadow: 2px 2px 6px #0a0a0a1a;
}

.styleguide-color.links {
  background-color: var(--tomato);
}

.style-guide-text {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.styleguide-h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 1.8vw;
}

.typography-info-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: grid;
}

.typography-square {
  background-color: #fbf9f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.titles-style-guide {
  color: var(--black);
  font-family: The Huntsman, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-guide {
  color: #172633;
  font-size: 60px;
  line-height: 1.5;
}

.styleguide-title-container {
  background-color: #fbf9f9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 20px;
  display: flex;
}

.styleguide-title-container.last {
  margin-bottom: 0;
}

.licensing-text {
  max-width: 550px;
  margin-bottom: 45px;
}

.field-label {
  text-align: left;
  text-transform: uppercase;
  margin-left: 69px;
  font-size: 16px;
}

.search-input {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  padding-left: 75px;
  padding-right: 75px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2vw;
}

.body {
  cursor: crosshair;
  background-color: #fff;
}

.search-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: left;
  background-color: #0000;
  border-radius: 1px;
  margin-bottom: 100px;
  margin-left: 75px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
}

.paragraph {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-bottom-color: #000;
  border-radius: 2px;
  width: 100%;
  padding: 0 75px 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 1.2;
}

.paragraph.titoli {
  text-align: center;
  border-width: 0 0 1px;
  border-color: #000;
  width: 100%;
  margin-top: 0;
  padding-bottom: 27px;
  font-size: 1.6vw;
}

.paragraph.d {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-width: 0 0 1px;
  border-color: #000;
  border-bottom-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.5vw;
  font-weight: 400;
  position: static;
  inset: 0% 0% auto;
}

.paragraph.d.rrr {
  text-align: center;
  background-color: #eee;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 33vw;
}

.paragraph.ddd {
  border-top-width: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Free Sans, sans-serif;
}

.subscribe-form {
  background-color: #1e00ff;
  border: 1px solid #ff8400a1;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 100px;
  position: static;
  inset: auto 0% 0%;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-top: -30px;
  padding-top: 0;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  border: 1px solid #fff;
  border-radius: 1px;
  margin-top: 50px;
  margin-bottom: 0;
}

.heading {
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
}

.heading.d {
  text-align: center;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: 40px;
  font-size: 1.6vw;
}

.heading.white {
  color: #fff;
  margin-top: 0;
  font-family: Free Sans, sans-serif;
}

.paragraph-2 {
  text-transform: uppercase;
  font-family: Free Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.field-label-2 {
  text-align: right;
  text-transform: uppercase;
}

.submit-button {
  color: #000;
  background-color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
}

.search {
  margin-bottom: -40px;
  padding-top: 20px;
}

.div-block {
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  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-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.contact-form {
  padding-top: 0;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-position: 50% 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.paragraph-3.d {
  font-size: 16px;
  font-weight: 700;
}

.italic-text {
  font-size: 14px;
  font-style: normal;
}

.field-label-3, .field-label-4, .field-label-5 {
  margin-bottom: 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
}

.submit-button-2.d {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 24px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
}

.container-2 {
  object-fit: fill;
  object-position: 100% 50%;
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.field-label-6, .field-label-7 {
  margin-bottom: 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
}

.textarea, .text-field, .text-field-2, .text-field-3, .text-field-4 {
  border: 1px solid #000;
}

.menu.icon {
  text-align: center;
  width: 25%;
  height: 25%;
  margin-left: 5vw;
  padding-left: 0;
}

.container-3 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.nav {
  z-index: 99999;
  opacity: 1;
  background-color: #fcff52;
  border: 1px solid #000;
  max-height: 100%;
  padding: 5vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link2 {
  color: #000;
  border-top: 1px solid #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
  display: block;
}

.nav-link2.primo {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 75px;
  font-size: 1.6vw;
  overflow: visible;
}

.nav-link2.primo.l {
  border: 0 solid #000;
  border-top-width: 1px;
}

.nav-link2.hh {
  padding-top: 250px;
}

.close-icon {
  width: 33px;
  padding-top: 10px;
}

.close {
  padding-top: 5vw;
  padding-right: 5vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block {
  margin-left: -20px;
  padding-left: 0;
  position: sticky;
}

.field-label-8 {
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
}

.search-input-2 {
  background-color: #fff0;
  border: 1px #000;
  margin-top: 20px;
  padding-top: 13px;
}

.search-2 {
  margin-bottom: 25px;
  margin-left: 5vw;
  margin-right: 5vw;
  position: fixed;
  inset: auto 0% 0%;
}

.search-2.ddd {
  border-top: 1px solid #000;
}

.search-button-2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
}

.containerr {
  background-color: red;
  border-bottom: 1px #000;
  overflow: hidden;
}

.inner-containerr {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.scorre {
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 35vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 26vw;
  display: inline-block;
}

.scorre.llllll {
  margin-right: 0;
}

.section-2 {
  z-index: auto;
  clear: none;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 25px;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  z-index: 10000;
  float: none;
  clear: none;
  color: #804d4d;
  background-color: #802d2d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.container-4 {
  float: right;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.navbar-2 {
  justify-content: flex-end;
  margin-top: -52px;
  padding-top: 14px;
  display: flex;
}

.section-3 {
  background-color: red;
  border-bottom: 1px solid #000;
  margin-bottom: 27px;
}

.collection-item {
  border-top: 1px solid #000;
  width: 100%;
  font-size: 23px;
}

.link {
  width: 100%;
  color: var(--black);
  border: 0 #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.section-4 {
  width: 50%;
  display: flex;
}

.archivio {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .5fr .25fr;
  grid-auto-columns: .3fr;
  width: auto;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 0;
  padding-bottom: 1vw;
  display: grid;
  position: relative;
  inset: -215% 0% 0% auto;
}

.link-2 {
  color: var(--black);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.collection-item-2 {
  border-top: 1px solid #000;
  margin-right: 0;
  padding-right: 0;
}

.link-3 {
  color: var(--black);
  border-top: 1px solid #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
  font-weight: 400;
  display: flex;
}

.link-4 {
  color: var(--black);
  text-align: left;
  border-top: 0 solid #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.collection-item-3 {
  border-top: 1px solid #000;
}

.link-5 {
  color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.collection-item-4 {
  text-align: right;
  border-top: 1px solid #000;
}

.text-block {
  padding-top: 10px;
  font-size: 1vw;
  font-weight: 700;
}

.text-block-2 {
  font-size: 1vw;
  font-weight: 700;
}

.text-block-3 {
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
}

.etichette {
  text-align: left;
  font-size: 1vw;
  font-weight: 700;
}

.etichette.dx {
  text-align: right;
}

.text-block-5 {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4vw;
  font-weight: 400;
}

.text-block-5.h1-title {
  width: 100%;
  min-width: 1.6vw;
  margin-top: 28px;
  font-size: 5vw;
  font-weight: 400;
}

.text-block-5.h1-title.sottotitolo {
  text-transform: none;
  min-width: 1vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 700;
}

.container-5 {
  border-bottom: 0 solid #000;
}

.columns {
  width: 100%;
}

.body-2 {
  text-transform: none;
  cursor: crosshair;
  background-color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 1.8vw;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-7 {
  text-align: center;
  border-bottom: 0 solid #000;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 85px;
  display: flex;
}

.text-block-6 {
  margin-left: 0;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block-7 {
  margin-left: 26px;
  margin-right: 26px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-weight: 400;
}

.text-block-8 {
  margin-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  font-style: italic;
  font-weight: 400;
}

.text-block-8.dddddddddd {
  text-align: center;
  margin-top: 50px;
  font-size: 1.3vw;
  font-weight: 700;
}

.image {
  text-align: center;
  object-fit: scale-down;
  object-position: 50% 50%;
  border: 1px solid #000;
  border-bottom-width: 0;
  width: 60%;
  margin-top: 9vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.text-block-9 {
  margin-top: 99px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text-block {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
}

.rich-text-block-2 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6vw;
  line-height: 1.8vw;
}

.heading-2 {
  text-align: center;
  margin-top: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 1.02;
}

.heading-3 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2vw;
  line-height: 1.02;
}

.heading-4 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.container-8 {
  border-bottom: 0 solid #000;
}

.heading-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.rich-text-block-4 {
  text-transform: none;
  direction: ltr;
  border-bottom: 0 solid #000;
  margin-bottom: 100px;
  margin-left: 14vw;
  margin-right: 14vw;
  padding-top: 50px;
  display: block;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.text-block-10 {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Free Sans, sans-serif;
}

.rich-text-block-5 {
  font-size: 1.8vw;
}

.text-block-11 {
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: row;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Free Sans, sans-serif;
  font-size: 1.1vw;
  display: inline-block;
}

.collection-list-wrapper {
  text-align: center;
  border-bottom: 0 solid #000;
  margin-top: 28px;
  display: flex;
}

.collection-list {
  flex: 1;
  justify-content: center;
  margin-top: 35px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-12 {
  float: none;
  clear: none;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.8vw;
  font-style: italic;
  display: inline-block;
}

.collection-list-wrapper-2 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 85px;
  display: flex;
}

.collection-list-2 {
  clear: none;
  text-align: left;
  flex: 0 auto;
}

.collection-item-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.scroll-bar {
  z-index: 9999;
  transform-origin: 0%;
  background-color: #000;
  border-bottom: 0 #000;
  border-right: 0 #000;
  width: 100%;
  height: 5px;
  position: fixed;
  inset: 98px auto auto 0%;
  transform: translate(0);
}

.div-block-5 {
  z-index: 9999999;
  opacity: 1;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom-width: 1px;
  width: 100%;
  height: 5px;
  position: fixed;
  inset: 99px auto auto 0%;
  box-shadow: 2px 2px 12px #c2bbbb;
}

.text-block-13 {
  z-index: 999999999;
  color: #fff;
  text-align: center;
  font-size: 1vw;
  text-decoration: none;
  position: absolute;
  inset: 8% 0% auto;
}

.link-6 {
  color: #000;
  padding-top: 25px;
  font-weight: 400;
}

.div-block-6 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  height: 50px;
  padding-top: 7px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-14 {
  text-align: center;
  padding-top: 11px;
  font-size: 1.3vw;
  box-shadow: -6px -6px 8px #00000024;
}

.rich-text-block-6 {
  line-height: 1.3;
}

.div-block-7 {
  z-index: 999999999;
  background-color: #fff;
  border: 0 solid #000;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.collection-list-wrapper-3 {
  border-bottom: 0 solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: static;
}

.text-block-15 {
  float: none;
  clear: none;
  border: 1px solid #000;
  border-radius: 60px;
  margin-top: 14px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 5vw;
  line-height: 1.4;
  display: inline-block;
  position: static;
}

.collection-item-6 {
  display: inline-block;
}

.link-7 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 60px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.link-7.sdfv {
  text-align: center;
  font-size: 1.6vw;
}

.div-block-8 {
  position: relative;
}

.collection-list-3 {
  background-color: #fff;
  margin-bottom: 0;
  position: sticky;
}

.body-3 {
  background-color: #fff;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .5fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.collection-item-7 {
  border-top: 1px solid #000;
}

.collection-list-wrapper-4 {
  border-top: 0 #000;
}

.collection-list-wrapper-5 {
  border: 0 solid #000;
}

.collection-list-wrapper-6 {
  border-top: 0 solid #000;
}

.body-4 {
  background-color: #fff;
}

.mmmmm {
  color: #000;
  text-align: right;
  font-weight: 400;
}

.collection-item-8 {
  text-align: right;
  border-top: 1px solid #000;
}

.link-8 {
  color: #000;
  font-size: 1.5vw;
  font-weight: 400;
}

.link-9 {
  color: var(--black);
  font-weight: 400;
}

.link-10 {
  color: #000;
  font-weight: 400;
}

.collection-list-wrapper-7 {
  border-top: 1px #000;
}

.collection-item-9, .collection-item-10 {
  border-top: 1px solid #000;
}

.link-11 {
  color: #000;
  padding-left: 0;
  font-weight: 400;
}

.link-12 {
  color: #000;
  font-weight: 400;
}

.link-13 {
  color: var(--black);
  font-weight: 400;
}

.link-14 {
  color: var(--black);
  text-align: right;
  font-weight: 400;
}

.link-15 {
  color: var(--black);
  text-align: center;
  font-family: Free Sans, sans-serif;
  font-weight: 400;
}

.div-block-10 {
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #000;
  width: 100%;
  height: 100px;
  margin-top: 0;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: -2px -2px 3px #00000024;
}

.div-block-11 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.2fr .6fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
  position: fixed;
  inset: 0% 0% 0;
}

.link-16 {
  color: var(--black);
  text-align: center;
  padding-left: 0;
  padding-right: 30px;
  font-weight: 400;
  display: inline-block;
}

.text-block-16 {
  text-align: right;
  padding-left: 0;
  display: inline-block;
}

.text-block-17 {
  border-right: 0 solid #000;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.collection-list-wrapper-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-17 {
  border-top: 1px solid #000;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}

.collection-item-11 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-12 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .5fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 5vw;
  margin-right: 5vw;
  display: none;
  position: relative;
}

.link-18 {
  display: inline;
  position: static;
  overflow: visible;
}

.text-block-18 {
  text-align: right;
}

.collection-item-12 {
  border-top: 1px solid #000;
}

.collection-item-13 {
  border-top: 1px solid #000;
  position: static;
}

.collection-item-14 {
  clear: none;
  white-space: nowrap;
  object-fit: contain;
  border-top: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.collection-item-15 {
  text-align: right;
  border-top: 1px solid #000;
}

.collection-item-16 {
  border: 0 solid #000;
  border-top-width: 1px;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.link-19 {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  display: block;
}

.collection-list-wrapper-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.link-20 {
  position: static;
}

.div-block-13 {
  margin-top: 70px;
}

.body-5 {
  background-color: #fff;
}

.collection-item-17 {
  border-top: 1px solid #000;
}

.link-21 {
  border-top: 0 solid #000;
}

.collection-item-18, .collection-item-19 {
  border-top: 1px solid #000;
}

.section-5 {
  margin-top: 1px;
}

.nomi_autori_big {
  border-top: 0 solid #000;
  font-size: 4vw;
}

.collection-list-wrapper-10 {
  cursor: crosshair;
  padding-left: 5vw;
  padding-right: 5vw;
}

.body-6 {
  background-color: #fff;
}

.collection-item-20 {
  border-top: 1px solid #000;
}

.link-22 {
  border-bottom: 0 solid #000;
  text-decoration: none;
}

.link-23 {
  border-bottom: 0 solid #000;
}

.looping_2 {
  display: none;
}

.link-24 {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 12px;
  display: block;
  position: static;
}

.collection-list-5 {
  display: block;
}

.collection-item-21 {
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.text-block-19, .text-block-20, .text-block-21, .text-block-22 {
  width: 25%;
}

.collection-list-wrapper-11 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.collection-item-22 {
  display: flex;
}

.link-25 {
  border-top: 1px solid #000;
  width: 40%;
  margin-right: 20px;
  padding-right: 0;
}

.collection-list-wrapper-12 {
  width: 20%;
  margin-right: 10px;
}

.link-26 {
  border-top: 1px solid #000;
  width: 32%;
  margin-right: 20px;
}

.link-27 {
  text-align: right;
  border-top: 1px solid #000;
  width: 8%;
}

.collection-list-6 {
  display: block;
}

.link-28 {
  border-top: 0 solid #000;
}

.collection-item-23 {
  object-fit: fill;
  border-top: 0 solid #000;
  overflow: visible;
}

.collection-list-7 {
  object-fit: contain;
  border-top: 1px solid #000;
  overflow: hidden;
}

.source {
  text-align: right;
  text-decoration: underline;
}

.container-9 {
  text-align: center;
  border: 0 solid #000;
}

.collection-list-wrapper-13 {
  display: none;
}

.div-block-15 {
  z-index: 99999999;
  background-color: #ff9f9f;
  padding-left: 5vw;
  padding-right: 5vw;
  position: sticky;
  inset: auto 0% 9%;
}

.text-block-25 {
  display: block;
  overflow: scroll;
}

.image-2 {
  display: inline-block;
  position: static;
  inset: 0% 0% 0% auto;
}

@media screen and (min-width: 1920px) {
  h1 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 2.6vw;
    line-height: 2.8;
  }

  .h1-title {
    line-height: .9;
  }

  .h2-title {
    text-transform: none;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-weight: 400;
  }

  .h1-utilities {
    font-size: 48px;
  }

  .style-guide-text.base {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 1.6vw;
    line-height: 1.8vw;
  }

  .styleguide-h2 {
    margin-bottom: -99px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  }

  .titles-style-guide {
    text-transform: none;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 1.6vw;
    line-height: 1.8;
  }

  .field-label {
    margin-left: 69vw;
  }

  .search-button {
    margin-left: 5vw;
  }

  .paragraph.d {
    padding-top: 10px;
  }

  .paragraph.ddd {
    border-bottom-width: 0;
  }

  .sticky-nav {
    width: 100%;
  }

  .nav-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content max-content max-content;
    grid-auto-columns: max-content;
    display: flex;
  }

  .paragraph-3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }

  .italic-text {
    font-size: 14px;
  }

  .field-label-3 {
    text-transform: none;
    margin-bottom: 25px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 2vw;
    font-weight: 400;
  }

  .field-label-4 {
    text-transform: none;
    font-size: 2vw;
  }

  .field-label-5 {
    text-transform: uppercase;
  }

  .submit-button-2 {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 2vw;
  }

  .submit-button-2.d {
    margin-top: 13px;
  }

  .container-2 {
    max-width: 100%;
    max-height: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link {
    font-size: 1.5vw;
  }

  .archivio {
    grid-template-columns: .3fr .7fr .3fr .3fr;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: .5vw;
  }

  .link-2 {
    font-size: 1.5vw;
  }

  .collection-item-2 {
    margin-right: 0;
    padding-right: 0;
  }

  .link-3 {
    border-top: 1px solid #000;
    border-bottom: 0 solid #000;
  }

  .text-block-2, .text-block-3, .etichette {
    padding-top: 10px;
  }

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

  .rich-text-block-2 {
    width: 100%;
    margin-top: 46px;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .rich-text-block-2.d {
    margin-left: 100px;
    margin-right: 100px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 111px;
    line-height: 2.1vw;
  }

  .heading-2 {
    opacity: .33;
    font-weight: 400;
  }

  .heading-3 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 0;
  }

  .heading-4 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 23px;
  }

  .container-8 {
    font-size: 2vw;
  }

  .rich-text-block-3 {
    text-align: left;
    font-style: normal;
  }

  .div-block-4 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .heading-6 {
    text-align: center;
    border-top: 1px solid #000;
    margin-top: 100px;
    font-family: Free Sans, sans-serif;
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6, p, ul, ol, strong, em {
    font-size: 18px;
  }

  blockquote {
    font-size: 16px;
  }

  .hero-image {
    width: 60vw;
  }

  .about-me-container {
    width: 55vw;
  }

  .h2-title {
    padding-bottom: 0;
  }

  .client-name, .looping-text {
    line-height: 2.2;
  }

  .work-image-wrap {
    width: 40vw;
  }

  .info-grid {
    grid-column-gap: 40px;
  }

  .arrow-icon {
    width: 28px;
  }

  .black-overlay {
    display: none;
  }

  .utilities-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .changelog-number-wrap {
    align-self: flex-start;
    width: 55px;
    height: 55px;
  }

  .changelog-text-container {
    width: 635px;
  }

  .changelog-text {
    margin-top: 15px;
    font-size: 18px;
  }

  .changelog-point {
    font-size: 27px;
  }

  .template-info-title {
    font-size: 64px;
  }

  .changelog-number {
    font-size: 28px;
  }

  .colors-info-container {
    width: 100%;
  }

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

  .style-guide-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .paragraph.ddd {
    padding: 3vw 0;
  }

  .link-19 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }

  h6, p, ul, ol, strong, em {
    font-size: 16px;
  }

  blockquote {
    font-size: 14px;
  }

  .hero-image {
    width: 70vw;
  }

  .symbol-container {
    display: none;
  }

  .navbar {
    min-height: 80px;
    max-height: 80px;
  }

  .about-paragraph.bottom-margin {
    margin-bottom: 30px;
  }

  .about-me-container {
    width: 100%;
  }

  .h2-title {
    padding-bottom: 0;
  }

  .info-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .connect-title {
    font-size: 28px;
  }

  .arrow-icon {
    width: 24px;
  }

  .utility-page-content {
    padding: 50px;
  }

  .utilities-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .utilities-container {
    padding: 50px;
  }

  .utilities-button {
    font-size: 16px;
  }

  .changelog-number-wrap {
    order: -1;
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-text {
    font-size: 16px;
  }

  .changelog-point {
    font-size: 24px;
  }

  .changelog-top-line {
    flex-direction: column;
  }

  .template-info-title {
    font-size: 48px;
  }

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

  .style-guide-text {
    font-size: 16px;
  }

  .styleguide-h2 {
    font-size: 36px;
  }

  .typography-info-grid, .typography-square {
    width: 100%;
  }

  .licensing-text {
    margin-bottom: 35px;
  }

  .paragraph.ddd {
    padding-top: 3vw;
    padding-bottom: 40vw;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .contact-form, .main-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  .navbar {
    justify-content: center;
  }

  .about-me-container {
    margin-top: 75px;
  }

  .footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .work-image-wrap {
    right: 0;
  }

  .connect-title {
    font-size: 7.5vw;
  }

  .arrow-icon {
    width: 20px;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .utility-page-content {
    padding: 40px;
  }

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

  .utilities-container {
    padding: 40px;
  }

  .h1-utilities {
    font-size: 36px;
  }

  .utilities-text {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .utilities-button {
    font-size: 15px;
  }

  .changelog-number-wrap {
    order: -1;
    margin-bottom: 25px;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .changelog-point {
    font-size: 21px;
  }

  .template-info-title {
    font-size: 36px;
  }

  .colors-info-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .style-guide-text.colors {
    display: none;
  }

  .styleguide-h2 {
    font-size: 30px;
  }

  .typography-info-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .typography-square {
    width: 100%;
  }

  .paragraph.d {
    font-size: 3vw;
  }

  .paragraph.ddd {
    padding-top: 0;
    padding-bottom: 2vw;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .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-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .search-2 {
    margin-bottom: 50px;
  }

  .div-block-7 {
    margin-bottom: 10px;
  }

  .link-7 {
    font-size: 5vw;
  }

  .collection-list-4 {
    display: block;
  }

  .link-19 {
    font-size: 4vw;
  }

  .collection-list-wrapper-11 {
    clear: none;
    font-size: 3vw;
    display: none;
    overflow: visible;
  }

  .collection-list-6 {
    display: block;
  }

  .link-29 {
    font-size: 5vw;
  }

  .text-block-23 {
    font-size: 5vw;
    font-style: italic;
  }

  .text-block-24 {
    font-size: 3vw;
  }

  .collection-item-24 {
    border-top: 1px solid #000;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

#w-node-c64d1936-de8c-607a-cefe-b233f0cd8587-edb9272c {
  justify-self: start;
}

#w-node-c64d1936-de8c-607a-cefe-b233f0cd8589-edb9272c {
  justify-self: center;
}

#w-node-c64d1936-de8c-607a-cefe-b233f0cd858b-edb9272c {
  justify-self: end;
}

#w-node-cee4a5f2-1589-69a5-2703-d28bf795e496-41b92734 {
  grid-area: Area;
}

#w-node-b3a50787-c4ed-34a9-d44e-c1fc69606c49-7a582d43 {
  justify-self: start;
}

#w-node-cae7ac99-eb49-225d-b821-25b8fc2b7cb1-7a582d43 {
  justify-self: center;
}

#w-node-_3884d96f-7453-36c5-c66d-8b1f215b199e-7a582d43 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_86c2460f-9c22-df4d-b917-b3a05b8f367f-d2b92733 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'The Huntsman';
  src: url('../fonts/The-Huntsman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/Free-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/Free-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}