:root {
  --tan: #bab099;
  --dim-grey: #504946;
}

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

.slide-content {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 265px 5vw 275px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-slider-wrapper {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  padding-bottom: 36px;
  display: grid;
}

.scroll-indicator {
  z-index: 25;
  background-color: #fff3;
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-scroll-link {
  z-index: 20;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding-top: 38px;
  padding-bottom: 178px;
  padding-left: 0;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -150px;
}

.outline-cut {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-cut.left {
  inset: 0% auto auto 0%;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.invert-small.large {
  width: 18px;
  min-width: 18px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--tan);
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.main-hero-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-slide-background {
  z-index: 1;
  background-image: url('../images/Progetto-senza-titolo-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 125vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.hero-slide-background.three {
  background-image: url('../images/Progetto-senza-titolo-1.jpg');
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #70778866;
}

.button-text {
  z-index: 10;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 4px;
  font-size: 13px;
  position: relative;
}

.outline-clip {
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-clip.left {
  inset: 0% auto auto 0%;
}

.hero-slide {
  width: 100%;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 auto;
  overflow: visible;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.arrow-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 260px;
  min-width: 260px;
  height: 260px;
  min-height: 260px;
  position: absolute;
  inset: 10px auto auto 0%;
}

.arrow-outline.right {
  left: auto;
  right: 0;
}

.arrow-outline.right.light {
  inset: 0% 0% auto auto;
}

.arrow-outline.light {
  border-color: #fff;
  top: 0;
}

.overlay {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.overlay.gradient.dark {
  background-color: #090f1600;
  background-image: linear-gradient(#090f1666 5%, #090f1600 50%, #090f16bf 95%);
  display: block;
}

.subtitle {
  color: var(--tan);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle.light {
  color: #fff;
}

.solid-button-outline {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.light {
  border-color: #fff;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.nav-outline {
  background-color: var(--dim-grey);
}

.right-arrow {
  z-index: 30;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px 18px 0;
  display: flex;
  inset: auto 0% 0% 130px;
}

.right-arrow.left {
  padding-left: 36px;
  padding-right: 0;
  left: 0;
  right: 130px;
  overflow: hidden;
}

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.left {
  background-image: none;
  justify-content: flex-end;
  margin-left: 0;
}

.subtitle-line.dark {
  background-color: #e1e4ee;
}

.subtitle-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.slide-nav {
  display: none;
}

.dual-button {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.indicator-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  color: #fff;
  border-color: #fff3;
}

.slider-background {
  border-radius: 100% 100% 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.hero-intro-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 0;
  display: grid;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.xxl-heading {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25em;
}

.slider-bottom {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-bottom.in-slide {
  z-index: 25;
  justify-content: flex-end;
  inset: auto 0% 0% 0;
}

.hero-section {
  z-index: 20;
  color: #fff;
  background-color: #06080f;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  border-bottom: 2px solid var(--tan);
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding: 10px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  flex: 1;
}

.card-icon {
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 7px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -18px;
  margin-right: -18px;
  display: grid;
}

.menu-list.small {
  grid-row-gap: 0px;
  margin-left: 0;
  margin-right: 0;
}

.menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding: 27px 0 27px 27px;
  display: grid;
}

.menu-left.large {
  padding-bottom: 0;
  padding-right: 27px;
}

.menu-list-title {
  border-bottom: 1px solid #eef0f6;
  padding-bottom: 18px;
}

.menu-list-title.light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-color: #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-title {
  margin-top: 0;
  font-size: 17px;
}

.menu-action-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.nav-link {
  color: #bab099;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.nav-link.w--current {
  color: var(--dim-grey);
}

.nav-link.dropdown-link {
  margin-right: -23px;
}

.right-menu-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.menu-hover-background {
  background-color: #f7f7fa;
  border-radius: 2px;
  position: absolute;
  inset: 0%;
}

.menu-link {
  margin-top: -18px;
  margin-bottom: -18px;
  padding: 18px;
  text-decoration: none;
  position: relative;
}

.background {
  z-index: 2;
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.right-menu {
  background-color: #06080f;
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  min-height: 80px;
  padding: 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown {
  z-index: 5;
  margin-right: 23px;
}

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

.dropdown-arrow {
  z-index: 20;
  background-color: #fff;
  border-top: 1px solid #eef0f6;
  border-bottom: 1px #f7f7fa;
  border-left: 1px solid #eef0f6;
  border-right: 1px #eef0f6;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 18px 0 auto;
  transform: rotate(45deg);
  box-shadow: -8px -8px 42px #121a2c1f;
}

.dropdown-text {
  letter-spacing: 1px;
  margin-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.menu-list-item {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #000;
  grid-template-rows: 25px;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.lottie-animation {
  filter: none;
  width: 12px;
  color: var(--tan);
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-display {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.5em;
}

.body-display.extra-small {
  font-size: 12px;
  line-height: 1.45em;
}

.body-display.dual-paragraph {
  color: #fff;
  column-count: 2;
  column-gap: 36px;
  font-size: 16px;
}

.body-display.dual-paragraph-copy {
  color: #fff;
  column-count: 1;
  column-gap: 36px;
  font-size: 16px;
}

.body-display.dual-paragraph-copys {
  color: var(--dim-grey);
  column-count: 1;
  column-gap: 36px;
  font-size: 16px;
}

.body-display.dual-paragraph-copys-copyertty {
  color: var(--dim-grey);
  text-align: center;
  column-count: 1;
  column-gap: 36px;
  font-size: 16px;
}

.body-display.dual-paragraph-copys-copyertty-copydesdfr {
  color: var(--dim-grey);
  text-align: center;
  column-count: 1;
  column-gap: 36px;
  margin-bottom: 40px;
  font-size: 16px;
}

.menu-dropdown {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  padding: 9px;
  display: grid;
  position: relative;
  box-shadow: 0 9px 72px -8px #121a2c1f;
}

.menu-dropdown-list.w--open {
  background-color: #0000;
  width: 100%;
  padding-top: 18px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-button-outline.navigation-circle-icon {
  width: 36px;
  height: 36px;
  margin-right: 0;
}

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  height: 36px;
  min-height: 36px;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.icon-dropdown-content {
  z-index: 10;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-width: 365px;
  padding: 9px;
  display: grid;
  position: relative;
  box-shadow: 0 9px 72px -8px #121a2c1f;
}

.nav-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tooltip-info {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 220px;
  padding: 9px 12px;
  display: grid;
}

.tooltip-info.auto-width {
  white-space: nowrap;
  min-width: auto;
}

.list-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #eef0f6;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
  text-decoration: none;
}

.list-link.top {
  padding-top: 0;
}

.nav-circle {
  color: #707788bf;
  border: 1px #e1e4ee;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 1px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.solid-video-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.solid-video-button-outline.dark {
  border-color: #eef0f6;
}

.solid-video-button-outline.dark.navigation-circle-icon {
  border-color: #e1e4ee;
  width: 100%;
  max-width: 36px;
  height: 100%;
  max-height: 36px;
}

.icon-toggle {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.tooltip-corner {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-style: none solid solid none;
  border-radius: 0 0 2px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: relative;
  transform: rotate(45deg);
}

.tooltip-corner.bottom {
  border-style: solid none none solid;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  margin: 0 auto -6px;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-outline.small-nav-circle-outline {
  border-color: #cbd0dd;
  width: 36px;
  height: 36px;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.avatar-icon-wrapper {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.profile-bottom {
  border: 1px solid #707788a6;
  border-radius: 100%;
  width: 20px;
  height: 21px;
  margin-bottom: -31px;
}

.profile-bottom.head {
  width: 10px;
  height: 10px;
  margin-top: -10px;
  margin-bottom: 1px;
}

.tool-tip-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 0 12px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.tool-tip-text.bottom {
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  top: 0;
  bottom: auto;
}

.nav-right {
  z-index: 25;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-left: 40px;
  display: grid;
  position: relative;
}

.menu-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.icon {
  display: none;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  padding: 100px 0 100px 80px;
}

.dual-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.grey {
  background-color: var(--tan);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.grey-copyrt {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hover-card-circle {
  background-color: #f7f7fa;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: auto auto -6vw;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.dark {
  background-color: #eef0f6;
}

.card-icon-circle {
  z-index: 10;
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.fill {
  background-color: #fff;
  width: 100%;
}

.hover-line-fill {
  background-color: #cbd0dd;
  width: 100%;
  height: 100%;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.card-bottom-info {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-hover-link {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.underline-hover-link.dark {
  color: #626d86;
  border-bottom-color: #e1e4ee;
}

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

.card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.left-end {
  border-left-style: none;
  position: relative;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.left-intro.small-width {
  max-width: 450px;
}

.heading {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.section-box-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 80px 0 80px 80px;
}

.fill-2 {
  background-color: #fff;
  width: 100%;
  margin-top: -36px;
}

.card-description-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.subtitle-2 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.testimonial-image-strip {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-image-strip.four {
  margin-top: 55px;
  margin-bottom: -55px;
}

.testimonial-image-strip.one {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-image-strip.two {
  margin-top: 15px;
  margin-bottom: -15px;
}

.testimonial-image-strip.three {
  margin-top: 35px;
  margin-bottom: -35px;
}

.testimonial-background {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 12px;
  display: grid;
  position: relative;
  inset: 0% 0;
  overflow: visible;
}

.testimonial-background.large {
  align-content: center;
  min-height: auto;
}

.number-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 475px;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-text-2 {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.testimonial-strip-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-strip-wrapper.tilted {
  transform: rotate(25deg);
}

.number-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.clip {
  overflow: hidden;
}

.stacked-soon {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.looping-screen {
  background-image: url('../images/Rythm-comp-two.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 105%;
  width: 25vw;
  min-width: 300px;
  height: 31vw;
  max-height: 600px;
  margin-bottom: 0;
}

.looping-screen.small {
  width: 22vw;
  min-width: 275px;
  height: 30vw;
  min-height: 275px;
  max-height: 600px;
  overflow: hidden;
}

.number {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 9px;
  font-size: 56px;
}

.number-title {
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

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

.number-circle-outline {
  z-index: 30;
  border: 1px solid #e1e4ee;
  border-radius: 100%;
  width: 75%;
  height: 75%;
  position: absolute;
  inset: auto;
}

.number-circle-content {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
  position: absolute;
  inset: auto;
}

.inner-number-circle {
  z-index: 25;
  background-color: #f7f7facc;
  border-radius: 100%;
  width: 85%;
  height: 85%;
  position: relative;
}

.number-circle-background {
  background-color: #06080f;
  background-image: url('../images/Progetto-senza-titolo-3.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.looping-image {
  width: 100%;
  display: block;
}

.subtitle-2-copys {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.div-block {
  background-image: url('../images/Progetto-senza-titolo-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
}

.container {
  background-color: var(--tan);
  text-align: center;
  padding: 0 90px;
}

.div-block-2 {
  background-color: var(--tan);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-2 {
  text-align: center;
}

.subtitle-2-copys-copytr {
  color: var(--tan);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.heading-6-copytree {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.image {
  margin-bottom: 10px;
}

.link-block {
  text-align: center;
  text-decoration: none;
}

.number-circle-background-copy {
  background-color: #06080f;
  background-image: url('../images/Progetto-senza-titolo-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subtitle-2-copys-copy {
  color: var(--tan);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.div-block-4 {
  background-color: var(--tan);
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-6-copywer {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px;
}

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

.grid-wrapper-copydss {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-5 {
  background-color: var(--dim-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-6 {
  background-image: url('../images/Progetto-senza-titolo-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.div-block-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-6-copyded {
  background-image: url('../images/Progetto-senza-titolo-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.big-article-image-wrapper {
  background-image: url('../images/Progetto-senza-titolo---2021-07-26T091923.123.jpg');
  background-position: 100%;
  background-size: cover;
  height: 400px;
  padding-left: 0;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.big-article-title-wrapper {
  width: 100%;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.divider.big-article-divider {
  margin-bottom: 24px;
}

.faq {
  background-color: var(--dim-grey);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.heading-7 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.big-article-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  padding: 30px 40px;
  display: flex;
}

.big-article {
  box-shadow: none;
  background-color: #fff;
}

.tag-wrapper {
  background-image: url('../images/Progetto-senza-titolo-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-body {
  background-color: var(--tan);
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.wide-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: #c65624;
  margin-bottom: 10px;
}

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

.div-block-9 {
  margin-top: 20px;
}

.tag-wrapper-copy3 {
  background-image: url('../images/Progetto-senza-titolo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tag-wrapper-copy3-copy {
  background-image: url('../images/Progetto-senza-titolo-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.f3 {
  background-image: url('../images/Progetto-senza-titolo-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.wer4 {
  background-image: url('../images/Progetto-senza-titolo-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.f3-copy {
  background-image: url('../images/Progetto-senza-titolo-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.wer4-copyswa {
  background-image: url('../images/Progetto-senza-titolo-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.text-block-2-copymob {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: none;
}

.div-block-48 {
  z-index: 9997;
  justify-content: center;
  display: none;
  position: fixed;
  inset: auto 1% 2% auto;
}

.div-block-49 {
  display: none;
}

.text-block-13 {
  color: #fff;
  background-color: #1a83c0;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: flex;
}

.link-block-8, .link-block-8-copycent {
  z-index: 5;
  background-color: #1cb5ed;
  margin-right: 0;
  padding: 7px;
  position: static;
  inset: auto 4.5% 2% auto;
}

.html-embed-4 {
  z-index: 9998;
  display: inline-block;
  position: static;
  bottom: 2%;
  right: 1%;
}

.gdpr, .privc {
  background-image: url('../images/privacy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.rich-text-block-2 {
  text-align: justify;
  margin-top: 0;
  font-size: 12px;
}

.link, .link.w--current {
  color: #fff;
  text-decoration: none;
}

.seo {
  opacity: 1;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-8 {
  color: #000;
  display: block;
}

.div-block-217 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.html-embed-6 {
  margin-right: 5px;
}

.button, .code-embed {
  margin-left: 10px;
}

@media screen and (min-width: 1280px) {
  .card {
    grid-row-gap: 100px;
    padding: 48px;
  }

  .number-circle {
    width: 500px;
    height: 500px;
  }

  .number-wrapper {
    grid-column-gap: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .card {
    grid-row-gap: 120px;
  }

  .number-circle {
    width: 550px;
    height: 550px;
  }

  .number-wrapper {
    grid-column-gap: 100px;
  }
}

@media screen and (max-width: 991px) {
  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 60px;
  }

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

  .hero-section {
    min-height: 93vh;
  }

  .menu-list {
    grid-row-gap: 6px;
  }

  .menu-left {
    padding: 27px 27px 12px;
  }

  .nav-link {
    color: #000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.dropdown-link {
    color: #000;
    border-bottom: 1px solid #eef0f6;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.dropdown-link.w--open {
    border-bottom: 1px solid #eef0f6;
    height: auto;
  }

  .menu-hover-background {
    display: none;
  }

  .menu-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .right-menu {
    display: none;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-arrow {
    top: 0;
  }

  .body-display.dual-paragraph {
    text-align: center;
    column-count: 1;
  }

  .body-display.dual-paragraph-copys {
    text-align: center;
  }

  .menu-dropdown {
    width: 100%;
    box-shadow: none;
    border-style: none;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .menu-dropdown-list.w--open {
    border-bottom: 1px solid #eef0f6;
    justify-content: center;
    padding-top: 0;
    position: relative;
    bottom: 0;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .icon-dropdown-content {
    min-width: 250px;
    position: absolute;
  }

  .menu-button-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .tooltip-corner {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 48px;
    padding: 12px 0 12px 12px;
    display: none;
  }

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

  .tool-tip-text {
    align-items: flex-end;
  }

  .nav-right, .menu-bottom {
    display: none;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

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

  .card-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1px 1fr;
  }

  .stacked-heading {
    grid-row-gap: 28px;
  }

  .card {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }

  .section-box-2 {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .number-circle {
    width: 400px;
    height: 400px;
  }

  .number-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .looping-screen {
    height: 40vw;
    min-height: 375px;
  }

  .text-block-2 {
    display: none;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: var(--tan);
    color: #fff;
  }

  .text-block-2-copymob {
    display: block;
  }

  .div-block-48 {
    right: 2%;
  }

  .text-block-13 {
    margin-right: 0;
  }

  .html-embed-4 {
    right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .brand {
    flex: 1;
  }

  .body-display.dual-paragraph, .body-display.dual-paragraph-copy, .body-display.dual-paragraph-copys, .body-display.dual-paragraph-copys-copyertty, .body-display.dual-paragraph-copys-copyertty-copydesdfr {
    column-count: 1;
  }

  .menu-dropdown-list.w--open {
    justify-content: flex-end;
  }

  .navigation-button, .menu-button, .nav-right {
    display: none;
  }

  .section-box {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .dual-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .stacked-content {
    flex-direction: column;
    display: flex;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
  }

  .stacked-heading {
    grid-row-gap: 24px;
  }

  .section-box-2 {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .number-circle {
    width: 325px;
    height: 325px;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

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

  .div-block-5 {
    z-index: 9999;
    position: relative;
  }

  .text-block-2 {
    display: none;
  }

  .big-article-image-wrapper {
    border-radius: 0;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .container-4, .container-5, .container-6, .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-48 {
    z-index: 9997;
    width: 100%;
    display: flex;
  }

  .div-block-49 {
    display: flex;
  }

  .text-block-13 {
    text-transform: uppercase;
    background-color: #0052a3;
  }

  .link-block-8 {
    background-color: var(--dim-grey);
  }

  .link-block-8-copycent {
    background-color: var(--dim-grey);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .html-embed-4 {
    right: 3%;
  }

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

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

  .html-embed-6 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .slide-content {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .hero-intro {
    grid-row-gap: 24px;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dual-button {
    grid-auto-flow: row;
  }

  .hero-intro-title {
    grid-row-gap: 24px;
  }

  .xxl-heading {
    font-size: 20px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    color: #000;
  }

  .body-display.dual-paragraph, .body-display.dual-paragraph-copy, .body-display.dual-paragraph-copys, .body-display.dual-paragraph-copys-copyertty, .body-display.dual-paragraph-copys-copyertty-copydesdfr {
    font-size: 14px;
  }

  .menu-dropdown-list.w--open {
    justify-content: center;
  }

  .icon-dropdown-content {
    min-width: 70vw;
    margin-right: 5vw;
    padding: 0 0 12px;
    position: absolute;
    left: auto;
    right: auto;
  }

  .nav-icon-wrapper {
    grid-template-columns: 1fr;
  }

  .nav-circle {
    display: none;
  }

  .nav-circle.dropdown-circle {
    display: flex;
  }

  .menu-button {
    display: none;
  }

  .nav-right {
    flex: 1;
    justify-content: space-between;
    padding-left: 18px;
    display: none;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 15px;
  }

  .card-icon-circle {
    margin-left: auto;
    margin-right: auto;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .underline-hover-link.dark {
    margin-left: auto;
    margin-right: auto;
  }

  .left-intro {
    flex-direction: column;
    display: flex;
  }

  .heading-2, .heading-3, .heading-4, .heading-5 {
    text-align: center;
    line-height: 20px;
  }

  .section-box-2 {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 36px;
  }

  .number-circle {
    width: 90vw;
    height: 90vw;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

  .looping-screen {
    min-width: 175px;
    min-height: 240px;
  }

  .number {
    font-size: 42px;
  }

  .heading-6-copytree {
    text-align: center;
  }

  .text-block-2 {
    font-size: 11px;
    display: none;
  }

  .faq-body-cont {
    padding: 13px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .toggle-text {
    font-size: 13px;
  }

  .big-article-image-wrapper {
    height: 250px;
  }

  .big-article-content-wrapper {
    padding: 25px 30px;
  }

  .faq-img {
    display: none;
  }

  .container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-2 {
    margin-top: 20px;
  }

  .div-block-48 {
    z-index: 9998;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: auto;
    right: auto;
  }

  .text-block-13 {
    font-family: Lato, sans-serif;
    display: none;
  }

  .html-embed-4 {
    right: 4%;
  }
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3be8c-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3be8f-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3be98-9ff6c5ac {
  justify-self: end;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3be9c-9ff6c5ac {
  justify-self: start;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bea0-9ff6c5ac {
  justify-self: center;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bea2-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bea4-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bea6-9ff6c5ac {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bea8-9ff6c5ac, #w-node-ad3db7d2-86a9-7e93-98ee-628688f3beab-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bead-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3beaf-9ff6c5ac {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3beb1-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bebd-9ff6c5ac {
  justify-self: end;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bec1-9ff6c5ac {
  justify-self: start;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bec7-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bec9-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3becb-9ff6c5ac {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3becd-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bed9-9ff6c5ac {
  justify-self: end;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bedd-9ff6c5ac {
  justify-self: start;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bee3-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bee5-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bee7-9ff6c5ac {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ad3db7d2-86a9-7e93-98ee-628688f3bee9-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f4662-9ff6c5ac {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f4663-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f4668-9ff6c5ac {
  place-self: center stretch;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f466d-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f4671-9ff6c5ac {
  justify-self: start;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f4680-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f4682-9ff6c5ac, #w-node-_26f221eb-ed2a-c77b-7a14-f886583f4692-9ff6c5ac {
  justify-self: start;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f46a1-9ff6c5ac {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f46a3-9ff6c5ac {
  justify-self: start;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f46a6-9ff6c5ac {
  align-self: end;
}

#w-node-_26f221eb-ed2a-c77b-7a14-f886583f46b3-9ff6c5ac {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_97521485-b73f-23ea-0925-2a799e69e29c-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_97521485-b73f-23ea-0925-2a799e69e29d-9ff6c5ac {
  place-self: center start;
}

#w-node-_97521485-b73f-23ea-0925-2a799e69e2aa-9ff6c5ac {
  place-self: center;
}

#w-node-_97521485-b73f-23ea-0925-2a799e69e2b3-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d193903-332b-ddcd-37e9-ff2e0c31545c-9ff6c5ac {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_5d193903-332b-ddcd-37e9-ff2e0c31545d-9ff6c5ac {
  place-self: center start;
}

#w-node-_5d193903-332b-ddcd-37e9-ff2e0c3154c1-9ff6c5ac {
  place-self: center;
}

#w-node-_5d193903-332b-ddcd-37e9-ff2e0c3154ca-9ff6c5ac {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_97521485-b73f-23ea-0925-2a799e69e29c-9ff6c5ac, #w-node-_5d193903-332b-ddcd-37e9-ff2e0c31545c-9ff6c5ac {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_26f221eb-ed2a-c77b-7a14-f886583f4680-9ff6c5ac, #w-node-_26f221eb-ed2a-c77b-7a14-f886583f46a1-9ff6c5ac, #w-node-_26f221eb-ed2a-c77b-7a14-f886583f46b3-9ff6c5ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97521485-b73f-23ea-0925-2a799e69e29d-9ff6c5ac, #w-node-_97521485-b73f-23ea-0925-2a799e69e2ac-9ff6c5ac, #w-node-_5d193903-332b-ddcd-37e9-ff2e0c31545d-9ff6c5ac, #w-node-_5d193903-332b-ddcd-37e9-ff2e0c3154c3-9ff6c5ac, #w-node-_5d193903-332b-ddcd-37e9-ff2e0c3154ca-9ff6c5ac {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26f221eb-ed2a-c77b-7a14-f886583f4671-9ff6c5ac {
    justify-self: center;
  }
}


