* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 125%;
  font-weight: 300;
  line-height: 1.5em;
  color: #37414e;
  overflow-x: hidden;
}
body.scrollBlocked {
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  body {
    line-height: 1.45em;
  }
}
@media screen and (max-width: 1200px) {
  body {
    line-height: 1.35em;
  }
}
@media screen and (max-width: 1200px) {
  body [data-aos=fade-left],
  body [data-aos=fade-right],
  body [data-aos=fade-in] {
    transform: unset !important;
  }
}
@media screen and (max-width: 1200px) {
  body [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    text-shadow: none;
  }
}
h1 {
  font-size: 3.5em;
  line-height: 1em;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  h1 {
    font-size: 3.25em;
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.85em;
    line-height: 0.9em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 950px) {
  h1 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 1.85em;
  }
}
h2 {
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 50px;
}
h2.bigger {
  font-size: 3.2em;
}
@media screen and (max-width: 1600px) {
  h2 {
    font-size: 2.1em;
  }
  h2.bigger {
    font-size: 3em;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 2em;
    line-height: 1em;
  }
  h2.bigger {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 950px) {
  h2 {
    font-size: 1.9em;
  }
  h2.bigger {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 650px) {
  h2 {
    font-size: 1.8em;
  }
  h2.bigger {
    font-size: 2.25em;
  }
}
h3 {
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  h3 {
    font-size: 1.45em;
  }
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 950px) {
  h3 {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 650px) {
  h3 {
    font-size: 1.3em;
    line-height: 1em;
  }
}
h4 {
  font-size: 1.2em;
  line-height: 1.1em;
  margin-bottom: 10px;
}
h5 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
br {
  content: '';
  display: block;
  margin: 0.55em;
  font-size: 0.55em;
}
p {
  margin-bottom: 1em;
}
p br {
  content: '';
  display: block;
  margin: 0em;
  font-size: 0em;
}
a,
a:hover,
a:active,
a:focus,
a:visited,
a:target {
  color: inherit;
  text-decoration: none;
  line-height: 1em;
  outline: none;
  transition: all 0.2s ease-in-out;
}
a p,
a:hover p,
a:active p,
a:focus p,
a:visited p,
a:target p {
  line-height: 1.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  a p,
  a:hover p,
  a:active p,
  a:focus p,
  a:visited p,
  a:target p {
    line-height: 1.2em;
  }
}
li {
  list-style: none;
}
strong {
  font-weight: 600;
}
a.moreInfo,
span.moreInfo {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1em;
  color: #bb9545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 10px;
  margin-top: 20px;
  transition: color 0.2s ease-in-out;
}
a.moreInfo:hover {
  color: #bb9545;
}
sup {
  font-size: 0.55em;
  font-weight: 400;
}
header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background-color: rgba(255,255,255,0.9);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 100;
}
header a,
header a:hover,
header a:active,
header a:focus,
header a:visited,
header a:target {
  display: block;
  color: #37414e;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header a:hover,
header a:hover:hover,
header a:active:hover,
header a:focus:hover,
header a:visited:hover,
header a:target:hover {
  color: #bb9545;
}
header #menuContainer {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: inherit;
  padding: 10px 75px;
  transition: padding 0.5s ease-in-out;
}
header #menuContainer #logo {
  height: 80px;
  position: relative;
  top: 0;
  margin-right: 125px;
  transition: height 0.5s ease-in-out;
  z-index: 55;
}
header #menuContainer #logo img {
  display: block;
  height: 100%;
}
header #menuLang {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
header #languages {
  display: flex;
  align-items: flex-end;
}
header #languages a {
  display: flex;
  align-items: flex-end;
  font-size: 0.55em;
  padding: 8px 15px;
}
header #languages li {
  display: flex;
  align-items: center;
  position: relative;
}
header #languages li:after {
  content: '';
  display: flex;
  width: 1px;
  height: 10px;
  background-color: #37414e;
  opacity: 0.3;
}
header #languages li:last-of-type:after {
  display: none;
}
header #languages li:last-of-type a {
  padding-right: 0;
}
header #languages li.active a {
  color: #bb9545;
}
header ul {
  display: flex;
}
header ul:last-of-type a {
  padding-right: 0;
}
header ul:hover li a:not(:hover) {
  opacity: 0.45;
}
header.smaller {
  height: 60px;
  box-shadow: 0 0 5px 1px rgba(55,65,78,0.2);
}
header.smaller #languages a {
  padding-bottom: 4px;
}
header.smaller #menuContainer {
  padding: 5px 75px;
}
header.smaller #menuContainer #logo {
  height: 50px;
}
@media screen and (max-width: 1600px) {
  header #menuContainer {
    padding: 10px 65px;
  }
  header #menuContainer #logo {
    margin-right: 65px;
  }
  header.smaller #menuContainer {
    padding: 5px 65px;
  }
}
@media screen and (max-width: 1200px) {
  header #menuContainer {
    padding: 10px 50px;
  }
  header #menuContainer #logo {
    margin-right: 50px;
  }
  header.smaller #menuContainer {
    padding: 5px 50px;
  }
  header.smaller #languages a {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 950px) {
  header #menuContainer {
    padding: 10px 30px;
  }
  header.smaller #menuContainer {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 650px) {
  header #menuContainer {
    padding: 10px 20px;
  }
  header #menuContainer #logo {
    margin-right: 0;
  }
  header #menuLang #languages li a {
    padding: 5px 10px;
  }
  header #menuLang #languages li:last-of-type a {
    padding-right: 0;
  }
  header.smaller #menuContainer {
    padding: 5px 20px;
  }
}
.bestPrice {
  height: 140px;
  position: absolute;
  position: fixed;
  right: 38px;
  bottom: 12px;
  z-index: 30;
}
@media screen and (max-width: 1600px) {
  .bestPrice {
    right: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .bestPrice {
    right: initial;
    left: 30px;
  }
}
@media screen and (max-width: 950px) {
  .bestPrice {
    top: 150px;
    left: 26px;
  }
}
@media screen and (max-width: 650px) {
  .bestPrice {
    height: 120px;
    top: 130px;
    left: 20px;
  }
}
#groupLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
  position: absolute;
  top: calc((100vh - 320px) / 2);
  border-radius: 50%;
  padding: 30px;
  background-color: rgba(255,255,255,0.75);
  z-index: 35;
}
#groupLogo img {
  height: 100%;
  aspect-ratio: 200/117;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 950px) {
  #groupLogo {
    width: 300px;
    height: 300px;
    position: absolute;
    top: calc((100vh - 300px) / 2);
    padding: 26px;
  }
}
@media screen and (max-width: 650px) {
  #groupLogo {
    width: 230px;
    height: 230px;
    position: absolute;
    top: calc((100vh - 230px) / 2);
    padding: 22px;
  }
}
#homeCover {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 1;
  z-index: -10;
}
#homeCover .owl-item div {
  background-size: cover;
  background-repeat: no-repeat;
}
#homeCover .coverSlideshow,
#homeCover *:not(.bestPrice,
#homeCover #groupLogo) {
  width: 100%;
  height: 100%;
}
#homeCover.makeInvisible {
  opacity: 0;
}
@media screen and (max-width: 650px) {
  #homeCover {
    align-items: flex-start;
  }
}
#homeVideo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  position: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 1;
  z-index: -10;
}
#homeVideo video {
  display: block;
  width: 100%;
  height: 100% !important;
}
#homeVideo.makeInvisible {
  opacity: 0;
}
@media screen and (orientation: landscape) {
  #homeVideo {
    aspect-ratio: 16/9;
  }
  #homeVideo video.mobileVideo {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  #homeVideo {
    aspect-ratio: 9/16;
  }
  #homeVideo video.desktopVideo {
    display: none;
  }
  #homeVideo video.mobileVideo {
    display: block;
  }
}
#scrollDown {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}
#scrollDown a {
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
}
#scrollDown span {
  display: block;
  width: 2px;
  height: 130px;
  background-color: #fff;
  margin-top: 10px;
}
#scrollDown.invisible {
  opacity: 0;
  z-index: -10;
  cursor: none;
}
@media screen and (max-width: 1200px) {
  #scrollDown {
    display: none;
  }
}
#container {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
/*overflow-x hidden
  overflow-y hidden*/
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  #container .subSection:first-of-type {
    margin-top: 0;
  }
}
#container #intro {
  width: 100%;
  position: relative;
  padding: 175px calc(((100vw - (10 * 38px)) / 11 * 1) + (1 * 38px));
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  #container #intro {
    padding: 125px calc(((100vw - (12 * 34px)) / 13 * 1) + (1 * 34px));
  }
  #container #intro:first-of-type {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  #container #intro {
    padding: 100px calc(((100vw - (12 * 30px)) / 13 * 1) + (1 * 30px));
  }
  #container #intro:first-of-type {
    padding-top: 65px;
  }
}
@media screen and (max-width: 950px) {
  #container #intro {
    padding: 65px calc(((100vw - (12 * 26px)) / 13 * 1) + (1 * 26px));
  }
  #container #intro:first-of-type {
    padding-top: 50px;
  }
}
@media screen and (max-width: 650px) {
  #container #intro {
    padding: 65px 20px;
  }
}
#container p a {
  display: inline-block;
  transition: color 0.2s ease-in-out;
}
#container p a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(187,149,69,0.5);
  transition: background-color 0.2s ease-in-out;
}
#container p a:hover {
  color: #bb9545;
}
#container p a:hover:after {
  background-color: #bb9545;
}
#intro {
  display: flex;
  flex-direction: column;
  padding: 175px calc(((100vw - (10 * 38px)) / 11 * 1) + (1 * 38px));
}
#intro .introText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#intro .introText h1 {
  margin-right: calc(((100vw - (10 * 38px)) / 11 * 1) + (1 * 38px));
  margin-left: calc(((100vw - (10 * 38px)) / 11 * 1) + (1 * 38px));
}
#intro .introText p,
#intro .introText a {
  margin-left: calc(((100vw - (10 * 38px)) / 11 * 2) + (2 * 38px));
}
#intro .introText img {
  height: 250px;
  position: relative;
  left: 57px;
  margin-top: 75px;
  margin-left: calc(((100vw - (10 * 38px)) / 11 * 1) + (1 * 38px));
}
#intro #structuresBaits {
  display: grid;
  column-gap: 38px;
  row-gap: 75px;
  margin-top: 125px;
}
#intro #structuresBaits.structureItems3 {
  grid-template-columns: repeat(3, 1fr);
}
#intro #structuresBaits.structureItems4 {
  grid-template-columns: repeat(4, 1fr);
}
#intro #structuresBaits a {
  display: flex;
  flex-direction: column;
}
#intro #structuresBaits a div {
  width: 100%;
  aspect-ratio: 3/4;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  overflow: hidden;
}
#intro #structuresBaits a div span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  padding: 65px;
  transition: opacity 0.2s ease-in-out;
}
#intro #structuresBaits a h3 {
  margin-bottom: 20px;
}
#intro #structuresBaits a h3,
#intro #structuresBaits a p {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#intro #structuresBaits a span.moreInfo {
  opacity: 0.65;
  transition: opacity 0.2s ease-in-out;
}
#intro #structuresBaits a:hover div span {
  opacity: 1;
}
#intro #structuresBaits a:hover h3,
#intro #structuresBaits a:hover p {
  opacity: 0.65;
}
#intro #structuresBaits a:hover span.moreInfo {
  opacity: 1;
}
#intro #restaurantBait {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 38px;
  width: 100%;
  margin-top: 75px;
  padding: 30px;
  background-color: rgba(187,149,69,0.25);
}
#intro #restaurantBait div:first-of-type {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#intro #restaurantBait div:first-of-type span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#intro #restaurantBait div:first-of-type span img {
  height: 240px;
}
#intro #restaurantBait div:last-of-type {
  display: flex;
  flex-direction: column;
}
#intro #restaurantBait div:last-of-type span {
  opacity: 0.75;
  transition: opacity 0.2s ease-in-out;
}
#intro #restaurantBait:hover div:first-of-type span {
  opacity: 1;
}
#intro #restaurantBait:hover div:last-of-type span {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  #intro .introText h1 {
    margin-right: calc(((100vw - (12 * 34px)) / 13 * 1) + (1 * 34px));
    margin-left: 0;
  }
  #intro .introText p,
  #intro .introText a {
    margin-left: calc(((100vw - (12 * 34px)) / 13 * 1) + (1 * 34px));
  }
  #intro .introText img {
    margin-left: calc(((100vw - (12 * 34px)) / 13 * 1) + (1 * 34px));
  }
  #intro #structuresBaits,
  #intro #restaurantBait {
    column-gap: 34px;
  }
}
@media screen and (max-width: 1200px) {
  #intro .introText h1 {
    margin-right: calc(((100vw - (12 * 30px)) / 13 * 1) + (1 * 30px));
  }
  #intro .introText p,
  #intro .introText a {
    margin-left: calc(((100vw - (12 * 30px)) / 13 * 1) + (1 * 30px));
  }
  #intro .introText img {
    margin-left: calc(((100vw - (12 * 30px)) / 13 * 1) + (1 * 30px));
    height: 200px;
    left: 0;
  }
  #intro #structuresBaits.structureItems3,
  #intro #structuresBaits.structureItems4 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
  #intro #structuresBaits.structureItems3 a div,
  #intro #structuresBaits.structureItems4 a div {
    margin-bottom: 38px;
  }
  #intro #restaurantBait {
    display: flex;
    flex-direction: column;
  }
  #intro #restaurantBait div:first-of-type {
    margin-bottom: 50px;
  }
  #intro #restaurantBait div:first-of-type span {
    padding: 20px;
  }
  #intro #restaurantBait div:first-of-type span img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 950px) {
  #intro {
    flex-direction: column;
  }
  #intro .introText h1 {
    margin-right: 0;
  }
  #intro .introText p,
  #intro .introText a {
    margin-left: 0;
  }
  #intro .introText img {
    display: flex;
    align-self: flex-end;
    height: 150px;
    top: -40px;
    margin-top: 0;
  }
  #intro #structuresBaits.structureItems3,
  #intro #structuresBaits.structureItems4 {
    column-gap: 26px;
  }
  #intro #structuresBaits.structureItems3 a div,
  #intro #structuresBaits.structureItems4 a div {
    aspect-ratio: 1/1;
    margin-bottom: 34px;
  }
  #intro #restaurantBait div:first-of-type {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 650px) {
  #intro .introText {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #intro .introText h1,
  #intro .introText span {
    width: 100%;
  }
  #intro #structuresBaits.structureItems3,
  #intro #structuresBaits.structureItems4 {
    display: block;
    width: 100%;
  }
  #intro #structuresBaits.structureItems3 a,
  #intro #structuresBaits.structureItems4 a {
    margin-bottom: 65px;
  }
  #intro #structuresBaits.structureItems3 a div,
  #intro #structuresBaits.structureItems4 a div {
    aspect-ratio: 4/3;
    margin-bottom: 30px;
  }
  #intro #structuresBaits.structureItems3 a:last-of-type,
  #intro #structuresBaits.structureItems4 a:last-of-type {
    margin-bottom: 0;
  }
  #intro #restaurantBait {
    padding: 20px;
  }
  #intro #restaurantBait div:first-of-type {
    aspect-ratio: 4/3;
  }
}
#interactiveMap {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
#interactiveMap div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
#interactiveMap div div {
/*width 100%
      height 100%*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
#interactiveMap div div .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  background-color: rgba(55,65,78,0.7);
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.2s ease-in-out;
}
#interactiveMap div div .dot .dotInside {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
#interactiveMap div div .dot .pointDesc {
  width: 200px;
  min-height: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
#interactiveMap div div .dot .pointDesc.descPosTop {
  bottom: 30px;
}
#interactiveMap div div .dot .pointDesc.descPosRight {
  width: 235px;
  left: 30px;
}
#interactiveMap div div .dot .pointDesc.descPosBottom {
  top: 0;
  top: 30px;
}
#interactiveMap div div .dot .pointDesc.descPosLeft {
  width: 235px;
  right: 30px;
}
#interactiveMap div div .dot .pointDesc span {
  display: flex;
  flex-direction: column;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.25em;
  padding: 10px;
  background-color: #c8cfd8;
  transition: all 0.2s ease-in-out;
}
#interactiveMap div div .dot .pointDesc span img {
  display: flex;
  align-self: flex-end;
  height: 18px;
  margin-top: 5px;
}
#interactiveMap div div .dot:hover {
  background-color: rgba(55,65,78,0.95);
  border: 2px solid rgba(255,255,255,0.8);
}
#interactiveMap div div .dot:hover .dotInside {
  width: 8px;
  height: 8px;
}
#interactiveMap div div .dot:hover .pointDesc {
  min-height: 10px;
  height: auto;
}
@media screen and (max-width: 650px) {
  #interactiveMap {
    display: none;
  }
}
#ticinoTicketContainer {
  display: flex;
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(55,65,78,0);
  padding: 200px 0 250px;
  transition: background-color 0.2s ease-in-out;
}
#ticinoTicketContainer #ticinoTicket {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(((100vw - (10 * 38px)) / 11 * 5) + (4 * 38px));
  margin-left: calc(((100vw - (10 * 38px)) / 11 * 2) + (2 * 38px));
}
#ticinoTicketContainer #ticinoTicket #ttLogo {
  display: flex;
  position: relative;
  height: 150px;
  margin-bottom: 50px;
}
#ticinoTicketContainer #ticinoTicket img {
  width: 100px;
  width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -2px;
  left: 280px;
}
#ticinoTicketContainer #ticinoTicket svg {
  height: 100%;
  position: absolute;
  left: -60px;
  margin-bottom: 50px;
}
#ticinoTicketContainer #ticinoTicket svg .ticinoTicketOutline {
  fill: #fff;
}
#ticinoTicketContainer #ticinoTicket div {
  width: 100%;
}
#ticinoTicketContainer #ticinoTicket div * {
  color: #fff;
}
#ticinoTicketContainer:hover {
  background-color: rgba(55,65,78,0.5);
}
#ticinoTicketContainer:hover img {
  animation: rotateLogo 0.25s 1 linear;
}
@media screen and (max-width: 1600px) {
  #ticinoTicketContainer {
    padding: 125px 0 175px;
  }
  #ticinoTicketContainer #ticinoTicket {
    width: calc(((100vw - (12 * 34px)) / 13 * 7) + (6 * 34px));
    margin-left: calc(((100vw - (12 * 34px)) / 13 * 2) + (2 * 34px));
  }
}
@media screen and (max-width: 1200px) {
  #ticinoTicketContainer {
    padding: 100px 0 125px;
  }
  #ticinoTicketContainer #ticinoTicket {
    width: calc(((100vw - (12 * 30px)) / 13 * 8) + (7 * 30px));
    margin-left: calc(((100vw - (12 * 30px)) / 13 * 2) + (2 * 30px));
  }
  #ticinoTicketContainer #ticinoTicket svg {
    left: -24px;
  }
}
@media screen and (max-width: 950px) {
  #ticinoTicketContainer {
    padding: 65px 0 100px;
  }
  #ticinoTicketContainer #ticinoTicket {
    width: calc(((100vw - (12 * 26px)) / 13 * 10) + (9 * 26px));
    margin-left: calc(((100vw - (12 * 26px)) / 13 * 1) + (1 * 26px));
  }
  #ticinoTicketContainer #ticinoTicket #ttLogo {
    margin-bottom: 38px;
  }
  #ticinoTicketContainer #ticinoTicket img {
    bottom: 5px;
    left: 320px;
  }
}
@media screen and (max-width: 650px) {
  #ticinoTicketContainer #ticinoTicket {
    width: 100%;
    margin-left: 0;
    padding: 50px 20px 65px;
  }
  #ticinoTicketContainer #ticinoTicket img {
    left: 350px;
  }
  #ticinoTicketContainer #ticinoTicket svg {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  #ticinoTicketContainer #ticinoTicket {
    width: 100%;
    margin-left: 0;
    padding: 50px 20px 65px;
  }
  #ticinoTicketContainer #ticinoTicket #ttLogo {
    height: 80px;
    margin-bottom: 38px;
  }
  #ticinoTicketContainer #ticinoTicket img {
    bottom: -5px;
    left: 220px;
  }
}
footer {
  display: flex;
  justify-content: center;
  background-color: #bb9545;
  padding: 65px calc(((100vw - (10 * 38px)) / 11 * 1) + (1 * 38px)) 20px calc(((100vw - (10 * 38px)) / 11 * 1) + (1 * 38px));
}
footer .footerContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .footerContainer p {
  font-size: 0.7em;
  line-height: 1.5em;
  color: #fff;
}
footer .footerContainer p {
  margin-bottom: 1.5em;
}
footer .footerContainer p:last-of-type {
  margin-bottom: 0;
}
footer .footerContainer a,
footer .footerContainer a:hover {
  display: inline-block;
  color: #fff;
}
footer .footerContainer a:hover img {
  opacity: 0.65;
}
footer #addressContainer {
  display: flex;
  justify-content: space-between;
}
footer .address {
  display: flex;
  flex-direction: column;
}
footer .address p:first-of-type {
  margin-right: 60px;
}
footer .address a {
  text-decoration: underline;
}
footer .address img {
  height: 80px;
  margin-top: 30px;
}
footer .extra {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
}
footer .extra .social {
  margin-bottom: 15px;
}
footer .extra .social p {
  margin-bottom: 0.5em;
}
footer .extra .social ul {
  display: flex;
  justify-content: flex-end;
}
footer .extra .social ul li {
  margin-right: 5px;
}
footer .extra .social ul li:last-of-type {
  margin-right: 0;
}
footer .extra .social ul img {
  height: 30px;
  transition: opacity 0.2s ease-in-out;
}
footer .credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
footer .credits ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
footer .credits ul li {
  margin-right: 10px !important;
}
footer .credits ul li:last-of-type {
  margin-right: 0 !important;
}
footer .credits ul li:last-of-type a {
  border-right: 0;
  padding-right: 0;
}
footer.noSocials .address {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
footer.noSocials .address p:last-of-type {
  text-align: right;
}
@media screen and (max-width: 1600px) {
  footer {
    padding: 65px calc(((100vw - (12 * 34px)) / 13 * 1) + (1 * 34px)) 20px calc(((100vw - (12 * 34px)) / 13 * 1) + (1 * 34px));
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 65px calc(((100vw - (12 * 30px)) / 13 * 1) + (1 * 30px)) 20px calc(((100vw - (12 * 30px)) / 13 * 1) + (1 * 30px));
  }
}
@media screen and (max-width: 950px) {
  footer {
    padding: 50px calc(((100vw - (12 * 26px)) / 13 * 1) + (1 * 26px)) 15px calc(((100vw - (12 * 26px)) / 13 * 1) + (1 * 26px));
  }
}
@media screen and (max-width: 650px) {
  footer {
    padding: 65px 15px;
    padding: 50px 20px 15px 20px;
  }
  footer #addressContainer {
    flex-direction: column;
    align-items: center;
  }
  footer #addressContainer .address {
    flex-direction: column;
    justify-content: flex-start;
  }
  footer #addressContainer * {
    text-align: center;
  }
  footer #addressContainer * > p {
    margin-right: 0;
  }
  footer .address {
    flex-direction: column;
  }
  footer .extra .social {
    margin-top: 30px;
  }
}
@-moz-keyframes rotateLogo {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateLogo {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateLogo {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateLogo {
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=assets/css/main.css.map */