@font-face {
  font-family: Gothic Bold Italic;
  src: url('../fonts/GOTHICBI.TTF') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gothic Bold;
  src: url('../fonts/GOTHICB0.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gothic Italic;
  src: url('../fonts/GOTHIC.TTF') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Nexa;
  src: url('../fonts/Nexa-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/Nexa-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #254ea2;
  --steel-blue: #006cae;
  --dark-slate-blue-2: #35446366;
  --black: #1f1e1e4d;
}

.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%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 17px;
}

.scroll-button {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 10vh 13vw;
}

.scroll-icon {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.slide.brazil {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ontariogroup2.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide.france {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/ontario33.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide.france.d {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ONTARIO.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide.france._11 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.arrow {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: none;
  inset: auto 19% 9.5% auto;
}

.arrow.right-arrow {
  right: 15%;
}

.right-column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 0%;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
}

.wrapper {
  background-color: #6c9eca;
  width: 100vw;
  height: 100vh;
  position: relative;
}

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

.slide-nav {
  display: none;
}

.right-column-heading {
  color: #eee;
  cursor: pointer;
  border: 1px solid #ffffff7a;
  margin-top: 0;
  margin-bottom: 36px;
  padding: 10px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.right-column-heading:hover {
  color: #000;
  background-color: #fff;
}

.right-column-heading.dark-right-heading {
  color: #fff;
  text-align: left;
}

.right-column-heading.dark-right-heading:hover {
  color: #000;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1%;
  display: flex;
}

.number {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.slide-content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  height: 80%;
  display: grid;
}

.paragraph-column {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.down-icon {
  margin: 0 0 -3px;
  transform: rotate(-90deg);
}

.paragraph-2 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  column-count: 1;
  margin-bottom: 0;
  margin-left: 47px;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.grid-blocking {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 90px auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.heading-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 20px;
  margin-left: 47px;
  font-family: PT Serif, serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 100%;
}

.heading-text.dark-heading {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 55px;
}

.paragraph-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: none;
}

.nav-link-2 {
  clear: none;
  color: var(--dark-slate-blue);
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22.08%;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-link-2:hover {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.nav-link-2.w--current:hover {
  color: var(--dark-slate-blue);
}

.nav-link-2.d {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-2.d:hover {
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 2.08%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-social-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.flex-columns {
  justify-content: flex-start;
  align-items: flex-start;
  height: 50vh;
  display: flex;
}

.flex-columns.menu-items-open {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
}

.hamburger-middle-line {
  background-color: #fff;
  border-radius: 99px;
  width: 33px;
  height: 2px;
  margin-top: 6px;
}

.hamburger-bottom-line {
  background-color: #fff;
  border-radius: 99px;
  width: 24px;
  height: 2px;
  margin-top: 6px;
}

.text-block-11 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.menu-socials {
  justify-content: flex-start;
  align-items: center;
  width: 22vw;
  height: 3.5vh;
  display: flex;
}

.social-icon-link {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.dropdown-list {
  background-color: #e4c3c3;
}

.dropdown-list.w--open {
  background-color: #1b1a1a;
}

.hamburger-top-line {
  background-color: #fff;
  border-radius: 99px;
  width: 27px;
  height: 2px;
}

.top-nav-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.nav-menu {
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vh;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.icon-2 {
  color: #fff;
}

.menu-hello {
  width: 50vw;
  margin-top: 6vw;
  margin-bottom: 2vw;
  padding-left: 22.08%;
}

.image-19 {
  display: block;
}

.image-14 {
  margin-top: 13px;
  margin-left: 36px;
}

.top-nav-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.menu-button {
  z-index: 999;
  float: left;
  padding: 0;
  display: block;
}

.menu-button.w--open {
  background-color: #0000;
}

.main-navigation-link {
  color: var(--dark-slate-blue);
  text-align: left;
  flex: none;
  font-family: PT Serif, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.main-navigation-link.r:hover {
  text-decoration: underline;
}

.link-block {
  margin-top: 9px;
}

.text-span {
  color: var(--steel-blue);
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.button-link-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #60a2d8a1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-3:hover {
  background-color: #60a2d8;
}

.button-link-3._3 {
  background-color: var(--steel-blue);
  margin-left: 43px;
  margin-right: 20px;
}

.button-link-3._3.v {
  background-color: var(--steel-blue);
  margin-left: 0;
}

.button-link-3._3.vvv {
  background-color: #777;
  margin-left: 0;
}

.blue-block-2 {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blue-block-2.dd {
  background-color: #777;
}

.arrow-button {
  background-image: url('../images/Right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 25px;
  height: 25px;
}

.text-button-div {
  align-items: center;
  display: flex;
  position: static;
}

.button-text-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  font-family: PT Serif, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.text-span-2 {
  font-family: PT Serif, serif;
  font-weight: 300;
}

.headline-lrg {
  color: var(--steel-blue);
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.headline-lrg.blue {
  color: var(--steel-blue);
  margin-top: 0;
  font-family: PT Serif, serif;
  font-size: 25px;
}

.headline-lrg._3 {
  color: var(--steel-blue);
  border-bottom: 1px solid #0000005c;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Gothic Bold, sans-serif;
}

.headline-lrg._4 {
  margin-top: 20px;
}

.headline-lrg.v {
  margin-bottom: 20px;
}

.headline-lrg.f {
  margin-bottom: 25px;
}

.home-hero-section {
  background-image: linear-gradient(#35446366, #35446366), url('../images/contatti-ontario.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 128px;
  padding-bottom: 128px;
}

.home-hero-section._2 {
  background-image: linear-gradient(#35446366, #35446366), url('../images/ONTARIO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-hero-section._2._3 {
  background-image: url('../images/SebiaLaboratorio_YML3842_3_4_5_6.jpg'), linear-gradient(to bottom, var(--dark-slate-blue-2), var(--dark-slate-blue-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.home-hero-section._2._3.m {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-2), var(--dark-slate-blue-2)), url('../images/news4.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-hero-section._2._3.camere {
  background-image: url('../images/ontario11.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
}

.home-hero-section._2._3.camere.n {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.home-hero-section.ricerca-e-sviuppo {
  background-image: none;
  background-position: 0 0;
}

.home-hero-section.w {
  background-image: linear-gradient(#1d1d1d33, #1d1d1d33), url('../images/ontarioprova2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-hero-section.lav {
  background-image: linear-gradient(#35446366, #35446366), url('../images/lavoraconnoi-ontario.jpeg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 240px;
  padding-bottom: 240px;
}

.home-hero-section.lav.sociale {
  background-image: linear-gradient(#1616164d, #1616164d), url('../images/ontario-per-il-sociale.jpeg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.home-hero-section.lav.news {
  background-image: url('../images/news55.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.home-hero-section.lav.news.ss {
  background-color: var(--dark-slate-blue);
  background-image: none;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-hero-section.lav.art {
  background-image: url('../images/arttribute55.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 350px;
  padding-bottom: 350px;
}

.block-tag {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #354463;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-tag.white {
  color: #354463;
  background-color: #fff;
  margin-left: 0;
  position: static;
}

.white-hero-div {
  background-color: #fff;
  padding: 76px 64px 119px;
  position: relative;
}

.white-hero-div.home {
  width: 50%;
  padding: 50px 30px;
}

.hero-brush-text {
  color: #fff;
  width: 296px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 38px;
  font-family: PT Serif, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.hero-brush-text._1 {
  width: auto;
  margin-left: 273px;
  font-size: 45px;
  line-height: 55px;
  position: absolute;
  top: 549px;
  left: 843.094px;
}

.text-block-12 {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  inset: -5% 26% auto auto;
}

.text-block-12.home-hero {
  background-color: var(--dark-slate-blue);
  font-family: Gothic Bold, sans-serif;
  font-weight: 700;
  right: auto;
}

.text-block-12.climate-change-stats {
  background-color: #0000;
  background-image: url('../images/logo-ontario2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 200px;
  height: 40px;
  right: -96px;
}

.text-block-12.slider {
  z-index: 5;
  background-color: #354463;
  padding-top: 11px;
  padding-bottom: 11px;
  position: absolute;
  inset: -5% 37% auto auto;
}

.div-block {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 24px;
  display: flex;
}

.div-block-4 {
  margin-top: -16px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.blue-sentence-link {
  color: #354463;
  margin-top: 0;
  transition: opacity .2s;
  display: inline-block;
}

.blue-sentence-link:hover {
  opacity: .5;
}

.contain {
  text-align: center;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.contain._2 {
  margin-bottom: 30px;
}

.m-t-24 {
  margin-top: 24px;
}

.flex-hor-left-middle {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-sm {
  color: #354463;
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
}

.heading-sm.white {
  color: #fff;
  font-family: PT Serif, serif;
}

.what-we-do-col {
  float: left;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.what-we-do-col.center, .what-we-do-col.last {
  max-width: 100%;
}

.what-we-do-image {
  z-index: 10;
  background-image: url('../images/Schermata-2021-03-02-alle-12.18.57.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 224px;
  margin-left: 10%;
  position: absolute;
}

.what-we-do-image.two {
  background-image: url('../images/Schermata-2021-03-02-alle-12.19.09.png');
  background-position: 0%;
  background-size: cover;
}

.what-we-do-image.two._3 {
  background-image: url('../images/lad-cure.png');
  background-position: 50%;
  background-size: contain;
}

.what-we-do-image.three {
  background-image: url('../images/Schermata-2021-03-02-alle-12.19.20.png');
  background-position: 50%;
}

.what-we-do-image.three._4 {
  background-image: url('../images/medici-senza-frontiere.png');
  background-size: contain;
}

.what-we-do-image._1 {
  background-image: url('../images/yoga-del-benessere.png');
  background-size: contain;
}

.what-we-do-image._4 {
  background-image: url('../images/logo-maris.png');
  background-size: 220px;
}

.what-we-do-image._5 {
  background-image: url('../images/logo-ape.svg');
  background-size: 250px;
}

.what-we-do-image._6 {
  background-image: url('../images/Screenshot-2023-10-16-alle-11.40.10.png');
  background-size: contain;
}

.div-block-7 {
  float: none;
  max-width: 100%;
}

.m-b-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.col-wrap {
  float: left;
  width: 33%;
}

.col-wrap.middle {
  margin-left: 60px;
  margin-right: 60px;
}

.m-b-60 {
  margin-top: 0;
  margin-bottom: 60px;
}

.div-block-26 {
  justify-content: space-around;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.m-t-40 {
  margin-top: 40px;
}

.cta-btn {
  color: #354463;
  background-color: #c1f7d5;
  border-radius: 30px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.cta-btn:hover {
  color: #c1f7d5;
  background-color: #354463;
}

.left-float {
  float: left;
}

.what-we-do-section {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 88px;
}

.what-we-do-section.v {
  padding-top: 0;
}

.what-we-do-col-bg {
  border: 2px solid var(--steel-blue);
  text-align: left;
  background-color: #fff;
  width: 90%;
  height: 450px;
  margin-top: 30px;
  padding: 220px 25px 30px;
}

.paragraph-3 {
  color: #000;
  text-align: justify;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-3.v {
  text-align: justify;
}

.paragraph-3.s {
  margin-bottom: 30px;
}

.text-block-13 {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.headline-lrg-2 {
  color: #fff;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  font-size: 44px;
  line-height: 56px;
}

.headline-lrg-2.blue {
  color: var(--steel-blue);
  margin-top: 0;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 40px;
}

.m-b-50 {
  margin-top: 0;
  margin-bottom: 50px;
}

.plus-span {
  margin-left: 5px;
  display: inline-block;
}

.climate-hunger-section {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/ontarioprova3.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 130px;
  padding-bottom: 130px;
}

.climate-hunger-section.c {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/nuova-5-129.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.climate-hunger-section._2 {
  background-image: url('../images/ontario2.jpg');
}

.div-block-11 {
  flex: 1;
}

.flex-vert-top-left {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4-copy {
  margin-top: -23px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.did-you-know-content-wrap {
  float: left;
  width: 100%;
}

.twitter-circle {
  background-color: #c1f7d5;
  background-image: url('../images/iconmonstr-twitter-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.twitter-circle:hover {
  background-color: #c1f7d5;
  border: 2px solid #354463;
}

.twitter-circle.home {
  margin-bottom: 16px;
}

.social-wrap {
  float: left;
  text-align: left;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 50px;
  display: flex;
}

.did-you-know-div {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}

.brush-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  width: 365px;
  max-width: 100%;
  margin-top: 30px;
  font-family: PT Serif, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

.facebook-circle {
  background-color: #c1f7d5;
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.facebook-circle:hover {
  border-color: #354463;
}

.slide-content-wrap {
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.div-block-14 {
  z-index: 10;
  padding-left: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial-slider-section {
  background-color: #fff;
  padding-top: 108px;
  padding-bottom: 128px;
}

.quote-div {
  background-color: var(--dark-slate-blue);
  flex: none;
  width: 50%;
  max-width: 50%;
  padding: 50px 64px 60px;
  position: relative;
}

.left-arrow {
  display: none;
}

.image {
  z-index: -1;
  text-align: left;
  flex: none;
  max-width: 55%;
  margin-left: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.subheading-sm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.subheading-sm.white {
  color: #fff;
  font-family: Gothic Italic, sans-serif;
  font-weight: 300;
}

.right-arrow {
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav-2 {
  text-align: left;
  margin-top: -60px;
  margin-bottom: 0;
  display: none;
  top: 61px;
  left: 0;
  right: 0;
}

.button-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper.product.left {
  justify-content: flex-start;
  margin-top: 30px;
}

.side-features-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.promo-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.side-image {
  flex: 0 auto;
  align-items: center;
  width: 50%;
  min-height: 240px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: var(--steel-blue);
  margin-bottom: 25px;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-6.viole {
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.quote-block {
  background-color: #fff;
  border: 2px #e6e7e9;
  max-width: 570px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 7%;
  box-shadow: 1px 1px 3px #00000047;
}

.gray-shade {
  background-color: var(--steel-blue);
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto;
}

.image-vertical {
  background-image: url('../images/salvatore-taschetti-founder-bsf.jpg');
  background-position: 50% 28%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 700px;
}

.image-vertical.left-image {
  background-image: url('../images/prova-image2.jpg');
  background-position: 50%;
}

.image-vertical.left-image.q {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/ontario5.jpg');
  background-position: 0 0, 75%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.paragraph-4 {
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-4.r {
  margin-top: 10px;
  font-family: PT Serif, serif;
}

.section-3 {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section-3.quote-section.u {
  background-image: none;
}

.columns {
  margin-bottom: 10px;
}

.lower-footer-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.footer-link {
  color: #354463;
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.underlined {
  text-decoration: underline;
}

.footer-brush-text {
  color: var(--dark-slate-blue);
  text-align: right;
  flex: 0 auto;
  width: 180px;
  max-width: 180px;
  font-family: Gothic Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.footer-brush-text.new {
  margin-bottom: 30px;
}

.footer-section {
  background-color: #fff;
  border-top: 1px solid #00000026;
  padding-top: 114px;
  padding-bottom: 0;
}

.logo-text {
  width: 160px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.div-block-24 {
  background-color: #354463;
  height: 1px;
  margin-bottom: 12px;
}

.text-block-4 {
  color: #354463;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-heading {
  color: var(--steel-blue);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 18px;
}

.brand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brand.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-22 {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.footer-row {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.footer-col {
  width: 160px;
  max-width: 33%;
  font-family: Gothic Italic, sans-serif;
}

.text-block-14 {
  text-align: center;
  font-family: Nexa, sans-serif;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  display: flex;
}

.column-5 {
  height: 500px;
}

.text-block-21 {
  background-color: var(--dark-slate-blue);
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 10px 20px;
  font-family: Gothic Italic, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-block-21:hover {
  color: #60a2d8;
  background-color: #fff;
}

.text-block-21._11 {
  background-color: var(--steel-blue);
  position: absolute;
  inset: auto auto 0% 0%;
}

.location-preview-info {
  z-index: 4;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: relative;
}

.location-revealer {
  z-index: 3;
  background-image: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-21 {
  margin-bottom: 20px;
  position: absolute;
  inset: auto -12% -9% auto;
}

.location-preview-image {
  z-index: 1;
  background-image: url('../images/sanita-bsf-a-caltanissetta.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.location-preview-image.legionella {
  background-image: url('../images/legionella-bsf.png');
}

.location-preview-image.legionella.d {
  background-image: url('../images/globalservicesanitario.jpg');
}

.location-preview-image._1 {
  background-image: url('../images/pronto-soccorso-aeroportuale.jpeg');
}

.location-overlay {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.panel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.location-name {
  color: var(--steel-blue);
  text-align: center;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #fff;
  margin-top: 0;
  font-family: Gothic Bold, sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
}

.div-block-31 {
  width: 80%;
}

.location-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-container {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-22 {
  font-family: Nexa, sans-serif;
}

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

.image-22 {
  padding: 26px;
}

.div-block-33 {
  background-color: #4615b1;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
  transform: skew(0deg);
}

.div-block-33.center {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-34 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
  box-shadow: 0 2px 20px #9e9e9e;
}

.div-block-21 {
  background-color: #60a2d8;
  width: 10%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-5 {
  font-family: Nexa, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-5.s {
  text-align: left;
  margin-bottom: 50px;
}

.image-16 {
  width: 50px;
  height: 50px;
}

.image-16.cent {
  width: 65px;
  height: 65px;
}

.text-block-23 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nexa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._4 {
  background-image: url('../images/orig_MECC_2.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.grid-img._4.a4 {
  background-image: url('../images/2406111111_822ec0fe6a.jpg');
}

.grid-img._4.a23 {
  background-image: url('../images/IMG_5620.jpg');
}

.grid-img._10 {
  background-image: url('../images/IMG_4978.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._12 {
  background-image: url('../images/ONTARIO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._11 {
  background-image: url('../images/agency.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/SebiaLaboratorio_YML3822_3_4_5_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.grid-img._1.a1 {
  background-image: url('../images/111216937-d57d3c1c-61f7-4a7f-b7da-1039dfa8751b.jpg');
}

.grid-img._1.a21 {
  background-image: url('../images/IMG_5618.jpg');
}

.grid-img._6.x {
  background-color: var(--dark-slate-blue);
  background-image: none;
}

.grid-img._8 {
  background-image: url('../images/firehydrant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._9 {
  background-image: url('../images/IMG_5618.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._13 {
  background-image: url('../images/IMG_5620.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/SebiaLaboratorio_YML3842_3_4_5_6.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.grid-img._5.a2 {
  background-image: url('../images/cellule-HeLa.jpg');
}

.grid-img._5.a22 {
  background-image: url('../images/ONTARIO.jpg');
}

.grid-img._7 {
  background-image: url('../images/Immagine-082.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.grid-img._3 {
  background-image: url('../images/SebiaLaboratorio_YML3862_3_4_5_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.grid-img._3.a5 {
  background-image: url('../images/ricerca-s1.jpg');
}

.grid-img._3.a25 {
  background-image: url('../images/IMG_2384.jpg');
}

.grid-img._6 {
  background-image: url('../images/unnamed1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.grid-img._6.a9 {
  background-image: url('../images/412.jpg');
}

.grid-img._6.a28 {
  background-image: url('../images/IMG_4978.jpg');
}

.grid-img._2 {
  background-image: url('../images/SebiaLaboratorio_YML4052.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.grid-img._2.a7 {
  background-image: url('../images/nuova-7-617.jpg');
  background-size: contain;
}

.grid-img._2.a26 {
  background-image: url('../images/Immagine-082.jpg');
  background-position: 50% 100%;
}

.grid-button {
  color: #444f55;
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 200px;
  margin: 5px 5px 5px 0;
  padding: 15px 10px;
  font-size: 14px;
  transition: transform .4s ease-in-out;
  box-shadow: 0 5px 25px 5px #0000001a;
}

.grid-button:hover {
  transform: translate(0, -10px);
}

.grid-button.arrow-right {
  box-shadow: none;
  border: 1px solid #e5ecef;
  align-items: center;
  padding-left: 20px;
  padding-right: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-button.arrow-right.large {
  max-width: 350px;
  padding: 25px 100px 25px 30px;
  font-size: 18px;
}

.mb-40 {
  margin-bottom: 40px;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container-2._3 {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.section {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.runnerbond-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr) minmax(75px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 125%;
  height: 190%;
  position: absolute;
  transform: rotate(45deg);
}

.runnerbond-block {
  position: relative;
}

.runnerbond-mask {
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fontawesome-icon._1x {
  font-size: 16px;
}

.runnerbond-button {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.grid-link-arrow-icon {
  border-left: 1px solid #e5ecef;
  padding: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.grid-link-arrow-icon.large {
  padding: 25px;
}

.bold-text {
  font-family: PT Serif, serif;
}

.bold-text-2 {
  font-family: Gothic Bold, sans-serif;
}

.text-block-10 {
  margin-bottom: 0;
  font-family: Gothic Italic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.social-link-2 {
  opacity: .65;
  background-color: #0000;
  background-image: url('../images/003-linkedin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #9d9e9d;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.social-link-2:hover {
  opacity: 1;
}

.corner-line-horizontal {
  z-index: 99;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 100px;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-line-horizontal.features-line {
  background-color: var(--steel-blue);
  border-radius: 0;
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.corner-line-horizontal.features-line-righ {
  background-color: var(--steel-blue);
  transform-origin: 100%;
  border-radius: 0;
  width: 80%;
  margin: 0;
  inset: auto 0% 0% auto;
}

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

.div-block-19 {
  background-color: var(--steel-blue);
  width: 20%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.team-image {
  background-color: #d6d1d0;
  background-image: url('../images/mlaura2.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20%;
  width: 150px;
  height: 200px;
  margin-bottom: 30px;
  position: relative;
}

.team-image._2 {
  background-image: url('../images/NATHALIE.jpg');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 200px;
}

.team-image._12 {
  background-image: url('../images/anan.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-image._12._13 {
  background-image: url('../images/mariella-reitano.jpg');
}

.team-image._12._4 {
  background-image: url('../images/giacomo-arrigo.jpg');
}

.team-image._12.s {
  background-image: url('../images/melissa-saitta.jpg');
}

.team-image._5 {
  background-image: url('../images/ludovica-bonanno.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.team-image._5.s {
  background-image: url('../images/marco-messina.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-image._3 {
  background-image: url('../images/Valentina-Romano.jpg');
}

.team-image.do {
  background-color: #d6d0d0;
  background-image: url('../images/DONATELLA-ONTARIO3.jpg');
  background-position: 0%;
}

.team-image.do.ste {
  background-image: url('../images/stefano1.jpg');
  background-position: 50% 100%;
}

.team-image.si {
  background-image: url('../images/silvio11.jpg');
  background-position: 50%;
}

.team-image.si.k {
  background-color: #fff;
  background-image: url('../images/Guanto-biodegradabile.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.team-image.si.k._2 {
  background-image: url('../images/tute-ontario.png');
}

.team-image.si.k._3 {
  background-image: url('../images/Foto-biocontenimento.jpg');
}

.team-image.si.k._4.pro {
  background-image: url('../images/PERLE-products-image.png');
}

.team-image.ele {
  background-image: url('../images/ELENA.jpg');
}

.team-image.ale {
  background-image: url('../images/ALESSANDRA-MISURACA.jpg');
  background-position: 50%;
}

.social-wrapper {
  display: flex;
}

.social-wrapper.in-team {
  margin-top: 20px;
}

.columns-3 {
  margin-bottom: 20px;
}

.team-position {
  color: #677081;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Gothic Italic, sans-serif;
  font-size: 14px;
}

.team-position.x {
  text-transform: none;
}

.team {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.team.yy {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-wrapper {
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 300px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.team-wrapper.kkk {
  height: auto;
  padding: 0;
}

.paladio-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paladio-block.grid-block--shadow {
  background-color: var(--dark-slate-blue);
}

.grid-content-bottom-button {
  z-index: 5;
  color: #444f55;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-4._3 {
  padding-top: 0;
}

.grid-subheading {
  color: #444f55;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.grid-heading {
  color: #86969e;
  margin-top: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.25;
}

.grid-animation {
  color: #444f55;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.mb-0 {
  margin-bottom: 0;
}

.paladio-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.content-wrapper {
  padding: 20px;
}

.icon-bottom-view {
  opacity: 0;
  color: #444f55;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  inset: 0;
}

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

.content-wrapper-2 {
  max-width: 1446px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.h2-large-2 {
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.h2-large-2.r {
  margin-bottom: 15px;
}

.h2-large-2.r.e {
  color: var(--steel-blue);
}

.contact-right-2 {
  border: 1px solid #ddd;
  justify-content: center;
  width: 55%;
  padding: 4% 0%;
  display: flex;
}

.contact-right-2.f {
  justify-content: flex-start;
  width: 100%;
}

.contact-right-2.f.e {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-13 {
  height: 350px;
}

.html-embed {
  height: 100%;
}

.contact-left-2 {
  border: 1px solid #ddd;
  width: 38%;
  padding: 3%;
}

.inner-wrapper {
  max-width: 1231px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-section-12 {
  padding-top: 7%;
  padding-bottom: 7%;
  overflow: hidden;
}

.content-section-12._11 {
  padding-top: 10px;
  padding-bottom: 0%;
}

.content-section-12._33 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.title-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
  padding-bottom: 1%;
}

.title-gold-4 {
  color: var(--steel-blue);
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.bottom-line {
  border-bottom: 1px solid #ddd;
}

.top-border {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border._10 {
  margin-top: 10px;
}

.top-border._50 {
  margin-top: 50px;
}

.contact-details-left {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 8% 5%;
}

.contact-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7%;
}

.text-block-24, .text-block-25 {
  font-family: Gothic Italic, sans-serif;
}

.text-block-26 {
  color: #fff;
  margin-right: 10px;
  font-family: Gothic Bold, sans-serif;
}

.background-video {
  background-color: #0000;
  height: 100%;
}

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

.column-13, .column-14, .column-15 {
  padding-left: 5px;
  padding-right: 5px;
}

.columns-6 {
  margin-bottom: 10px;
}

.lightbox-link {
  cursor: pointer;
  background-image: url('../images/ricerca-s1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.image-23 {
  opacity: 0;
  height: 100%;
}

.lightbox-link-2 {
  cursor: pointer;
  background-image: url('../images/nuova-7-617.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-2:hover {
  transform: scale(1.01);
}

.image-24 {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.lightbox-link-3 {
  cursor: pointer;
  background-image: url('../images/412.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-3:hover {
  transform: scale(1.01);
}

.lightbox-link-3._4 {
  background-image: url('../images/Schermata-2021-07-16-alle-15.04.36.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.image-25 {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.column-16, .column-17, .column-18 {
  padding-left: 5px;
  padding-right: 5px;
}

.lightbox-link-4 {
  height: 300px;
}

.lightbox-link-4._2 {
  cursor: pointer;
  background-image: url('../images/ONTARIO.jpg');
  background-position: 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-4._2:hover {
  transform: scale(1.01);
}

.lightbox-link-4._2._3 {
  background-image: url('../images/IMG_5620.jpg');
}

.lightbox-link-4._2.a3 {
  background-image: url('../images/SebiaLaboratorio_YML3842_3_4_5_6.jpg');
  background-position: 40%;
  background-size: cover;
}

.lightbox-link-4._2.a3.showa2 {
  background-image: url('../images/Modifiche-sito.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link-4._2.a5 {
  background-image: url('../images/SebiaLaboratorio_YML3862_3_4_5_6.jpg');
  background-position: 0%;
}

.lightbox-link-5 {
  cursor: pointer;
  background-image: url('../images/IMG_5618.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-5:hover {
  transform: scale(1.01);
}

.lightbox-link-5._1 {
  background-image: url('../images/IMG_2384.jpg');
  background-position: 50%;
}

.lightbox-link-5.a1 {
  background-image: url('../images/SebiaLaboratorio_YML3822_3_4_5_6.jpg');
}

.lightbox-link-5.a3 {
  background-image: url('../images/orig_MECC_2.jpg');
  background-position: 50%;
  background-size: auto;
}

.lightbox-link-5.a3.showa {
  background-image: url('../images/1618569459_lo.jpg');
  background-size: cover;
}

.image-26 {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.image-27 {
  width: 100%;
  height: 100%;
}

.image-27._1 {
  opacity: 0;
}

.lightbox-link-6 {
  cursor: pointer;
  background-image: url('../images/Immagine-082.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  height: 300px;
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-6:hover {
  transform: scale(1.01);
}

.lightbox-link-6._7 {
  background-image: url('../images/IMG_4978.jpg');
  background-position: 50%;
}

.lightbox-link-6.a4 {
  background-image: url('../images/SebiaLaboratorio_YML4052.jpg');
}

.lightbox-link-6.a4.a7 {
  background-image: url('../images/unnamed1.jpg');
}

.lightbox-link-6.a4.a7.showa3 {
  background-image: url('../images/card-01-removebg-preview-1.png');
}

.image-28 {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.columns-7 {
  margin-bottom: 10px;
}

.lightbox-link-7 {
  cursor: pointer;
  transform: scale(1.01);
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-8 {
  cursor: pointer;
  transform: translate(0);
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-8:hover {
  transform: scale(1.01);
}

.lightbox-link-9 {
  cursor: pointer;
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-9:hover {
  transform: scale(1.01);
}

.div-block-36 {
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.nav-menu-2 {
  z-index: 40;
  justify-content: center;
  max-width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.agent-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.flyout-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-text {
  z-index: 10;
  position: relative;
}

.vacation-card-arrow {
  width: 14px;
}

.nav-button {
  z-index: 10;
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.nav-link {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: #081c3a;
}

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

.flyout-heading {
  padding-left: 80px;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  min-height: 200px;
  padding: 24px;
  display: grid;
  box-shadow: 0 6px 48px -4px #3540751a;
}

.vacation-continents {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 36px 80px;
  display: grid;
}

.nav-button-toggle {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 18px;
  display: flex;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.brand-2 {
  z-index: 25;
  color: #081c3a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

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

.destinations-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: 0;
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flyout-menu {
  cursor: pointer;
  border-bottom: 1px #c0c0d333;
  border-right: 1px #c0c0d333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.close {
  display: none;
}

.navigation-shade {
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.dropdown-lottie {
  justify-content: center;
  align-items: center;
  width: 14px;
  margin-left: 9px;
  display: flex;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.agent-social-icon {
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.mobile-navigation-shade {
  display: none;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.flyout-menu-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px #c0c0d333;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-nav {
  z-index: 25;
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  border-right: 1px solid #c0c0d333;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.thin-span {
  font-weight: 500;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  justify-content: flex-end;
  padding-top: 12px;
  display: flex;
  left: 0;
  right: 0;
}

.dropdown-icon {
  display: none;
}

.flyout-menu-wrapper {
  z-index: 20;
  background-color: #071224a3;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.navbar-2 {
  background-color: #0000;
  border-bottom: 1px #c0c0d333;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-destinations-wrapper {
  display: none;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.link-cover {
  background-color: #f7f8fc;
  border-radius: 5px;
  height: 100%;
  max-height: 42px;
  position: absolute;
  inset: auto 0%;
}

.nav-ul {
  margin-top: 0;
}

.big-tittle {
  text-align: center;
  padding-top: 80px;
}

.menu-hamburger {
  z-index: 9999999;
  background-color: var(--steel-blue);
  background-image: url('../images/res.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.banner {
  background-image: linear-gradient(#0003, #0003);
  height: 100%;
}

.scroll {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.of-2 {
  font-style: italic;
  font-weight: 700;
}

.of-2.otf-light {
  margin-left: 25px;
  font-weight: 400;
}

.scr-tex {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-style: italic;
}

.white {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
}

.white.f-l {
  margin-bottom: 50px;
  font-size: 68px;
}

.cnt {
  text-align: center;
}

.cnt.cnt-sl {
  margin-top: 50px;
}

.li {
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .3s;
}

.li:hover {
  background-color: #fff;
}

.slide-con {
  text-align: center;
  position: relative;
  top: 31%;
}

.right-navigation {
  z-index: 99998;
  background-color: #fff;
  width: 400px;
  padding-top: 100px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #c55a23;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  background-color: #222;
}

.navigation-wrapper {
  text-align: center;
}

.soc-div {
  text-align: center;
  margin-bottom: 49px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-link-3 {
  color: var(--steel-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  margin-bottom: 10px;
  padding: 10px 100px;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link-3:hover, .nav-link-3.w--current {
  background-color: var(--steel-blue);
  color: #fff;
}

.nav-link-3.mob.w--current {
  color: var(--dark-slate-blue);
  cursor: pointer;
  background-color: #254ea22e;
  text-decoration: none;
}

.sub-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000007d;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.soc-ico {
  opacity: .57;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  transition: all .5s;
}

.soc-ico.facebook {
  background-image: url('../images/facebook_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.soc-ico.facebook:hover {
  opacity: 1;
}

.link-block-2 {
  z-index: 99999;
  background-color: #0000;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 20px;
  position: absolute;
}

.div-block-37 {
  padding-top: 0;
}

.slider-3 {
  width: 60%;
  height: 500px;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-2 {
  background-image: url('../images/IMG_5618.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2._4 {
  background-image: url('../images/pronto3.jpeg');
}

.slide-2._5 {
  background-image: url('../images/pronto4.jpeg');
}

.slide-2._6 {
  background-image: url('../images/pronto5.jpeg');
}

.slide-2._7 {
  background-image: url('../images/pronto6.jpeg');
}

.slide-2._8 {
  background-image: url('../images/pronto7.jpeg');
}

.slide-2.azienda1 {
  background-image: url('../images/aziendale1.jpeg');
}

.slide-2.azienda1.b1 {
  background-image: url('../images/ontario15.jpg');
}

.slide-2.azienda1.b2 {
  background-image: url('../images/ontario16.jpg');
}

.slide-2.azienda1.b3 {
  background-image: url('../images/ontario17.jpg');
}

.slide-2.azienda1.b4 {
  background-image: url('../images/ontario18.jpg');
}

.slide-2.azienda1.b5 {
  background-image: url('../images/ontario19.jpg');
}

.slide-2.azienda1.b6 {
  background-image: url('../images/ontario20.jpg');
}

.slide-2.azienda1.b7 {
  background-image: url('../images/ontario21.jpg');
}

.slide-2.azienda1.b9 {
  background-image: url('../images/ontario22.jpg');
}

.slide-2.azienda2 {
  background-image: url('../images/aziendale2.jpeg');
}

.slide-2.azienda4 {
  background-image: url('../images/aziendale4.jpeg');
}

.slide-2.azienda5 {
  background-image: url('../images/aziendale5.jpeg');
}

.slide-2.azienda6 {
  background-image: url('../images/aziendale6.jpeg');
  background-position: 50% 0;
}

.slide-2.azienda7 {
  background-image: url('../images/aziendale7.jpeg');
  background-position: 50% 0;
}

.slide-2.a1 {
  background-image: url('../images/ontario11.jpg');
}

.slide-2.a2 {
  background-image: url('../images/ontario12.jpg');
}

.slide-2.a3 {
  background-image: url('../images/ontario13.jpg');
}

.slide-2.a4 {
  background-image: url('../images/ontario14.jpg');
}

.slide-2.a5 {
  background-image: url('../images/ontario1444.jpg');
}

.slide-3 {
  background-image: url('../images/ONTARIO.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3._3 {
  background-image: url('../images/IMG_2384.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.slide-3._4 {
  background-image: url('../images/IMG_4978.jpg');
}

.slide-3._5 {
  background-image: url('../images/IMG_5620.jpg');
}

.slide-3._10 {
  background-image: url('../images/pronto1.jpeg');
  background-position: 50% 0;
}

.slide-3.azienda3 {
  background-image: url('../images/aziendale3.jpeg');
}

.slide-3.azienda8 {
  background-image: url('../images/aziendale8.jpeg');
  background-position: 50% 0;
}

.slide-3.azienda9 {
  background-image: url('../images/aziendale9.jpeg');
  background-position: 50% 0;
}

.link-block-3 {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.blog-card {
  background-color: #0000;
  border: 10px #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.blog-card.last {
  height: 550px;
}

.overlay {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph.blog {
  margin-bottom: 20px;
}

.date-blogger {
  color: #fff;
  text-align: center;
  border: 5px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 48px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.date-blogger.orange-block {
  color: #fff;
  background-color: #ef3b31;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  position: relative;
  top: auto;
  left: auto;
}

.date-blogger.orange-block.blue {
  background-color: var(--dark-slate-blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.blog-image {
  background-image: url('../images/news1.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog-image._2 {
  background-image: url('../images/NEWS3.jpeg');
  background-position: 50% 100%;
}

.blog-image._5 {
  background-image: url('../images/news4.jpeg');
}

.blog-image._222 {
  background-image: url('../images/news22.jpeg');
  background-position: 50%;
  background-size: contain;
}

.blog-image._222.c {
  background-image: url('../images/Schermata-2021-08-04-alle-17.47.52.png');
  background-position: 50% 30%;
  background-size: contain;
}

.blog-bottom-info {
  align-items: center;
  display: flex;
}

.blog-heading {
  color: var(--steel-blue);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.blog-heading:hover {
  color: #171d29;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 355px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.divider-blog {
  background-color: #dde1e7;
  width: auto;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-blog {
  margin-right: 5px;
}

.blog-description {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 270px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.date-wrapper {
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.category-text {
  color: #343e52;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #e4ecf6;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 9px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
  position: relative;
}

.category-text:hover {
  background-color: #0000;
}

.link {
  color: var(--dark-slate-blue);
  cursor: pointer;
}

.slider-4 {
  background-color: #fff;
  height: 200px;
}

.slide-6 {
  background-color: #fff;
}

.row-2 {
  height: 100%;
}

.mask-2 {
  background-color: #fff;
}

.section-5 {
  width: 1140px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-19, .column-20 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29 {
  margin-left: -10px;
}

.div-block-40 {
  background-image: url('../images/ontarioprova2.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.mob {
  display: none;
}

.div-block-277 {
  background-color: #00000008;
  height: 2px;
  margin-top: 20px;
}

.text-block-67 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4.j {
  color: #fff;
}

.link-4.j.d {
  color: #000;
}

.text-block-65 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-276 {
  padding-top: 150px;
}

.text-block-66 {
  color: #000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-278 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-279 {
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
  position: fixed;
  inset: 1% 6% auto auto;
}

.columns-8 {
  margin-bottom: 20px;
}

.text-span-3 {
  font-size: 24px;
  line-height: 34px;
}

.text-block-68 {
  color: #8fc447;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 35px;
}

.image-30 {
  margin-bottom: 40px;
}

.column-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-31 {
  margin-bottom: 30px;
}

.text-span-4 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
}

.link-block-4 {
  color: #000;
  text-decoration: none;
}

.image-32 {
  background-color: var(--steel-blue);
}

.link-block-5 {
  color: var(--dark-slate-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  display: flex;
}

.image-34 {
  margin-bottom: 20px;
}

.text-block-69 {
  margin-left: 20px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

html.w-mod-js [data-ix="displaynon"] {
  transform: translate(410px);
}

@media screen and (min-width: 1920px) {
  .blog-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .blog-description {
    height: 270px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    display: none;
  }

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

  .headline-lrg {
    font-size: 28px;
    line-height: 36px;
  }

  .home-hero-section {
    background-image: linear-gradient(#3544634f, #3544634f), url('../images/annie-spratt-135307-unsplash2x.png');
    background-position: 0 0, 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .white-hero-div, .white-hero-div.home {
    width: 100%;
  }

  .hero-brush-text {
    margin-top: 0;
  }

  .text-block-12.slider {
    margin-bottom: 30px;
    position: static;
  }

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

  .blue-sentence-link {
    font-size: 14px;
    line-height: 20px;
  }

  .contain {
    width: 660px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-hor-left-middle.tablet-reverse {
    flex-direction: column-reverse;
  }

  .heading-sm.white {
    font-size: 22px;
    line-height: 28px;
  }

  .what-we-do-col {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .what-we-do-col.last {
    margin-top: 0;
    margin-bottom: 0;
  }

  .what-we-do-image {
    height: 200px;
  }

  .div-block-7 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .col-wrap {
    width: 100%;
  }

  .col-wrap.middle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .cta-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-we-do-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .headline-lrg-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .climate-hunger-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flex-vert-top-left {
    flex: 0 auto;
    align-items: flex-start;
    width: 25%;
    margin-right: 64px;
  }

  .div-block-4-copy {
    margin-left: 32px;
  }

  .social-wrap {
    margin-left: 0;
  }

  .did-you-know-div {
    padding: 30px 32px;
  }

  .brush-text {
    width: 100%;
    font-size: 44px;
    line-height: 46px;
  }

  .slide-content-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 450px;
    padding-bottom: 40px;
  }

  .div-block-14 {
    position: static;
  }

  .quote-div {
    width: 576px;
    max-width: 100%;
  }

  .image {
    width: 576px;
    max-width: 100%;
    inset: 0 auto 0 0;
  }

  .slide-nav-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    position: static;
  }

  .side-features-2 {
    flex-wrap: wrap;
  }

  .side-image {
    width: 100%;
  }

  .side-image._1 {
    justify-content: center;
  }

  .quote-block {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-vertical {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-vertical.left-image {
    width: 500px;
    height: 700px;
    position: relative;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section-3.quote-section {
    padding-bottom: 0;
  }

  .footer-brush-text {
    text-align: center;
    align-self: flex-end;
    margin-top: 32px;
  }

  .footer-section {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .logo-text {
    text-align: left;
  }

  .brand.footer {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 32px;
  }

  .div-block-22 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-row {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .footer-col {
    text-align: center;
    flex: 0 auto;
    width: 50%;
    max-width: 50%;
  }

  .footer-col.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .location-revealer {
    display: none;
  }

  .div-block-34 {
    margin-top: 30px;
    padding-top: 0;
  }

  .runnerbond-grid {
    width: 150%;
    transform: rotate(45deg);
  }

  .runnerbond-mask {
    height: 800px;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .social-wrapper {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-wrapper.in-team {
    flex-direction: row;
  }

  .contact-details-left {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .nav-menu-2 {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 65px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .nav-link {
    color: #516381;
    border-bottom: 1px solid #c0c0d333;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .flyout-menu {
    display: none;
  }

  .right-nav {
    z-index: 20;
    grid-template-columns: 1fr;
    position: relative;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
    border-right: 1px #c0c0d333;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .mobile-navigation-shade {
    z-index: 5;
    background-color: #0c192e8c;
    margin-top: 66px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    height: 66px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .mobile-destinations-wrapper {
    z-index: 20;
    position: relative;
  }

  .nav-menu-links {
    z-index: 20;
    grid-row-gap: 0px;
    background-color: #f7f8fc;
    grid-template-columns: 1fr;
    position: relative;
  }

  .banner {
    height: 700px;
  }

  .right-navigation {
    width: 330px;
  }

  .blog-card {
    width: 100%;
    height: 550px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .image-wrapper {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .flex-hor-left-middle {
    flex-flow: column;
  }

  .div-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-vert-top-left {
    width: 100%;
    margin-bottom: 64px;
  }

  .social-wrap {
    margin-left: 50px;
  }

  .brush-text {
    width: 75%;
  }

  .side-features-2 {
    flex-wrap: wrap;
  }

  .quote-block {
    padding-bottom: 0%;
  }

  .image-vertical {
    width: 100%;
    height: 600px;
  }

  .image-vertical.left-image {
    width: 100%;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .footer-col.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .panel {
    padding-top: 50px;
  }

  .location-name {
    font-size: 1.4rem;
  }

  .location-container {
    flex: 1;
  }

  .div-block-34 {
    margin-top: 60px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .grid-button {
    max-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-button.arrow-right {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
  }

  .grid-button.arrow-right.large {
    padding: 20px 80px 20px 20px;
    font-size: 16px;
  }

  .runnerbond-grid {
    transform: rotate(45deg);
  }

  .runnerbond-mask {
    height: 580px;
    display: flex;
  }

  .runnerbond-button {
    bottom: 10px;
    right: 10px;
  }

  .grid-link-arrow-icon {
    padding: 10px;
  }

  .grid-link-arrow-icon.large {
    padding: 20px;
  }

  .grid-content-bottom-button {
    bottom: 10px;
    right: 10px;
  }

  .grid-subheading {
    font-size: 12px;
  }

  .grid-heading {
    font-size: 30px;
  }

  .contact-right-2 {
    width: 100%;
  }

  .contact-left-2 {
    width: 100%;
    margin-bottom: 8%;
  }

  .title-box {
    padding-bottom: 3%;
  }

  .nav-menu-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link {
    border-top-style: none;
    border-bottom: 1px solid #c0c0d333;
  }

  .dropdown-wrapper {
    min-width: 300px;
  }

  .nav-button-toggle {
    padding-right: 12px;
  }

  .destinations-list {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .right-nav {
    grid-column-gap: 0px;
  }

  .menu-button-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .left-nav {
    z-index: 30;
  }

  .banner {
    height: 550px;
  }

  .white {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .white.f-l {
    margin-bottom: 28px;
    font-size: 54px;
  }

  .right-navigation {
    overflow: auto;
  }

  .soc-div {
    margin-top: 19px;
    position: relative;
  }

  .sub-text {
    font-size: 16px;
  }

  .blog-card {
    width: 100%;
    height: 450px;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .image-wrapper {
    height: 300px;
  }

  .column-19 {
    margin-top: 30px;
  }

  .column-20 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .scroll-button {
    margin-top: 20px;
    display: none;
    bottom: 9vh;
  }

  .heading-text-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .arrow, .arrow.right-arrow {
    display: none;
  }

  .right-column {
    height: auto;
  }

  .wrapper {
    height: 60vh;
    display: block;
  }

  .slide-content {
    margin-top: 67px;
    display: block;
  }

  .slide-content-container {
    width: 100%;
    margin-left: -43px;
    display: block;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .grid-blocking {
    justify-items: center;
  }

  .heading-text {
    margin-left: 0;
    font-size: 30px;
  }

  .heading-text.dark-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .nav-link-2 {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .navbar {
    background-color: var(--dark-slate-blue);
    height: auto;
    padding-bottom: 5px;
  }

  .flex-columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .flex-columns.menu-items-open {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .menu-socials {
    width: 70vw;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-image: linear-gradient(#00000026, #00000026), url('../images/603e1354547cd7271b6e0061_ontario2.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .menu-hello {
    width: 80vw;
    padding-left: 0%;
  }

  .image-19 {
    margin-bottom: 15px;
  }

  .main-navigation-link {
    font-size: 13px;
    line-height: 20px;
  }

  .button-link-3._3 {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .headline-lrg {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .headline-lrg._3 {
    text-align: center;
  }

  .home-hero-section {
    background-image: linear-gradient(#3544634f, #3544634f), url('../images/ontario33.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .home-hero-section.w {
    background-image: linear-gradient(#1d1d1d33, #1d1d1d33), url('../images/ontarioprova2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
    padding-bottom: 160px;
    display: none;
  }

  .home-hero-section.lav.art {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .block-tag {
    text-align: center;
  }

  .white-hero-div {
    text-align: center;
    padding: 50px 30px 30px;
  }

  .white-hero-div.home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-brush-text {
    width: auto;
    padding-top: 20px;
    font-size: 30px;
    line-height: 46px;
  }

  .div-block-4 {
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .contain, .flex-hor-left-middle {
    width: auto;
  }

  .heading-sm {
    font-size: 18px;
    line-height: 22px;
  }

  .what-we-do-image {
    width: 80%;
    margin-right: 10%;
  }

  .col-wrap, .col-wrap.middle {
    width: 300px;
  }

  .div-block-26 {
    align-items: center;
  }

  .left-float.center-on-mobile {
    float: none;
  }

  .div-block-27 {
    text-align: center;
  }

  .what-we-do-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .what-we-do-col-bg {
    text-align: center;
    width: 100%;
    padding-top: 200px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .paragraph-3.v {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }

  .headline-lrg-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .m-b-50 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-vert-top-left {
    justify-content: center;
    align-items: center;
  }

  .div-block-4-copy {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
  }

  .did-you-know-content-wrap {
    width: 100%;
  }

  .twitter-circle {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .social-wrap {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .did-you-know-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding: 60px 10px;
    display: flex;
  }

  .brush-text {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .facebook-circle {
    margin-left: 5px;
  }

  .slide-content-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .div-block-14 {
    margin-top: 24px;
    position: static;
  }

  .testimonial-slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote-div {
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 30px 32px;
    position: relative;
  }

  .image {
    z-index: 0;
    margin-bottom: 30px;
    position: static;
  }

  .slide-nav-2 {
    text-align: center;
    margin-top: 0;
    inset: auto 0 -40px;
  }

  .button-wrapper {
    width: auto;
  }

  .side-features-2 {
    flex-flow: wrap;
  }

  .promo-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    text-align: left;
  }

  .text-block-6.viole {
    font-size: 25px;
    line-height: 30px;
  }

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

  .image-vertical {
    height: 350px;
  }

  .image-vertical.left-image {
    width: 100%;
    height: 400px;
  }

  .paragraph-4 {
    text-align: left;
  }

  .section-3.quote-section {
    padding-bottom: 60px;
  }

  .section-3.quote-section.u {
    padding-bottom: 0;
  }

  .footer-brush-text {
    align-self: flex-start;
    width: 100%;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .div-block-22 {
    align-items: flex-start;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-col {
    text-align: left;
  }

  .footer-col.middle {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .column-5 {
    height: 300px;
    margin-bottom: 20px;
  }

  .text-block-21._11 {
    position: static;
  }

  .location-preview-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-21 {
    display: none;
  }

  .panel {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .div-block-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-34 {
    margin-left: 68px;
    margin-right: 68px;
  }

  .runnerbond-grid {
    width: 175%;
    transform: rotate(45deg);
  }

  .column-6._3 {
    display: none;
  }

  .team-wrapper {
    width: 300px;
    height: auto;
  }

  .content-wrapper-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .h2-large-2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .contact-right-2 {
    padding: 7%;
  }

  .content-section-12 {
    padding-top: 20%;
    padding-bottom: 0%;
  }

  .text-block-25 {
    text-align: center;
  }

  .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-13, .column-14, .column-15 {
    margin-bottom: 10px;
  }

  .columns-6 {
    margin-bottom: 0;
  }

  .column-16, .column-17 {
    margin-bottom: 10px;
  }

  .columns-7._1 {
    margin-bottom: 0;
  }

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .nav-menu-2 {
    margin-right: 0;
  }

  .mobile-destinations-list {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-text {
    display: none;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-wrapper {
    min-width: 88vw;
  }

  .nav-button-toggle {
    padding-left: 14px;
  }

  .mobile-destinations {
    padding: 0;
    display: block;
  }

  .right-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-button-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    padding-left: 6px;
  }

  .dropdown-list-2.w--open {
    padding-top: 18px;
  }

  .dropdown-icon {
    margin-right: 0;
    display: block;
  }

  .mobile-destinations-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 30px 24px;
    display: grid;
  }

  .menu-hamburger {
    display: block;
  }

  .banner {
    height: 400px;
  }

  .white {
    font-size: 33px;
  }

  .white.f-l {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .right-navigation {
    width: 321px;
    display: block;
  }

  .nav-link-3 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav-link-3.mob {
    text-align: center;
    display: block;
  }

  .nav-link-3.mob.ff {
    display: none;
  }

  .sub-text {
    padding: 10px 8px;
    font-size: 11px;
  }

  .slider-3 {
    width: 90%;
    height: 300px;
  }

  .blog-card {
    width: auto;
    margin-bottom: 40px;
  }

  .image-wrapper {
    height: 300px;
  }

  .blog-description {
    border-top-style: none;
    height: auto;
    bottom: 0%;
  }

  .slider-4 {
    height: auto;
  }

  .icon-3, .icon-4 {
    font-size: 15px;
  }

  .column-21, .column-22 {
    display: none;
  }

  .text-block-27 {
    text-align: center;
  }

  .column-23, .column-24 {
    margin-bottom: 10px;
  }

  .div-block-40 {
    background-image: linear-gradient(#fff0 60%, #000 86%), url('../images/Schermata-2021-03-02-alle-12.19.09.png');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .mob {
    display: block;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-4 {
    color: #fff;
    text-decoration: none;
  }

  .div-block-279 {
    top: 16%;
  }
}

#w-node-d0e40dc2-9544-0d46-ee0a-ea5928ec8707-456dd8c6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d0e40dc2-9544-0d46-ee0a-ea5928ec8709-456dd8c6 {
  align-self: center;
}


@font-face {
  font-family: 'Gothic Bold Italic';
  src: url('../fonts/GOTHICBI.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothic Bold';
  src: url('../fonts/GOTHICB0.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothic Italic';
  src: url('../fonts/GOTHIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothici';
  src: url('../fonts/gothici.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}