:root {
  --white: white;
  --tmt-blue: #143653;
  --tmt-yellow: #f1b04c;
  --tmt-orange: #cf512a;
  --dim-grey: #6b6b6b;
  --tmt-green: #488780;
  --black: black;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.section.center {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653c4, #fff0), url('../images/TMT-hero.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.section.more-padding {
  padding-top: 60px;
  overflow: visible;
}

.section.more-padding.not-overflow {
  overflow: hidden;
}

.section.bottom-spacing {
  padding-bottom: 40px;
  overflow: visible;
}

.section.bottom-spacing.not-overflow {
  overflow: hidden;
}

.section.tour-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-peninsula-hero.jpeg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.section.tour-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.tour-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.section.tour-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.tour-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.section.tour-hero.tailored {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/tailored-tours-hero.jpg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.tour-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.cape-town-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/va-waterfront.jpeg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.section.cape-town-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.cape-town-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.section.cape-town-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.cape-town-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.section.cape-town-hero.tailored {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.start-planning-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/coast-drive.jpg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.section.start-planning-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.start-planning-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.section.start-planning-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.start-planning-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.section.start-planning-hero.tailored, .section.start-planning-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.contact-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/two-oceans-aquarium.jpeg');
  background-position: 50% 100%, 0 0, 50% 40%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.section.contact-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.contact-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.section.contact-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.contact-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.section.contact-hero.tailored, .section.contact-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section._404-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-peninsula-hero.jpeg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.section._404-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section._404-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.section._404-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section._404-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.section._404-hero.tailored, .section._404-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section._404-hero.full-page {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.section.about-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.section.about-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.about-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.section.about-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.about-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.section.about-hero.tailored, .section.about-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.section.after-divider {
  padding-top: 0;
  overflow: hidden;
}

.section.after-divider.not-overflow {
  overflow: hidden;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 85vw;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Poppins, sans-serif;
}

.body._2 {
  overflow: visible;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 50%;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.left {
  width: 100%;
  padding-left: 0;
}

.feature-content.right {
  padding-right: 0;
}

.feature-content.itinerary {
  color: var(--white);
  text-align: left;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.right-content {
  width: 100%;
  padding-left: 4vw;
  padding-right: 0;
}

.feature-content.know-about-cards {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.right-content-copy {
  width: 100%;
  padding-left: 4vw;
  padding-right: 0;
}

.image-2 {
  flex: 1;
  width: 100%;
  max-width: none;
  display: block;
}

.nav-menu-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  background-image: url('../images/menu-highlight-mountain.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 45px;
}

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

.nav-link.drop {
  margin-right: 10px;
}

.hero-content {
  z-index: 90;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 980px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.cards {
  flex-flow: row;
  max-width: 1000px;
  margin-top: 0;
}

.feature-wrap.slider {
  background-color: #fff0;
  margin-top: 5vh;
  margin-bottom: 0;
}

.feature-wrap.tailor {
  margin-top: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-heading-2 {
  color: var(--tmt-blue);
  font-size: 36px;
  font-weight: 600;
}

.hero-subhead {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  display: inline-block;
}

.nav-logo-wrap {
  flex: none;
  margin-right: 0;
}

.nav-menu-center {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-02 {
  background-color: var(--tmt-yellow);
  color: #b761b8;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  box-shadow: 0 2px 7px #00000040;
}

.button-02:hover {
  box-shadow: none;
  border-color: #ffd961;
  transform: none;
}

.button-02.red {
  background-color: var(--tmt-orange);
}

.button-02_txt {
  background-color: var(--tmt-yellow);
  outline-color: var(--tmt-yellow);
  outline-offset: 0px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  outline-width: 5px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: border 1s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button-02_txt:hover {
  border-width: 2px;
}

.button-02_txt.red {
  background-color: var(--tmt-orange);
  outline-color: var(--tmt-orange);
}

.div-block-13 {
  margin-top: 30px;
}

.compass {
  background-image: url('../images/button-compass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px 160px;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 0;
  height: 160px;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
}

.compass.red {
  background-image: url('../images/button-compass-red.svg');
}

.compass-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-highlight {
  color: var(--tmt-yellow);
  background-color: #fff0;
  background-image: url('../images/menu-highlight-mountain.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
}

.nav-link-highlight:hover {
  color: var(--white);
  background-image: url('../images/menu-highlight-mountain-light.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  font-weight: 600;
}

.nav-link-highlight.w--current {
  color: var(--tmt-yellow);
}

.nav-link-highlight.w--current:hover {
  color: var(--white);
}

.logo {
  margin-left: 15px;
  margin-right: 15px;
}

.dropdown {
  text-align: center;
  text-transform: uppercase;
  border-right: 0 solid #ececec;
  width: auto;
  font-weight: 600;
  position: static;
}

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #4b4b4b;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.info-card {
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7b7b7b33;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 34rem;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  border-color: #7b7b7b99;
}

.paragraph-2 {
  font-weight: 400;
}

.tour-name-title {
  color: #4f4f50;
  width: 100%;
  margin-top: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.tour-name-title.dgb {
  color: var(--tmt-blue);
  margin-bottom: 15px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.grid-7 {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 61px;
}

.grid-7._4col {
  grid-column-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-7._4col.dgb {
  margin-bottom: 43px;
}

.section-2 {
  background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(to right, #fff0, #1436539e), url('../images/table-mountain.jpg');
  background-position: 50% 101%, 50% 0, 0 0, 50%;
  background-repeat: repeat-x, repeat-x, repeat, repeat;
  background-size: 100%, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 160px 30px 140px;
  display: flex;
  overflow: hidden;
}

.section-2.cape-peninsula-itinerary {
  text-align: center;
  background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(#00000080, #00000080), url('../images/cape-peninsula-itinerary.jpeg');
  background-position: 50% 101%, 50% 0, 0 0, 50% 0;
  background-repeat: repeat-x, repeat-x, repeat, repeat;
  background-size: 100%, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-2.cape-winelands-itinerary {
  text-align: center;
  background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(99deg, #0e0d1fbd, #090c1963), url('../images/babylonstoren-itinerary.jpg');
  background-position: 50% 101%, 50% 0, 0 0, 50% 0;
  background-repeat: repeat-x, repeat-x, repeat, repeat;
  background-size: 100%, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-2._3-day-tour-itinerary {
  text-align: center;
  background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(99deg, #0e0d1fbd, #090c1963), url('../images/view-from-table-mountain-itinerary.jpeg');
  background-position: 50% 101%, 50% 0, 0 0, 50% 0;
  background-repeat: repeat-x, repeat-x, repeat, repeat;
  background-size: 100%, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-2._5-day-tour-itinerary {
  text-align: center;
  background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(99deg, #0e0d1fbd, #090c1963), url('../images/5-day-tour-itinerary.jpeg');
  background-position: 50% 100%, 50% 0, 0 0, 50% 0;
  background-repeat: repeat-x, repeat-x, repeat, repeat;
  background-size: 100%, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-2.tailored-tours-about {
  text-align: center;
  background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(#00000080, #00000080), url('../images/man-looking-at-table-mountain.jpg');
  background-position: 50% 101%, 50% 0, 0 0, 50% 0;
  background-repeat: repeat-x, repeat-x, repeat, repeat;
  background-size: 100%, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-heading-2-light {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
}

.slider {
  background-color: #f8faff;
  border-radius: 4px;
  height: auto;
}

.card-heading {
  color: var(--tmt-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-12 {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-12.light {
  color: var(--white);
}

.tag-wrapper-2 {
  width: 100%;
  max-width: 235px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.product-card-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  transition: transform .4s, box-shadow .4s;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.product-card-2:hover {
  transform: translate(0, -6px)scale(1.02);
  box-shadow: 0 1px 6px #00000026;
}

.product-card-button-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
  display: flex;
}

.product-card-image-2 {
  background-image: linear-gradient(#f5f5f580, #f5f5f580);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 260px;
}

.product-card-image-2.cape-peninsula {
  background-image: url('../images/cape-peninsula-tour.jpeg');
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
  max-height: 200px;
}

.product-card-image-2.three-day-tour {
  background-image: url('../images/three-day-tour.jpeg');
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
  max-height: 200px;
}

.product-card-image-2.cape-winelands {
  background-image: url('../images/winelands.jpeg');
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
  max-height: 200px;
}

.product-card-image-2._5-day {
  background-image: url('../images/five-day-tour.jpeg');
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
  max-height: 200px;
}

.product-card-image-2.garden-route {
  background-image: url('../images/garden-route.jpeg');
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
  max-height: 200px;
}

.product-card-description-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
}

.mask-7 {
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  height: 170%;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  height: 180%;
}

.arrow-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

.left-arrow-3 {
  align-items: center;
  margin-top: 80px;
  display: block;
}

.icon-8 {
  margin-top: 80px;
  margin-bottom: 0;
  margin-right: 5px;
}

.image-3 {
  border-radius: 0;
  flex: none;
  width: 90%;
  max-width: none;
  display: block;
}

.html-embed-4 {
  width: 100%;
  max-width: 980px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.footer-section {
  background-image: url('../images/divider-top-white.svg'), linear-gradient(#143653b3, #143653b3), url('../images/Footer-image.jpg');
  background-position: 50% 0, 0 0, 50% 100%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 30px 0;
  display: flex;
  overflow: hidden;
}

.footer-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.quick-stack {
  grid-column-gap: 30px;
  width: 100%;
  padding-bottom: 0;
}

.social-icon {
  color: var(--white);
  width: 40px;
  margin-right: 20px;
}

.footer-text {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-text.bold {
  font-weight: 600;
}

.experience-heading {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}

.bullet-icon {
  opacity: 1;
  margin-right: 10px;
}

.bullet-list {
  flex-direction: row;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.experience-icon {
  margin-right: 15px;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 0;
  display: flex;
  position: relative;
}

.arrow-disabled {
  opacity: .5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 17px;
  display: flex;
}

.slide-nav-4 {
  display: none;
}

.testimonial-slide {
  width: 100%;
  position: relative;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-columns {
  align-items: flex-start;
  display: flex;
}

.right-arrow-3 {
  display: none;
  inset: auto 35% 0% auto;
}

.experience-image {
  width: 98%;
  max-height: 100%;
  margin-right: 20px;
  padding-bottom: 0;
  overflow: visible;
}

.left-arrow-4 {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.slider-right {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 17px 17px 17px 19px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.experiences-slider {
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  height: auto;
  overflow: visible;
}

.arrow-2 {
  width: 35px;
}

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

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 40px;
  display: flex;
}

.slider-left {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 17px 19px 17px 17px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.bullet-group {
  margin-top: 30px;
  padding-left: 0;
}

.divider-line {
  border-top: 1px solid var(--white);
  width: 60%;
  max-width: 60%;
  margin-left: 20px;
  margin-right: 20px;
}

.divider-line.dark {
  opacity: 1;
  border-top-color: #14365380;
}

.feature-wrap-footer {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 980px;
  margin-top: 10vh;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.feature-wrap-footer-2 {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 980px;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.footer-text-bottom {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.divider {
  align-items: center;
  width: 100%;
}

.divider.between-sections {
  max-width: 980px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 0;
}

.image-9 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.bullet-list-footer {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15.1px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-4 {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.fade {
  background-color: var(--white);
  opacity: .7;
  border-radius: 8px;
  width: 234px;
  max-width: 235px;
  height: 475px;
  position: absolute;
}

.button-02-inactive {
  background-color: var(--tmt-yellow);
  color: #b761b8;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 7px #00000040;
}

.compass-wrapper-inactive {
  opacity: .4;
  cursor: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.compass-inactive {
  opacity: 0;
  cursor: auto;
  background-image: url('../images/button-compass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px 160px;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 0;
  height: 160px;
  padding-top: 0;
  display: flex;
}

.button-02_txt-inactive {
  background-color: var(--tmt-yellow);
  outline-color: var(--tmt-yellow);
  outline-offset: 0px;
  color: #fff;
  cursor: auto;
  border: 2px solid #fff;
  border-radius: 100px;
  outline-width: 5px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.product-card-2-inactive {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  transition: transform .4s, box-shadow .4s;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.coming-soon {
  opacity: 1;
  background-color: #fff0;
  background-image: url('../images/coming-soon.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 8px;
  width: 234px;
  max-width: 235px;
  height: 475px;
  position: absolute;
}

.div-block-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 7vh;
}

.plain-link-bold {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

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

.dropdown-2 {
  margin-left: 0;
  margin-right: 10px;
}

.icon-9 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link {
  color: var(--dim-grey);
  font-size: 15px;
}

.dropdown-link:hover {
  color: var(--tmt-blue);
}

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

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

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

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

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

.nav-link-highlight-mobile {
  color: var(--tmt-yellow);
  background-color: #fff0;
  background-image: url('../images/menu-highlight-mountain.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
  display: none;
}

.nav-link-highlight-mobile:hover {
  color: var(--white);
  background-image: url('../images/menu-highlight-mountain-light.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  font-weight: 600;
}

.icon-10 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: none;
}

.center-paragraph {
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75%;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-tour-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 20px;
  display: flex;
  overflow: hidden;
}

.sticky-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  display: flex;
  position: relative;
}

.hero-split.left {
  align-items: center;
  width: 40%;
}

.sticky-faq-question {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.faq6_icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.sticky-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  align-self: auto;
  width: 90%;
  padding: 30px;
  position: sticky;
  top: 100px;
  bottom: 20px;
}

.sticky-block.about-cape-town {
  box-shadow: 0 4px 10px 1px #0000001a;
}

.faq-body {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.list-2 {
  margin-bottom: 20px;
  padding-left: 20px;
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.faq-heading.dark-blue {
  color: var(--tmt-blue);
}

.h2 {
  color: #1d75a4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.list-body {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 1rem;
}

.button {
  opacity: 1;
  outline-offset: 0px;
  color: #1d75a4;
  text-transform: uppercase;
  background-color: #fff;
  border: 10px #ffffff80;
  border-radius: 8px;
  outline: 10px solid #ffffff80;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  transition: all .2s ease-in;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #1d75a4;
  outline-color: #1d75a480;
}

.button.blue {
  color: #fff;
  background-color: #1d75a4;
  outline-color: #1d75a482;
}

.button.blue:hover {
  background-color: #343434;
  outline-color: #34343480;
}

.button.blue.right-in-faq {
  margin-bottom: 30px;
  margin-left: 10px;
}

.button.blue.center {
  margin-top: 10px;
  margin-bottom: 10px;
}

.intro-image {
  flex: 1;
  align-self: auto;
}

.faq6_accordion {
  color: var(--white);
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.container-5 {
  width: 100%;
  max-width: 1000px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.faq6_question {
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_question.dark-blue {
  color: var(--tmt-blue);
}

.body-link {
  color: #1d75a4;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.faq6_answer {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  overflow: hidden;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  max-width: 25px;
  height: auto;
  display: flex;
}

.icon-embed-small.org {
  display: none;
}

.itinerary-paragraph {
  color: var(--white);
  margin-bottom: auto;
}

.itinerary-paragraph.dim-grey {
  color: var(--dim-grey);
}

.feature-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon {
  border-radius: 0;
  flex: none;
  width: 100px;
  max-width: 100px;
  display: block;
}

.itinerary-heading {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.itinerary-name {
  color: var(--tmt-blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.itinerary-name.dgb {
  color: var(--tmt-blue);
  margin-bottom: 15px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
}

.paragraph-intro {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.itinerary-button {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  display: flex;
}

.flex-block-3 {
  align-items: center;
}

.tour-heading {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  display: inline-block;
}

.image-10 {
  width: 100px;
  max-width: 100px;
  height: auto;
  margin-top: 30px;
}

.feature-wrap-tours {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 980px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.feature-wrap-tours.reverse {
  flex-direction: row-reverse;
}

.feature-wrap-tours.cards {
  flex-flow: row;
  max-width: 1000px;
  margin-top: 0;
}

.feature-wrap-tours.slider {
  background-color: #fff0;
  margin-top: 5vh;
  margin-bottom: 0;
}

.galley-embed {
  width: 100%;
  max-width: 980px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.faq6_question-first {
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.coming-soon-page-h {
  color: var(--tmt-blue);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  font-size: 50px;
  font-weight: 600;
  line-height: 46px;
  display: inline-block;
}

.page-fade {
  background-color: var(--white);
  opacity: .7;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
}

.coming-soon-page {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  max-width: 40%;
  height: auto;
  margin-top: 120px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.flex-block-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.section-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 20px;
  display: flex;
  overflow: visible;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.tab-pane-tab-1 {
  text-align: left;
  align-self: center;
  margin-left: 60px;
  margin-right: 60px;
}

.tabs-menu {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px -3px #0000001a;
}

.tab-paragraph {
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.paragraph {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

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

.tab-link {
  color: var(--tmt-green);
  background-color: #fff;
  border-radius: 100px;
  font-size: 15px;
}

.tab-link.w--current {
  background-color: var(--tmt-green);
  color: var(--white);
}

.tab-link-tab-2, .tab-link-tab-2-copy {
  border-radius: 100px;
}

.visit-paragraph {
  color: var(--dim-grey);
  margin-bottom: auto;
}

.cape-town-dropdown {
  justify-content: center;
  display: flex;
}

.dropdown-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.dropdown-card {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding: 30px 30px 40px;
  display: flex;
  box-shadow: 0 4px 10px 1px #0000001a;
}

.hidden-info {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  overflow: hidden;
}

.visible-info {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.visible-heading {
  color: var(--tmt-orange);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 2rem;
  display: flex;
}

.arrow-icon {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 25px;
  max-width: 25px;
  height: auto;
  display: block;
}

.arrow-icon.org {
  display: none;
}

.about-cape-town-paragraph {
  color: var(--dim-grey);
  margin-top: 40px;
  margin-bottom: auto;
}

.cape-town-cards-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 90vw;
  max-width: 980px;
  margin-top: 5vh;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.cape-town-cards-wrap.reverse {
  flex-direction: row-reverse;
}

.cape-town-cards-wrap.cards {
  flex-flow: row;
  max-width: 1000px;
  margin-top: 0;
}

.cape-town-cards-wrap.slider {
  background-color: #fff0;
  margin-top: 5vh;
  margin-bottom: 0;
}

.faq6_icon-wrapper-first {
  justify-content: center;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.feature-wrap-vertical {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 980px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.feature-wrap-vertical.reverse {
  flex-direction: row-reverse;
}

.feature-wrap-vertical.cards {
  flex-flow: row;
  max-width: 1000px;
  margin-top: 0;
}

.feature-wrap-vertical.slider {
  background-color: #fff0;
  margin-top: 5vh;
  margin-bottom: 0;
}

.feature-wrap-vertical.tailor {
  margin-top: 0;
}

.t-c-paragraph {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.t-c-heading {
  color: var(--tmt-blue);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.t-c-heading.dgb {
  color: var(--tmt-blue);
  margin-bottom: 15px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.link {
  color: var(--tmt-orange);
  text-decoration: none;
}

.html-embed-5 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.container-6 {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 60px;
}

.home-icon {
  width: 27px;
}

.nav-link-icon {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-icon:hover {
  color: #fff;
}

.nav-link-icon.w--current {
  color: var(--white);
}

.nav-link-icon.w--current:hover {
  background-image: none;
}

.nav-link-icon.drop {
  margin-right: 10px;
}

.follow-us-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  display: flex;
  overflow: hidden;
}

.follow-us-section.center {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653c4, #fff0), url('../images/TMT-hero.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.follow-us-section.more-padding {
  padding-top: 60px;
  overflow: visible;
}

.follow-us-section.more-padding.not-overflow {
  overflow: hidden;
}

.follow-us-section.bottom-spacing {
  padding-bottom: 40px;
  overflow: visible;
}

.follow-us-section.bottom-spacing.not-overflow {
  overflow: hidden;
}

.follow-us-section.tour-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-peninsula-hero.jpeg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.follow-us-section.tour-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.tour-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.follow-us-section.tour-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.tour-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.follow-us-section.tour-hero.tailored, .follow-us-section.tour-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.cape-town-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/va-waterfront.jpeg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.follow-us-section.cape-town-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.cape-town-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.follow-us-section.cape-town-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.cape-town-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.follow-us-section.cape-town-hero.tailored {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.start-planning-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/coast-drive.jpg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.follow-us-section.start-planning-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.start-planning-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.follow-us-section.start-planning-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.start-planning-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.follow-us-section.start-planning-hero.tailored, .follow-us-section.start-planning-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.contact-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/two-oceans-aquarium.jpeg');
  background-position: 50% 100%, 0 0, 50% 40%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.follow-us-section.contact-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.contact-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.follow-us-section.contact-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.contact-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.follow-us-section.contact-hero.tailored, .follow-us-section.contact-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section._404-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-peninsula-hero.jpeg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.follow-us-section._404-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section._404-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.follow-us-section._404-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section._404-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.follow-us-section._404-hero.tailored, .follow-us-section._404-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section._404-hero.full-page {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.follow-us-section.about-hero {
  background-color: #fff;
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50% 60%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
}

.follow-us-section.about-hero.winelands {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/cape-winelands-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.about-hero._3-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/3-day-tour-hero-copy.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
}

.follow-us-section.about-hero._5-day-tour {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#030b1373, #0000009c), url('../images/5-day-tour-hero.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.about-hero.garden-route {
  background-image: linear-gradient(#143653a1, #0e1225a3), url('../images/garden-route-hero.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 102vh;
}

.follow-us-section.about-hero.tailored, .follow-us-section.about-hero.tailored-copy {
  background-image: url('../images/divider-bottom-white.svg'), linear-gradient(#143653a1, #0e1225a3), url('../images/view-from-table-mountain.jpeg');
  background-position: 50% 100%, 0 0, 50%;
}

.follow-us-section.after-divider {
  padding-top: 0;
  overflow: hidden;
}

.follow-us-section.after-divider.not-overflow {
  overflow: hidden;
}

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

.html-embed-6 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .nav-menu-center {
    flex: 1;
  }

  .section-2 {
    background-position: 50% 101%, 50% 0, 0 0, 50%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-subhead {
    max-width: 60%;
  }

  .dropdown {
    width: auto;
  }

  .slider {
    height: auto;
  }

  .product-card-button-2 {
    align-items: center;
  }

  .product-card-description-2, .itinerary-heading {
    text-align: center;
    align-items: center;
  }

  .itinerary-button {
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    margin-top: -25px;
  }

  .section.center, .section.tour-hero, .section.cape-town-hero, .section.start-planning-hero, .section.contact-hero, .section._404-hero, .section.about-hero {
    background-position: 50% 101%, 0 0, 50%;
  }

  .hero-subhead {
    max-width: 50%;
  }

  .dropdown {
    width: auto;
    margin-left: 15px;
    margin-right: 0;
  }

  .section-2 {
    background-position: 50% 102%, 50% 0, 0 0, 50%;
    margin-top: -25px;
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .section-2.cape-peninsula-itinerary, .section-2.cape-winelands-itinerary, .section-2._3-day-tour-itinerary, .section-2._5-day-tour-itinerary, .section-2.tailored-tours-about {
    padding-bottom: 220px;
  }

  .product-card-image-2.cape-peninsula, .product-card-image-2.three-day-tour, .product-card-image-2.cape-winelands, .product-card-image-2._5-day, .product-card-image-2.garden-route {
    height: 350px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .section-tour-intro, .section-tabs, .follow-us-section {
    margin-top: -25px;
  }

  .follow-us-section.center, .follow-us-section.tour-hero, .follow-us-section.cape-town-hero, .follow-us-section.start-planning-hero, .follow-us-section.contact-hero, .follow-us-section._404-hero, .follow-us-section.about-hero {
    background-position: 50% 101%, 0 0, 50%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .section {
    overflow: hidden;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
    padding-bottom: 100px;
  }

  .section.more-padding {
    padding-bottom: 60px;
  }

  .section.bottom-spacing {
    flex-flow: column;
    display: flex;
  }

  .section.tour-hero {
    flex-direction: column;
    height: auto;
    padding-top: 20vh;
    padding-bottom: 140px;
  }

  .section.cape-town-hero {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
    padding-bottom: 140px;
  }

  .section.start-planning-hero, .section.contact-hero, .section._404-hero, .section.about-hero {
    flex-direction: column;
    height: auto;
    padding-top: 20vh;
    padding-bottom: 140px;
  }

  .section.after-divider {
    padding-bottom: 60px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .feature-content.left {
    width: 70vw;
    max-width: none;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .feature-content.right {
    width: 70vw;
    max-width: none;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .feature-content.itinerary {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .feature-content.right-content, .feature-content.know-about-cards, .feature-content.right-content-copy {
    width: 70vw;
    max-width: none;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
  }

  .nav-link {
    color: var(--tmt-blue);
    justify-content: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .nav-link:hover {
    box-shadow: none;
    color: var(--tmt-yellow);
    background-position: 0 0;
  }

  .nav-link.w--current {
    color: var(--tmt-blue);
  }

  .nav-link.drop {
    padding-top: 10px;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    flex-wrap: wrap;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.slider {
    margin-top: 4vh;
  }

  .feature-image {
    width: 70%;
  }

  .section-heading-2 {
    font-size: 24px;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-center {
    background-color: #fff;
    min-width: 240px;
    padding: 10px 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .button-02 {
    width: 100px;
    height: 100px;
  }

  .button-02_txt {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }

  .compass {
    background-size: 147px;
    width: 160px;
    height: 160px;
    text-decoration: none;
  }

  .nav-link-highlight {
    color: var(--tmt-yellow);
    padding-top: 20px;
    display: none;
  }

  .nav-link-highlight:hover {
    box-shadow: none;
  }

  .info-card {
    padding: 3rem;
  }

  .tour-name-title.dgb {
    font-size: 20px;
  }

  .grid-7 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-direction: column;
    display: flex;
  }

  .grid-7._4col.dgb._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

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

  .section-2.cape-peninsula-itinerary {
    background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(#000000a6, #000000a6), url('../images/cape-peninsula-itinerary.jpeg');
    background-position: 50% 100%, 50% 0, 0 0, 50% 0;
    background-repeat: repeat-x, repeat-x, repeat, repeat;
    background-size: 100%, 100%, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .section-2.cape-winelands-itinerary {
    background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(#000000b3, #000000b3), url('../images/babylonstoren-itinerary.jpg');
    background-position: 50% 101%, 50% 0, 0 0, 50% 0;
    background-repeat: repeat-x, repeat-x, repeat, repeat;
    background-size: 100%, 100%, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .section-2._3-day-tour-itinerary {
    background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(#000000b3, #000000b3), url('../images/view-from-table-mountain-itinerary.jpeg');
    background-position: 50% 100%, 50% 0, 0 0, 50% 0;
    background-repeat: repeat-x, repeat-x, repeat, repeat;
    background-size: 100%, 100%, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .section-2._5-day-tour-itinerary {
    background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(#000000b3, #000000b3), url('../images/5-day-tour-itinerary.jpeg');
    background-position: 50% 100%, 50% 0, 0 0, 50% 0;
    background-repeat: repeat-x, repeat-x, repeat, repeat;
    background-size: 100%, 100%, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .section-2.tailored-tours-about {
    background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(#000000b3, #000000b3), url('../images/man-looking-at-table-mountain.jpg');
    background-position: 50% 101%, 50% 0, 0 0, 50% 0;
    background-repeat: repeat-x, repeat-x, repeat, repeat;
    background-size: 100%, 100%, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .section-heading-2-light {
    font-size: 24px;
  }

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

  .paragraph-12 {
    font-size: 1rem;
  }

  .tag-wrapper-2 {
    margin-bottom: 40px;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-heading {
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .testimonial-columns {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
  }

  .experiences-slider {
    flex-wrap: nowrap;
  }

  .mask {
    overflow: visible;
  }

  .testimonial-content-wrap {
    padding-left: 20px;
    padding-right: 10px;
  }

  .feature-wrap-footer {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-footer-2 {
    margin-top: 0;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .divider.between-sections {
    margin-bottom: 20px;
  }

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

  .dropdown-2 {
    margin-top: 10px;
    display: block;
  }

  .icon-9 {
    display: none;
  }

  .nav-link-highlight-mobile {
    color: var(--tmt-yellow);
    background-position: 0 0;
    margin-top: 10px;
    padding-top: 20px;
    display: block;
  }

  .nav-link-highlight-mobile:hover {
    box-shadow: none;
    color: var(--tmt-blue);
    background-image: url('../images/menu-highlight-mountain.svg');
    background-position: 0 0;
  }

  .nav-link-highlight-mobile.w--current {
    color: var(--tmt-yellow);
  }

  .nav-link-highlight-mobile.w--current:hover {
    color: var(--tmt-blue);
  }

  .icon-10 {
    display: block;
  }

  .section-tour-intro {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .sticky-columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.left, .hero-split.left.center-block {
    align-self: center;
  }

  .sticky-block {
    width: 100%;
  }

  .sticky-block.about-cape-town {
    padding-top: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-image {
    align-self: auto;
  }

  .container-5 {
    max-width: 728px;
  }

  .feature-icon {
    width: 70%;
  }

  .itinerary-name.dgb {
    font-size: 20px;
  }

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

  .tour-heading {
    font-size: 24px;
    line-height: 31px;
  }

  .feature-wrap-tours {
    flex-wrap: wrap;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-tours.slider {
    margin-top: 4vh;
  }

  .coming-soon-page-h {
    font-size: 24px;
    line-height: 31px;
  }

  .coming-soon-page {
    width: 60%;
    max-width: 60%;
    margin-top: 25vh;
  }

  .flex-block-4 {
    align-items: flex-start;
  }

  .section-tabs {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .text-block, .visible-heading {
    text-align: center;
  }

  .cape-town-cards-wrap {
    flex-wrap: wrap;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cape-town-cards-wrap.slider {
    margin-top: 4vh;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .feature-wrap-vertical {
    flex-wrap: wrap;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-vertical.slider {
    margin-top: 4vh;
  }

  .t-c-heading.dgb {
    font-size: 20px;
  }

  .container-6 {
    max-width: 728px;
    margin-top: 0;
  }

  .nav-link-icon {
    color: var(--tmt-blue);
    justify-content: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .nav-link-icon:hover {
    box-shadow: none;
    color: var(--tmt-yellow);
    background-position: 0 0;
  }

  .nav-link-icon.w--current {
    color: var(--tmt-blue);
  }

  .nav-link-icon.drop {
    padding-top: 10px;
  }

  .follow-us-section {
    overflow: hidden;
  }

  .follow-us-section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
    padding-bottom: 100px;
  }

  .follow-us-section.more-padding {
    padding-bottom: 60px;
  }

  .follow-us-section.bottom-spacing {
    flex-flow: column;
    display: flex;
  }

  .follow-us-section.tour-hero {
    flex-direction: column;
    height: auto;
    padding-top: 20vh;
    padding-bottom: 140px;
  }

  .follow-us-section.cape-town-hero {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
    padding-bottom: 140px;
  }

  .follow-us-section.start-planning-hero, .follow-us-section.contact-hero, .follow-us-section._404-hero, .follow-us-section.about-hero {
    flex-direction: column;
    height: auto;
    padding-top: 20vh;
    padding-bottom: 140px;
  }

  .follow-us-section.after-divider {
    padding-bottom: 60px;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-position: 50% 100%, 0 0, 0%;
  }

  .section.cape-town-hero {
    padding-bottom: 100px;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .section-heading-2.meet-heading {
    text-align: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .section-2.cape-peninsula-itinerary {
    background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(to bottom, null, null), url('../images/cape-peninsula-itinerary.jpeg');
    background-position: 50% 100.2%, 50% 0, 0 0, 50% 0;
  }

  .section-2.cape-winelands-itinerary {
    background-position: 50% 100.5%, 50% 0, 0 0, 50% 0;
  }

  .section-2._3-day-tour-itinerary, .section-2._5-day-tour-itinerary {
    background-position: 50% 100.2%, 50% 0, 0 0, 50% 0;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .experience-image {
    max-width: 390px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .feature-wrap-footer {
    flex-direction: row;
  }

  .feature-wrap-footer-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .section-tour-intro {
    padding-bottom: 40px;
  }

  .section-tour-intro.tailored-tour-1st-section {
    padding-bottom: 0;
  }

  .hero-split.left {
    width: 60%;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .feature-wrap-tours {
    flex-direction: row;
  }

  .faq6_question-first {
    padding: 1rem 1.25rem;
  }

  .section-tabs {
    padding-bottom: 30px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link {
    box-shadow: 0 5px 16px -3px #0000001a;
  }

  .hidden-info {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .visible-info {
    padding: 1rem 1.25rem;
  }

  .dropdown-icon {
    width: 1.75rem;
  }

  .cape-town-cards-wrap {
    flex-direction: row;
  }

  .faq6_icon-wrapper-first {
    width: 1.75rem;
  }

  .feature-wrap-vertical {
    flex-direction: row;
  }

  .follow-us-section.center {
    background-position: 50% 100%, 0 0, 0%;
  }

  .follow-us-section.cape-town-hero {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section {
    text-align: center;
  }

  .section.center {
    background-position: 50% 100%, 0 0, 18%;
    padding-top: 18vh;
    padding-bottom: 2vh;
  }

  .section.tour-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .section.tour-hero.garden-route {
    height: 102vh;
  }

  .section.tour-hero.tailored {
    background-position: 50% 100%, 0 0, 0%;
  }

  .section.cape-town-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .section.cape-town-hero.garden-route {
    height: 102vh;
  }

  .section.start-planning-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .section.start-planning-hero.garden-route {
    height: 102vh;
  }

  .section.contact-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .section.contact-hero.garden-route {
    height: 102vh;
  }

  .section._404-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .section._404-hero.garden-route, .section._404-hero.full-page {
    height: 102vh;
  }

  .section.about-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .section.about-hero.garden-route {
    height: 102vh;
  }

  .section.about-hero.tailored {
    background-position: 50% 100%, 0 0, 0%;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.left, .feature-content.right, .feature-content.itinerary, .feature-content.right-content {
    text-align: left;
    width: 80vw;
  }

  .feature-content.know-about-cards {
    text-align: left;
    align-self: center;
    width: 80vw;
  }

  .feature-content.right-content-copy {
    text-align: left;
    width: 80vw;
  }

  .image-2 {
    width: 100%;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.slider {
    margin-top: 0;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-heading-2 {
    line-height: 34px;
  }

  .hero-subhead {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .button-02 {
    width: 90px;
    height: 90px;
  }

  .button-02_txt {
    font-size: 13px;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .compass {
    background-size: 145px;
    width: 150px;
    height: 150px;
  }

  .dropdown {
    margin-top: 23px;
    display: block;
  }

  .pill-button.auto-top {
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .grid-7._4col.dgb._2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-2.cape-peninsula-itinerary {
    background-image: url('../images/divider-bottom-white.svg'), url('../images/divider-top-white.svg'), linear-gradient(to bottom, null, null), url('../images/cape-peninsula-itinerary.jpeg');
    background-position: 50% 100.2%, 50% 0, 0 0, 50% 0;
  }

  .section-2.cape-winelands-itinerary, .section-2._3-day-tour-itinerary, .section-2._5-day-tour-itinerary {
    background-position: 50% 100.2%, 50% 0, 0 0, 50% 0;
  }

  .section-heading-2-light {
    margin-bottom: 0;
  }

  .slider {
    height: auto;
  }

  .card-heading {
    margin-bottom: 1rem;
  }

  .image-3 {
    width: 100%;
  }

  .footer-heading {
    margin-bottom: 1rem;
  }

  .testimonial-image-block {
    align-self: center;
    padding: 0;
  }

  .testimonial-columns {
    align-items: flex-start;
  }

  .slider-arrow-wrap {
    justify-content: center;
  }

  .experiences-slider {
    margin-top: 20px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-content-block {
    align-self: center;
  }

  .feature-wrap-footer {
    flex-direction: column;
    margin-bottom: 2vh;
  }

  .feature-wrap-footer-2 {
    flex-direction: column;
  }

  .footer-text-bottom {
    margin-top: 10px;
  }

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

  .paragraph-13 {
    font-size: 15px;
  }

  .center-paragraph {
    width: auto;
  }

  .section-tour-intro {
    text-align: center;
  }

  .hero-split.left {
    width: 90%;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    max-width: none;
  }

  .itinerary-paragraph {
    font-size: 15px;
  }

  .feature-icon {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .icon {
    width: 100%;
  }

  .paragraph-intro {
    font-size: 15px;
  }

  .tour-heading {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .feature-wrap-tours {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-tours.reverse {
    flex-direction: column;
  }

  .feature-wrap-tours.slider {
    margin-top: 0;
  }

  .coming-soon-page-h {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .coming-soon-page {
    flex-direction: column;
    justify-content: center;
  }

  .section-tabs {
    text-align: center;
  }

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

  .tab-paragraph {
    width: auto;
  }

  .paragraph, .visit-paragraph {
    font-size: 15px;
  }

  .hidden-info {
    padding-left: 0;
    padding-right: 0;
  }

  .about-cape-town-paragraph {
    font-size: 15px;
  }

  .cape-town-cards-wrap {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .cape-town-cards-wrap.reverse {
    flex-direction: column;
  }

  .cape-town-cards-wrap.slider {
    margin-top: 0;
  }

  .feature-wrap-vertical {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-vertical.reverse {
    flex-direction: column;
  }

  .feature-wrap-vertical.slider {
    margin-top: 0;
  }

  .t-c-paragraph {
    font-size: 15px;
  }

  .container-6 {
    max-width: none;
  }

  .follow-us-section {
    text-align: center;
  }

  .follow-us-section.center {
    background-position: 50% 100%, 0 0, 18%;
    padding-top: 18vh;
    padding-bottom: 2vh;
  }

  .follow-us-section.tour-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .follow-us-section.tour-hero.garden-route {
    height: 102vh;
  }

  .follow-us-section.tour-hero.tailored {
    background-position: 50% 100%, 0 0, 0%;
  }

  .follow-us-section.cape-town-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .follow-us-section.cape-town-hero.garden-route {
    height: 102vh;
  }

  .follow-us-section.start-planning-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .follow-us-section.start-planning-hero.garden-route {
    height: 102vh;
  }

  .follow-us-section.contact-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .follow-us-section.contact-hero.garden-route {
    height: 102vh;
  }

  .follow-us-section._404-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .follow-us-section._404-hero.garden-route, .follow-us-section._404-hero.full-page {
    height: 102vh;
  }

  .follow-us-section.about-hero {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .follow-us-section.about-hero.garden-route {
    height: 102vh;
  }

  .follow-us-section.about-hero.tailored {
    background-position: 50% 100%, 0 0, 0%;
  }
}

#w-node-_08636562-4165-333c-6646-e000121effcd-4065d7bb, #w-node-_7eb9dfb1-2605-8253-fd37-3a7f5f5a9811-2316e216, #w-node-_3f07f275-b1af-1a12-314b-ff57092762a4-15fa19aa, #w-node-_0c2d448a-dce8-797f-78de-127a86876a66-8df14a99, #w-node-e7ce30cc-1cdf-94d1-a01c-e1b22bbeb545-cfa48cfd, #w-node-_123c5d15-ad44-aee2-98f3-cf9eb9169bc0-5080fa71 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr .75fr;
}

#w-node-b627aceb-cf09-f9b9-e873-8efb3591521b-23a490f1, #w-node-ffe1f81c-2211-a710-7515-b8c1f310d149-23a490f1, #w-node-aa679968-aba9-d3ae-d594-bb9213c1b350-23a490f1, #w-node-aa679968-aba9-d3ae-d594-bb9213c1b35e-23a490f1, #w-node-_80cc67cd-f5b8-9194-507e-99de3a3e1535-23a490f1, #w-node-_80cc67cd-f5b8-9194-507e-99de3a3e1543-23a490f1, #w-node-e2363c8d-e246-8a00-fd3c-b8f73a335da3-23a490f1 {
  align-self: auto;
}

#w-node-_149441bb-9a7a-897d-2eef-5fc96e025cfd-23a490f1, #w-node-f5689300-e0d0-bbd4-b59d-cc795f062e1c-495d8191, #w-node-_9833f123-dbbb-56da-8ed0-fe70305403e4-da537a20, #w-node-b30f1185-bce0-96dc-b1ef-0723df2fbaac-5318cddd, #w-node-_724a141f-f21f-4e4e-d0dc-d90c3de6b6d2-a56b3483, #w-node-_7c8b0707-48c0-0424-3d16-8ac9a78ccf3f-eb389fce {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-_08636562-4165-333c-6646-e000121effcd-4065d7bb, #w-node-_7eb9dfb1-2605-8253-fd37-3a7f5f5a9811-2316e216, #w-node-_3f07f275-b1af-1a12-314b-ff57092762a4-15fa19aa, #w-node-_0c2d448a-dce8-797f-78de-127a86876a66-8df14a99, #w-node-e7ce30cc-1cdf-94d1-a01c-e1b22bbeb545-cfa48cfd, #w-node-_123c5d15-ad44-aee2-98f3-cf9eb9169bc0-5080fa71, #w-node-_149441bb-9a7a-897d-2eef-5fc96e025cfd-23a490f1, #w-node-f5689300-e0d0-bbd4-b59d-cc795f062e1c-495d8191, #w-node-_9833f123-dbbb-56da-8ed0-fe70305403e4-da537a20, #w-node-b30f1185-bce0-96dc-b1ef-0723df2fbaac-5318cddd, #w-node-_724a141f-f21f-4e4e-d0dc-d90c3de6b6d2-a56b3483, #w-node-_7c8b0707-48c0-0424-3d16-8ac9a78ccf3f-eb389fce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


