:root {
  --nero: #040404;
  --gold: #8c7e5b;
  --bianco: white;
  --transparent: rgba(221, 221, 221, 0);
  --grey-borders: #efecec;
  --white: white;
  --black: black;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
}

body {
  color: var(--nero);
  font-family: Prata, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.logo-container {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.logo-img {
  max-width: 200px;
}

.title-container {
  background-color: var(--gold);
  color: var(--bianco);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.tabs {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tabs-menu {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--bianco);
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
}

.tab-link {
  width: auto;
  background-color: var(--transparent);
  opacity: .2;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 20px;
  display: flex;
}

.tab-link.w--current {
  border-bottom: 1px solid var(--gold);
  background-color: var(--transparent);
  opacity: 1;
}

.f-paragraph-small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}

.f-paragraph-small.indicazione {
  color: var(--gold);
  margin-top: 40px;
  line-height: 1.7;
}

.f-paragraph-small.xs {
  font-size: 14px;
}

.f-accordian-content {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
}

.f-accordian-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  width: 24px;
  height: 24px;
  color: #838870;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-accordian-title {
  color: var(--gold);
  letter-spacing: -.01em;
  font-size: 20px;
  line-height: 1.3em;
}

.f-accordian-title-wrapper {
  width: 100%;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-accordian-toggle {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  border-bottom: 1px solid var(--grey-borders);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 16px;
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.paragraph-wrapper._70 {
  width: 70%;
}

.price-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer {
  width: 100%;
  height: 100px;
  background-image: url('../images/texture.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 200px;
}

.section {
  z-index: 1;
  height: 100%;
  padding-bottom: 120px;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .footer {
    z-index: 2;
  }

  .section {
    min-height: 85vh;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    max-width: 150px;
  }

  .h1 {
    font-size: 32px;
  }

  .tabs-menu {
    z-index: 200;
    top: 0;
  }

  .tabs-content {
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .price-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer {
    position: static;
  }

  .section {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .logo-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .title-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .h1 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .section {
    min-height: auto;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    max-width: 130px;
  }

  .tabs-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--transparent);
    background-color: var(--bianco);
    position: -webkit-sticky;
    position: sticky;
  }

  .f-paragraph-small.indicazione {
    line-height: 1.7;
  }

  .price-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer {
    width: 100%;
    height: 72px;
    background-image: url('../images/texture.jpg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .section {
    min-height: 70vh;
  }
}


@font-face {
  font-family: 'Prata';
  src: url('../fonts/Prata-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}