:root {
  --headings: black;
  --paragraphs: black;
  --links: #b0afb2;
  --gray-bg: #f6f7f6;
  --titles: #b0afb2;
  --lines-2: #d7d7d9;
  --lines: #e8e8e9;
  --black-bg: #161616;
  --icon-background: #d3d4d5;
  --white: white;
  --black: black;
  --light-gray: #f8f8f9;
  --gray-button: #e8e8e9;
  --olive-drab: #7d9b3d;
  --yellow-green: #b6d554;
}

body {
  color: #4b4b4a;
  font-family: Muli, sans-serif;
  font-size: 17.5px;
  line-height: 27px;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
}

h4 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
}

h6 {
  color: var(--headings);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  font-weight: 700;
  line-height: 10px;
}

p {
  color: var(--paragraphs);
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: var(--links);
  cursor: pointer;
  padding-bottom: 3px;
  font-size: 17.5px;
  line-height: 28px;
}

ol {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--paragraphs);
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--paragraphs);
  background-image: url('../images/Quote.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 38px;
  border-left: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 20px 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 27px;
  font-style: italic;
  line-height: 44px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.content-section {
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.content-section.gray {
  background-color: var(--gray-bg);
  overflow: hidden;
}

.content-section.intro-features {
  background-color: #f6f7f6;
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.small-and-gray {
  background-color: var(--gray-bg);
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.content-section.contact-us {
  background-color: var(--gray-bg);
  background-image: url('../images/Cards-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.content-section.medium, .content-section.inner-pages {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.works {
  padding-top: 90px;
  padding-bottom: 0;
}

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

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

.content-section.section-1 {
  padding-bottom: 67px;
}

.content-wrapper {
  flex: 1;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper.narrow {
  padding-left: 140px;
  padding-right: 140px;
}

.content-wrapper.full-height {
  height: 100%;
}

.utility-box {
  margin-bottom: 60px;
}

.mini-title {
  color: var(--titles);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.mini-title.bottom-border {
  margin-bottom: 15px;
}

.mini-title.dark {
  color: #4b4b4a;
  background-color: #0000;
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

.mini-title.mini-title-2 {
  color: #fff;
}

.unordered-list {
  margin-top: 10px;
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block figcaption {
  margin-top: -10px;
  margin-bottom: 20px;
}

.menu-button {
  z-index: 15;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}

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

.line-1, .line-2 {
  color: #000;
  background-color: #161616;
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
}

.line-3 {
  color: #000;
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
}

.navbar {
  z-index: 20;
  background-color: #fffffff2;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 6px 6px -4px #000000a6;
}

.brand {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
}

.nav-menu {
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  width: auto;
  min-width: 350px;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  position: fixed;
  overflow: hidden;
}

.nav-link {
  color: #808284;
  text-align: left;
  height: 52px;
  margin-bottom: 40px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
  position: relative;
}

.hero-section.inner-pages {
  background-image: url('../images/contact-header.jpg');
  background-position: 50% 58%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 460px;
}

.hero-section.inner-pages.cottage-1 {
  background-image: url('../images/cottage-1-header.jpg');
  background-position: 50% 44%;
  background-size: cover;
}

.hero-section.inner-pages.cottage-1.cottage-2 {
  background-image: url('../images/IMG_2700.JPG');
}

.hero-section.work {
  background-image: url('../images/breather-187923.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section.text-on-left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/breather-187923_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: block;
}

.large {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 63px;
}

.hero-subtitle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.hero-subtitle.large {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.hero-text-box {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.hero-text-box.top-border {
  margin-top: 80px;
}

.hero-text-box.left {
  text-align: left;
  margin-bottom: 100px;
  margin-left: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-text-box.on-slider {
  margin-top: 290px;
}

.hero-text-box.less-top-border {
  margin-top: 70px;
}

.intro-text-box {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-text {
  color: #7d9b3d;
  font-size: 37px;
  line-height: 60px;
}

.intro-box {
  background-color: #fff;
  width: 30%;
  padding: 45px;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.pricing {
  border-bottom: 1px solid var(--lines-2);
}

.flex-wrapper.center {
  justify-content: center;
}

.flex-wrapper.vertical {
  flex-direction: column;
}

.flex-wrapper.less-bottom-border {
  margin-bottom: 60px;
}

.intro-feature-icon {
  border: 1px solid #d1d2d3;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  display: inline-block;
}

.intro-feature-icon._1 {
  background-image: url('../images/Loop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.intro-feature-icon._2 {
  background-image: url('../images/Cience_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 29px;
}

.intro-feature-icon._3 {
  background-image: url('../images/Diamond_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.text-link {
  cursor: pointer;
  border-bottom: 1px solid #d1d2d3;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
}

.header-box {
  margin-bottom: 70px;
  margin-left: 27%;
  margin-right: 27%;
}

.header-box.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wide-column {
  background-image: url('../images/useful-info-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  position: relative;
  overflow: hidden;
}

.wide-column.homepage-delight-image {
  background-image: url('../images/image-5.jpg');
}

.wide-text-column {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.wide-column-text-box {
  z-index: 10;
  background-color: #fff;
  width: 130%;
  max-width: 610px;
  margin-top: 110px;
  margin-bottom: 110px;
  margin-left: -40%;
  padding: 120px 70px 70px;
  position: relative;
}

.wide-column-text-box.left {
  margin-left: 0;
  margin-right: -40%;
}

.mini-section {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.mini-section-box {
  text-align: center;
  width: 30%;
}

.mini-section-icon {
  margin-bottom: 8px;
}

.mini-section-box-middle {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.line-with-dots {
  background-color: #d1d2d3;
  width: 100%;
  height: 1px;
  position: relative;
}

.left-dot {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -1px;
}

.right-dot {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -1px;
  right: 0;
}

.button {
  color: var(--links);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #d7d7d9;
  min-width: 170px;
  height: 50px;
  margin-top: 15px;
  padding-top: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 11px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--lines-2);
  color: #fff;
}

.button.no-top-border {
  margin-top: 0;
}

.text-box {
  text-align: left;
  background-color: #fff;
  width: 75%;
  margin-top: -150px;
  padding: 45px 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.text-box._2 {
  text-align: center;
  width: 80%;
  margin-top: -100px;
}

.text-box._3 {
  width: 80%;
  margin-top: -90px;
}

.text-box._6 {
  width: 100%;
  max-width: 580px;
  margin-top: 90px;
  padding: 85px 80px 80px;
}

.text-box.latest-posts {
  width: 85%;
  height: auto;
  min-height: 150px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.text-box._9 {
  width: 100%;
  margin-top: 0;
  padding: 35px;
}

.text-box._7 {
  width: 100%;
  max-width: 580px;
  margin-top: 0;
  padding: 85px 80px 80px;
}

.text-box._8 {
  width: 85%;
  margin-top: -70px;
  padding: 35px 40px;
}

.text-box._5 {
  width: 100%;
  margin-top: 0;
  padding-left: 70px;
}

.text-box._10 {
  width: 85%;
  margin-top: -90px;
}

.text-box._11 {
  width: 85%;
  max-width: 590px;
  margin-top: 0;
  padding: 85px 80px 80px;
}

.text-box._12 {
  width: 80%;
  margin-top: 0;
  padding: 85px 80px 80px;
}

.text-box._13 {
  width: 65%;
  margin-top: -120px;
}

.text-box._4 {
  width: 80%;
  margin-top: -90px;
}

.text-box._14 {
  margin-top: 0;
}

.feature-column {
  text-align: center;
  width: 33.333%;
  padding: 55px 65px 50px;
  overflow: hidden;
}

.feature-column._2 {
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

.feature-column._3 {
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.feature-column._4 {
  border-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
}

.feature-column._6 {
  border-color: #fff;
}

.feature-column._5 {
  border-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
}

.feature-column._1 {
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

.feature-icon {
  margin-bottom: 20px;
}

.empty-state {
  background-color: #0000;
  margin-bottom: 20px;
  display: none;
}

.team-member {
  text-align: center;
  width: 47.5%;
}

.team-member.bottom-border {
  margin-bottom: 90px;
}

.team-member-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.heading-link {
  cursor: pointer;
  text-decoration: none;
}

.bottom-section {
  background-color: var(--gray-bg);
  background-image: url('../images/White-space.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 20px;
  padding-bottom: 90px;
}

.bottom-section.no-bottom-padding {
  padding-bottom: 98px;
}

.double-color-section.inner-pages {
  padding-top: 90px;
}

.see-all {
  float: right;
  border-bottom: 1px solid #a3a5a7;
  margin-top: 45px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 17px;
  text-decoration: none;
}

.see-all.left-border {
  margin-top: 0;
  margin-right: 2.15%;
}

.see-all.no-top-border {
  margin-top: 0;
}

.video-split {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.hide {
  display: none;
}

.video-lightbox {
  background-image: url('../images/Play.png'), linear-gradient(#4c4c4bb3, #4c4c4bb3), url('../images/Pic-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 43px, auto, cover;
  width: 130px;
  height: 85px;
  margin-right: 25px;
  transition: opacity .35s;
}

.video-lightbox:hover {
  opacity: .9;
}

._25-percent-column {
  text-align: right;
  width: 35%;
  margin-right: 5%;
}

.work-sample {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 29%;
  margin-bottom: 52px;
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-hover {
  z-index: 1;
  background-color: #fffffffc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0;
}

.work-hover-content {
  text-align: center;
  border: 1px solid #d1d2d3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.mini-title-link {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
  text-decoration: none;
  display: block;
}

.mini-title-link:hover {
  text-decoration: underline;
}

.mini-title-link.bottom-border {
  margin-bottom: 15px;
}

.mini-title-link.less-bottom-border {
  margin-bottom: 5px;
}

.dot-1 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.dot-2 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -2px;
  right: -2px;
}

.dot-3 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

.dot-4 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

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

.slide-arrow {
  opacity: .7;
  color: #d3d4d5;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: 1;
}

.testimonial-text-box {
  text-align: center;
  margin-left: 12%;
  margin-right: 12%;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.title {
  color: var(--titles);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.testimonial {
  color: var(--titles);
  font-size: 30px;
  font-style: italic;
  line-height: 52px;
}

.testimonial-author {
  border-top: 1px solid #d1d2d3;
  width: auto;
  margin: 25px auto 40px;
  padding-top: 12px;
  display: inline-block;
}

.pricing-icon-box {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-icon {
  border: 1px solid #d1d2d3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  display: inline-block;
}

.pricing-icon._1 {
  background-image: url('../images/Browser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.pricing-icon._2 {
  background-image: url('../images/Paint.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.pricing-icon._3 {
  background-image: url('../images/Phone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
}

.price-text {
  color: #a2a3a5;
  font-size: 20px;
}

.pricing-item {
  border-top: 1px solid var(--lines-2);
  flex-wrap: nowrap;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.checkmark-box {
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  min-width: 45px;
  padding-top: 8px;
  display: flex;
}

.pricing-details {
  flex: 1;
}

.pricing-column {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.pricing-column._1 {
  border-right: 1px solid var(--lines-2);
}

.pricing-button {
  background-color: var(--lines-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 11px;
  transition: background-color .2s;
  display: flex;
}

.pricing-button:hover {
  background-color: #dbdbdb;
}

.faq-container.bottom-border {
  margin-bottom: 70px;
  padding-top: 20px;
}

.faq-item {
  border-top: 1px solid var(--lines);
  background-color: #fff;
  padding: 45px 30px;
  position: relative;
}

.faq-item.last {
  border-bottom: 1px solid var(--lines);
}

.question {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.plus-box {
  float: right;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
}

.vertical-line {
  background-color: #d1d2d3;
  width: 2px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -8px;
  left: 8px;
}

.horizontal-line {
  background-color: #d1d2d3;
  width: 18px;
  height: 2px;
}

.hidden-item-1 {
  overflow: hidden;
}

.post-preview {
  text-align: center;
  width: 47.5%;
}

.footer {
  background-image: linear-gradient(#fcf8f8, #fcf8f8);
  padding-top: 2%;
  padding-bottom: 20px;
}

.hidden-item-2, .hidden-item-3 {
  overflow: hidden;
}

.cta-section {
  background-color: var(--black-bg);
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-header {
  color: #fff;
  font-size: 26px;
  line-height: 45px;
}

.white {
  color: #fff;
}

.cta-newsletter-form {
  flex-wrap: wrap;
  max-width: 610px;
  margin-top: 20px;
  display: flex;
}

.text-field {
  width: 32%;
  height: 50px;
}

.text-field:hover, .text-field:focus {
  border: 1px solid #168bf4;
}

.text-field.name {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 2%;
}

.text-field.email {
  margin-right: 2%;
}

.text-field.password {
  width: 100%;
}

.submit-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #494949;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 32%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 11px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #383737;
}

.submit-button.password {
  background-color: #161616;
  width: 100%;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  line-height: 25px;
}

.success-message.contact-form {
  color: var(--headings);
}

.error-message {
  font-size: 16px;
  line-height: 25px;
}

.divider-line {
  background-color: #d1d2d3;
  width: 90px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-details-big {
  color: #a2a3a5;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  line-height: 48px;
}

.footer-logo-column {
  width: 15%;
  padding-top: 50px;
}

.footer-column {
  border-right: 1px solid var(--lines);
  width: 26%;
  padding-top: 35px;
  padding-bottom: 30px;
}

.footer-column._2 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-column._1 {
  padding-left: 40px;
  padding-right: 1px;
  display: flex;
}

.footer-column._3 {
  border-right-style: none;
  justify-content: center;
  width: 33%;
  display: flex;
}

.logo-link.w--current {
  transition: opacity .2s;
}

.logo-link.w--current:hover {
  opacity: .85;
}

.footer-link {
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

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

.notice-text {
  color: var(--titles);
  margin-bottom: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  line-height: 35px;
  display: inline;
}

.notice-text.small {
  color: var(--paragraphs);
  font-size: 12.5px;
  line-height: 20px;
}

.footer-notice {
  justify-content: space-between;
  margin-top: 90px;
  display: flex;
}

.post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 740px;
}

.intro-section {
  padding-bottom: 140px;
}

.poster-header {
  text-align: center;
  background-color: #fff;
  min-height: 200px;
  margin-top: -130px;
}

.post-header-text {
  margin-bottom: 45px;
  padding-top: 60px;
  padding-left: 9%;
  padding-right: 9%;
}

.by {
  margin-right: 4px;
  display: inline-block;
}

.post-summary {
  margin-top: 15px;
}

.author-of-post {
  margin-top: 10px;
}

.final-dots {
  text-align: center;
}

.medium {
  color: #fff;
  font-size: 50px;
}

._65-percent-column {
  border-right: 1px solid var(--lines);
  width: 65%;
  padding-right: 6%;
}

._35-percent-column {
  width: 35%;
  padding-left: 4%;
}

.side-menu-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.post-details-box {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

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

.side-menu-block {
  border-bottom: 1px solid #e8e8e9;
  flex-direction: column;
  padding: 30px 25px;
  display: flex;
}

.side-menu-block.first {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 15px;
}

.side-menu-block.no-padding {
  border-bottom-style: none;
  padding-left: 0;
  padding-right: 0;
}

.side-menu-block.less-bottom-padding {
  padding-bottom: 0;
}

.side-menu-link {
  cursor: pointer;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.side-menu-authors {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.authors-pic {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #e2e2e2;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.authors-pic.big {
  width: 70px;
  height: 70px;
}

.left-border {
  margin-left: 25px;
}

.small {
  color: #fff;
}

.first-post {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.heading-2.small {
  color: var(--headings);
  font-size: 26px;
  line-height: 44px;
}

.heading-2.hero {
  color: #fff;
  font-size: 52px;
  font-style: italic;
  line-height: 55px;
}

.heading-2.cta {
  color: #fff;
  margin-bottom: 5px;
}

.heading-3.small {
  color: var(--headings);
  font-size: 22px;
  line-height: 35px;
}

.heading-3.medium {
  color: var(--headings);
  margin-bottom: 5px;
  font-size: 26px;
  font-style: italic;
  line-height: 38px;
}

.heading-4.small {
  color: var(--headings);
  font-size: 18px;
  line-height: 30px;
}

.heading-4.less-bottom-border {
  margin-bottom: 5px;
}

.heading-4.footer-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.latest-post {
  margin-bottom: 40px;
}

.image-link {
  position: relative;
  overflow: hidden;
}

.image-hover {
  transition: transform .6s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.authors-details {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  margin-top: 30px;
  padding: 35px 20px 30px;
  display: flex;
}

.big-title-box {
  border-bottom: 1px solid #4b4b4a;
  display: inline-block;
}

._29-percent-column {
  text-align: center;
  width: 29.5%;
  margin-bottom: 4.3%;
  margin-left: 1.8%;
  margin-right: 1.8%;
}

._10-percent-column {
  width: 10%;
  min-width: 70px;
}

._90-percent-column {
  width: 90%;
  padding-left: 10px;
}

.authors-bio {
  margin-top: 10px;
}

.post-content {
  text-align: left;
  padding-left: 65px;
  padding-right: 65px;
}

.cta-text-box {
  text-align: center;
  width: 60%;
}

.footer-notice-link {
  font-size: 12px;
}

.heading-1.medium {
  font-size: 44px;
  font-style: italic;
}

.heading-1.hero {
  color: #fff;
  font-size: 59px;
  font-style: italic;
  line-height: 70px;
}

.about-me-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph-box {
  margin-top: 10px;
}

.faq-left-column {
  width: 35%;
  padding-top: 15px;
  padding-bottom: 50px;
}

.faq-right-column {
  border-left: 1px solid var(--lines);
  width: 65%;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.faq-category-item {
  border-bottom: 1px solid var(--lines);
  padding: 35px 20px 30px;
}

.hidden-item-4, .hidden-item-5, .hidden-item-6, .hidden-item-7, .hidden-item-8, .hidden-item-9 {
  overflow: hidden;
}

.client-box-1, .client-box-2, .client-box-3 {
  border-right: 1px solid var(--lines-2);
  border-bottom: 1px solid var(--lines-2);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-4 {
  border-bottom: 1px solid var(--lines-2);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-5, .client-box-6, .client-box-7 {
  border-right: 1px solid var(--lines-2);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-8 {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.key-number-box {
  text-align: center;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.key-number-text {
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.key-number-line {
  background-color: var(--lines);
  width: 80%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.key-number-line.bottom {
  inset: auto 0 0;
}

.contact-text-box {
  z-index: 10;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.contact-us-details {
  margin-top: 15px;
}

.key-data-section {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

.key-data-section.top-border {
  margin-top: 120px;
  margin-bottom: 120px;
}

.tabs {
  z-index: 10;
  border: 1px solid var(--lines-2);
  background-color: #fff;
  border-radius: 3px 5px 5px;
  width: 95%;
  min-height: 804px;
}

.tab-pane {
  padding: 50px 40px 20px;
}

.field-label {
  color: var(--titles);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
}

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

.contact-form-item.message {
  margin-bottom: 35px;
}

.textarea {
  border: 1px solid var(--lines-2);
  background-color: #f7f7f7;
  border-radius: 3px;
}

.textarea.message {
  height: 150px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.textarea.message:hover, .textarea.message:focus {
  border-color: #168bf4;
}

.ipad {
  z-index: 0;
  background-image: url('../images/iPad.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 611px;
  width: 590px;
  height: 691px;
  position: absolute;
  top: 15%;
  bottom: 0;
  right: -376px;
}

.contact-form-field {
  border: 1px solid var(--lines-2);
  background-color: #f7f7f7;
  background-image: url('../images/Line-1.jpg');
  background-position: 50px;
  background-repeat: no-repeat;
  background-size: 1px;
  border-radius: 3px;
  height: 50px;
  padding-left: 80px;
  transition: border .2s;
}

.contact-form-field:hover, .contact-form-field:focus {
  border-color: #168bf4;
}

.contact-form-field.name {
  background-image: url('../images/User.png'), url('../images/Line-1.jpg');
  background-position: 18px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 14px, 1px;
  border-color: #d7d7d9;
}

.contact-form-field.email {
  background-image: url('../images/Email.png'), url('../images/Line-1.jpg');
  background-position: 17px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px, 1px;
}

.contact-form-field.phone {
  background-image: url('../images/Mobile.png'), url('../images/Line-1.jpg');
  background-position: 19px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 11px, 1px;
}

.contact-form-submit-button {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #d0d0d1;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 11px;
  transition: background-color .2s;
}

.contact-form-submit-button:hover {
  background-color: #c3c3c3;
}

.small-text {
  color: var(--titles);
  font-size: 12px;
  line-height: 22px;
}

.tab-2 {
  border-bottom: 1px solid var(--lines-2);
  background-color: #f7f7f7;
  border-top-right-radius: 5px;
  width: 49%;
  padding-top: 30px;
  padding-bottom: 24px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-2.w--current {
  background-color: #fff;
  border-bottom-style: none;
  width: 49%;
  padding-bottom: 25px;
}

.tab-1 {
  border-right: 1px solid var(--lines-2);
  border-bottom: 1px solid var(--lines-2);
  background-color: #f7f7f7;
  border-top-left-radius: 3px;
  width: 51%;
  padding-top: 30px;
  padding-bottom: 24px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-1.w--current {
  border-right: 1px solid var(--lines-2);
  border-bottom-style: none;
  border-bottom-color: var(--lines-2);
  background-color: #fff;
  border-top-left-radius: 5px;
  width: 51%;
  padding-top: 30px;
  padding-bottom: 25px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.heading-box {
  margin-bottom: 20px;
}

.content-box {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.content-box.medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-size: 17.5px;
  display: flex;
}

.content-box.flex-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.intro-box-2, .intro-box-3 {
  background-color: #fff;
  width: 30%;
  padding: 45px;
}

.mini-title-box {
  margin-bottom: 10px;
}

.mini-title-box.side-menu {
  margin-bottom: 0;
  margin-left: 25px;
}

.white-gray-section {
  background-color: var(--gray-bg);
  background-image: url('../images/White-space-2.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 35px;
  overflow: hidden;
}

.white-gray-section.less-bottom-section {
  padding-bottom: 30px;
}

.white-gray-section.bottom-padding {
  padding-bottom: 90px;
}

.white-gray-section.items {
  background-size: 75px;
  padding-bottom: 90px;
}

.content-section-gray {
  background-color: #b6d554;
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.content-section-gray.inner-pages {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-gray.less-top-padding {
  padding-top: 90px;
}

.intro-feature-1 {
  border-right: 1px solid var(--lines);
  width: 33.333%;
  padding: 45px 5%;
}

.intro-feature-icon-gray {
  background-color: var(--icon-background);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.intro-feature-icon-gray._1 {
  background-image: url('../images/Loppe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.intro-feature-icon-gray._25-percent-column {
  background-image: url('../images/Cience.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 29px;
}

.intro-feature-icon-gray._3 {
  background-image: url('../images/Diamond.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.intro-feature-2 {
  border-right: 1px solid var(--lines);
  width: 33.333%;
  padding: 45px 5%;
}

.intro-feature-3 {
  width: 33.333%;
  padding: 45px 5%;
}

.mini-section-left {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.mini-section-text {
  color: var(--titles);
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.mini-section-text.title {
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 10px;
}

.mini-section-right {
  width: 75%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

._50-percent-column-1 {
  text-align: center;
  width: 50%;
}

._50-percent-column-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.left-column-newsletter {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  width: 27%;
  min-width: 325px;
  padding-right: 50px;
  display: flex;
}

.right-column-newsletter {
  width: 60%;
}

._50-percent-column-3, ._50-percent-column-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

._50-percent-column-7 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-8, ._50-percent-column-12 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.map {
  filter: grayscale();
  width: 100%;
  margin-bottom: 25px;
}

.service-item {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

.service-item.last {
  margin-bottom: 0;
}

._50-percent-column-9 {
  width: 50%;
}

.side-menu {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

._50-percent-column-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-11 {
  width: 50%;
}

.overview-left {
  width: 25%;
}

.overview-right {
  width: 75%;
}

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

.row-licensing {
  margin-top: 40px;
  padding-bottom: 10px;
}

.row-licensing.bottom-line {
  border-bottom: 1px solid var(--lines);
}

.underline {
  background-color: var(--icon-background);
  width: 100%;
  height: 1px;
}

.menu-item-1 {
  overflow: auto;
}

.div-block {
  align-self: flex-start;
}

.body {
  color: var(--paragraphs);
}

.wide-text-column-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.wide-column-2 {
  background-image: url('../images/breather-168751.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  position: relative;
}

._50-percent-column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pricing-column-2 {
  border-right: 1px solid var(--lines-2);
  width: 33.333%;
  padding: 55px 4% 50px;
}

.pricing-column-3 {
  width: 33.333%;
  padding: 55px 4% 50px;
}

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

.hidden-item-10 {
  overflow: hidden;
}

._50-percent-column-13 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.key-number-box-2, .key-number-box-3 {
  text-align: center;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

._50-percent-column-14 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-15 {
  align-items: center;
  width: 50%;
  display: flex;
}

.link, .link-2 {
  cursor: pointer;
}

.button-2 {
  color: var(--headings);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 35px;
  min-width: 170px;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 11px;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #ffffffe6;
}

.button-2.top-border {
  margin-top: 20px;
}

.dark {
  background-color: #161616;
}

.add-bottom-border {
  margin-bottom: 20px;
}

.add-bottom-border.bg {
  background-image: url('../images/luca-bravo-205341-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 21px;
  padding-bottom: 21px;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.hero-slider {
  height: 700px;
}

.slide._1 {
  background-image: url('../images/aaron-birch-230226-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3 {
  background-image: linear-gradient(#0003, #0003), url('../images/breather-187923_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/luca-bravo-205341-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-arrow {
  opacity: .7;
  transition: opacity .3s;
}

.slider-arrow:hover {
  opacity: 1;
}

.more-top-border {
  margin-top: 30px;
}

.hero-line-box {
  width: 50px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
}

.hero-line {
  background-color: #cac9c3;
  width: 1px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.go-up-text {
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
  display: inline;
}

.go-up-link {
  width: auto;
  min-width: 60px;
  margin-top: -3px;
  margin-left: 30px;
  text-decoration: none;
}

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

.hide-slide-dots {
  display: none;
}

.text-block, .text-block-6 {
  font-size: 32px;
}

.column {
  text-align: right;
  padding-right: 43px;
}

.rental-availability-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #b6d554;
  padding: 17px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: background-color .5s;
}

.rental-availability-button:hover {
  background-color: #7d9b3d;
}

.rental-availability-button.cottage-button-2 {
  letter-spacing: 1px;
  margin-top: 14px;
  margin-left: 19px;
  transition: background-color .5s;
}

.rental-availability-button.button-alternative {
  margin-top: 31px;
}

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

.slider-2 {
  height: 800px;
}

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

.slide-4 {
  background-image: url('../images/hero3.jpg');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-2 {
  background-image: url('../images/image1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.column-3 {
  background-image: url('../images/image2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.column-4 {
  background-image: url('../images/imge-3b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.icon, .icon-2 {
  background-image: linear-gradient(#000000b3, #000000b3);
}

.section {
  background-image: linear-gradient(#b6d554, #b6d554);
  height: 11px;
}

.image {
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  font-weight: 300;
}

.paragraph-4 {
  color: #7d9b3d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-5 {
  margin-bottom: 34px;
}

.row {
  text-align: left;
  margin-bottom: 44px;
  padding-left: auto;
  padding-right: auto;
}

.text-block-8 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 300;
}

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

.paragraph-7 {
  text-align: left;
  padding-right: 31px;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  text-align: left;
}

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

.image-2 {
  transition: opacity .7s;
}

.image-2:hover {
  opacity: .43;
}

.row-2, .row-3 {
  margin-top: 13px;
}

.gallery-section {
  margin-bottom: 42px;
}

.row-4 {
  margin-top: 13px;
}

.section-2 {
  background-image: url('../images/useful-info-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.text-block-9 {
  text-align: left;
  margin-top: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.container {
  position: relative;
}

.div-block-2 {
  background-image: linear-gradient(#fff, #fff);
  margin-top: -116px;
  margin-left: 42px;
  margin-right: 42px;
  padding: 41px 60px;
  position: relative;
}

.text-block-111 {
  text-align: left;
  margin-top: 16px;
  font-weight: 300;
}

.text-block-112 {
  color: #434246;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.section-3 {
  background-image: linear-gradient(to bottom, var(--gray-bg), var(--gray-bg));
  padding-bottom: 76px;
}

.section-4 {
  background-image: linear-gradient(to bottom, var(--gray-bg), var(--gray-bg));
  padding-bottom: 72px;
}

.slide-5 {
  background-image: url('../images/1-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

html.w-mod-js [data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-down-on-load"] {
  opacity: 0;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="move-up-on-slider"], html.w-mod-js [data-ix="move-up-on-slide-2"], html.w-mod-js [data-ix="move-up-on-slide-3"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="move-right-on-load"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="move-left-on-load"] {
  transform: translate(-105%);
}

html.w-mod-js [data-ix="display-block-on-load"] {
  height: auto;
  display: block;
}

html.w-mod-js [data-ix="move-up-on-load-1"], html.w-mod-js [data-ix="move-up-on-load-2"], html.w-mod-js [data-ix="move-up-on-load-3"], html.w-mod-js [data-ix="move-up-on-load-4"], html.w-mod-js [data-ix="move-up-on-load-5"], html.w-mod-js [data-ix="move-up-on-load-6"], html.w-mod-js [data-ix="move-up-on-load-7"], html.w-mod-js [data-ix="move-up-on-load-8"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="move-down-load-3"] {
  opacity: 0;
  transform: translate(0, 30%);
}

html.w-mod-js [data-ix="0-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-right-on-load-3"] {
  transform: translate(30%);
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .content-section.contact-us {
    background-position: 100%;
    background-size: cover;
  }

  .content-section.testimonials {
    padding-bottom: 0;
  }

  .content-section.children-section {
    padding-bottom: 4px;
  }

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

  .content-section.section-1 {
    padding-bottom: 52px;
  }

  .content-wrapper.narrow {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mini-title.dark {
    border-color: #fff;
  }

  .intro-text {
    font-size: 25px;
    line-height: 40px;
  }

  .header-box.center {
    margin-left: 13%;
    margin-right: 13%;
  }

  .wide-column-text-box {
    width: 150%;
  }

  .text-box._6 {
    margin-top: 0;
    margin-bottom: 90px;
  }

  .text-box.latest-posts {
    margin-top: -90px;
  }

  .text-box._9 {
    padding-top: 0;
  }

  .text-box._13 {
    width: 85%;
    padding-right: 35px;
  }

  .text-box._4 {
    padding-left: 40px;
    padding-right: 35px;
  }

  .text-box._14 {
    width: 100%;
    padding-top: 0;
  }

  .feature-column {
    width: 50%;
  }

  .feature-column._2 {
    border-right-style: none;
  }

  .feature-column._3 {
    border-right: 1px solid var(--lines);
  }

  .feature-column._4 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .feature-column._5 {
    border-right: 1px solid var(--lines);
  }

  .work-sample {
    width: 42.7%;
  }

  .footer-column._3 {
    padding-left: 30px;
  }

  .footer-link {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-4.footer-title {
    font-size: 18px;
  }

  ._29-percent-column {
    width: 46%;
  }

  .cta-text-box {
    width: 100%;
  }

  .client-box-1, .client-box-2 {
    width: 33.33%;
  }

  .client-box-3 {
    border-right-style: none;
    width: 33.33%;
  }

  .client-box-4 {
    border-right: 1px solid var(--lines);
    width: 33.33%;
  }

  .client-box-5 {
    border-bottom: 1px solid var(--lines);
    width: 33.33%;
  }

  .client-box-6 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 33.33%;
  }

  .client-box-7 {
    width: 33.33%;
  }

  .client-box-8 {
    border-right: 1px solid var(--lines);
    width: 33.33%;
  }

  .tabs {
    width: 100%;
  }

  .mini-section-left {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .mini-section-right {
    width: 100%;
    padding-left: 10px;
  }

  .left-column-newsletter {
    justify-content: flex-start;
    min-width: 280px;
    margin-bottom: 30px;
  }

  .right-column-newsletter {
    width: 60%;
  }

  ._50-percent-column-3, ._50-percent-column-4, ._50-percent-column-7 {
    width: 100%;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 32px;
  }

  .rental-availability-button.cottage-button-2 {
    margin-top: 16px;
    margin-left: 0;
  }

  .rental-availability-button.cottage-button-2.useful-info-button {
    margin-top: 19px;
    margin-left: 0;
  }

  .slider-2 {
    height: 500px;
  }

  .column-2, .column-3, .column-4 {
    height: 250px;
  }

  .heading-5, .heading-6 {
    font-size: 25px;
    line-height: 37px;
  }

  .paragraph, .paragraph-2 {
    font-size: 15px;
    line-height: 26px;
  }

  .heading-7 {
    font-size: 17px;
    line-height: 26px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-9 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-2 {
    margin-top: -30px;
    margin-left: 23px;
    margin-right: 23px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 767px) {
  .content-section.inner-pages.faqs2 {
    padding-bottom: 0;
  }

  .intro-text-box {
    margin-left: 13%;
    margin-right: 13%;
  }

  .intro-text {
    text-align: center;
    margin-top: 21px;
  }

  .intro-box {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .flex-wrapper.space-between.mobile-center {
    justify-content: center;
  }

  .flex-wrapper.pricing {
    border-bottom-style: none;
    justify-content: center;
  }

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

  .flex-wrapper.mobile-center {
    justify-content: center;
  }

  .text-box._9 {
    width: 100%;
    padding-left: 0;
  }

  .text-box._5 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-box._10 {
    margin-top: -70px;
  }

  .text-box._12 {
    margin-bottom: 60px;
  }

  .feature-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-member {
    width: 70%;
    margin-bottom: 60px;
  }

  .see-all.mobile-less-top-border {
    margin-top: 0;
  }

  .work-sample {
    width: 80%;
    max-width: 510px;
  }

  .pricing-column {
    border-bottom: 1px solid var(--lines);
    width: 70%;
  }

  .pricing-column._1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    padding-top: 0;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-preview {
    width: 70%;
    margin-bottom: 60px;
  }

  .footer-logo-column {
    width: 100%;
    margin-top: 50px;
    padding-top: 0;
  }

  .footer-column._2, .footer-column._1 {
    width: 50%;
  }

  .footer-column._3 {
    width: 50%;
    margin-left: 0%;
    padding-bottom: 0;
  }

  ._65-percent-column {
    border-right-style: none;
  }

  .side-menu-block {
    padding-left: 0;
    padding-right: 0;
  }

  .side-menu-authors {
    text-align: center;
    flex-direction: column;
  }

  .authors-pic {
    margin-right: 0;
  }

  .heading-2.cta {
    font-size: 25px;
  }

  ._29-percent-column {
    margin-bottom: 60px;
  }

  .cta-text-box {
    text-align: center;
  }

  .faq-left-column {
    width: 100%;
    padding-top: 0;
  }

  .faq-right-column {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .faq-right-column.faqs {
    padding-bottom: 0;
  }

  .client-box-1 {
    width: 50%;
  }

  .client-box-2 {
    border-right-style: none;
    width: 50%;
  }

  .client-box-3 {
    border-right-style: solid;
    width: 50%;
  }

  .client-box-4 {
    border-right-style: none;
    width: 50%;
  }

  .client-box-5, .client-box-6, .client-box-7 {
    width: 50%;
  }

  .client-box-8 {
    border-right-style: none;
    width: 50%;
  }

  .key-number-box {
    width: 80%;
    max-width: 400px;
  }

  .key-number-line.bottom {
    display: none;
  }

  .key-number-line.bottom.last {
    display: block;
  }

  .contact-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .key-data-section {
    justify-content: center;
  }

  .tabs {
    margin-bottom: 45px;
  }

  .content-box.medium {
    margin-bottom: 60px;
  }

  .intro-box-2 {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .intro-box-3 {
    width: 70%;
    max-width: 400px;
  }

  .intro-feature-1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
    max-width: 400px;
    padding-top: 0;
  }

  .intro-feature-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
    max-width: 400px;
  }

  .intro-feature-3 {
    width: 70%;
    max-width: 400px;
  }

  ._50-percent-column-1 {
    width: 70%;
  }

  ._50-percent-column-2 {
    width: 80%;
  }

  .left-column-newsletter {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
  }

  .right-column-newsletter {
    width: 100%;
  }

  ._50-percent-column-3, ._50-percent-column-4 {
    width: 70%;
  }

  ._50-percent-column-5 {
    width: 100%;
    margin-bottom: 60px;
  }

  ._50-percent-column-7 {
    width: 80%;
  }

  ._50-percent-column-8 {
    width: 100%;
  }

  ._50-percent-column-12 {
    width: 80%;
  }

  .service-item {
    justify-content: center;
  }

  ._50-percent-column-9 {
    width: 80%;
  }

  ._50-percent-column-9.mobile-bottom-border {
    margin-bottom: 35px;
  }

  .overview-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .overview-right, ._50-percent-column-6 {
    width: 100%;
  }

  .pricing-column-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
  }

  .pricing-column-3 {
    border-bottom: 1px solid var(--lines);
    width: 70%;
  }

  ._50-percent-column-13 {
    width: 100%;
  }

  .key-number-box-2 {
    width: 800%;
    max-width: 400px;
  }

  .key-number-box-3 {
    width: 80%;
    max-width: 400px;
  }

  ._50-percent-column-14, ._50-percent-column-15 {
    width: 100%;
  }

  .rental-availability-button {
    text-align: center;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    display: block;
  }

  .rental-availability-button.cottage-button-2 {
    text-align: center;
    margin-left: 0;
  }

  .slider-2 {
    height: 420px;
  }

  .column-2, .column-3, .column-4 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .content-section.inner-pages.faqs2 {
    padding-top: 31px;
  }

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

  .nav-menu {
    width: 100%;
    min-width: auto;
  }

  .hero-section.inner-pages {
    min-height: 300px;
  }

  .large {
    font-size: 2.8em;
  }

  .hero-text-box.left {
    margin-left: 25px;
  }

  .intro-text-box {
    margin-left: 0%;
    margin-right: 0%;
  }

  .intro-box {
    width: 100%;
  }

  .text-link.on-mobile {
    display: none;
  }

  .header-box.center {
    margin-left: 0%;
    margin-right: 0%;
  }

  .wide-column {
    width: 100%;
    height: 300px;
  }

  .wide-text-column {
    width: 100%;
  }

  .wide-column-text-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding: 60px 35px 35px;
  }

  .wide-column-text-box.left {
    margin-right: 0%;
    padding-top: 0;
  }

  .mini-section-box {
    text-align: left;
    width: 100%;
  }

  .mini-section-box-middle {
    padding-left: 0;
    padding-right: 0;
  }

  .line-with-dots {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .text-box._3 {
    padding-left: 35px;
    padding-right: 30px;
  }

  .text-box._6 {
    padding-left: 40px;
    padding-right: 25px;
  }

  .text-box._7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box._10 {
    padding-left: 35px;
    padding-right: 30px;
  }

  .text-box._11, .text-box._12 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box._13 {
    padding-right: 25px;
  }

  .text-box._14 {
    padding-left: 0;
  }

  .feature-column {
    width: 100%;
  }

  .feature-column._3 {
    border-right-style: none;
  }

  .feature-column._5 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .feature-column._1 {
    border-right-style: none;
  }

  .team-member {
    width: 100%;
  }

  .video-lightbox {
    margin-bottom: 10px;
  }

  .work-sample {
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-arrow {
    display: none;
  }

  .testimonial-text-box {
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonial {
    font-size: 20px;
    line-height: 33px;
  }

  .pricing-column, .post-preview {
    width: 100%;
  }

  .text-field.name {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-right: 0;
  }

  .text-field.email {
    width: 100%;
    margin-right: 0%;
  }

  .submit-button {
    border-radius: 3px;
    width: 100%;
  }

  .contact-details-big {
    font-size: 19px;
    line-height: 42px;
  }

  .footer-logo-column {
    text-align: center;
    width: 100%;
  }

  .footer-column._2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-column._1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-left: 0;
  }

  .footer-column._3 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
  }

  ._65-percent-column {
    width: 100%;
    padding-right: 0%;
  }

  ._35-percent-column {
    width: 100%;
  }

  .authors-details {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  ._29-percent-column {
    width: 100%;
  }

  .post-content {
    padding-left: 9%;
    padding-right: 9%;
  }

  .client-box-1 {
    border-right-style: none;
    width: 80%;
  }

  .client-box-2 {
    width: 80%;
  }

  .client-box-3 {
    border-right-style: none;
    width: 80%;
  }

  .client-box-4 {
    width: 80%;
  }

  .client-box-5 {
    border-right-style: none;
    width: 80%;
  }

  .client-box-6 {
    width: 80%;
  }

  .client-box-7 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 80%;
  }

  .client-box-8 {
    width: 80%;
  }

  .contact-text-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-field.name, .contact-form-field.email, .contact-form-field.phone {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 15px;
  }

  .tab-2 {
    border-top: 1px solid #e8e8e8;
    border-top-right-radius: 0;
    width: 100%;
  }

  .tab-2.w--current {
    width: 100%;
  }

  .tab-1 {
    border-bottom-style: none;
    border-right-style: none;
    border-top-right-radius: 3px;
    width: 100%;
  }

  .tab-1.w--current {
    border-right-style: none;
    border-top-right-radius: 3px;
    width: 100%;
  }

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

  .intro-box-2, .intro-box-3, .intro-feature-1, .intro-feature-2, .intro-feature-3 {
    width: 100%;
  }

  ._50-percent-column-1 {
    width: 100%;
    margin-bottom: 45px;
  }

  ._50-percent-column-2, ._50-percent-column-3, ._50-percent-column-4 {
    width: 100%;
  }

  ._50-percent-column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  ._50-percent-column-7, ._50-percent-column-8, ._50-percent-column-12, ._50-percent-column-9 {
    width: 100%;
  }

  ._50-percent-column-10 {
    width: 100%;
    margin-bottom: 45px;
  }

  ._50-percent-column-11, .wide-text-column-2 {
    width: 100%;
  }

  .wide-column-2 {
    width: 100%;
    height: 600px;
    margin-top: 25px;
  }

  ._50-percent-column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column-2, .pricing-column-3 {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .hide-slide-dots {
    display: block;
  }

  .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    font-size: 30px;
  }

  .column {
    padding-right: 10px;
  }

  .slider-2 {
    height: 350px;
  }

  .column-2, .column-3, .column-4 {
    height: 250px;
  }

  .text-block-9 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-111 {
    font-size: 14px;
    line-height: 20px;
  }
}


