:root {
  --black: black;
  --white: white;
  --grey: grey;
  --black-51: rgba(0, 0, 0, .05);
  --black-50: rgba(0, 0, 0, .5);
  --white-50: rgba(255, 255, 255, .64);
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

a {
  color: var(--black);
  text-decoration: underline;
}

.body {
  background-color: var(--white);
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.brand {
  float: none;
  text-align: center;
  background-image: url('../images/IDNTT_Logo_1IDNTT_Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  background-attachment: scroll;
  width: 100px;
  height: 30px;
  margin-top: 10px;
  margin-left: -30px;
  margin-right: auto;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.brand.w--current {
  margin-top: 10px;
  margin-bottom: -7px;
  padding-bottom: 40px;
}

.navbar {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button {
  float: left;
  padding-top: 15px;
}

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

.contenitore {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  z-index: 1998;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-section {
  background-color: #fff;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.full-section.white {
  background-color: #fff;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.full-section.white.hom {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  z-index: 1;
  text-align: left;
  width: 650px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 22px;
  line-height: 120%;
  position: relative;
}

.text-block.home {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.text-block.home._20 {
  white-space: normal;
  white-space: normal;
  width: 950px;
  max-width: none;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  display: block;
}

.heading-2 {
  border-bottom: 1px solid var(--grey);
  color: gray;
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.link-2 {
  color: gray;
  padding-top: 8px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-2.block {
  color: gray;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.link-2.block.w--current {
  color: gray;
  letter-spacing: 0;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.link-2.term {
  font-size: 14px;
  display: inline-block;
}

.link-2.nopad {
  padding-top: 0;
}

.column-2 {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.text-block-3 {
  color: #fff;
  font-size: 3vh;
  line-height: 3vh;
  position: absolute;
  top: auto;
  bottom: 37%;
  left: 20%;
  right: auto;
}

.text-block-3.low {
  z-index: 10;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  bottom: 170px;
}

.text-block-3.low.swp {
  font-family: Inter, sans-serif;
  display: block;
}

.column-7 {
  padding-left: 40px;
  padding-right: 40px;
}

.columns-2 {
  margin-top: 40px;
}

.column-8 {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.nav-link-5:hover {
  color: #8f8f8f;
}

.nav-link-5:focus {
  color: #444;
}

.nav-link-5.w--current {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
}

.icon-3 {
  color: #fff;
  background-color: rgba(240, 167, 167, 0);
  font-size: 29px;
  font-style: normal;
  overflow: visible;
}

.section-8 {
  background-color: #fff;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-16 {
  width: 70%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 140px;
}

.footer {
  background-color: #000;
}

.nav-menu {
  z-index: 999;
  background-color: var(--black);
  width: 60%;
  display: block;
}

.image-10 {
  float: right;
  text-align: left;
  text-decoration: none;
  display: block;
}

.link-block {
  padding: 50px;
  display: block;
}

.link-block.mob {
  z-index: 1000;
  float: none;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 32px 20px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-17 {
  margin-top: 85px;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-18 {
  background-color: #fff;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-18.mob._2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.div-block-18.mob._3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-block-8 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-8.mob {
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.text-block-8.mob._4._5 {
  padding-top: 20px;
}

.columns-9 {
  margin-left: 0;
  margin-right: 0;
}

.column-17 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-13 {
  filter: grayscale();
  width: 120px;
  max-width: 90%;
  padding-right: 20px;
  display: inline-block;
}

.image-13.part {
  width: 100px;
  max-width: 100%;
  padding-right: 0;
}

.columnsx {
  flex-direction: column;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-12 {
  color: gray;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.text-block-12.iden {
  padding-top: 8px;
}

.text-block-12.iden {
  color: #fff;
  padding-top: 0;
}

.text-block-12.iden.test {
  padding-top: 0;
  padding-bottom: 4px;
}

.dropdown-toggle-3 {
  text-align: right;
  justify-content: flex-end;
  width: auto;
  height: 25px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-toggle-3.w--open {
  justify-content: flex-start;
  display: flex;
}

.dropdown {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: static;
}

.dropdown.lingua {
  align-items: flex-start;
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-25 {
  width: 50%;
  margin-top: 0;
  display: inline-block;
}

.div-block-25.lingua {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-16 {
  flex: 0 auto;
  order: -1;
  width: 40px;
  position: relative;
  right: 47px;
}

.image-16.home {
  margin-right: 5px;
}

.dropdown-list-2 {
  width: 100%;
  margin-top: 77px;
}

.dropdown-list-2.w--open {
  background-color: var(--black);
  color: #fff;
  flex-direction: row;
  align-items: flex-end;
  width: 80%;
  height: 100%;
  margin-top: 58px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 75px;
  padding-bottom: 400px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 15px;
  font-weight: 300;
  display: block;
  position: static;
}

.text-block-13 {
  color: #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.columns-10 {
  margin-top: 40px;
}

.div-block-26 {
  font-size: 14px;
}

.dropdown-toggle-5 {
  padding: 10px 20px 10px 0;
}

.dropdown-toggle-5.w--open {
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-toggle-5.cont {
  padding-left: 20px;
}

.text-block-14 {
  color: #fff;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-list-4 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list-4.w--open {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.dropdown-link-2 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--black);
  text-align: center;
  border: 0 #000;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
  display: flex;
  position: static;
  right: auto;
}

.div-block-28 {
  text-align: center;
  background-color: rgba(0, 0, 0, .75);
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: 0%;
  right: 0%;
}

.container-7 {
  text-align: right;
  justify-content: flex-end;
  width: auto;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-list-6 {
  width: 60%;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.dropdown-list-6.w--open {
  z-index: 999;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  max-width: 60%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-link-4 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 70%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dropdown-4 {
  width: 100%;
  display: inline-block;
}

.dropdown-toggle-7 {
  justify-content: flex-end;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.image-18 {
  width: 40px;
}

.text-block-16 {
  color: #fff;
  padding-left: 3px;
  font-size: 15px;
  font-weight: 300;
}

.div-block-32 {
  z-index: 999;
  background-color: var(--black);
  color: red;
  width: 40%;
  max-width: 40%;
  padding-top: 100px;
  padding-left: 100px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

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

.section-header-policy {
  height: 100px;
  display: none;
}

.heading-policy {
  z-index: 1;
  color: #000;
  text-align: left;
  width: 100vw;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  top: auto;
}

.heading-policy.home {
  width: 90%;
  max-width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.text-block-policy {
  z-index: 1;
  text-align: left;
  width: 650px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 22px;
  line-height: 120%;
  position: relative;
}

.text-block-policy.home {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-policy.home.cookie {
  width: 90%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.link-2-careers {
  color: gray;
  padding-top: 8px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-2-careers.block {
  color: gray;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.link-2-careers.block.w--current {
  color: gray;
  letter-spacing: 0;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.text-block-policy-mobile {
  z-index: 1;
  text-align: left;
  width: 650px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 22px;
  line-height: 120%;
  position: relative;
}

.text-block-policy-mobile.home {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-policy-mobile.home.cookie {
  width: 90%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  display: none;
}

.heading-about1 {
  z-index: 1;
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  top: auto;
}

.section-career1 {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-career1.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_4507-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-normale {
  z-index: 1;
  color: var(--black);
  text-align: left;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.titolo-testo {
  background-color: #fff;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.titolo-testo.first {
  padding-top: 40px;
  padding-bottom: 40px;
}

.titolo {
  z-index: 1;
  color: #000;
  text-align: left;
  width: 100vw;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  top: auto;
}

.testo {
  color: var(--black);
  width: 100vw;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.section-15 {
  height: 80px;
}

.image-20 {
  float: none;
  width: 50px;
  max-width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  position: static;
}

.link-block-7 {
  float: left;
  background-color: var(--black-51);
  width: 100%;
  height: 60px;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.link-block-7:hover, .link-block-7:focus, .link-block-7:visited {
  text-decoration: none;
}

.collection-list-wrapper {
  width: 90%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper.text-block-normale {
  width: 100%;
  max-width: 950px;
  padding-top: 20px;
  font-family: Inter, sans-serif;
}

.heading-13 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.text-block-19 {
  float: none;
  margin-left: 0;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: inline;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  border: 1px #000;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 950px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  float: left;
  width: 140px;
  height: auto;
  margin-right: 10px;
}

.heading-14 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-block-20, .heading-17, .text-block-23 {
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-38 {
  background-color: rgba(0, 0, 0, 0);
  padding-right: 10px;
}

.testoh5 {
  color: var(--black);
  width: 100vw;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.image-22 {
  float: left;
}

.text-block-24 {
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.link-block-8 {
  background-color: var(--black-51);
  padding: 3px 10px 3px 3px;
  text-decoration: none;
}

.link-block-9 {
  background-color: var(--black-51);
  padding: 3px;
  text-decoration: none;
}

.grid-3 {
  background-color: rgba(0, 0, 0, 0);
  grid-template: "Area Area-2"
  / 50px 1fr;
  display: block;
}

.gridcodiceetico {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 950px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.griddocumenti {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 950px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linkblock {
  background-color: var(--black-51);
  width: 100%;
  height: 60px;
  margin-bottom: 3px;
}

.columndx {
  flex-direction: column;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
}

.textblockcolumndx {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  position: relative;
}

.textblockcolumndx.data {
  height: 20px;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  position: relative;
}

.columnslink {
  height: 100%;
}

.imagecolumnsx {
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 5px;
  display: block;
  position: relative;
}

.collection-bilanci-e-relazioni {
  width: 90%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.collection-bilanci-e-relazioni.text-block-normale {
  max-width: 950px;
  padding-top: 20px;
}

.divblockcolumndx {
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

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

.titoloh3 {
  z-index: 1;
  color: #000;
  text-align: left;
  width: 100vw;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  display: block;
  position: relative;
  top: auto;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area . . . Area-2"
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1.5fr .5fr .75fr 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 950px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.textheader {
  border-bottom: 1px solid var(--grey);
  text-align: center;
  height: 50px;
  padding-top: 20px;
  padding-left: 10px;
  font-weight: 600;
}

.testowide {
  color: var(--black);
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.documenti-assemblea {
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: none;
}

.no-documenti {
  background-color: #fff;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.heading-18 {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

.div-block-39 {
  width: 70%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 140px;
}

.image-23 {
  margin-right: 15px;
  padding-right: 0;
}

.columns-12 {
  margin-top: 20px;
}

.column-29 {
  text-align: right;
}

.column-30 {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.heading-19 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.column-31 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-2-right {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.link-3 {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-3.term {
  font-size: 14px;
  display: inline-block;
}

.heading-2-left {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  width: 98%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.form-block {
  width: 100%;
  max-width: 950px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.modulo-cambiamento-sostanziale {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 950px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textoverimg {
  color: #fff;
  font-size: 3vh;
  line-height: 3vh;
  position: absolute;
  top: auto;
  bottom: 37%;
  left: 20%;
  right: auto;
}

.textoverimg.low {
  z-index: 10;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  bottom: 170px;
}

.textoverimg.low.swp {
  display: block;
}

.section-organisociali {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-organisociali.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sedeconta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  font-family: Inter, sans-serif;
  display: flex;
}

.section-ipo {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-ipo.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/WhatsApp-Image-2021-07-02-at-17.53.04.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-hp {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-hp.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_MG_0009.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  font-family: Inter, sans-serif;
  display: flex;
}

.bold-text {
  font-family: Inter, sans-serif;
}

.section-comunicatistampa {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-comunicatistampa.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/04.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.textdata {
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.text-block-27 {
  padding-left: 1px;
  padding-right: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.text-block-28 {
  font-family: Inter, sans-serif;
}

.linkdocumentblock {
  background-color: var(--black-51);
  margin-bottom: 5px;
  padding: 3px;
  text-decoration: none;
  display: block;
}

.image-25 {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.griddocumenti-hidden {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 950px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.griddocumentimedia {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 950px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testowidemobile {
  color: var(--black);
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  display: none;
}

.testowideedesk {
  color: var(--black);
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.link-4, .link-5, .link-9 {
  color: var(--black);
  text-decoration: none;
}

.text-block-29 {
  font-family: Inter, sans-serif;
}

.heading-about1-2 {
  z-index: 1;
  color: #000;
  text-align: left;
  width: 100vw;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  top: auto;
}

.nav-link-2-righe {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.nav-link-2-righe:hover {
  color: #8f8f8f;
}

.nav-link-2-righe:focus {
  color: #444;
}

.nav-link-2-righe.w--current {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
}

.section-comunicatiinternaldealing {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-comunicatiinternaldealing.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/08.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-comunicatibilancirelazioni {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-comunicatibilancirelazioni.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/05.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-comunicatipresentazioni {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-comunicatipresentazioni.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/06.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-comunicaticalendariofinanziario {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-comunicaticalendariofinanziario.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/07.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-assemblea {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-assemblea.cont {
  background-image: url('../images/09.jpg');
  background-position: 50%;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-analyst {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-analyst.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-infoazionisti {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-infoazionisti.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-media {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-media.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/14.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.link-3polus {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-3polus.term {
  font-size: 14px;
  display: inline-block;
}

.link-3polus.term.nopad {
  display: block;
}

.section-documenticopy {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-documenticopy.cont {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  font-family: Inter, sans-serif;
  display: flex;
}

.link-13, .link-14 {
  text-decoration: none;
}

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

.text-block-copy {
  z-index: 1;
  text-align: left;
  width: 650px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 22px;
  line-height: 120%;
  position: relative;
}

.text-block-copy.home {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-copy.home._20 {
  white-space: normal;
  white-space: normal;
  width: 950px;
  max-width: none;
  margin-top: 40px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  display: block;
}

.text-block-firma {
  z-index: 1;
  text-align: left;
  width: 650px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 22px;
  line-height: 120%;
  position: relative;
}

.text-block-firma.home {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-firma.home._20 {
  text-align: left;
  white-space: normal;
  white-space: normal;
  width: 950px;
  max-width: none;
  margin-top: 15px;
  padding-bottom: 0;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  display: block;
}

.text-block-30 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-link-5 {
  color: #000;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  border: 0 #000;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
  position: static;
  right: auto;
}

.link-logo {
  background-color: var(--black-51);
  margin-bottom: 10px;
  padding: 3px 10px 3px 3px;
  text-decoration: none;
  display: block;
}

.griddocumentimedia-copy, .griddocumentimedia-video {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 950px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-media {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
}

.link-15 {
  text-decoration: none;
}

.text-block-31, .text-block-32, .text-block-33, .text-block-34 {
  text-align: center;
}

.text-block-35 {
  text-decoration: none;
}

.collection-list-wrapper-2 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-36, .text-block-37, .text-block-38 {
  text-align: center;
}

.columns-13 {
  background-color: rgba(0, 0, 0, .05);
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-39, .text-block-40, .text-block-41 {
  font-weight: 600;
}

.text-block-42, .text-block-43, .text-block-44 {
  text-align: center;
  font-weight: 600;
}

.link-16 {
  text-decoration: underline;
}

.columns-14 {
  padding-top: 5px;
}

.desktv1 {
  height: 100vh;
  padding-bottom: 0;
  display: block;
}

.desktv1.swisssede.aaa {
  height: 100vh;
  position: relative;
}

.desktv1.swisssede.aaa.st {
  background-image: none;
  display: block;
  position: static;
}

.desktv1.about {
  background-image: url('../images/cover-bilancio2023-grande.png');
  background-position: 0 0;
  background-size: auto 100%;
  width: 1600px;
  max-width: 1516px;
  max-height: 100%;
  display: block;
}

.desktv1.abouttv1 {
  width: auto;
  max-width: none;
  max-height: none;
  overflow: visible;
}

.desktv1.ctdesk {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1920px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
}

.video {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.video.cont {
  align-items: center;
  height: 100vh;
  display: flex;
}

.mobile, .mobile.ctmob, .mobile.ab {
  display: none;
}

.form-block-2 {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-26 {
  width: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-27 {
  width: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-test-fullvideo {
  height: auto;
  display: block;
}

.embedded-video-desk {
  display: block;
}

.embedded-videomobile {
  display: none;
}

.image-232-copy {
  float: left;
}

.collection-list-wrapper-3 {
  margin-left: 138px;
  margin-right: 108px;
}

.heading-20 {
  text-align: center;
  width: 100%;
  max-width: 950px;
}

.irtv {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.irtv:hover {
  color: #8f8f8f;
}

.irtv:focus {
  color: #444;
}

.irtv.w--current {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
}

.section-media-2 {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-media-2.cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/sfondo.png');
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-media-2.cont-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  display: flex;
  position: relative;
}

.section-media-2.cont-normal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 8vh;
  display: flex;
  position: relative;
}

.text-block-45 {
  color: #fff;
  font-size: 3vh;
  line-height: 3vh;
  position: absolute;
  top: auto;
  bottom: 37%;
  left: 20%;
  right: auto;
}

.text-block-45.low {
  z-index: 10;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  bottom: 170px;
}

.text-block-45.low.swp {
  font-family: Inter, sans-serif;
  display: block;
}

.link-tv0 {
  background-color: rgba(0, 0, 0, .05);
  max-width: 950px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px 3px 3px;
  text-decoration: none;
  display: block;
  position: static;
}

.columns-15 {
  text-align: left;
  object-fit: fill;
  max-width: 90%;
  margin: 10px auto;
  display: block;
  position: static;
}

.column-35 {
  aspect-ratio: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-29 {
  object-fit: fill;
  max-width: 350px;
  max-height: 100%;
}

.column-34 {
  position: static;
}

.text-block-46 {
  margin-top: 0;
  padding-bottom: 10px;
}

.image-30 {
  border-radius: 20px;
  max-width: 300px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.link-podcast1 {
  background-color: rgba(0, 0, 0, .05);
  max-width: 950px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px 3px 3px;
  text-decoration: none;
  display: block;
  position: static;
}

.columns-16 {
  text-align: left;
  object-fit: fill;
  max-width: 90%;
  margin: 10px auto;
  display: block;
  position: static;
}

.text-block-47 {
  margin-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.column-36 {
  aspect-ratio: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.column-37 {
  margin-bottom: 10px;
  position: static;
}

.section-about-header {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-about-header._111 {
  margin-top: 0;
}

.image-31 {
  max-width: 131px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.columns-17 {
  text-align: left;
  object-fit: fill;
  max-width: 90%;
  margin: 10px auto;
  display: block;
  position: static;
}

.text-block-48 {
  margin-top: 0;
  padding-bottom: 10px;
}

.column-38 {
  aspect-ratio: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.column-39 {
  position: static;
}

.full-section-2 {
  text-align: left;
  background-color: #fff;
  width: auto;
  height: auto;
  margin-top: 0;
  font-family: Inter, sans-serif;
  position: relative;
}

.text-block-49 {
  text-align: left;
  width: 100vw;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  top: auto;
}

.link-block-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-21 {
  max-width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-2 {
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}

.bold-text-3 {
  font-weight: 700;
}

.div-block-40 {
  margin-bottom: 40px;
}

.link-logo-3-copy, .link-tv2, .link-tv1 {
  background-color: rgba(0, 0, 0, .05);
  max-width: 950px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px 3px 3px;
  text-decoration: none;
  display: block;
  position: static;
}

.desk-tv2 {
  height: 100vh;
  padding-bottom: 0;
  display: block;
}

.desk-tv2.swisssede.aaa {
  height: 100vh;
  position: relative;
}

.desk-tv2.swisssede.aaa.st {
  background-image: none;
  display: block;
  position: static;
}

.desk-tv2.about {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/poster_desk.png');
  background-position: 0 0;
  background-size: auto 100%;
  background-clip: border-box;
}

.desk-tv2.about-tv2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/cover_TV2_g.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.column-36-copy {
  aspect-ratio: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.bold-text-5, .bold-text-6 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.heading-22 {
  font-size: 27px;
}

.bold-text-7, .bold-text-8 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.desk-copy {
  height: 100vh;
  padding-bottom: 0;
  display: block;
}

.desk-copy.swisssede.aaa {
  height: 100vh;
  position: relative;
}

.desk-copy.swisssede.aaa.st {
  background-image: none;
  display: block;
  position: static;
}

.desk-copy.about {
  background-image: url('../images/cover-bilancio2023-grande.png');
  background-position: 0 0;
  background-size: auto 100%;
  width: 1600px;
  max-width: 1516px;
  max-height: 100%;
  display: block;
}

.desk-copy.about-copy {
  background-image: url('../images/cover_TV1.png');
  background-size: auto 100%;
  width: auto;
  max-width: none;
  max-height: none;
  display: block;
}

.mobile-copy {
  display: none;
}

.text-block-49-copy {
  text-align: left;
  width: 100vw;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  top: auto;
}

.heading-23 {
  margin-top: 0;
}

.container-8 {
  display: none;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  font-size: 24px;
}

.html-embed-2 {
  height: 100vh;
}

.container-9 {
  display: flex;
  position: static;
  overflow: hidden;
}

.html-embed-3 {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .full-section.white.hom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    width: 85vw;
    max-width: none;
    padding-right: 0;
  }

  .text-block-3.low {
    bottom: 200px;
    left: 10%;
  }

  .nav-link-5, .nav-link-5.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-16 {
    width: 100%;
  }

  .nav-menu {
    width: 80%;
  }

  .div-block-18.mob._2, .div-block-18.mob._3 {
    margin-bottom: 5px;
  }

  .image-13 {
    width: 100px;
    padding-right: 10px;
  }

  .div-block-28 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-7 {
    flex-direction: row;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    width: 100%;
    margin-right: auto;
    display: flex;
  }

  .dropdown-4 {
    justify-content: flex-end;
    margin-left: auto;
    display: flex;
  }

  .dropdown-toggle-7 {
    z-index: 99;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    display: flex;
    position: relative;
    right: 0;
  }

  .image-18 {
    display: inline-block;
  }

  .text-block-16 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
    margin-left: 0;
    display: inline-block;
  }

  .div-block-32 {
    width: 60%;
    max-width: 60%;
  }

  .heading-policy {
    width: 85vw;
    max-width: none;
  }

  .text-block-policy, .text-block-policy-mobile {
    width: 85vw;
    max-width: none;
    padding-right: 0;
  }

  .heading-about1 {
    width: 85vw;
    max-width: none;
  }

  .text-block-normale {
    width: 85vw;
    max-width: none;
    padding-right: 0;
  }

  .titolo-testo.first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titolo {
    width: 85vw;
    max-width: none;
  }

  .testo {
    max-width: 100%;
  }

  .titoloh3 {
    width: 85vw;
    max-width: none;
  }

  .div-block-39 {
    width: 100%;
  }

  .textoverimg.low {
    bottom: 200px;
    left: 10%;
  }

  .heading-about1-2 {
    width: 85vw;
    max-width: none;
  }

  .nav-link-2-righe, .nav-link-2-righe.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-copy, .text-block-firma {
    width: 85vw;
    max-width: none;
    padding-right: 0;
  }

  .irtv, .irtv.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-45.low {
    bottom: 200px;
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .text-block-3.low.swp {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 40px;
  }

  .nav-menu {
    width: 90%;
  }

  .column-18, .column-19 {
    padding-left: 0;
  }

  .image-13 {
    padding-top: 0;
  }

  .div-block-28 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testo {
    max-width: 100%;
  }

  .griddocumenti {
    width: 85%;
  }

  .imagecolumnsx {
    margin-left: auto;
    margin-right: auto;
  }

  .modulo-cambiamento-sostanziale {
    width: 85%;
  }

  .textoverimg.low.swp {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 40px;
  }

  .griddocumenti-hidden, .griddocumentimedia, .griddocumentimedia-copy, .griddocumentimedia-video {
    width: 85%;
  }

  .text-block-45.low.swp {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    background-size: 76px;
    margin-top: 20px;
    margin-left: -40px;
    padding-left: 0;
  }

  .brand.w--current {
    margin-top: 14px;
    margin-bottom: -7px;
    padding-bottom: 0;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contenitore {
    margin-top: 0;
  }

  .div-block {
    padding-top: 0;
    display: none;
  }

  .full-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-section.white {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .full-section.white.hom {
    width: 100%;
    margin-top: 0;
    padding: 50px 0;
  }

  .text-block {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.home {
    padding: 0 20px;
    position: static;
    top: 20px;
  }

  .text-block.home._20 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 135%;
    display: block;
  }

  .link-2 {
    float: none;
    text-align: left;
    padding-top: 5px;
    display: block;
  }

  .link-2.w--current, .link-2.block, .link-2.term {
    padding-top: 4px;
  }

  .link-2.term.nopad {
    padding-top: 0;
  }

  .link-2.nopad {
    padding-bottom: 0;
  }

  .column-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vh;
    line-height: 3vh;
    display: flex;
    position: relative;
    top: 35%;
    bottom: auto;
    left: auto;
  }

  .text-block-3.low {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    font-size: 32px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 280px;
    left: 20px;
    right: 20px;
  }

  .text-block-3.low.swp {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: 25vh;
    left: 0;
    right: 0;
  }

  .column-7 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    margin-top: 0;
  }

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

  .nav-link-5, .nav-link-5.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-8 {
    width: 100%;
    padding: 40px 10px;
  }

  .div-block-16 {
    width: 100%;
  }

  .nav-menu {
    z-index: auto;
    width: 95%;
    min-height: 600px;
  }

  .link-block {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .link-block.mob {
    padding-top: 20px;
  }

  .div-block-17 {
    min-height: 600px;
    margin: 60px 20px;
  }

  .div-block-18 {
    margin-top: 10px;
  }

  .div-block-18.mob {
    margin-top: 0;
  }

  .div-block-18.mob._2 {
    margin-bottom: 5px;
  }

  .div-block-18.mob._3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-8.mob {
    padding-top: 10px;
  }

  .text-block-8.mob._4 {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    width: 100px;
  }

  .image-13.part {
    margin-right: 0;
    padding-right: 0;
  }

  .columnsx {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-3 {
    margin-top: 19px;
  }

  .dropdown.lingua {
    z-index: 99;
  }

  .div-block-25.lingua {
    z-index: auto;
  }

  .dropdown-list-2.w--open {
    width: 100%;
    padding-bottom: 120%;
  }

  .dropdown-link {
    padding-left: 20px;
  }

  .columns-10 {
    margin-top: 30px;
  }

  .dropdown-toggle-5 {
    padding-top: 10px;
  }

  .dropdown-link-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-28 {
    flex-direction: column;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .lingua {
    display: block;
  }

  .columns-11 {
    display: flex;
  }

  .navbar-2 {
    z-index: 10;
    padding-top: 10px;
  }

  .dropdown-4 {
    z-index: 999;
  }

  .dropdown-toggle-7 {
    z-index: 99;
    padding-right: 20px;
  }

  .div-block-32 {
    width: 80%;
    max-width: 80%;
    padding-left: 20px;
  }

  .section-header-policy {
    height: 70px;
    display: none;
  }

  .heading-policy {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 27px;
    position: relative;
  }

  .heading-policy.home {
    width: 90%;
    max-width: 90%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 25px;
  }

  .text-block-policy {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-policy.home {
    padding: 0 20px 15px;
    position: static;
    top: 20px;
  }

  .text-block-policy.home.cookie {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: none;
  }

  .link-2-careers {
    float: none;
    text-align: left;
    padding-top: 5px;
    display: block;
  }

  .link-2-careers.w--current, .link-2-careers.block {
    padding-top: 4px;
  }

  .text-block-policy-mobile {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-policy-mobile.home {
    padding: 0 20px 15px;
    position: static;
    top: 20px;
  }

  .text-block-policy-mobile.home.cookie {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .heading-about1 {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 27px;
    position: relative;
  }

  .section-career1 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-career1.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_4507-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-normale {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .titolo-testo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .titolo {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    position: relative;
  }

  .testo {
    width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 135%;
    position: static;
  }

  .section-15 {
    height: 60px;
  }

  .link-block-7 {
    height: auto;
    max-height: 0;
    margin-top: 10px;
  }

  .collection-list-wrapper.text-block-normale {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21 {
    float: none;
    width: 100px;
    height: auto;
  }

  .testoh5 {
    width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 135%;
    position: static;
  }

  .gridcodiceetico {
    padding-left: 20px;
    padding-right: 20px;
  }

  .griddocumenti {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columndx {
    padding-bottom: 10px;
  }

  .textblockcolumndx {
    object-fit: fill;
    font-size: 13px;
    line-height: 13px;
    overflow: visible;
  }

  .textblockcolumndx.data {
    height: auto;
    padding-top: 3px;
    font-size: 12px;
  }

  .imagecolumnsx {
    width: 40px;
    max-width: none;
    height: 40px;
    margin-left: auto;
    padding: 0;
    display: block;
  }

  .divblockcolumndx {
    overflow: visible;
  }

  .titoloh3 {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 25px;
    position: relative;
  }

  .grid-4 {
    grid-auto-flow: row dense;
    margin-bottom: 40px;
  }

  .textheader {
    height: 60px;
  }

  .testowide {
    width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 135%;
    position: static;
  }

  .documenti-assemblea, .no-documenti {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-39 {
    width: 100%;
  }

  .columns-12 {
    margin-top: 0;
  }

  .column-30, .column-31 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-3 {
    float: none;
    text-align: left;
    padding-top: 5px;
    display: block;
  }

  .link-3.w--current, .link-3.term {
    padding-top: 4px;
  }

  .link-3.term.nopad {
    padding-top: 0;
  }

  .column-32 {
    display: none;
  }

  .modulo-cambiamento-sostanziale {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .textoverimg {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vh;
    line-height: 3vh;
    display: flex;
    position: relative;
    top: 35%;
    bottom: auto;
    left: auto;
  }

  .textoverimg.low {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    font-size: 32px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 280px;
    left: 20px;
    right: 20px;
  }

  .textoverimg.low.swp {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
    bottom: 25vh;
    left: 0;
    right: 0;
  }

  .section-organisociali {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-organisociali.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sedeconta.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ipo {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-ipo.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/WhatsApp-Image-2021-07-02-at-17.53.04.jpeg');
    background-position: 0 0, 48% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-hp {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-hp.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_MG_0009.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-comunicatistampa {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-comunicatistampa.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/04.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .griddocumenti-hidden, .griddocumentimedia {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testowidemobile {
    width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 135%;
    display: block;
    position: static;
  }

  .testowideedesk {
    width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 135%;
    display: none;
    position: static;
  }

  .link-6 {
    text-decoration: none;
  }

  .link-7, .link-8 {
    color: var(--black);
    text-decoration: none;
  }

  .heading-about1-2 {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 27px;
    position: relative;
  }

  .nav-link-2-righe {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
  }

  .nav-link-2-righe.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-comunicatiinternaldealing {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-comunicatiinternaldealing.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/08.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-comunicatibilancirelazioni {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-comunicatibilancirelazioni.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/05.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-comunicatipresentazioni {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-comunicatipresentazioni.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/06.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-comunicaticalendariofinanziario {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-comunicaticalendariofinanziario.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/07.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-assemblea {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-assemblea.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/09.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-analyst {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-analyst.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/10.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-infoazionisti {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-infoazionisti.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/11.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-media {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-media.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/14.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-3polus {
    float: none;
    text-align: left;
    padding-top: 5px;
    display: block;
  }

  .link-3polus.w--current, .link-3polus.term {
    padding-top: 4px;
  }

  .link-3polus.term.nopad {
    padding-top: 0;
  }

  .section-documenticopy {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-documenticopy.cont {
    background-color: var(--black);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/03.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-10, .link-11, .link-12 {
    text-decoration: none;
  }

  .text-block-copy {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-copy.home {
    padding: 0 20px;
    position: static;
    top: 20px;
  }

  .text-block-copy.home._20 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 135%;
    display: block;
  }

  .text-block-firma {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-firma.home {
    padding: 0 20px;
    position: static;
    top: 20px;
  }

  .text-block-firma.home._20 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 135%;
    display: block;
  }

  .dropdown-link-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .griddocumentimedia-copy, .griddocumentimedia-video {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-media {
    padding-left: 20px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .text-block-36, .text-block-37, .text-block-38, .text-block-42, .text-block-43, .text-block-44 {
    text-align: left;
  }

  .desktv1 {
    height: 100%;
    padding-top: 0%;
    display: none;
  }

  .desktv1.swisssede.aaa.st, .desktv1.about, .desktv1.ctdesk {
    display: none;
  }

  .video {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .video.cont {
    background-color: var(--black);
    background-image: none;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile {
    height: auto;
    padding-top: 0%;
    display: block;
  }

  .mobile.swisss {
    justify-content: center;
    width: auto;
    height: 100%;
    display: flex;
    position: static;
  }

  .mobile.swisss.qqq {
    justify-content: center;
    align-self: auto;
    width: auto;
    height: 100%;
    display: flex;
    position: static;
  }

  .mobile.ab {
    background-image: url('../images/cover-1giorno-mobile.png');
    justify-content: center;
    align-self: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .mobile.ctmob {
    background-image: url('../images/CT-2023-play-m.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-self: center;
    width: auto;
    height: 100%;
    display: block;
  }

  .mobile.ab {
    background-image: url('../images/christian-350.png');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
  }

  .mobile.tv2 {
    background-image: url('../images/cover-1giorno-mobile.png');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-self: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .image-26 {
    width: 100px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-test-fullvideo {
    width: 100vw;
    height: 100vh;
  }

  .embedded-video-desk {
    display: none;
  }

  .embedded-videomobile {
    display: block;
  }

  .irtv, .irtv.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-media-2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-media-2.cont {
    background-color: #000;
    background-image: url('../images/cover_sezione.png');
    background-size: cover;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-media-2.cont-copy {
    background-color: #000;
    background-image: url('../images/the-smiling-business-2000.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-media-2.cont-normal {
    background-color: #000;
    flex-flow: row;
    justify-content: flex-start;
    height: 9vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-45 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vh;
    line-height: 3vh;
    display: flex;
    position: relative;
    top: 35%;
    bottom: auto;
    left: auto;
  }

  .text-block-45.low {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    font-size: 32px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 280px;
    left: 20px;
    right: 20px;
  }

  .text-block-45.low.swp {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: 25vh;
    left: 0;
    right: 0;
  }

  .column-35, .image-29 {
    text-align: left;
  }

  .image-30 {
    max-width: 150px;
    margin-bottom: 10px;
  }

  .link-podcast1 {
    max-width: 97%;
  }

  .column-36 {
    text-align: left;
    margin-bottom: 10px;
  }

  .section-about-header {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-about-header._111 {
    background-image: url('../images/CT-2023-play-m.png');
    background-position: 0 0;
    background-size: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 0%;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    overflow: hidden;
  }

  .full-section-2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .text-block-49 {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .bold-text-2 {
    font-size: 17px;
    font-weight: 700;
  }

  .div-block-40 {
    flex-flow: column;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .youtube {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .link-logo-3-copy, .link-tv2, .link-tv1 {
    max-width: 97%;
  }

  .desk-tv2 {
    height: 100%;
    padding-top: 0%;
    display: none;
  }

  .desk-tv2.swisssede.aaa.st {
    display: none;
  }

  .column-36-copy {
    text-align: left;
    margin-bottom: 10px;
  }

  .bold-text-4 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text-7, .bold-text-8 {
    font-family: Inter, sans-serif;
  }

  .desk-copy {
    height: 100%;
    padding-top: 0%;
    display: none;
  }

  .desk-copy.swisssede.aaa.st, .desk-copy.about-copy {
    display: none;
  }

  .mobile-copy {
    height: auto;
    padding-top: 0%;
    display: block;
  }

  .mobile-copy.swisss {
    justify-content: center;
    width: auto;
    height: 100%;
    display: flex;
    position: static;
  }

  .mobile-copy.swisss.qqq {
    justify-content: center;
    align-self: auto;
    width: auto;
    height: 100%;
    display: flex;
    position: static;
  }

  .mobile-copy.ab {
    background-image: url('../images/cover-1giorno-mobile.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-self: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .mobile-copy.ct {
    background-image: url('../images/cover-bilancio2023-mob.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-self: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .mobile-copy.ct-copy {
    background-image: url('../images/poster_mobile.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-self: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .text-block-49-copy {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .container-8 {
    display: block;
  }

  .youtubemob {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .bold-text-9, .bold-text-10 {
    font-size: 24px;
  }

  .html-embed {
    display: block;
  }
}

#w-node-df539bfe-7214-16f7-0010-9b71a0f212eb-580f311b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0953fee0-b584-6a73-4b58-72e89c55157c-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_0953fee0-b584-6a73-4b58-72e89c55157d-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_0e43a018-b6e4-6841-ecf6-d90fa4cffee2-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_0e43a018-b6e4-6841-ecf6-d90fa4cffee3-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_7ea9ed7c-cd14-2b71-a3a1-db2880bcfa45-580f3143 {
  align-self: center;
}

#w-node-_4b6d847f-e27d-2009-9d1a-abd7f7d9df38-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_4b6d847f-e27d-2009-9d1a-abd7f7d9df39-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-eb0c2ac9-c0e2-b1d3-7e28-62a48fa0fc83-580f3143 {
  align-self: center;
}

#w-node-_1a463fe1-6912-ad36-0b8e-2359e3bf4dfa-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_1a463fe1-6912-ad36-0b8e-2359e3bf4dfb-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_58584b3d-d712-55f3-1ba6-1650421dc2ee-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_58584b3d-d712-55f3-1ba6-1650421dc2ef-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_2422361d-d4bf-f34a-8a50-4a70f4577e3f-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_2422361d-d4bf-f34a-8a50-4a70f4577e40-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_012f7d73-4faf-9970-4e7f-64e56504ecfb-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_012f7d73-4faf-9970-4e7f-64e56504ecfc-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_589bd600-92af-dc2f-3c49-dc0869493add-580f3143 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_589bd600-92af-dc2f-3c49-dc0869493ade-580f3143 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_70459a68-6b75-6522-5daa-3584791893d3-580f314f, #w-node-_823bfa20-5a7d-60c9-7cd6-af1985726fa7-580f3150 {
  align-self: center;
}

#w-node-_823bfa20-5a7d-60c9-7cd6-af1985726fa9-580f3150 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_823bfa20-5a7d-60c9-7cd6-af1985726faa-580f3150 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_932d84f9-d29c-6910-ef8e-a45fbdcfa7b8-580f3165 {
  align-self: center;
}

#w-node-_932d84f9-d29c-6910-ef8e-a45fbdcfa7ba-580f3165 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_932d84f9-d29c-6910-ef8e-a45fbdcfa7bb-580f3165 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_0b0f6c3d-2d41-1fde-4a3f-0ac9338fdd9e-580f3165 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_0b0f6c3d-2d41-1fde-4a3f-0ac9338fdd9f-580f3165 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_6ca975f7-81c0-3deb-eb01-bc76fd9937bb-580f3165 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_6ca975f7-81c0-3deb-eb01-bc76fd9937bc-580f3165 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-bddc290c-7e57-2008-5bfc-29b946170342-580f3165 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-bddc290c-7e57-2008-5bfc-29b946170343-580f3165 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-df6b4b7a-a74a-abb5-b46e-45175f1f0d9f-580f3167 {
  align-self: center;
}

#w-node-df6b4b7a-a74a-abb5-b46e-45175f1f0da1-580f3167 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-df6b4b7a-a74a-abb5-b46e-45175f1f0da2-580f3167 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_932d84f9-d29c-6910-ef8e-a45fbdcfa7b8-580f3167 {
  align-self: center;
}

#w-node-_932d84f9-d29c-6910-ef8e-a45fbdcfa7ba-580f3167 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_932d84f9-d29c-6910-ef8e-a45fbdcfa7bb-580f3167 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_6525f489-3eb0-18ef-c43e-8322cf0cb7ea-580f3167 {
  align-self: center;
}

#w-node-_6525f489-3eb0-18ef-c43e-8322cf0cb7ec-580f3167 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_6525f489-3eb0-18ef-c43e-8322cf0cb7ed-580f3167 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-aa9c7e5b-e37d-b4cc-14d7-b9f990fcd926-580f3167 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-aa9c7e5b-e37d-b4cc-14d7-b9f990fcd927-580f3167 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-c0b93212-45fd-03d6-e839-a0b83a1e7e3c-580f3167 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-c0b93212-45fd-03d6-e839-a0b83a1e7e3d-580f3167 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-b11bd291-f12c-9c14-6be7-9229fde92c00-580f316a {
  align-self: center;
}

#w-node-b11bd291-f12c-9c14-6be7-9229fde92c02-580f316a {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-b11bd291-f12c-9c14-6be7-9229fde92c03-580f316a {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-db9d609b-ec6d-c4a6-2725-08beefefafb8-580f316a {
  align-self: center;
}

#w-node-db9d609b-ec6d-c4a6-2725-08beefefafba-580f316a {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-db9d609b-ec6d-c4a6-2725-08beefefafbb-580f316a {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-db9d609b-ec6d-c4a6-2725-08beefefafbf-580f316a {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-db9d609b-ec6d-c4a6-2725-08beefefafc0-580f316a {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_56db4cf9-1f08-9183-0661-fb01de5b681d-580f316c {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-textblock-580f316c {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-cbf41435-8f03-2958-9435-653040443586-580f316c {
  grid-area: Area;
}

#w-node-cbf41435-8f03-2958-9435-653040443587-580f316c {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}


