

@media (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

* {
  box-sizing: border-box;
}

input {
  border: 0;
  outline: 0;
  color: rgb(60, 66, 87);
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 4px 8px;
  min-height: 28px;
  vertical-align: middle;
  transition: background-color .24s,box-shadow .24s;
  transition-property: background-color, box-shadow;
  transition-duration: 0.24s, 0.24s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  :focus{
      box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(58 151 212 / 36%) 0px 0px 0px 4px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  }

}

.highlight {
            color: #000;
            font-weight: 600;
            background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #FFDE59 65%);
            display: inline;
        }

button {

  display: inline-block;
  outline: 0;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px;
  font-size: 13px;
  height: 30px;
  background-color: #0000000d;
  color: #0e0e10;
  padding: 0 10px;
  :hover {
      background-color: #0000001a;
  }

}

.container-2 {
  margin: 2em;
}


.post-image {
  width: 100%;
  max-width: 650px;
  height: auto;
  align-content: center;
}

h3 {
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

h2 {
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.post {
  max-width: 100%;
  margin: 2em;
}

#titolo {
  font-size: 18px;
  font-weight: 800;
}

#sottotitolo{
  font-size: 14px;
  font-weight: 400;
}

#incognito{
  font-size: 10px;
  font-weight: 400;
}

.vetrina {
  max-width: 100%;
  margin: 2em;
  font-size: 13px;
}

.container {
  max-height: 100%;
  max-width: 55%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

html {
  height: 100%;
}

a:hover {
  color: rgb(255, 74, 74);
  text-decoration: underline;
}

body {
  min-height: 100%;
  display: flex;
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.text-block,
.columns,
.column {
  align-items: flex-end;
  display: flex;
}

.section {
  flex: 1;
  align-self: center;
  font-size: 14px;
  font-weight: 300;
}

.columns-3 {
  display: flex;
}

.column-3 {
  align-items: flex-end;
  display: flex;
}

.text-block-2 {
  align-items: flex-start;
  display: block;
}

.div-block-3 {
  align-items: flex-end;
  display: flex;
}

.list-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .9;
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 15px;
  list-style-type: none;
  display: flex;
}

.column-4 {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.list-item-3 {
  align-self: auto;
}

.text-block-3 {
  opacity: .52;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  font-size: 10px;
  display: flex;
}

.image {
  max-width: 90%;
  display: inline-block;
}

.section-2 {
  max-width: 100%;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding-top: 138px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.body-2 {
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.link,
.link-2 {
  color: #333;
  text-decoration: none;
}

.bold-text-2,
.link-3 {
  color: #333;
}

.paragraph {
  text-align: left;
}

.image-2 {
  max-width: 60%;
}

.list-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  list-style: none;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: ". ."". Area" / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-end;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  list-style-type: none;
  display: flex;
}

.image-3 {
  max-width: 50%;
}

.div-block-4 {
  max-width: 45%;
  justify-content: center;
  display: flex;
}

.list-item-4,
.link-4 {
  color: #333;
  text-decoration: none;
}

.paragraph-2 {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 820px) {
  .post {
    max-width: 50%;
    margin: 2em;
  }

  .container-2 {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/*
@media screen and (max-width: 991px) {
  .body {
    font-size: 11px;
  }

  .text-block {
    align-items: flex-start;
    display: block;
  }

  .columns {
    display: flex;
  }

  .column {
    align-items: center;
    display: flex;
  }

  .list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    flex: 1;
    align-content: flex-end;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-end;
    padding-top: 0;
    list-style-type: none;
    display: flex;
  }

  .list-item {
    flex: 0 auto;
    order: -1;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .column-3 {
    flex-direction: row;
    margin-bottom: -3px;
  }

  .list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: -3px;
  }

  .text-block-3 {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 85%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .body {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .column-2 {
    flex: 0 auto;
  }

  .list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template: ". ."". Area" / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: flex-end;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    list-style-type: none;
    display: flex;
  }

  .section {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .list-item-2 {
    flex: 0 auto;
  }

  .div-block {
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .columns-2 {
    display: flex;
  }

  .columns-3 {
    flex: 1;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .column-3 {
    flex: 1;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-2 {
    max-width: 100%;
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
    margin-bottom: -4px;
    margin-left: -9px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: static;
    left: -9px;
    overflow: visible;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    outline-offset: 0px;
    outline: 3px #333;
    margin-bottom: -4px;
    font-size: 11px;
    font-weight: 300;
  }

  .text-block-3 {
    letter-spacing: .2px;
    font-size: 7px;
  }

  .section-2 {
    max-width: 100%;
    margin-top: 240px;
    padding-top: 0;
  }

  .bold-text {
    flex: 0 auto;
  }

  .body-2 {
    white-space: normal;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
  }

  .section-3 {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-4 {
    max-width: 80%;
  }
}

/*
#gaugamela {
  width: 50%;
}
html {
  margin: 0;
  min-height: 100% !important;
  height: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
  min-height: 100% !important;
  height: 100%;
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element 
  line-height: 1.60;
  height: 100%;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #1E1E1E;
  background-color: #f5f5f5	;
}

strong {
  font-weight: 600;
}



.accent-strong {
  color: #0d3b66;
  text-decoration: underline;
}
.red-custom {
  color: #0d3b66;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  height: 500px;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  position: relative;
}

.topnav #phoneNav {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  color: black;
}


/* Construction Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– 

#intro {
  margin-top: 2.5em;
  margin-bottom: 2em;
  width: 90%;
}


@media (min-width: 550px) {
  #intro {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
  }
}


#home {
  margin-top: 1.25em;
}

#navbuttons {
  margin-top: 1.25em;
}

#featured img {
  margin-bottom: 2em;
}

/* Larger than phablet 
@media (min-width: 550px) {
  #featured {
    margin-bottom: 10em;
  }
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #FFBC42;
}


/* Navigation: Featured
–––––––––––––––––––––––––––––––––––––––––––––––––– 




.mobile-header-splash {
  background-color: transparent;
}

.viewall {
  display: block;
  margin-bottom: 1em;
}

.nav li {
  list-style: none;
  float: left;
  padding-right: 3em;
}

.nav-rt,
.logo {
  display: block;
}

.nav-rt li {
  list-style: none;
  float: left;
  margin-top: -.25em;
  padding-bottom: 2em;
  display: block;
}

body.nav-open .container {
  transform: translateX(-100%);
  opacity: 0;
}

body.nav-open .container_header {
  transform: translateX(-100%);
  opacity: 0;
}

body.nav-open .container_footer {
  transform: translateX(-100%);
  opacity: 0;
}

body.nav-open .mobile-nav li {
  transform: translateX(0px);
}

body.nav-open .mobile-tag {
  transform: translateX(0px);
}

.container,
.container_header,
.container_footer {
  transition: all .15s cubic-bezier(.25, .1, .25, 1);
}



@media (min-width: 820px) {

  .nav,
  .viewall {
    display: block;
    margin-bottom: 1em;
  }

  .nav li {
    list-style: none;
    float: left;
    padding-right: 3em;
  }

  .nav-rt,
  .logo {
    display: block;
  }

  .nav-rt li {
    list-style: none;
    float: left;
    margin-top: -.25em;
    padding-bottom: 2em;
    display: block;
  }

  .mobile-nav {
    visibility: hidden;
  }

  .viewall li {
    list-style: none;
  }

  .viewall-button {
    padding-bottom: .5em;
    border-bottom: 1px solid #e6e6e6;
  }

  .mobile-header {
    display: none;
  }

  .header_about {
    width: 100%;
    height: 5vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 3em;
    padding-top: 14em;
  }

  @media (min-width: 550px) {
    .header_about {
      height: 50vh;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      margin-top: -4em;
      padding-top: 7em;
    }
  }

  .title_center_padding {
    padding-bottom: 3em;
  }

  @media (min-width: 550px) {
    .title_center_padding {
      padding-bottom: 1.5em;
    }
  }

  #superfooter {
    padding-top: 4em;
  }

  @media (min-width: 550px) {
    #superfooter {
      padding-top: 5em;
    }

  }
}

****/