@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Black.otf') format("opentype"), url('../fonts/Mont-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-BlackItalic.otf') format("opentype"), url('../fonts/Mont-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --campari-academy: #091d47;
  --campari-blue-2: #121d31;
  --glo-back: #2a2c2c;
  --flashy-azure: #6dd5c3;
  --light-blue: #0c4ab4;
  --button-highlight: #293e6e;
  --white: white;
  --black: black;
  --glo-organe: #fe5000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Campari;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  display: none;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap, .section.cc-store-home-wrap {
  display: block;
}

.section.cc-store-home-wrap.bleeding.nomargin {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-store-home-wrap.hidden {
  display: none;
}

.section.blue {
  background-color: var(--campari-academy);
}

.section.blue.bleed {
  background-color: var(--campari-blue-2);
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: block;
}

.section.footer-sec {
  background-color: var(--glo-back);
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-family: Gteestitext;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: Gteestitext;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: Gteestitext;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  font-weight: 300;
}

.button {
  background-color: var(--campari-academy);
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button:hover {
  background-color: #17377a;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  display: none;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--flashy-azure);
  box-shadow: -7px 7px 0 0 var(--light-blue);
  color: var(--campari-blue-2);
  font-family: Gtestiprodisplay;
  font-weight: 500;
  transition: box-shadow .4s, background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--button-highlight);
  box-shadow: 0 0 0 0 var(--light-blue);
  color: var(--white);
}

.button.cc-contact-us.hidden {
  display: block;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Gteestitext;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  color: var(--campari-academy);
  margin-bottom: 25px;
  font-family: Gteestitext;
}

.label.cc-light {
  opacity: .6;
  color: var(--campari-academy);
  display: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  color: var(--campari-academy);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gteestitext;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Gteestitext;
}

.paragraph-light {
  opacity: 1;
  color: var(--white);
  font-family: Gtestiprodisplay;
  font-size: 20px;
  font-weight: 300;
}

.heading-jumbo {
  color: var(--campari-academy);
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Campari;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  position: static;
  overflow: visible;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Campari;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-family: Gteestitext;
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 10000;
  background-color: var(--black);
  color: var(--white);
  align-items: center;
  padding: 30px 50px 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 15px;
  font-family: Archivo Black, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .41;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.navigation-item:active {
  opacity: .8;
  text-decoration: none;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--glo-organe);
  font-weight: 600;
  display: block;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.hidden {
  font-size: 16px;
  display: block;
}

.navigation-item.hidden.via {
  display: none;
}

.navigation-item.nocap {
  text-transform: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: none;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 40px;
}

.home-content-wrap.aosiuhdaiu {
  margin-top: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Campari;
  font-size: 40px;
  font-weight: 400;
}

.section-heading.centered.superbig {
  font-size: 3.5rem;
  line-height: 3rem;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr;
  grid-auto-columns: 2fr;
  align-items: stretch;
  margin-bottom: 40px;
  padding-left: 20px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
  align-items: stretch;
}

.about-grid.centered {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1.5fr;
  grid-auto-flow: column;
  place-items: center stretch;
  display: grid;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  color: var(--campari-academy);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Campari;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  color: var(--campari-academy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.heading, .heading-2, .heading-3 {
  color: var(--campari-academy);
  font-family: Campari;
}

.text-block {
  color: var(--light-blue);
  font-family: Gtestiprodisplay;
  font-size: 16px;
  font-weight: 500;
}

.text-block:hover {
  color: var(--white);
}

.heading-4, .heading-5, .heading-6, .paragraph, .link, .text-block-2, .text-block-3 {
  font-family: Gteestitext;
}

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

.white {
  color: var(--white);
  font-family: Gteestitext;
  font-size: 20px;
  line-height: 31px;
  text-decoration: none;
  transform: rotate(0);
}

.white:hover {
  color: var(--white);
  text-decoration: none;
}

.white.right-align {
  text-align: right;
  font-family: Gteestitext;
}

.white.right-align:hover {
  text-decoration: none;
}

.white.right-align.herocontent {
  font-size: 19px;
}

.white.centered {
  color: var(--white);
  font-family: Gteestitext;
  font-size: 12px;
}

.white.centered:hover {
  text-decoration: none;
}

.white.centered.hero-content {
  padding-left: 60px;
  padding-right: 60px;
  font-family: Gtestiprodisplay;
  font-size: 23px;
  font-weight: 300;
  line-height: 36px;
}

.white.footerlist {
  padding-left: 20px;
  padding-right: 20px;
}

.white.ninetydeg {
  margin-bottom: 0;
  transform: rotate(90deg);
}

.padded {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padded.bluback {
  background-color: var(--campari-academy);
}

.hero-section {
  color: var(--campari-blue-2);
  background-color: #121d31;
}

.section-2 {
  display: block;
}

.hidden {
  display: none;
}

.centered {
  color: var(--white);
  text-align: center;
  font-size: 21px;
}

.centered.white.beviresp {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Campari;
  font-size: 14px;
  font-weight: 300;
}

.centered.titled {
  font-size: 39px;
}

.columns {
  flex: 1;
}

.footerlist {
  justify-content: center;
  display: flex;
}

.list-item {
  font-family: Gteestitext;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.div-block-13 {
  justify-content: space-around;
  display: flex;
}

.inverted-aperol {
  background-color: var(--white);
  width: 100%;
  color: var(--campari-academy);
  border: 1px solid #fff;
  margin-top: 40px;
}

.radio-button-field {
  flex: 0 auto;
  align-self: auto;
}

.image-5 {
  text-align: left;
}

.container-3 {
  text-align: center;
  display: block;
}

.div-block-14 {
  color: #fff;
  background-color: #fe5000;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-14.agegate-aperol {
  z-index: 10000;
  display: none;
  position: fixed;
}

.div-block-14.agegate-aperol.binary {
  background-color: var(--campari-academy);
  display: block;
}

.div-block-14.agegate-aperol.binary.hideme {
  background-color: var(--glo-back);
  display: none;
}

.bigbutton {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.bigbutton.w--redirected-checked {
  background-color: #2acd48;
  border-color: #fff;
}

.bugbutton_label {
  padding-left: 10px;
  font-family: Mont, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Mont, sans-serif;
}

.div-block-15 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-16 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.whitelabel {
  color: var(--white);
  font-family: Gtestiprodisplay;
  font-size: 26px;
}

.whitelabel.nounderline {
  font-family: Gtestiprodisplay;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.whitelabel.nounderline:hover {
  color: var(--white);
}

.whitelabel.interlinea {
  margin-top: 40px;
}

.moaborder {
  border: 3px solid var(--white);
  border-radius: 0;
  padding: 40px;
}

.div-block-17 {
  padding-top: 40px;
}

.blueback {
  background-color: var(--campari-academy);
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.titolodipagina {
  color: var(--white);
  font-family: Campari;
}

.negativetop {
  margin-top: -40px;
}

.grid {
  grid-template-rows: auto;
}

.text-span {
  text-transform: uppercase;
  font-family: Gteestitext;
}

.bold-text {
  color: var(--campari-academy);
}

.link-2 {
  color: var(--campari-academy);
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-2 {
  font-family: Gtestiprodisplay;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.div-block-18 {
  background-image: url('../images/CAMPARI_Versatilità_Spritz.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-19 {
  background-image: url('../images/Cynar.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-19.americanoback {
  background-image: url('../images/CAMPARI_Versatilità_Americano.JPG');
}

.div-block-20 {
  background-image: url('../images/CAMPARI_Versatilità_Negroni.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-21 {
  background-image: url('../images/spritz2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block-4, .form {
  text-align: center;
}

.div-block-22 {
  height: 200px;
}

.grid-2 {
  background-color: var(--glo-back);
  color: var(--white);
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.hiddensec {
  display: none;
}

.div-block-23 {
  justify-content: center;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Gteestitext;
}

.white_aperol {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.white_aperol.ctamargin {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-7 {
  background-color: var(--white);
}

.submit_aperol {
  text-transform: uppercase;
  background-color: #fe5000;
}

.submit_aperol.button_inverted {
  background-color: var(--campari-academy);
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  box-shadow: 3px 3px #fff;
}

.submit_aperol.downloadbtt {
  box-shadow: 4px 4px 0 0 var(--campari-academy);
  color: var(--campari-academy);
  background-color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.div-block-12.newframe {
  margin-bottom: 60px;
}

.member-card {
  background-color: var(--campari-academy);
}

.grid-3 {
  background-color: var(--white);
  grid-template-columns: 1fr;
}

.div-block-24 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-6 {
  color: var(--button-highlight);
  text-transform: uppercase;
  font-family: Gteestitext;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-item {
  margin-bottom: 10px;
}

.collection-list-wrapper-2 {
  display: block;
}

.collection-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-25 {
  background-image: url('../images/Schermata-2022-02-18-alle-18.08.08.png');
  background-position: 0 0;
  background-size: auto;
}

.pagination {
  margin-bottom: 40px;
}

.div-block-26 {
  width: 100%;
  height: 200px;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 200px;
}

.inlined {
  color: var(--button-highlight);
  text-transform: uppercase;
  margin-left: 5px;
  display: block;
}

.div-block-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.link-block {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 60px;
  text-decoration: none;
  display: block;
}

.link-block.w--current {
  text-align: left;
  width: auto;
  margin-bottom: 20px;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.body-2, .body-3 {
  background-color: var(--campari-blue-2);
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  font-family: Gtestiprodisplay;
  font-weight: 300;
}

.text-block-7 {
  font-size: 18px;
}

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

.map-moa {
  width: 100%;
  height: 500px;
}

.div-block-30 {
  display: block;
}

.footerblock {
  color: var(--white);
  text-transform: none;
  font-family: Mont, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footerblock:hover {
  color: var(--white);
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-8 {
  text-align: left;
}

.slide-nav {
  font-family: Mont, sans-serif;
  font-size: 0;
  font-weight: 900;
}

.glotext {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.glotext.bigger {
  font-size: 24px;
}

.glotext.bigger.black {
  color: var(--glo-back);
}

.glotext.black {
  color: var(--glo-back);
  font-weight: 600;
}

.glotext.bold {
  font-family: Archivo Black, sans-serif;
}

.glotext.small {
  font-size: 13px;
  line-height: 20px;
}

.section-8 {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-8.separ {
  border-top: 1px solid #5f5f5f;
}

.section-8.separ.rose, .section-8.rose {
  background-color: var(--glo-organe);
}

.section-8.grey {
  background-color: var(--glo-back);
}

.div-block-32 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-block-32.left {
  justify-content: flex-start;
}

.div-block-32.padder {
  margin-bottom: 20px;
}

.globutt {
  background-color: var(--glo-organe);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Archivo Black, sans-serif;
  font-weight: 900;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 26px;
  display: block;
}

.agostino {
  color: var(--white);
  margin-top: 19px;
  margin-bottom: 8px;
  font-family: Mont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.drydasy {
  color: var(--white);
  font-family: Mont, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-decoration: none;
}

.container-6 {
  justify-content: center;
  display: flex;
}

.image-9 {
  margin-bottom: 20px;
}

.text-span-2 {
  font-weight: 600;
}

.text-span-3 {
  font-weight: 900;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-weight: 600;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 900;
}

.slider {
  background-color: var(--glo-back);
  transition: height .2s;
}

.slide {
  height: 300px;
}

.text-span-16 {
  font-weight: 600;
}

.div-block-34 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-36 {
  display: block;
}

.slider-2 {
  background-color: var(--glo-back);
}

.section-9 {
  display: none;
}

.social-bar {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  padding-left: 10px;
  padding-right: 10px;
}

.image-10 {
  margin-top: 1px;
}

.image-11 {
  width: 25%;
}

.text-block-8 {
  color: var(--white);
  margin-top: 0;
  margin-left: 124px;
  font-size: 12px;
}

.slider-3 {
  background-color: var(--glo-back);
}

.image-12 {
  margin-top: 57px;
}

.slider-4 {
  background-color: var(--glo-back);
}

.text-span-17 {
  font-size: 14px;
}

.section-10 {
  background-color: var(--black);
  color: var(--white);
}

.container-7 {
  padding-bottom: 40px;
}

.heading-8 {
  color: var(--white);
  font-family: Archivo Black, sans-serif;
  line-height: 50px;
}

.image-13 {
  margin-bottom: 40px;
}

.footer {
  color: var(--white);
  font-family: Archivo, sans-serif;
  font-size: 12px;
}

.overline {
  border-top: 1px solid var(--white);
  padding-top: 20px;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap.bleeding {
    margin-left: 0;
    margin-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    flex: 0 auto;
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: var(--black);
    flex-direction: column;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    color: var(--white);
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    color: var(--campari-academy);
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.hidden {
    font-size: 18px;
  }

  .navigation-item.nocap:hover {
    color: var(--black);
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: var(--black);
    width: 100vw;
    color: var(--white);
    flex: 0 auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-grid {
    grid-row-gap: 30px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    padding-left: 0;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .white.right-align.herocontent {
    text-align: center;
    margin-top: 0;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .link-block {
    flex: 1;
    margin-bottom: 20px;
    padding-left: 100px;
    padding-right: 140px;
  }

  .div-block-28 {
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-wrap {
    padding-top: 0;
    inset: 0% 0% auto auto;
  }

  .navigation {
    z-index: 10000;
    padding: 20px 30px;
    position: sticky;
    top: 0;
  }

  .navigation-items {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .about-grid {
    padding-left: 0;
  }

  .white.right-align.herocontent {
    text-align: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .titolodipagina {
    padding-left: 10px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    flex: 1;
    padding-left: 20px;
    padding-right: 60px;
  }

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

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-9 {
    margin-bottom: 20px;
  }
}

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

  .divider {
    display: none;
  }

  .section.blue.bleed {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button.cc-contact-us {
    text-align: center;
    display: block;
  }

  .label.cc-light {
    display: block;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    flex: 0 auto;
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: var(--black);
    flex-direction: column;
    flex: 1;
  }

  .navigation {
    padding-bottom: 25px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    flex: 0 auto;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    inset: 0% auto auto 0%;
  }

  .footer-wrap {
    align-items: flex-start;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap {
    display: block;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap, .home-section-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    font-size: 35px;
  }

  .section-heading.smaller {
    font-size: 30px;
  }

  .section-heading.centered.superbig {
    font-size: 2.3rem;
    line-height: 2rem;
  }

  .about-grid {
    grid-row-gap: 30px;
    grid-auto-flow: column;
  }

  .about-grid.cc-about-2 {
    overflow: visible;
  }

  .white.right-align.herocontent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white.centered.hero-content {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .centered {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-14.agegate-aperol {
    height: 200%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .heading-7 {
    text-align: center;
    white-space: normal;
    object-fit: fill;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 23px;
    overflow: visible;
  }

  .logosplash {
    width: 200px;
  }

  .whitelabel {
    color: var(--white);
    text-align: center;
  }

  .whitelabel.nounderline {
    text-align: left;
  }

  .moaborder {
    padding: 40px 20px;
  }

  .moaborder.marginated {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }

  .trade-c {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white_aperol {
    color: #fff;
    text-align: center;
  }

  .white_aperol.ctamargin {
    margin-bottom: 40px;
  }

  .section-7 {
    background-color: var(--white);
  }

  .submit_aperol {
    color: #fff;
    text-align: center;
    text-transform: none;
    background-color: #fe5000;
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    position: relative;
    box-shadow: 2px 2px #fff, 3px 3px #fe5000;
  }

  .submit_aperol.button_inverted {
    background-color: var(--campari-academy);
    font-size: 18px;
  }

  .submit_aperol.downloadbtt {
    color: var(--campari-academy);
  }

  .div-block-11 {
    border: 1px #000;
    flex-direction: column;
    padding: 0 10px;
  }

  .div-block-12 {
    background-color: #353535;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .div-block-12.newframe {
    margin-bottom: 60px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .link-block, .link-block.w--current, .div-block-28 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footerblock {
    text-transform: none;
  }

  .footerblock.w--current {
    text-transform: uppercase;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .glotext {
    text-transform: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
  }

  .glotext.bigger.black, .glotext.black {
    color: var(--glo-back);
  }

  .glotext.bold {
    font-family: Archivo Black, sans-serif;
    font-weight: 400;
  }

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

  .section-8.separ.rose, .section-8.rose {
    background-color: var(--glo-organe);
  }

  .div-block-32 {
    flex-flow: column;
  }

  .globutt {
    text-align: center;
  }

  .div-block-33 {
    margin-top: 20px;
    margin-left: 14px;
  }

  .agostino {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .drydasy {
    font-size: 26px;
    line-height: 30px;
  }

  .image-9 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide {
    height: 220px;
  }

  .text-span-15 {
    font-weight: 600;
  }

  .social-bar {
    margin-left: -14px;
    line-height: 14px;
  }

  .image-11 {
    margin-left: 12px;
  }

  .text-block-8 {
    margin-left: 110px;
  }

  .heading-8 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }

  .heading-8.smaller {
    font-size: 22px;
    line-height: 29px;
  }

  .image-13 {
    margin-bottom: 20px;
  }

  .footer {
    color: var(--white);
    text-align: left;
    font-family: Archivo, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .quick-stack {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }
}

#w-node-_17a571c0-f744-e049-4851-b7b8a77b7bfc-7e78edac, #w-node-_17a571c0-f744-e049-4851-b7b8a77b7bfc-a4e709bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Black.otf') format('opentype'), url('../fonts/Mont-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-BlackItalic.otf') format('opentype'), url('../fonts/Mont-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}