:root {
  --black: black;
  --dark-slate-blue: #28364a;
  --goldenrod: #f6c45f;
  --dark-slate-grey: #414142;
  --white: white;
  --white-smoke: #f3f3f3;
  --transparent: #f3f3f300;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  opacity: .4;
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  text-align: left;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 100px;
  padding-right: 100px;
}

.section.cc-cta {
  z-index: auto;
  background-color: #f3f3f3b3;
  margin: 200px 10% 140px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.cc-home-wrap {
  z-index: 100;
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  object-fit: scale-down;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}

.section.cc-store-home-wrap {
  background-color: var(--dark-slate-blue);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.u-bg-yellow {
  background-color: var(--goldenrod);
  padding-top: 2em;
  padding-bottom: 2em;
}

.section.u-bg-yellow.cc-65 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  z-index: 100;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.cc-cta {
  background-image: linear-gradient(#f6c45f8c, #f3f3f3b3 69%);
  max-width: none;
}

.container.half {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: stretch;
  width: auto;
  max-width: 50%;
  margin-left: 30px;
  padding-top: 7px;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: var(--dark-slate-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 31px;
}

.button {
  background-color: var(--goldenrod);
  color: var(--dark-slate-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  z-index: 15;
  background-color: var(--dark-slate-blue);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border: 1px #000;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s, background-color .4s, opacity .4s, color .4s;
  position: static;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  border-bottom: 4px solid var(--goldenrod);
  background-color: #f1f1f1;
  transform: scale(1.1);
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-dark {
  color: var(--white-smoke);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  color: var(--goldenrod);
  letter-spacing: 3px;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.cc-whisper-text {
  opacity: .05;
  color: var(--white-smoke);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 100px;
  position: static;
  top: 12px;
  transform: translate(0, -62px);
}

.label.cc-whisper-text.blue {
  color: var(--dark-slate-blue);
}

.label.cc-details {
  color: var(--white-smoke);
  letter-spacing: 3px;
  border-bottom: 1px solid #f3f3f34d;
  border-right: 1px #f3f3f357;
  width: 100%;
  margin-bottom: 8px;
  margin-right: 0;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 800;
}

.label.price {
  color: var(--white-smoke);
  letter-spacing: 4px;
  margin-bottom: 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.label.u-color-white {
  color: var(--white);
}

.label.u-text-white {
  color: var(--white);
  margin-left: 1em;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  color: var(--white-smoke);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-jumbo {
  color: var(--dark-slate-blue);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  position: static;
}

.heading-jumbo-small {
  opacity: 1;
  color: var(--white-smoke);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.heading-jumbo-small.u-text-center {
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.navigation-wrap {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #ffffffcf;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 40px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  background-color: var(--goldenrod);
  text-align: left;
  width: 25%;
  height: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 240px;
  display: flex;
}

.intro-header {
  background-color: var(--white-smoke);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  z-index: 100;
  margin: 0 auto 20px;
  position: relative;
}

.motto-wrap {
  text-align: center;
  width: 90%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  border-width: 3px;
  margin-bottom: 25px;
  transition: border-color .5s;
}

.text-field.cc-contact-field:hover {
  border-color: var(--goldenrod);
  background-color: var(--white);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  padding: 0 40px;
  display: flex;
}

.home-section-wrap {
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-section-wrap.margin {
  flex: 60%;
  max-width: none;
  margin-top: 20px;
  padding-right: 30px;
}

.section-heading {
  border: 1px none var(--white-smoke);
  color: var(--goldenrod);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.section-heading.cc-white {
  color: var(--white-smoke);
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  grid-template-rows: repeat(auto-fit, 800px);
  grid-template-columns: 1.5fr 2.25fr;
  grid-template-areas: ". .";
  place-content: center;
  align-self: flex-start;
  place-items: center;
  width: 48%;
  max-height: none;
  margin-top: 50px;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 0 0 40px;
  display: block;
  position: static;
  overflow: hidden;
  box-shadow: 0 6px 40px -11px #00000082;
}

.about-grid.cc-about-2 {
  grid-column-gap: 40px;
  perspective: 1000px;
  grid-template-columns: 2fr 1.5fr;
  grid-template-areas: ". .";
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.intro-text {
  z-index: 50;
  float: none;
  clear: both;
  border-top: 8px none var(--goldenrod);
  border-bottom: 8px none var(--goldenrod);
  background-color: #f6c560;
  border-radius: 5px;
  width: 80%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 35px;
  position: static;
}

.work-heading {
  border-bottom: 3px solid var(--goldenrod);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.intro-image {
  width: 40%;
  margin: 35px auto 100px;
  display: block;
  position: static;
  inset: 0%;
}

.text-block {
  color: #707070;
  text-align: left;
  column-count: 2;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.front-mountain {
  z-index: 6;
  opacity: 1;
  object-fit: fill;
  width: 100%;
  height: 500px;
  position: relative;
  inset: 190px 0% 18%;
  overflow: hidden;
}

.body {
  background-color: var(--white-smoke);
  padding-top: 25px;
}

.body.cc-dark {
  opacity: .7;
  color: var(--white);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.body.cc-form {
  padding-top: 0;
  font-weight: 300;
}

.body.cc-small {
  margin-top: 20px;
  padding-top: 0;
  font-size: 14px;
  line-height: 22px;
}

.body.cc-small.u-bg-0.u-text-white {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.body.cc-small.u-bg-0.u-text-darkgray {
  color: var(--dark-slate-grey);
}

.body.cc-small.u-bg-0.u-text-darkgray.u-mt-0 {
  text-align: center;
  margin-top: 0;
}

.body.u-bg-0 {
  background-color: var(--transparent);
}

.body.u-bg-0.u-text-white {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.body.u-bg-0.u-p-0 {
  padding-top: 0;
}

.back-mountain {
  background-image: linear-gradient(to bottom, var(--white-smoke), #f5f5f529 21%, #f3f3f3cf 88%), url('../images/Smokymountains.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.front-image-container {
  z-index: 8;
  object-fit: contain;
  width: 100%;
  position: absolute;
  inset: auto 0% -43%;
  overflow: hidden;
}

.image {
  background-image: linear-gradient(to bottom, #f3f3f300 15%, #f3f3f3 32%, var(--white-smoke));
  object-fit: fill;
  border-radius: 4px;
  width: 100%;
  position: relative;
  top: 0;
}

.image.background {
  z-index: 1;
  opacity: .8;
  object-fit: cover;
  background-image: linear-gradient(#000, #fff);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mid-image-container {
  background-image: linear-gradient(to bottom, #f3f3f300, var(--white-smoke));
  width: 100%;
  margin-top: 0;
  position: absolute;
  inset: auto 0% -15%;
}

.highlight {
  color: var(--goldenrod);
  margin-top: 40px;
  font-size: 18px;
}

.tour-details-column {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.column {
  border-right: 1px #f3f3f34d;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.about-us {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 100px;
}

.please-note-section {
  background-image: linear-gradient(#f3f3f3c7 34%, #fff), url('../images/landscape-photography-of-snowy-mountain-1366919.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 140px;
}

.back-to-top {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 40px;
  margin-right: 60px;
}

.image-2 {
  width: 100%;
}

.grid {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3";
  place-content: center space-around;
  align-items: stretch;
}

.card {
  background-color: var(--dark-slate-blue);
  border-radius: 15px;
  padding: 15px 30px 20px;
  transition: all .9s cubic-bezier(.497, .065, .135, 1.112);
  box-shadow: 6px 6px 14px 2px #41414266;
}

.card:hover {
  border: 6px solid var(--goldenrod);
}

.card-header {
  color: var(--goldenrod);
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.card-header.blue {
  color: var(--dark-slate-blue);
  line-height: 31px;
}

.card-header.u-text-white {
  color: var(--white);
}

.card-header.u-text-navyblue {
  color: var(--dark-slate-blue);
  text-align: center;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tour-image {
  object-fit: cover;
  border-radius: 0;
  flex: 0 auto;
  width: auto;
  height: auto;
}

.book-now {
  order: 1;
}

.heading {
  text-align: center;
  font-size: 88px;
  position: relative;
  bottom: -242px;
}

.display-heading {
  color: var(--goldenrod);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 120px;
  line-height: 115px;
  position: relative;
  bottom: -200px;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.white-gradient {
  z-index: 2;
  background-image: linear-gradient(to bottom, #f3f3f300, var(--white-smoke) 85%);
  position: absolute;
  inset: 0%;
}

.call-link {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  border: 1px #000;
  margin-top: 0;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: all .65s cubic-bezier(.55, .085, .68, .53), opacity .2s;
}

.call-link:hover {
  border-bottom: 5px solid var(--dark-slate-blue);
  color: var(--goldenrod);
}

.call-link.white {
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
  text-align: center;
}

.div-block-2 {
  margin-top: 140px;
}

.button-link {
  color: var(--goldenrod);
  padding: 20px;
}

.bold-text {
  letter-spacing: .3px;
  font-size: 14px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  padding-left: 0;
}

.h3 {
  color: var(--white-smoke);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.h3.left {
  line-height: 26px;
}

.directions-column {
  padding-left: 20px;
  padding-right: 20px;
}

.directions-column.card {
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  transition-property: border-width;
}

.directions-column.card:hover {
  box-shadow: none;
  border-style: dotted;
  border-width: 3px;
}

.directions-column.card.u-bg-white {
  background-color: var(--dark-slate-blue);
  transition: border-radius .6s, border-color .8s cubic-bezier(.497, .065, .135, 1.112);
}

.directions-column.card.u-bg-white:hover {
  box-shadow: none;
  border-width: 3px;
}

.map-wrap {
  width: 100%;
  margin-bottom: 68px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
}

.bold {
  color: var(--dark-slate-grey);
  font-weight: 700;
}

.nav-menu-link-photo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.small-links {
  color: #ff4949;
  text-transform: uppercase;
  position: relative;
}

.nav-bar-menu-icon {
  width: 100%;
  height: 100%;
  position: relative;
}

.h3-title {
  margin-top: 0;
  margin-bottom: 0;
}

.nav {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.drag-slider-slidable {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.drag-slider-progress-bar {
  background-color: #ff4949;
  width: 0%;
  height: 100%;
  position: relative;
}

.nav-menu-background {
  z-index: auto;
  background-color: #ffeaea;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bar-menu {
  cursor: pointer;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  position: relative;
}

.drag-slider-container {
  display: block;
  position: relative;
}

.nav-menu-link-item {
  color: #ff4949;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11vmin;
  font-weight: 500;
  line-height: 1.2;
  transition: letter-spacing .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.nav-menu-link-item:hover {
  letter-spacing: 4px;
}

.nav-menu-link-photo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-links-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  left: -10px;
  overflow: hidden;
}

.nav-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
}

.nav-menu {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-bar-logo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.drag-slider-progress {
  transform-origin: 0%;
  background-color: #ff49494d;
  justify-content: flex-start;
  align-items: stretch;
  width: 25vw;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: -30px;
}

.nav-menu-footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.code {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.drag-slider-slide {
  text-align: right;
  cursor: grabbing;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45vmin;
  margin-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.video {
  object-fit: contain;
  flex: 40%;
  order: 0;
  width: auto;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.row {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.u-mt-2 {
  margin-top: 2em;
}

.video-container {
  aspect-ratio: auto;
  object-fit: cover;
  flex: 1;
  order: -1;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 250px;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-mt-5 {
  margin-top: 5em;
}

.col {
  flex: 1;
  margin-left: 1em;
  margin-right: 1em;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

@media screen and (min-width: 1920px) {
  .section.cc-home-wrap {
    font-size: 36px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 36px;
  }

  .home-section-wrap {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-heading.center {
    font-size: 40px;
  }

  .body.cc-dark, .body.cc-small.u-bg-0.u-text-white {
    font-size: 18px;
    line-height: 28px;
  }

  .body.u-bg-0.u-text-white {
    font-size: 20px;
    line-height: 30px;
  }

  .front-image-container {
    position: relative;
    bottom: -75%;
  }

  .image {
    position: static;
  }

  .mid-image-container {
    bottom: -8%;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    height: 400px;
    margin: 40px 5% 220px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.cc-cta {
    border-radius: 10px;
    width: auto;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 16px;
    line-height: 22px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 50%;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-white-button {
    background-color: var(--white);
    width: auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    margin-top: 14px;
    font-size: 18px;
    display: block;
  }

  .menu {
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
    justify-content: flex-start;
  }

  .navigation {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 60px;
  }

  .navigation-item {
    text-align: center;
    padding: 40px 30px;
    font-size: 18px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    margin-right: 40px;
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
    height: auto;
    padding-top: 35px;
    padding-bottom: 30px;
    inset: auto 0% -40%;
  }

  .cta-wrap {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 80px 50px 90px;
    overflow: hidden;
  }

  .intro-header {
    margin-bottom: 300px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    margin-top: 150px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-section-wrap.margin {
    margin-top: 0;
  }

  .section-heading.cc-white {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "." minmax(auto, 1fr)
                   "."
                   / 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid.cc-about-2 {
    object-fit: fill;
    grid-template: "." minmax(auto, .25fr)
                   "."
                   / 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-heading {
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .intro-image {
    width: 70%;
    margin-top: 48px;
  }

  .front-image-container {
    bottom: -31%;
  }

  .image {
    position: relative;
  }

  .image.background {
    top: 0%;
    bottom: 52%;
  }

  .mid-image-container {
    bottom: -6%;
  }

  .column {
    padding-right: 30px;
  }

  .back-to-top {
    clear: both;
    order: 1;
    margin-right: 0;
  }

  .tour-image {
    object-fit: cover;
    height: 350px;
  }

  .book-now {
    order: 1;
    margin-left: 20px;
    position: static;
  }

  .display-heading {
    font-size: 100px;
    line-height: 110px;
  }

  .call-link {
    float: right;
    margin-bottom: 0;
    display: block;
  }

  .call-link.w--current {
    display: none;
  }

  .div-block-2 {
    margin-top: 40px;
  }

  .link {
    transition-property: none;
  }

  .link.w--current {
    width: auto;
  }

  .div-block-3 {
    margin-top: -150px;
  }

  .drag-slider-progress {
    width: 50vw;
  }

  .drag-slider-slide {
    width: 55vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 69px 30px 60px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .label.cc-whisper-text {
    margin-bottom: 0;
  }

  .label.cc-details {
    float: left;
    clear: none;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    width: 100%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px 10px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

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

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

  .home-section-wrap {
    margin-top: 117px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-section-wrap.margin {
    margin-top: -30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 8px;
  }

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

  .work-heading {
    margin-top: 40px;
    font-size: 30px;
    line-height: 29px;
  }

  .blog-heading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block {
    line-height: 24px;
  }

  .front-mountain {
    top: 25px;
  }

  .body.cc-dark {
    text-align: left;
  }

  .front-image-container {
    bottom: -21%;
  }

  .image {
    top: 56px;
  }

  .about-us {
    padding-top: 10px;
  }

  .image-2 {
    object-fit: contain;
    width: auto;
    height: 600px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template: "Area Area-2"
                   ". ."
                   "Area-3 ."
                   / .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start space-around;
    place-items: stretch stretch;
    width: 100%;
  }

  .book-now {
    order: 1;
  }

  .display-heading {
    z-index: 1;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 50px;
    line-height: 60px;
    bottom: -75px;
  }

  .white-gradient {
    top: -62%;
  }

  .call-link {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .call-link.white {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    text-align: left;
    margin-bottom: 20px;
    line-height: 25px;
  }

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

  .nav-menu-link-item {
    font-size: 18vmin;
    line-height: 1.3;
  }

  .nav-bar {
    height: 80px;
  }

  .nav-menu-footer {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }

  .drag-slider-slide {
    width: 70vw;
  }
}

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

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

  .section.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
  }

  .section.cc-store-home-wrap {
    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-bigger.cc-bigger-white-light {
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.cc-white-button {
    display: none;
  }

  .label.cc-whisper-text {
    font-size: 70px;
    display: block;
  }

  .label.cc-details {
    float: left;
    clear: both;
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    position: static;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 17px;
    line-height: 28px;
  }

  .menu {
    flex: 1;
    margin-left: auto;
  }

  .navigation-wrap {
    flex: 1;
    order: 0;
    align-self: auto;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .menu-button {
    flex: none;
    margin-right: auto;
  }

  .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-content.cc-homepage {
    width: 90%;
  }

  .motto-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-section-wrap {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-wrap.margin {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 34px;
  }

  .about-grid {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

  .about-grid.cc-about-2 {
    margin-top: 100px;
  }

  .intro-text {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .blog-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image {
    width: 100%;
    margin-bottom: 65px;
  }

  .front-mountain {
    height: 350px;
    top: -120px;
  }

  .body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body.cc-dark {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .body.cc-small {
    padding-left: 0;
  }

  .front-image-container {
    bottom: -13%;
  }

  .image {
    position: static;
    top: 0;
  }

  .mid-image-container {
    width: 150%;
    bottom: -8%;
    overflow: hidden;
  }

  .highlight {
    margin-bottom: 19px;
  }

  .about-us {
    padding-bottom: 0;
  }

  .back-to-top {
    flex: 1;
    margin-left: auto;
  }

  .grid {
    grid-template: "Area"
                   "Area-4"
                   "Area-7"
                   "Area-9"
                   "Area-10"
                   / 1.25fr;
    grid-auto-flow: row;
    place-content: stretch start;
    place-items: stretch start;
    width: 100%;
  }

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

  .card-header.blue {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .book-now {
    width: 70%;
    margin-left: auto;
  }

  .display-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 47px;
  }

  .white-gradient {
    top: 47%;
  }

  .call-link {
    opacity: 1;
  }

  .call-link.no-mobile {
    display: none;
  }

  .link {
    margin-left: 40px;
  }

  .link.w--current {
    float: none;
    clear: none;
    width: 100%;
    margin-left: 56px;
  }

  .h3 {
    text-align: center;
    font-size: 16px;
  }

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

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

  .small-links-wrapper {
    margin-right: 0;
  }

  .nav-menu-footer {
    justify-content: space-between;
  }

  .drag-slider-slide {
    width: 90vw;
  }
}

#w-node-_75ba9ab8-51bb-fcb2-3a2d-172c7f806feb-03715c9d {
  grid-area: Area;
  align-self: auto;
}

#w-node-_1a4ba27c-73fb-454c-661c-60c908e6d417-03715c9d {
  grid-area: Area-2;
}

#w-node-_38e6f96e-3c56-14ec-61ea-9acfd78ae642-03715c9d, #w-node-_6032412f-9ddc-965a-15af-15beda6c1c70-03715c9d, #w-node-_4ba53ed6-39e5-3884-bb82-dd7dafc7a18b-03715c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e65a13e2-b92c-91f2-e557-abff42a10a58-03715c9d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e65a13e2-b92c-91f2-e557-abff42a10a70-03715c9d {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-e65a13e2-b92c-91f2-e557-abff42a10a70-03715c9d {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a4ba27c-73fb-454c-661c-60c908e6d417-03715c9d {
    grid-area: Area-9;
  }

  #w-node-_38e6f96e-3c56-14ec-61ea-9acfd78ae642-03715c9d {
    grid-area: Area-7;
  }

  #w-node-_6032412f-9ddc-965a-15af-15beda6c1c70-03715c9d, #w-node-_4ba53ed6-39e5-3884-bb82-dd7dafc7a18b-03715c9d {
    grid-area: Area-10;
  }
}


