@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype"), url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --secondary: #17234e;
  --white: #fff;
  --royal-blue: #233577;
  --navy: #060729;
  --transparent: #fff0;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
  --95-blue: #17234ef2;
  --90-navy: #060729f2;
}

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

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

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

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

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

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

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

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

.body {
  color: var(--black);
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/bg_621221405.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.trust {
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--secondary);
  padding-top: 8px;
  padding-bottom: 8px;
}

.trust-pilot {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.fa-social {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 20px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--royal-blue);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.header-contact {
  flex: none;
  margin-left: 10px;
}

.ripple {
  z-index: 0;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 100%;
  width: 800px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: var(--secondary);
  right: -20%;
}

.ripple.dark {
  background-color: var(--royal-blue);
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.co-logo {
  background-color: #0000;
  width: 200px;
  padding-bottom: 0;
}

.co-logo-link.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
}

.dl-link-holder.w--current {
  background-color: var(--navy);
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dl-menu.w--open {
  background-color: var(--royal-blue);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 25px 10px 5px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--white);
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.fonticon.blue {
  color: var(--white);
  border-right-width: 0;
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--navy);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  flex: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, serif;
  font-size: 13px;
  line-height: 20px;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 3px;
  font-family: Merriweather, serif;
  font-size: 13px;
  line-height: 20px;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  border-bottom-color: var(--white);
}

.menu-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.menu-link.home {
  border-bottom-color: var(--white);
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: var(--white);
  font-family: Merriweather, serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.hero-slider {
  height: 94vh;
}

.hero-mask {
  height: 94vh;
  min-height: 800px;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.button-img-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.button-img-link._4 {
  background-image: url('../images/chianti-tours-and-rides-service-box.webp');
  background-position: 50% 0;
}

.button-img-link._3 {
  background-image: url('../images/package-button.webp');
  background-position: 50%;
  height: 300px;
}

.button-img-link._2 {
  background-image: url('../images/tours-and-rides-service-box.webp');
  background-position: 50%;
}

.button-img-link._1 {
  background-image: url('../images/message-from-leo-service-box.webp');
  background-position: 50%;
}

.button-img-link._5 {
  background-image: url('../images/special-events-service-box.webp');
}

.button-img-link._6 {
  background-image: url('../images/gargonza1.webp');
  background-position: 0%;
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 80px;
  padding: 5px;
  font-family: Dancing Script, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 310px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--royal-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--royal-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: -80px;
  padding: 15px 10px 15px 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--royal-blue);
  letter-spacing: -1px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Dancing Script, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.h1.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section.small {
  padding-bottom: 20px;
}

.double-content-div {
  justify-content: space-between;
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.underline {
  background-color: var(--royal-blue);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.underline.centre {
  margin-left: auto;
  margin-right: auto;
}

.btn-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.primary-btn {
  z-index: 1;
  border: 1px solid var(--secondary);
  background-color: var(--navy);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.m-auto {
  border: 1px solid var(--white);
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
}

.primary-btn._20r {
  margin-right: 20px;
}

.p {
  margin-bottom: 10px;
  line-height: 30px;
}

.p._0b {
  margin-bottom: 0;
}

.p.bold {
  font-weight: 700;
}

.p._20b {
  margin-bottom: 20px;
}

.p.testimonial {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--secondary) var(--secondary) var(--royal-blue);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  display: flex;
}

.p-block {
  width: 48.5%;
}

.p-block._100 {
  width: 100%;
}

.p-block._100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-div {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 40%;
  display: flex;
  position: relative;
}

.img-div.home {
  background-image: url('../images/homepage-unique-tuscan-biking-experience-image-at-the-back.webp');
  background-position: 50% 85%;
  justify-content: flex-end;
  align-items: center;
}

.img-div._48 {
  width: 48.5%;
}

.img-div._48.msg {
  background-image: url('../images/use-to-replace-the-only-image-on-the-page-message-from-leo-1.webp');
  width: 48%;
}

.img-div._48.tour {
  background-image: url('../images/use-to-replace-first-image-on-tours-and-rides-page.webp');
  background-position: 50%;
}

.img-div._48.pack {
  background-image: url('../images/Copia-233.webp');
  background-position: 50%;
}

.img-div._48.chianti {
  background-image: url('../images/tours.webp');
  background-position: 50%;
}

.img-div.recommend {
  width: 100%;
  height: 450px;
}

.img-div.recommend._1 {
  background-image: url('../images/gargonza1.webp');
}

.img-div.recommend._1.bb {
  background-image: url('../images/La-locaccia-2.webp');
}

.img-div.recommend._1.hotel-1 {
  background-image: url('../images/DormiVeglia.webp');
}

.img-div.recommend._1.sc {
  background-image: url('../images/image2.webp');
}

.img-div.recommend._2 {
  background-image: url('../images/gargonza-2.webp');
}

.img-div.recommend._2.bb-1 {
  background-image: url('../images/La-locaccia.webp');
}

.img-div.recommend._2.hotel-2 {
  background-image: url('../images/Logge-Dei-Mercanti-1.webp');
}

.img-div.recommend._2.hoel-3 {
  background-image: url('../images/San-Gallo2.webp');
}

.img-div.recommend._3 {
  background-image: url('../images/sugar-2.webp');
}

.img-div.recommend._4 {
  background-image: url('../images/sugar-1.webp');
}

.img-div.recommend._5 {
  background-image: url('../images/sugar-3.webp');
}

.img-div.recommend._6 {
  background-image: url('../images/DormiVeglia.webp');
}

.img-div.recommend._7 {
  background-image: url('../images/Logge-Dei-Mercanti-1.webp');
}

.img-div.recommend._8 {
  background-image: url('../images/San-Gallo2.webp');
}

.img-div.recommend._9 {
  background-image: url('../images/La-locaccia-2.webp');
}

.img-div.recommend._10 {
  background-image: url('../images/La-locaccia.webp');
}

.img-div.recommend._11 {
  background-image: url('../images/ama-1.webp');
}

.img-div.recommend._12 {
  background-image: url('../images/ama-2.webp');
  background-size: cover;
}

.img-div.recommend._13 {
  background-image: url('../images/brolio-1.webp');
}

.img-div.recommend._14 {
  background-image: url('../images/brolio-2.webp');
}

.img-div.recommend.monte-1 {
  background-image: url('../images/Monte-2.webp');
}

.img-div.recommend.monte-2 {
  background-image: url('../images/Monte-1.webp');
}

.img-div.recommend.monte-3 {
  background-image: url('../images/Monte-3.webp');
}

.img-div.recommend.chat-section.sc-2 {
  background-image: url('../images/image1.webp');
  background-position: 50%;
}

.img-div.recommend.sc-1 {
  background-image: url('../images/image3.webp');
  background-position: 16%;
}

.pinned-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pinned-div.vertical, .pinned-div.down {
  flex-flow: column;
}

.large-p-block {
  background-color: var(--white);
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-shadow: 0 3px 15px #0000004d;
}

.large-p-block._350 {
  margin-bottom: -350px;
}

.large-p-block._100b {
  margin-bottom: 100px;
}

.large-p-block.flex {
  flex-flow: column;
  display: flex;
}

.h2 {
  color: var(--navy);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Dancing Script, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.h2._15b {
  margin-bottom: 15px;
}

.large-image-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-image-section.padd {
  margin-bottom: 40px;
}

.large-image-section.padd.top-padd {
  margin-top: 40px;
}

.large-image-section.padd.left {
  justify-content: space-between;
  align-items: flex-start;
}

.lrg-img {
  background-image: url('../images/homepage-image-below-why-choose-biking-with-leonardo-1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-title {
  color: var(--white);
  letter-spacing: -.5px;
  margin: 0 10px 10px;
  font-family: Dancing Script, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.white-title.white {
  color: var(--white);
  line-height: 40px;
}

.white-title.white.smaller {
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.light-text-line {
  background-color: var(--royal-blue);
  width: 40px;
  height: 2px;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.grid-img-lrg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-img-lrg.home {
  background-image: url('../images/homepage-images-under-guided-cycling-tours-image-on-the-left.webp');
  background-position: 50% 100%;
  border-radius: 0;
}

.grid-img-lrg.monte {
  background-image: url('../images/monte_san_savino-9.webp');
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.grey-dividing-line {
  background-color: #5f5f5163;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.grid-image-div._1 {
  background-image: url('../images/homepage-images-under-guided-cycling-tours-top-right-image.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-div.monte-1 {
  background-image: url('../images/monte_san_savino-32.webp');
  background-position: 50% 80%;
}

.grid-image-div.monte-2 {
  background-image: url('../images/9983236D-53A6-4A75-B9DA-B560A228EF58.webp');
  background-position: 50% 15%;
}

.grid-image-div._2 {
  background-image: url('../images/homepage-images-under-guided-cycling-tours-image-on-the-bottom-right.webp');
  background-position: 50% 66%;
}

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

.h2-wrapper {
  align-items: center;
  display: flex;
}

.cta-text-contact {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.cta-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-section {
  background-image: linear-gradient(to bottom, var(--95-blue), var(--95-blue)), url('../images/bg_621221405-black.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section._0b {
  padding-bottom: 0;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 5px 20px #2121214d;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--90-navy);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.h3 {
  color: var(--white);
  text-transform: none;
  font-family: Dancing Script, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.h3.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.h3.sm-h3.white-h3 {
  color: var(--white);
}

.h3.black {
  color: var(--black);
  font-size: 30px;
}

.heading-3-right-text {
  background-image: linear-gradient(to bottom, var(--90-navy), var(--90-navy)), url('../images/bg_621221405-black.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  padding: 0;
}

.container-3 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.h3-img {
  background-image: url('../images/image-next-to-h3-on-every-page.webp');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.foooter-logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: flex;
}

.footer-section-2 {
  background-image: linear-gradient(to bottom, var(--95-blue), var(--95-blue)), url('../images/bg_621221405-black.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.footer-contact-link {
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--white);
  cursor: auto;
}

.bottom-icon {
  background-color: var(--royal-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border: 1px solid #ffffff26;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  justify-content: flex-start;
}

.footer-social-link {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._3col._0b {
  margin-bottom: 0;
}

.default-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._4col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._4col._0b {
  margin-bottom: 0;
}

.default-list.change {
  grid-template-columns: 1fr 1fr;
}

.default-list.change.flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bullet-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.list-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-item.side {
  flex-flow: row;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-content {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

.section-1-white {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-1-white.p-white {
  background-color: #fff;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

.container-5 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.contact-page-link {
  color: var(--white);
  text-decoration: none;
}

.contact-page-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.gallery-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lb {
  text-transform: uppercase;
  text-decoration: none;
}

.content-section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.double-content-div-2 {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.trust-reviews {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.live-chat-text {
  color: var(--white);
  text-decoration: none;
}

.chat-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--secondary);
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  width: 47px;
  margin-right: 10px;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.whatsapp-chat {
  background-color: var(--white);
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.chat-section {
  background-color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.fa-social-2 {
  background-color: var(--white);
  color: var(--royal-blue);
  border: 1px solid #263b53;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

.fa-social-2.social-media {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 30% 0% 50% auto;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--royal-blue);
  color: var(--royal-blue);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -40px 0 0 var(--royal-blue);
  color: var(--white);
}

.icon-3 {
  margin-right: 5px;
  font-size: 15px;
  line-height: 15px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-div {
  padding-top: 10px;
}

.nav-section {
  z-index: 3;
  background-color: var(--royal-blue);
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  position: static;
}

.smaller {
  color: var(--secondary);
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  height: 70%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -100px;
  box-shadow: 0 5px 15px 5px #00000026;
}

.inner-img.home {
  background-image: url('../images/tailored.webp');
  background-position: 15%;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  left: 34px;
  box-shadow: 0 5px 20px #00000080;
}

.buttons-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slides._2 {
  background-image: url('../images/tuscany_69197875.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slides._1 {
  background-image: url('../images/cycling_267990467.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slides._4 {
  background-image: url('../images/tuscany_67610825.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slides._3 {
  background-image: url('../images/cycle_138828889.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text-div {
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-slide-in {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.hero-sub-titile {
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: none;
  text-shadow: 2px 2px 4px #000000e6;
  margin-bottom: 20px;
  font-family: Dancing Script, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.hero-title {
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: none;
  text-shadow: 2px 2px 5px #000000e6;
  margin-bottom: 30px;
  font-family: Dancing Script, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}

.read-more {
  background-color: var(--secondary);
  color: var(--white);
  padding: 10px 30px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.tuscany {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: block;
  box-shadow: 0 5px 15px #00000080;
}

.icon-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.arrow-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.home-nav-section {
  z-index: 3;
  background-color: var(--transparent);
  width: 100%;
  position: absolute;
}

.sub-heading {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dancing Script, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

._3x3-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3x3-grid._30b {
  margin-bottom: 30px;
}

._3-grid-div {
  border: 1px solid var(--95-blue);
  padding: 20px;
}

._2-col-div {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

._2-col-div._0b {
  margin-bottom: 0;
}

.left-content {
  width: 48.5%;
  min-height: 100px;
}

.right-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.5%;
}

.right-image.citivella {
  background-image: url('../images/archway.webp');
  background-position: 50% 40%;
}

.right-image.cortona {
  background-image: url('../images/tours-and-rides-image-next-to-cortona.webp');
}

.right-image.pietraviva {
  background-image: url('../images/tours-and-rides-image-next-to-pietraviva.webp');
  background-position: 50% 35%;
}

.right-image.pienza {
  background-image: url('../images/tours-and-rides-image-next-to-pienza.webp');
}

.right-image.siena {
  background-image: url('../images/siena.webp');
  background-position: 50%;
}

.right-image.castello-di-brolio {
  background-image: url('../images/chianti-tours-and-rides-page-image-next-to-castello-di-brolio.webp');
}

.right-image.castello-di-ama {
  background-image: url('../images/CASTELLO-DI-AMA.webp');
}

.right-image.crete-senesi {
  background-image: url('../images/tours-and-rides-image-next-to-crete-senesi.webp');
  background-position: 50% 0;
}

.right-image.eroicamontalcino {
  background-image: url('../images/val_dorcia-25.webp');
}

.divider-svg {
  opacity: .3;
  margin-bottom: 50px;
}

.divider-svg._30t {
  margin-top: 30px;
}

.areas-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.areas-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.areas-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.area {
  margin-bottom: 0;
  line-height: 30px;
}

.area._0b {
  margin-bottom: 0;
}

.area.bold {
  font-weight: 700;
}

.area._20b {
  margin-bottom: 20px;
}

.gallery-title {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.full-img {
  margin-top: 40px;
}

.text-span {
  font-size: 19px;
}

.header-div-home {
  background-color: #0000004d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.img-block {
  background-image: url('../images/Palio.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.img-block.gallo {
  background-image: url('../images/Gallo-Nero-bike-race.webp');
}

.img-block.l-eroica {
  background-image: url("https://cdn.prod.website-files.com/666af4810d416306dd019e6d/66b1f506ecd5be17fd8662cf_L'Eroica.webp");
}

.img-block.l {
  background-image: url("https://cdn.prod.website-files.com/666af4810d416306dd019e6d/66b1f507fa183c68a0b0242a_L'Intrepida%20Cicloturistica.webp");
}

.img-block.olive {
  background-image: url('../images/olive-harvesting.webp');
}

.video {
  margin-top: 20px;
}

.reccomd-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.reccomd-grid.three {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  .ripple {
    width: 800px;
  }

  .double-content-div {
    display: flex;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .ripple.dl-btn {
    width: 420px;
    height: 350px;
    top: -250%;
  }

  .headt-call-btn {
    background-color: var(--secondary);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: none;
  }

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
    display: none;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .dl-menu.w--open {
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }

  .dropdown-toggle {
    background-color: var(--transparent);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    font-weight: 400;
  }

  .dropdown-toggle:hover {
    background-color: var(--secondary);
    color: var(--white);
  }

  .icon {
    color: var(--white);
    text-align: right;
  }

  .header-div {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    color: var(--black);
    text-align: left;
    border-bottom-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--secondary);
    color: var(--white);
  }

  .menu-link.w--current {
    background-color: var(--secondary);
  }

  .logo-div {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button-2 {
    border-radius: 9px;
    width: 100%;
  }

  .menu-button-2.w--open {
    background-color: var(--royal-blue);
  }

  .hero-slider {
    height: 550px;
  }

  .hero-mask {
    height: 550px;
    min-height: auto;
  }

  .button-img-link {
    height: 280px;
  }

  .button-img-link._1 {
    background-position: 50% 26%;
  }

  .black-int-link {
    width: 100%;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--navy);
    grid-template-columns: 1fr 1fr;
    padding: 10px;
  }

  .menu-label-div {
    margin-top: 0;
  }

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

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

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .p-block {
    width: 100%;
  }

  .img-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 400px;
  }

  .img-div.home {
    margin-top: 40px;
  }

  .img-div._48 {
    width: 100%;
    margin-top: 40px;
  }

  .img-div._48.msg {
    background-position: 50%;
  }

  .img-div.recommend {
    height: 350px;
  }

  .pinned-div {
    justify-content: center;
    width: 100%;
    position: static;
  }

  .large-p-block {
    background-color: var(--transparent);
    box-shadow: none;
    width: 90%;
    margin-bottom: 0;
    padding: 0;
  }

  .large-p-block._350 {
    margin-bottom: 0;
  }

  .large-p-block._100b {
    margin-bottom: 60px;
  }

  .h2, .h2._15b {
    font-size: 40px;
    line-height: 40px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .lrg-img {
    width: 90%;
    height: auto;
    min-height: 350px;
    margin-top: 50px;
    position: static;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

  .grid-img-lrg {
    height: 450px;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .h2-wrapper {
    align-items: center;
    display: flex;
  }

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

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .h3 {
    margin-bottom: 15px;
  }

  .h3.sm-h3.white-h3 {
    font-size: 20px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .h3-img {
    width: 100%;
    margin-top: 0;
  }

  .fb-div {
    justify-content: center;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .footer-info-div-2._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .footer-copy-right {
    justify-content: center;
  }

  .default-list._3col, .default-list._2col, .default-list._4col {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .section-1-white.p-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page-info {
    grid-template-columns: 1fr;
  }

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

  .double-content-div-2 {
    flex-direction: column;
    align-items: center;
  }

  .lb-img {
    height: 220px;
  }

  .icon-3 {
    margin-right: 10px;
  }

  .smaller {
    line-height: 50px;
  }

  .inner-img {
    margin-left: 50px;
  }

  .inner-img.home {
    box-shadow: 0 5px 20px 5px #000c;
  }

  .hero-slide-in {
    max-width: 550px;
  }

  .hero-sub-titile {
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 70px;
    line-height: 70px;
  }

  .tuscany {
    margin-bottom: 40px;
  }

  ._2-col-div {
    flex-flow: column;
  }

  .left-content {
    width: 100%;
  }

  .right-image {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }

  .right-image.siena {
    background-position: 50% 30%;
  }

  .areas-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .areas-list._3col, .areas-list._2col {
    grid-template-columns: 1fr 1fr;
  }

  .header-div-home {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .reccomd-grid.three {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .co-logo {
    margin-bottom: 10px;
  }

  .dl-link-holder {
    padding-right: 10px;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    position: static;
  }

  .menu-link {
    width: 100%;
  }

  .logo-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-div-2 {
    width: 100%;
  }

  .hero-slider {
    height: auto;
  }

  .hero-mask {
    height: 450px;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .double-content-div {
    width: 90%;
  }

  .img-div {
    height: 250px;
    margin-bottom: 0;
  }

  .img-div.home {
    margin-bottom: 20px;
  }

  .img-div._48 {
    height: 350px;
    margin-top: 30px;
  }

  .large-p-block._100b {
    margin-bottom: 40px;
  }

  .h2 {
    font-size: 34px;
    line-height: 34px;
  }

  .lrg-img {
    height: auto;
    min-height: 300px;
    margin-top: 40px;
  }

  .white-title {
    font-size: 34px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    margin-bottom: 10px;
  }

  .grid-img-lrg {
    height: 250px;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-image-div {
    height: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .cta-link {
    font-size: 16px;
  }

  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 38px;
  }

  .h3.sm-h3.white-h3 {
    line-height: 30px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .h3-img {
    width: 100%;
  }

  .footer-section-2 {
    padding-top: 40px;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

  .default-list._3col, .default-list._2col, .default-list._4col {
    grid-template-columns: 1fr;
  }

  .contact-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-1-white.p-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .content-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .smaller {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
  }

  .inner-img.home {
    margin-bottom: -20px;
    margin-left: 20px;
    box-shadow: 0 5px 15px #0006;
  }

  .hero-text-div {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px 50px;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 54px;
  }

  ._2-col-div {
    margin-bottom: 30px;
  }

  .right-image {
    height: 350px;
  }

  .divider-svg {
    opacity: .5;
    margin-bottom: 20px;
  }

  .areas-list {
    grid-template-columns: 1fr 1fr;
  }

  .areas-list._3col, .areas-list._2col {
    grid-template-columns: 1fr;
  }

  .full-img {
    margin-top: 30px;
  }

  .reccomd-grid, .reccomd-grid.three {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .header-contact {
    padding-left: 0;
  }

  .ripple {
    width: 700px;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .co-logo {
    margin-bottom: 10px;
  }

  .co-logo-link {
    text-align: center;
    width: 100%;
  }

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    z-index: 10;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .icon {
    text-align: center;
  }

  .header-div {
    flex-direction: column;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .menu-link {
    text-align: left;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .logo-div {
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
  }

  .menu-button-2 {
    z-index: 10;
    background-color: var(--secondary);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--royal-blue);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-slider {
    display: block;
  }

  .hero-mask {
    height: 540px;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .double-content-div {
    width: 90%;
  }

  .underline {
    margin-bottom: 20px;
  }

  .btn-text {
    font-size: 14px;
  }

  .primary-btn {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-btn.m-auto {
    margin-top: 10px;
  }

  .primary-btn._20r {
    margin-right: 10px;
  }

  .p {
    font-size: 14px;
    line-height: 26px;
  }

  .p.bold {
    margin-bottom: 5px;
  }

  .p._20b {
    margin-bottom: 10px;
  }

  .img-div.home {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .img-div._48 {
    height: 250px;
    margin-top: 20px;
  }

  .img-div.recommend {
    height: 250px;
  }

  .pinned-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .large-p-block._100b {
    margin-bottom: 30px;
  }

  .h2, .h2._15b {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .lrg-img {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-top: 30px;
  }

  .white-title {
    margin-left: 0;
    margin-right: 0;
  }

  .white-title.white {
    font-size: 24px;
  }

  .white-title.white.smaller {
    font-size: 24px;
    line-height: 30px;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid-image-div {
    background-position: 0%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-text-contact {
    margin-bottom: 5px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20 {
    grid-template-columns: 60px 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .cta-link {
    font-size: 14px;
  }

  .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .icon-2 {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    font-size: 16px;
  }

  .h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .h3.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3-right-text {
    padding: 30px 20px;
  }

  .foooter-logo {
    max-width: 220px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-brand.w--current {
    margin-bottom: 0;
  }

  .list {
    text-align: center;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-section-2 {
    padding-top: 30px;
  }

  .footer-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .bottom-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
    display: none;
  }

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div-2._1 {
    border-width: 0 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-copy-right {
    padding-bottom: 100px;
  }

  .default-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .default-list._3col {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .default-list._2col, .default-list._4col {
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bullet-list {
    font-size: 14px;
    line-height: 24px;
  }

  .section-1-white.p-white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .content-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lb-img {
    height: 200px;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .livechat-button {
    width: 90%;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    display: none;
    position: relative;
  }

  .fa-container {
    top: 55%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .smaller {
    font-size: 26px;
    line-height: 36px;
  }

  .inner-img.home {
    width: 160px;
    margin-bottom: -40px;
  }

  .hero-text-div {
    padding-bottom: 40px;
  }

  .hero-sub-titile {
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 45px;
  }

  .read-more {
    padding: 8px 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .read-more.w--current {
    font-size: 20px;
    line-height: 30px;
  }

  .tuscany {
    margin-bottom: 30px;
  }

  .arrow-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
  }

  ._2-col-div {
    margin-bottom: 30px;
  }

  .right-image {
    height: 250px;
    margin-top: 20px;
  }

  .divider-svg {
    margin-bottom: 20px;
  }

  .areas-list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .areas-list._3col, .areas-list._2col {
    grid-template-columns: 1fr;
  }

  .area {
    font-size: 14px;
    line-height: 26px;
  }

  .full-img {
    margin-top: 20px;
  }

  .header-div-home {
    flex-direction: column;
    padding: 0;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-dd019e60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-dd019e60, #w-node-a545b6de-3706-ab00-707d-21377dd9bf05-dd019e60 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930, #w-node-_774bf5c9-670b-ac55-bbfa-019b72280ba8-dd019e64, #w-node-_774bf5c9-670b-ac55-bbfa-019b72280bb1-dd019e64, #w-node-_774bf5c9-670b-ac55-bbfa-019b72280bba-dd019e64 {
  align-self: center;
}

#w-node-_8877303d-5f89-11bb-fcb3-82e02fa066a2-dd019e65, #w-node-_20981ecc-d18e-0a48-b705-20990e27981a-dd019e65, #w-node-c01a1b88-343c-e34f-f6e1-81e7adad94ef-dd019e65, #w-node-_44459a15-3488-335d-9e10-5cbb77df3741-dd019e65, #w-node-eb39c460-0c1e-f32b-62ca-ea16ff3bbab7-dd019e65, #w-node-_196e9cac-0bcf-1b13-6e9f-aec3d3c73c7f-dd019e65, #w-node-d08b95ae-bcdd-325f-e9ea-47a6d09ec676-dd019e65, #w-node-_6b9e3f84-e7a7-1305-014b-71b3ffcf0cdf-dd019e65, #w-node-_794e71a9-066d-7e27-f805-dfd8a0b94bd1-0386dad9, #w-node-_6118494e-f5f1-4454-a3b6-53ca4f480457-dcd8d990, #w-node-_6b2de296-22cb-6c02-d465-e33c61d86385-dcd8d990, #w-node-_9833c8cf-6441-c91e-3f28-3f98128e7371-dcd8d990, #w-node-_8437b901-2187-47f7-7fb8-a4c512580704-dcd8d990, #w-node-_07838c50-b77d-5778-455d-a985ae166626-dcd8d990, #w-node-c3d509c1-3d6d-b885-7183-652616f50a9f-dcd8d990, #w-node-aa6846bf-444e-1475-d7e1-33f0802a3f9c-dcd8d990, #w-node-e717fe83-b4e3-86c2-7a65-a088b76ef47e-dcd8d990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-dd019e60, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-dd019e60, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-dd019e60, #w-node-a545b6de-3706-ab00-707d-21377dd9bf05-dd019e60, #w-node-a545b6de-3706-ab00-707d-21377dd9bf06-dd019e60, #w-node-a545b6de-3706-ab00-707d-21377dd9bf07-dd019e60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}