body {
  color: #fbf2e5;
  background-color: #fbf2e5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

h1 {
  color: #fbf2e5;
  margin-bottom: 30px;
  font-family: Oranienbaum, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Oranienbaum, sans-serif;
  font-size: 36px;
  line-height: 38px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}

a {
  color: #e8985c;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #bf8a60;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  background-color: #1b3d2c;
  position: relative;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.button {
  letter-spacing: .5px;
  background-color: #e8985c;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  color: #fff;
  background-color: #bf8a60;
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, .2);
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #1b3d2c;
  background-image: url('../images/Rosone.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.world_bg {
  width: 991px;
  min-height: 100vh;
  background-image: url('../images/World_BG.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 50px;
  display: flex;
}

.header {
  width: 991px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-button {
  z-index: 10;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20px;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.main-content {
  width: 991px;
  flex: 1;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.center-column {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.right-column {
  width: 304px;
  margin-left: 20px;
}

.left-column {
  width: 223px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 18px;
  display: flex;
  overflow: hidden;
}

.home-avv-link {
  letter-spacing: 1px;
  text-indent: 3px;
  padding: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
}

.h1-hero {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

.block-quote {
  border-left-color: #e8985c;
}

.heading {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.footer {
  width: 991px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.footer-left-column {
  width: 223px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.footer-tunisia {
  width: 304px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 98px;
  display: flex;
}

.footer-italia {
  width: 304px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-details {
  margin-top: 20px;
}

.footer-center-column {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.menu-nav {
  z-index: 20;
  width: 50vw;
  height: 100vh;
  background-color: #fbf2e5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 56px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 100%;
  right: 0%;
  transform: none;
}

.icon-menu {
  width: 51px;
  height: 51px;
}

.menu-link-block {
  color: #e8985c;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  font-size: 33px;
  font-weight: 400;
  transition: padding-left .2s ease-in-out;
  display: flex;
}

.menu-links-container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -100px;
  display: flex;
  overflow: hidden;
}

.menu-social-container {
  flex-direction: column;
  margin-top: 70px;
  margin-left: 18px;
  display: flex;
  overflow: hidden;
}

.dot-menu-container {
  width: 12px;
  height: 12px;
  background-image: url('../images/dot-icon-menu.svg');
  background-position: -36px 0;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .2s ease-in-out;
  transform: translate(-24px);
}

.menu-text {
  font-size: 22px;
  transition: transform .2s ease-in-out;
  transform: translate(-24px);
}

.menu-close-button {
  z-index: 30;
  width: 51px;
  height: 51px;
  cursor: pointer;
  background-color: #e8985c;
  background-image: url('../images/Manu_Close_Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 25.5px;
  transition: transform .2s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 20px;
}

.menu-close-button:hover {
  transform: scale(.8);
}

.menu-close-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.social-button {
  width: 51px;
  height: 51px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-button.tweetter {
  background-image: url('../images/Twitter_Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}

.social-button.instagram {
  background-image: url('../images/Instagram_Icon.svg');
  background-position: 50%;
  background-size: 60px 60px;
}

.social-text {
  display: none;
}

.container {
  width: 991px;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 50px;
}

.typography {
  font-size: 18px;
  line-height: 23px;
}

.category {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  display: block;
}

.subtitle {
  color: #fbf2e5;
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.autore {
  color: #fbf2e5;
  border-width: 1px;
  border-color: #e8985c #000 #000;
  border-top-style: solid;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.blog-image {
  margin-bottom: 23px;
}

.blog-card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.pagination-link {
  width: 51px;
  height: 51px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.pagination-icon {
  width: 51px;
  height: 51px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform .3s ease-in-out;
  display: flex;
}

.pagination-icon:hover {
  transform: scale(1.4);
}

.circle {
  width: 6px;
  height: 6px;
  background-color: #e8985c;
  border-radius: 10px;
  margin-left: 3px;
}

.pagination-number {
  width: 200px;
  height: 51px;
  color: #e8985c;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 51px;
  justify-content: center;
  align-items: center;
  transition: transform .2s ease-in-out;
  display: flex;
}

.pagination-number:hover, .pagination-number.current {
  transform: scale(1.7);
}

.menu-sublinks-container {
  display: flex;
}

.language-button {
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.menu-language-container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 72px;
  margin-left: 40px;
  display: flex;
  overflow: hidden;
}

.upper-title {
  color: #e8985c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: -20px;
  font-size: 14px;
}

.plus-icon {
  width: 47px;
  height: 47px;
  border: 1px solid rgba(255, 255, 255, .12);
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.plus-icon-line-2 {
  width: 19px;
  height: 1px;
  background-color: #e8985c;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.accordion-info {
  height: auto;
  padding-left: 72px;
}

.accordion_link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px rgba(255, 255, 255, .12);
}

.accordion-text {
  padding-bottom: 32px;
}

.accordion-card {
  cursor: pointer;
  overflow: hidden;
}

.services-accordion {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plus-icon-line-1 {
  width: 19px;
  height: 1px;
  background-color: #e8985c;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}

.accordion-cards {
  flex: 1;
  margin-bottom: 32px;
}

.accordion-header {
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.accordion-heading {
  color: #e8985c;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}

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

.avvocato-card {
  flex-direction: column;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.avvocato-card-title {
  margin-top: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.avvocato-title {
  font-size: 43px;
}

.avv-right-column {
  width: 304px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.avv-left-column {
  width: 223px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 18px;
  display: flex;
  overflow: hidden;
}

.avvocato-details {
  color: #e8985c;
  margin-top: 26px;
  font-size: 16px;
}

.avv-detail {
  margin-bottom: 0;
}

.heading-2 {
  font-family: Oranienbaum, sans-serif;
}

.heading-3 {
  font-weight: 400;
}

.languages {
  margin-left: 20px;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.language {
  width: 44px;
  height: 44px;
  text-transform: uppercase;
  background-color: #2c4439;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.language:hover {
  background-color: #e8985c;
}

.lang {
  color: #fbf2e5;
  padding: 16px 15px;
}

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

.h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 27px;
}

.blog-image-card {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .page-wrapper {
    background-color: #2c4439;
  }

  .button {
    background-color: #e8985c;
  }

  .left-column {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-avv-link.link_hover {
    font-size: 15px;
  }

  .footer-left-column {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .avvocato-card-title {
    line-height: 22px;
  }

  .avv-left-column {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

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

  p {
    text-align: justify;
  }

  .page-wrapper {
    position: relative;
  }

  .world_bg {
    width: 728px;
    height: 95vh;
    min-height: 95vh;
    background-position: 98% 59%;
    line-height: 36px;
  }

  .header, .main-content {
    width: 728px;
  }

  .right-column {
    display: none;
  }

  .h1-hero {
    font-size: 32px;
    line-height: 36px;
  }

  .footer {
    width: 728px;
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .footer-left-column {
    margin-top: 16px;
    padding-top: 13px;
  }

  .footer-tunisia {
    width: 48%;
    margin-right: 0;
  }

  .footer-italia {
    width: 48%;
  }

  .footer-center-column {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .menu-nav {
    width: 70vw;
  }

  .container {
    width: 728px;
    height: 95vh;
    min-height: 95vh;
    background-image: none;
  }

  .subtitle {
    font-size: 16px;
    line-height: 18px;
  }

  .autore {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .plus-icon {
    margin-right: 16px;
  }

  .accordion-info {
    padding-left: 64px;
  }

  .services-accordion {
    padding-top: 0;
  }

  .avvocato-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .avvocato-card-title {
    font-size: 14px;
    line-height: 22px;
  }

  .avvocato-title {
    font-size: 22px;
  }

  .avv-right-column {
    width: 210px;
    justify-content: center;
    align-items: flex-start;
  }

  .avv-left-column {
    display: none;
  }

  .h1 {
    font-size: 20px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .world_bg {
    width: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
  }

  .header {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-content {
    width: 440px;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 50px;
  }

  .left-column {
    margin-bottom: 35px;
    display: none;
  }

  .footer {
    width: 440px;
    font-size: 14px;
  }

  .menu-nav {
    padding-left: 10px;
  }

  .container {
    width: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
  }

  .autore {
    width: 100%;
  }

  .blog-card {
    margin-bottom: 15px;
  }

  .accordion-text {
    padding-bottom: 24px;
  }

  .accordion-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .team-container {
    flex-direction: column;
  }

  .avv-right-column {
    width: 100%;
    margin-right: 20px;
  }

  .avv-left-column {
    margin-bottom: 35px;
  }

  .languages {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .logo {
    width: 190px;
    justify-content: center;
    display: flex;
  }

  .world_bg {
    width: 100%;
    background-position: 50%;
    padding-top: 20px;
  }

  .header {
    width: 100%;
  }

  .menu-button {
    top: -10px;
    right: 0;
  }

  .main-content {
    width: 100%;
  }

  .h1-hero {
    font-size: 24px;
    line-height: 28px;
  }

  .footer {
    width: 100%;
    margin-top: 50px;
  }

  .footer-tunisia {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-italia {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-center-column {
    flex-direction: column-reverse;
  }

  .menu-link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-block.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-social-container {
    margin-top: 20px;
    margin-left: 0;
  }

  .menu-text {
    font-size: 18px;
  }

  .menu-close-button {
    top: -10px;
    right: 0;
  }

  .container {
    width: 100%;
    background-position: 50%;
    padding-top: 20px;
  }

  .menu-language-container {
    margin-top: 20px;
    margin-left: 0;
  }

  .team-container {
    grid-template-columns: 1fr;
  }
}


