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

h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

.page-fade-in {
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}

.contact-us {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 142, 100, 0.81);
}

.contact-us-wrapper {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.contact-us-popup {
  position: relative;
  z-index: 3000;
  display: block;
  height: auto;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.close-popup-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/cross-symbol.png');
  background-position: 50% 50%;
  background-size: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block {
  background-image: none;
  opacity: 0.3;
}

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

.contact-us-icon {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(16, 18, 70, 0.65);
  text-align: center;
}

.contact-us-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 60px;
  height: 60px;
  margin: 32px;
  border-radius: 10px;
  background-image: url('../images/email.svg'), -webkit-gradient(linear, left top, left bottom, from(#ffb341), to(#ff8e64));
  background-image: url('../images/email.svg'), linear-gradient(180deg, #ffb341, #ff8e64);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 8px 16px 0 rgba(34, 34, 34, 0.2);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.navbar.fixed-nav {
  position: fixed;
  z-index: 999;
  padding-right: 56px;
  padding-left: 56px;
  background-color: #fff;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.navbar.white {
  background-color: #fff;
}

.container-full {
  display: block;
  max-width: 1200px;
  background-color: transparent;
  text-align: left;
}

.container-full.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 15px 15px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.scroll {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-menu.fixed-menu {
  height: 70px;
}

.nav-menu.scroll {
  height: 60px;
}

.image-background-section {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.image-background-section.hero-section {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.image-background-section.hero-section.homeages-2 {
  overflow: hidden;
  height: 500px;
  padding-top: 120px;
  background-image: url('../images/dots2_1dots2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 249, 0.8)), to(rgba(245, 246, 249, 0.8))), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-image: url('../images/dots2_1dots2.png'), linear-gradient(180deg, rgba(245, 246, 249, 0.8), rgba(245, 246, 249, 0.8)), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: 8px, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.image-background-section.hero-section.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-background-section.footer-section {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e8323), to(#5e8323));
  background-image: linear-gradient(180deg, #5e8323, #5e8323);
}

.image-background-section.blog-hero-section {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.style-guide.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% -141px;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.correct-blog {
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-background-section.blog-hero-section.author {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
}

.image-background-section.blog-hero-section.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.hero-slider {
  height: 100%;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url('../images/hero-slide-1.jpg');
  background-image: linear-gradient(180deg, #000, #000), url('../images/hero-slide-1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.slide._2 {
  background-image: url('../images/hero-transparency.svg'), url('../images/Homepage-slide-1.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: auto 250px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide._3 {
  background-image: url('../images/hero-transparency.svg'), url('../images/hero-the-hayloft.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: auto 250px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slider-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80%;
  margin: auto auto 43px;
  padding: 13px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.slider-content.third {
  position: absolute;
  z-index: 200;
  width: 100%;
  max-width: 750px;
  padding-top: 0px;
}

.slider-content.slider-content-1 {
  margin-bottom: 17px;
}

.hero-text {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hero-text.thin {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  text-align: center;
}

.button {
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #dc1d24;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

.button:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button.hero-button {
  height: auto;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: #5e8323;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button.outline-button {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.button.color {
  height: auto;
  padding: 9px 25px;
  border: 1px solid #dc1d24;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 200ms ease, background-color 400ms ease;
  transition: all 200ms ease, background-color 400ms ease;
  color: #dc1d24;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.button.color:hover {
  background-color: #dc1d24;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.button.pop-up {
  margin-top: 24px;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0px;
}

.button.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.blog-direct {
  position: relative;
  z-index: 2000;
  display: block;
  width: 200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button.contact-button {
  margin-bottom: 0px;
  text-align: center;
}

.hero-heading {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-arrow {
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: auto auto auto 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: border 200ms ease, background-color 400ms ease;
  transition: border 200ms ease, background-color 400ms ease;
  color: #fff;
  font-size: 16px;
}

.slide-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #5e8323;
  font-size: 17px;
}

.slide-nav {
  left: -50%;
  bottom: 8%;
  display: none;
  color: #ff8e64;
  font-size: 11px;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
}

.wrapper.hero-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.social-link.orage {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.social-link.orage.gray.orange {
  background-color: #ff8e64;
}

.social-link.orage.gray.orange:hover {
  border-color: #fff;
}

.scroll-down-link {
  position: relative;
  right: 15px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-down-link.w--current {
  bottom: 25px;
  border-radius: 100px;
}

.section {
  position: relative;
  overflow: visible;
  padding: 120px 56px;
  background-color: #fff;
}

.section.no-padding {
  padding: 0px;
}

.section.gray {
  z-index: 30;
  overflow: hidden;
  background-color: #f5f6f9;
}

.section.gray.single {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 249, 0.49)), to(rgba(245, 246, 249, 0))), url('../images/dots2_1dots2.png');
  background-image: linear-gradient(180deg, rgba(245, 246, 249, 0.49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 10px;
}

.section.image-background {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 10px;
}

.section.fullwidth {
  padding: 10px;
}

.section.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.section.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50% 50%, 0px 0px;
  background-size: 1100px, 8px;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.vertical-features-header {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  padding-top: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-header {
  position: relative;
  left: -124px;
  width: 320px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-wrapper-content {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 400;
  text-align: center;
}

.section-wrapper-content.page-header {
  width: 60%;
  margin-top: 70px;
}

.section-wrapper-content.page-header.blog {
  margin-top: 200px;
  margin-bottom: 0px;
}

.section-wrapper-content.next {
  margin-top: 50px;
}

.section-header {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Philosopher, sans-serif;
  color: #5e8323;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.section-header.white {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
}

.section-header.left {
  font-family: Philosopher, sans-serif;
  color: #5e8323;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  text-transform: none;
}

.section-header.red-section-header {
  color: #dc1d24;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-wrapper.no-side-padding {
  margin-left: 0px;
}

.services-card {
  position: relative;
  margin-right: 25px;
  margin-left: 25px;
  padding: 48px 32px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  text-align: left;
}

.services-card.style-2 {
  width: 100%;
  margin-right: 25px;
  margin-left: 25px;
  padding: 16px 32px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  box-shadow: none;
}

.services-card.new {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 46px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-card.new.second {
  margin-top: 0px;
}

.services-line {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #ff8e64;
}

.services-line.price {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 8px;
  border-top-style: solid;
  background-color: transparent;
}

.services-tittle {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.services-tittle.style-2 {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-small {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #969696;
  line-height: 28px;
  font-weight: 400;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features-wrapper._2 {
  padding-right: 0px;
  padding-left: 0px;
}

.half-side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-side-content.image-background {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/home-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-side-content.image-background._2 {
  background-image: url('../images/homepage-pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-side-content.contact-bacground {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.3)), to(rgba(16, 18, 70, 0.3))), url('../images/breather-187919-unsplash-p-2000.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.3), rgba(16, 18, 70, 0.3)), url('../images/breather-187919-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.gray {
  height: auto;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f6f9;
  background-image: url('../images/home-box-1.svg');
  background-position: 100% 100%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.half-side-content.icon {
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/lamp.svg');
  background-position: 100% -106px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.half-side-info {
  max-width: 400px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
}

.half-side-info.new {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.instagram-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bram-naus-200967-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bram-naus-200967-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.instagram-section.style-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #5e8323;
  background-image: none;
}

.follow-me-text {
  margin-top: 14px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.follow-me-text.center {
  font-family: 'Libre Baskerville', sans-serif;
  color: #ffff70;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.play-icon {
  position: relative;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-left: -30px;
  padding-right: 0px;
  padding-left: 0px;
  border: 2px solid #ff8e64;
  border-radius: 50%;
  background-color: #ff8e64;
  background-image: url('../images/play-button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.play-icon:hover {
  -webkit-transform: translate(0px, -50%) scale(1.06);
  -ms-transform: translate(0px, -50%) scale(1.06);
  transform: translate(0px, -50%) scale(1.06);
}

.play-icon.video-section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.play-icon.video-section._2 {
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.small-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-left: 0px;
  padding: 50px 15px 50px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-feature {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.small-feature.new {
  width: 100%;
}

.team-section {
  padding: 109px 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.team-section.gray {
  background-color: #f5f6f9;
  background-image: none;
}

.team-section.top-border {
  border-top: 1px none hsla(0, 0%, 86.7%, 0.67);
}

.team-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.top-padding {
  margin-top: 12px;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-card {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 58px;
  padding-bottom: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.pricing-card:hover {
  border-top: 2px none #ff8e64;
  border-left-style: solid;
  box-shadow: 0 16px 20px 0 hsla(0, 0%, 64.7%, 0.21);
}

.pricing-card.colored {
  border-style: none;
  border-color: #ff8e64;
  background-color: #ff8e64;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2))), url('../images/becca-tapert-391584-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/becca-tapert-391584-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
}

.pricing-big-text {
  color: #333;
  font-size: 48px;
  line-height: 56px;
}

.pricing-wrapper-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-text-list {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 24px 15px;
  border-bottom: 0px none transparent;
  box-shadow: 0 1px 0 0 #e6e4e4;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teastimonial-card {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  padding: 88px 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.teastimonial-card.in {
  display: block;
  width: 73%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.testimonial-member {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -35px;
  margin-bottom: 24px;
  margin-left: -45px;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  text-align: left;
}

.testimonial-member.in {
  width: 100px;
  height: 100px;
  margin-top: -25px;
}

.testimonial-member.single-author {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.testimonial-text {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-wrapper.testimonials {
  margin-top: 30px;
  padding-top: 6px;
  text-align: left;
}

.social-wrapper.team {
  text-align: left;
}

.social-wrapper.single {
  margin-top: 20px;
}

.social-wrapper.hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-name {
  margin-bottom: 16px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.services-block-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  border: 2px solid #dc1d24;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/icons8-bed-80_1icons8-bed-80.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.services-block-image._2 {
  margin-left: -35px;
  border-radius: 10px;
  background-image: url('../images/icons8-bed-80_1icons8-bed-80.png');
  background-size: 40px;
}

.services-block-image._3 {
  margin-left: -35px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  background-image: url('../images/icons8-bed-80_1icons8-bed-80.png');
  background-size: 40px;
}

.services-block-image.new {
  margin-bottom: 20px;
  margin-left: 30px;
}

.services-block-image.testimonials-icon {
  background-image: url('../images/testimonials-icon.svg');
  background-size: 40px;
}

.contact-us-block-form {
  margin-top: 24px;
}

.contact-us-block-form.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, 0.53);
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

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

.text-field-2 {
  width: 70%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.text-field-2.message {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, 0.53);
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.text-field-2.message.center {
  height: auto;
  min-height: 120px;
}

.sponsor-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f5f6f9;
}

.sponsor-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px;
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.scroll-up-button {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button:hover {
  border-color: #5e8323;
  background-color: #5e8323;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-brand {
  text-decoration: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

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

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2))), url('../images/5aa6c108f416ef411d02377e_tim-wright-272031-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/5aa6c108f416ef411d02377e_tim-wright-272031-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.question-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 16px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  text-decoration: none;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 64.7%, 0.35);
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.question-heading {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.question-heading.question-quote {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 600;
}

.answer {
  padding-right: 0px;
}

.blog-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
}

.blog-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 36px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.blog-container.gray {
  border: 1px solid #f5f6f9;
  background-color: #f5f6f9;
}

.news-text {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 2px 5px;
  border: 1px none #ff8e64;
  background-color: #c9c9c9;
  color: #fff;
  font-size: 12px;
}

.news-text.orange {
  border-style: none;
  background-color: #ff8e64;
  color: #fff;
}

.blog-heading {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.date-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 16px;
  margin-left: 20px;
  border-bottom: 1px none #ff8e64;
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav-button-block {
  display: inline-block;
  padding-top: 0px;
  padding-left: 80px;
  float: none;
}

.purchase-button {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.purchase-button:hover {
  background-color: #ff8e64;
}

.purchase-button.outline {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.purchase-button.outline:hover {
  background-color: #fff;
  color: #ff8e64;
}

.purchase-button.orange-text {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
  font-weight: 600;
}

.purchase-button.orange-text:hover {
  color: #fff;
}

.purchase-button.nav {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff8e64;
}

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #ff8e64;
}

.slide-arrow-right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: auto 10% auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 16px;
}

.slide-arrow-right:hover {
  border-color: #fff;
  background-color: #fff;
  color: #5e8323;
}

.blog-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.page-brand {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.blog-post h1 {
  text-align: left;
}

.blog-post h2 {
  text-align: left;
}

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

.blog-post p {
  width: 80%;
}

.blog-post h4 {
  text-align: left;
}

.blog-post h5 {
  text-align: left;
}

.sidebar-block {
  width: 95%;
  padding-bottom: 40px;
  float: right;
}

.text-button {
  display: inline-block;
  margin-left: 5px;
  float: none;
  font-size: 14px;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 21px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.purchase-section {
  position: static;
  height: 450px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: url('../images/poppy-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.purchase-button-block {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.small-text-team {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8e64;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.instagram-card-style-2 {
  position: relative;
  display: block;
  width: 33.33%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 40px 40px;
  background-color: transparent;
  text-align: center;
}

.div-block-3 {
  display: inline-block;
  float: none;
}

.tabs-menu {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px none #ddd;
  text-align: center;
}

.tab-link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #ff8e64;
}

.tab-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #ff8e64;
  background-color: transparent;
  color: #ff8e64;
}

.tab-link.w--current:hover {
  color: #ff8e64;
}

.contact-us-card {
  position: absolute;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-us-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-link {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
}

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

.fact-section {
  position: relative;
  padding: 72px 56px;
  background-color: #f5f6f9;
}

.fact-section.white {
  background-color: #fff;
  background-image: none;
}

.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fact-item {
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.facts-image {
  width: 46px;
}

.facts-heading {
  margin-top: 16px;
  line-height: 26px;
  font-weight: 700;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

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

.team-member-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-image:hover {
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, 0.2);
}

.team-member-image._2 {
  border-radius: 10px;
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0px;
}

.team-member-image._3 {
  background-image: url('../images/nick-karvounis-423669-unsplash-p-1600.jpeg');
}

.team-member-image._4 {
  background-image: url('../images/dgss`rg.jpg');
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.white.big {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
}

.white.center {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.white.center.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.white.center.category {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
}

.white.center.padding-bottom {
  margin-bottom: 30px;
}

.white._04 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
}

.price-table {
  color: #ff8e64;
  font-size: 18px;
  font-weight: 500;
}

.price-table.white {
  color: #fff;
}

.number-services {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #ff8e64;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.left {
  float: none;
}

.image-5 {
  height: 20px;
  margin-right: 10px;
  float: left;
}

.contact-us-wrapper-half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.small-text-pricing {
  margin-bottom: 24px;
  color: #969696;
  line-height: 24px;
}

.small-text-pricing.white {
  color: #fff;
}

.footer-copyright {
  display: block;
  width: 100%;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  text-align: center;
}

.text-copyright {
  display: inline;
  margin-right: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-link-copyright {
  font-family: 'Open Sans', sans-serif;
  color: #ffff70;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
}

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

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work {
  width: 33.33%;
  padding: 15px;
}

.work-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.work-card-image-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}

.work-card-image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.work-card-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.31);
  box-shadow: none;
  text-align: center;
}

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
}

.portfolio-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-image {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.portfolioterxt {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #969696;
  line-height: 24px;
}

.portfolioterxt.border {
  border-top: 1px none #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 25px;
}

.portfolioterxt.border.contact-box-div {
  margin-top: 38px;
  margin-bottom: 3px;
  border-top-style: none;
  border-bottom-style: none;
  color: #dc1d24;
  text-align: center;
}

.portfolioterxt.border.top-text {
  margin-top: 35px;
}

.portfolioterxt.first {
  padding-top: 0px;
}

.big-tittle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Philosopher, sans-serif;
  color: #5e8323;
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
}

.big-tittle.blog-single {
  margin-top: 10px;
  margin-bottom: 10px;
}

.upper-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.column-div {
  width: 95%;
}

.row-info {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.separator {
  display: block;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: #5e8323;
}

.separator._404 {
  margin-bottom: 0px;
}

.separator.separator-green {
  background-color: #5e8323;
}

.separator.separator-red {
  background-color: #dc1d24;
}

.separator.separator-yellow {
  background-color: #ffff70;
}

.pattern-dots {
  height: 30px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50% 50%;
  background-size: auto;
}

.logo-type {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.logo-type.white-font {
  color: #fff;
}

.logo-type.white-font.footer {
  padding-bottom: 30px;
}

.color-font {
  color: #ff8e64;
  font-weight: 700;
  text-transform: uppercase;
}

.licensing-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.licensing-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ddd;
  border-bottom: 1px none #ddd;
}

.licensing-item.first {
  border-bottom-style: solid;
}

.licensing-item-content {
  height: 100px;
  margin-left: 32px;
  padding: 12px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  text-align: left;
}

.licensin-pfoto-link {
  margin-top: 8px;
  margin-right: 0px;
  color: #a5a5a5;
}

.licensin-pfoto-link:hover {
  color: #ff8e64;
}

.divider-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 131, 35, 0.81)), to(rgba(94, 131, 35, 0.81))), url('../images/hero-slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(94, 131, 35, 0.81), rgba(94, 131, 35, 0.81)), url('../images/hero-slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-wrap.pass {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.pass-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.pass-form {
  color: #333;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.password-image {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.heading-10 {
  line-height: 22px;
}

.paragraph-center {
  padding-right: 199px;
  padding-left: 199px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.paragraph-center.call-to-action-text {
  margin-top: 23px;
  margin-bottom: 9px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.paragraph-center.call-to-action-text.call-to-action-text-2 {
  margin-top: 0px;
  margin-bottom: 23px;
  font-size: 34px;
  line-height: 40px;
}

.title-liciensing {
  margin-top: 0px;
  margin-bottom: 10px;
}

.image-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-link-photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/sophia-baboolal-86214-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.copy-div {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-image-div {
  position: relative;
  height: 600px;
  margin-top: -300px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.page-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(11, 30, 70, 0.51)), to(rgba(11, 30, 70, 0.51)));
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, rgba(11, 30, 70, 0.51), rgba(11, 30, 70, 0.51));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.div-small-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/armchair.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-image-small-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/lamp.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-7 {
  position: absolute;
  right: 200px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 20px;
  border-color: rgba(255, 142, 100, 0.31);
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.div-block-8 {
  position: absolute;
  display: block;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 35px solid #f6f6f6;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: 53px;
  right: 42px;
  width: 200px;
  height: 200px;
  border: 20px solid #f8f8f8;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.blog-dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5)));
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5));
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  background-color: #ff8e64;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.title-contact {
  text-transform: uppercase;
}

.div-block-10 {
  font-size: 18px;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.success-message {
  border-radius: 10px;
  background-color: #00ad31;
  color: #fff;
  font-weight: 500;
}

.error-message {
  border-radius: 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.text-categories {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ff8e64;
  color: #fff;
  text-decoration: none;
}

.collection-list-wrapper {
  display: inline-block;
  text-align: center;
}

.div-block-11 {
  margin-bottom: 40px;
  text-align: center;
}

.collection-list-2 {
  display: inline-block;
  height: 100%;
}

.collection-item-2 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.author-div {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.link-author {
  padding-top: 20px;
  color: #ff8e64;
}

.link-author:hover {
  color: #000;
}

.div-button {
  height: 80px;
  padding-top: 15px;
  float: right;
}

.bold-text {
  margin-right: 5px;
}

.button-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-link-block {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
}

.hero-zoom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.65)), to(rgba(16, 18, 70, 0.65))), url('../images/alexander-pemberton-95212-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.65), rgba(16, 18, 70, 0.65)), url('../images/alexander-pemberton-95212-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nav-link-2 {
  display: inline-block;
  overflow: hidden;
  height: 52px;
  margin-bottom: 0px;
  color: #808284;
  font-size: 34px;
  line-height: 50px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.nav-link-2.w--current {
  margin-bottom: 0px;
}

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

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

.text-block-5 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #5e8323;
  font-size: 23px;
  line-height: 30px;
}

.line-3 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
  color: #000;
}

.line-1 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #161616;
  color: #000;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.65);
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #d3d4d5;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.brand-2:hover {
  opacity: 0.85;
}

.div-block-13 {
  display: block;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.text-block {
  font-family: 'Libre Baskerville', sans-serif;
  color: #5e8323;
  font-size: 23px;
  line-height: 30px;
}

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

.menu-button-2 {
  z-index: 15;
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

.text-block-8 {
  font-family: Philosopher, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.social-media {
  margin-right: 16px;
  margin-left: 16px;
}

.slide-2 {
  background-image: url('../images/hero-transparency.svg'), url('../images/hero-the-granary.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: auto 250px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-3 {
  background-image: url('../images/hero-transparency.svg'), url('../images/hero-the-dairy.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: auto 250px, cover;
  background-repeat: no-repeat, no-repeat;
}

.about-us-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.paragraph.whats-nearby {
  margin-top: 16px;
  text-align: center;
}

.about-section {
  margin-top: 49px;
  margin-bottom: 49px;
}

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

.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._2 {
  border-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

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

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

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

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.mobile-center {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

.mini-title.dark {
  display: inline-block;
  margin-bottom: 10px;
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4a;
  font-weight: 700;
}

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

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e8323), to(#5e8323));
  background-image: linear-gradient(180deg, #5e8323, #5e8323);
}

.heading-11 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #ffff70;
}

.heading-12 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #ffff70;
}

.heading-13 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #ffff70;
}

.heading-14 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #ffff70;
}

.heading-15 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #ffff70;
}

.heading-16 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #ffff70;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-4 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-5 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.heading-17 {
  margin-top: 63px;
  font-family: Philosopher, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.paragraph-8 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.section-3 {
  height: 450px;
  background-image: url('../images/home-gallery-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.success-message-2.contact-form {
  color: #000;
}

.contact-form-field {
  height: 50px;
  padding-left: 80px;
  border: 1px solid #d7d7d9;
  border-radius: 3px;
  background-color: #f7f7f7;
  background-image: url('../images/Line-1_1Line (1).jpg');
  background-position: 50px 50%;
  background-size: 1px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

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

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

.contact-form-field.phone {
  background-image: url('../images/Mobile_1Mobile.png');
  background-position: 19px 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.contact-form-field.email {
  background-image: url('../images/Email_1Email.png');
  background-position: 17px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

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

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

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

._50-percent-column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.small-text {
  color: #b0afb2;
  font-size: 12px;
  line-height: 22px;
}

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

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

.textarea {
  border: 1px solid #d7d7d9;
  border-radius: 3px;
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

.paragraph-9 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-9.paragraph-10 {
  margin-top: 42px;
}

.paragraph-10 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-11 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-12 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-13 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}

.text-block-10 {
  position: static;
  right: 0px;
  bottom: 0px;
  margin-top: 2px;
  margin-left: 727px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: right;
}

.text-block-11 {
  margin-top: 26px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}

.text-block-12 {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-size: 12px;
  line-height: 12px;
}

.text-block-13 {
  font-family: Philosopher, sans-serif;
  color: #dc1d24;
  font-size: 35px;
  line-height: 45px;
}

.text-block-14 {
  margin-top: 19px;
  font-family: Philosopher, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.row {
  padding: 11px 0px;
}

.row.row-dates {
  margin-top: 43px;
}

.text-block-15 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-block-15.hayloft-tprice-grid.hayloft-header {
  color: #5e8323;
  font-size: 22px;
  line-height: 30px;
}

.text-block-15.header-text {
  margin-top: 32px;
}

.faq-item {
  position: relative;
  padding: 45px 30px;
  border-top: 1px solid #e8e8e9;
}

.question-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-decoration: none;
}

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

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

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

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

.links-headings {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #969696;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
}

.concertina-1 {
  position: static;
  margin-top: 23px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.bold-text-2 {
  font-size: 19px;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.image-8 {
  margin-bottom: 13px;
}

.concertina-2 {
  margin-top: 23px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.concertina-3 {
  margin-top: 23px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.concertina-4 {
  margin-top: 23px;
  padding: 20px;
  background-color: #fff;
}

.concertina-5 {
  margin-top: 23px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.concertina-6 {
  margin-top: 23px;
  padding: 20px;
  background-color: #fff;
}

.concertina-7 {
  margin-top: 23px;
  padding: 20px;
  background-color: #fff;
}

.concertina-8 {
  margin-top: 23px;
  padding: 20px;
  background-color: #fff;
}

.image-caption {
  margin-top: 17px;
  font-family: 'Open Sans', sans-serif;
}

.div-block-14 {
  text-align: center;
}

.hayloft-tprice-grid {
  margin-top: 16px;
}

.french-flag {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
}

.bold-text-3 {
  color: #5e8323;
}

.link {
  color: #5e8323;
}

.call-to-action-section {
  background-color: #5e8323;
}

.contact-us-div {
  text-align: center;
}

.granary-french-flag {
  position: absolute;
  left: auto;
  top: 6%;
  right: 3%;
  bottom: auto;
}

.about-us-flag-french {
  position: absolute;
  left: auto;
  top: 15%;
  right: 3%;
  bottom: auto;
}

.link-2 {
  color: #5e8323;
}

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

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
}

html.w-mod-js *[data-ix="hide-scroll-navigation-on-initial"] {
  display: none;
}

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

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

html.w-mod-js *[data-ix="move-up-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

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

html.w-mod-js *[data-ix="hidden-text-1"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar.fixed-nav {
    padding-right: 0px;
    padding-left: 16px;
  }

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

  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    left: 0px;
    top: 60px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: left;
  }

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.hero-section.homeages-2 {
    height: 450px;
    padding-top: 80px;
  }

  .image-background-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .image-background-section.blog-hero-section.style-guide.new {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }

  .slide._2 {
    background-size: auto 180px, cover;
  }

  .slide._3 {
    background-size: auto 180px, cover;
  }

  .slider-content {
    width: 80%;
    margin-top: auto;
    margin-bottom: 26px;
    padding-top: 13px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .slider-content.third {
    z-index: 10;
    margin-top: 0px;
  }

  .hero-text.thin {
    font-size: 13px;
    line-height: 25px;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 58px;
  }

  .slide-arrow {
    width: 50px;
    height: 50px;
    margin-left: 5%;
  }

  .section {
    padding: 42px 8px;
  }

  .section.gray {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section.gray.single {
    padding-top: 80px;
  }

  .section.image-background {
    padding: 80px 8px;
  }

  .section-wrapper-content {
    display: block;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-wrapper-content.page-header {
    width: 80%;
  }

  .section-header {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .section-header.white {
    font-size: 30px;
    line-height: 40px;
  }

  .services-card {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .services-card.style-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .services-tittle.style-2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

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

  .half-side-content {
    padding-right: 4%;
    padding-left: 4%;
  }

  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }

  .half-side-content.contact-bacground {
    width: 100%;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .half-side-content.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .follow-me-text.center {
    font-size: 17px;
    line-height: 24px;
  }

  .small-features {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .small-feature {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-card {
    margin-right: 8px;
    margin-left: 8px;
  }

  .pricing-big-text {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-wrapper-list {
    width: 100%;
  }

  .testimonial-wrapper {
    margin-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .social-wrapper.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sponsor-link {
    padding: 8px;
  }

  .sponsor-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .scroll-up-button {
    right: -20px;
  }

  .footer-content {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }

  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-header {
    letter-spacing: 2px;
  }

  .footer-link {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
  }

  .question-container {
    padding-right: 2px;
  }

  .answer {
    padding-right: 0px;
  }

  .blog-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-container {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .nav-button-block {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .purchase-button {
    color: #fff;
  }

  .purchase-button.outline {
    color: #fff;
  }

  .purchase-button.nav {
    color: #fff;
  }

  .purchase-button.nav:hover {
    color: #fff;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }

  .nav-link:hover {
    color: #ff8e64;
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .nav-link.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .slide-arrow-right {
    left: 24%;
    width: 50px;
    height: 50px;
    margin-right: 5%;
  }

  .menu-button {
    color: #fff;
  }

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

  .menu-button.black {
    color: #000;
  }

  .purchase-section {
    height: 350px;
  }

  .instagram-card-style-2 {
    width: 40%;
    padding: 27px 24px 24px;
  }

  .contact-us-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-us-block {
    padding-right: 0px;
  }

  .fact-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 90%;
  }

  .contact-us-wrapper-half-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work {
    padding: 8px 8px 8px 5px;
  }

  .work-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    padding-right: 0px;
    text-align: left;
  }

  .portfolio-content {
    margin-left: 8px;
  }

  .row-info {
    margin-top: 70px;
  }

  .logo-type.white-font.footer {
    padding-left: 0px;
  }

  .paragraph-center {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-link-photo {
    display: block;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .copy-div {
    width: 80%;
  }

  .hero-image-div {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    left: 200px;
    right: auto;
    bottom: 0px;
  }

  .div-block-9 {
    top: auto;
    right: 42px;
    bottom: 53px;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }

  .text-block-5 {
    font-size: 23px;
  }

  .menu-button-2 {
    padding-top: 17px;
  }

  .text-block-8 {
    font-size: 26px;
    line-height: 30px;
  }

  .slide-2 {
    background-size: auto 180px, cover;
  }

  .slide-3 {
    background-size: auto 180px, cover;
  }

  .feature-column {
    width: 50%;
  }

  .feature-column._3 {
    border-right: 1px solid #e8e8e9;
  }

  .feature-column._4 {
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }

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

  .feature-column._5 {
    border-right: 1px solid #e8e8e9;
  }

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

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

  .section-3 {
    height: 350px;
    background-size: cover;
  }

  .tabs {
    width: 100%;
  }

  .paragraph-9.paragraph-10 {
    margin-top: 34px;
  }

  .text-block-10 {
    margin-left: 140px;
  }

  .text-block-14 {
    margin-top: 23px;
    font-size: 25px;
    line-height: 35px;
  }

  .granary-french-flag {
    top: 6%;
  }

  .about-us-flag-french {
    top: 12%;
  }
}

@media screen and (max-width: 767px) {
  .contact-us-wrapper {
    padding: 16px;
  }

  .contact-us-popup {
    padding: 40px;
  }

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

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.hero-section.homeages-2 {
    height: 400px;
  }

  .image-background-section.blog-hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slide._2 {
    background-size: auto 170px, cover;
  }

  .slide._3 {
    background-size: auto 170px, cover;
  }

  .slider-content {
    margin-top: 547px;
    margin-bottom: 18px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .hero-text.thin {
    font-size: 12px;
    line-height: 20px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .section-wrapper-content {
    width: auto;
  }

  .section-wrapper-content.page-header {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-card {
    width: 66.66%;
    margin-right: 0px;
    margin-bottom: 58px;
    margin-left: 0px;
    padding: 56px 32px 48px;
  }

  .services-card.style-2 {
    width: 66.66%;
    margin-bottom: 24px;
  }

  .services-tittle.style-2 {
    text-align: left;
  }

  .features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-wrapper._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .half-side-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .half-side-content.contact-bacground {
    height: 560px;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
  }

  .half-side-content.gray {
    width: 100%;
    height: auto;
  }

  .half-side-content.icon {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .play-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .small-features {
    max-width: 91%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .small-features.new {
    max-width: 100%;
  }

  .small-feature {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-content {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: left;
  }

  .pricing-wrapper {
    display: block;
    margin-bottom: 25px;
  }

  .pricing-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .testimonial-wrapper {
    display: block;
  }

  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 58px;
    margin-left: auto;
  }

  .social-wrapper.footer {
    padding-left: 0px;
  }

  .contact-us-block-form.percentual {
    width: 80%;
  }

  .footer {
    padding-right: 20px;
  }

  .footer-content {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-links {
    width: 50%;
  }

  .footer-link {
    font-size: 13px;
  }

  .div-block {
    display: block;
  }

  .image-link {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-link {
    display: block;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }

  .blog-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .news-text {
    margin-bottom: 8px;
  }

  .purchase-section {
    height: 300px;
    padding-right: 8px;
    padding-left: 8px;
    background-size: auto;
  }

  .small-text-team {
    text-align: left;
  }

  .instagram-card-style-2 {
    width: 66.66%;
  }

  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 20px;
  }

  .team-member-image._4 {
    width: 100%;
  }

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 100%;
  }

  .contact-us-wrapper-half-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work {
    width: 100%;
  }

  .work-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .portfolio-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-div {
    margin-bottom: 24px;
  }

  .row-info {
    margin-top: 50px;
  }

  .licensing-items {
    width: 70%;
  }

  .image-side {
    width: 100%;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copy-div {
    width: 80%;
  }

  .collection-item-2 {
    margin-bottom: 10px;
  }

  .div-button {
    padding-top: 15px;
  }

  .menu-button-2 {
    padding-top: 16px;
  }

  .text-block-8 {
    font-size: 20px;
    line-height: 25px;
  }

  .slide-2 {
    background-size: auto 170px, cover;
  }

  .slide-3 {
    background-size: auto 170px, cover;
  }

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

  .flex-wrapper.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-3 {
    height: 300px;
    background-size: cover;
  }

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

  .tabs {
    margin-bottom: 45px;
  }

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

  .text-block-10 {
    margin-left: 35px;
  }

  .text-block-13 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .granary-french-flag {
    top: 4%;
  }

  .granary-french-flag.english-flag {
    top: 4%;
  }
}

@media screen and (max-width: 479px) {
  .contact-us-button {
    margin: 16px;
  }

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

  .navbar.fixed-nav {
    padding-left: 8px;
    background-color: transparent;
  }

  .brand {
    height: 60px;
    padding-top: 10px;
  }

  .image-background-section.hero-section {
    height: 650px;
  }

  .image-background-section.blog-hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide._2 {
    background-size: auto 158px, cover;
  }

  .slide._3 {
    background-size: auto 158px, cover;
  }

  .slider-content {
    width: 100%;
    margin-top: 523px;
    padding: 32px 10px;
  }

  .hero-text.thin {
    margin-bottom: 18px;
    font-size: 10px;
    line-height: 15px;
  }

  .button.hero-button {
    margin-right: 16px;
    margin-bottom: 8px;
  }

  .button.outline-button {
    margin-left: -16px;
  }

  .slide-arrow {
    display: none;
  }

  .hero-bottom {
    display: none;
  }

  .wrapper.hero-bottom-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-wrapper-content {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-header {
    padding-right: 7px;
    padding-left: 7px;
    line-height: 38px;
  }

  .section-header.white {
    font-size: 32px;
    line-height: 40px;
  }

  .section-header.left {
    font-size: 35px;
    line-height: 40px;
  }

  .services-wrapper {
    margin-left: 33px;
  }

  .services-card {
    width: 100%;
  }

  .half-side-content.image-background {
    height: 300px;
  }

  .half-side-content.contact-us-half-side {
    min-height: 750px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .half-side-content.icon {
    height: auto;
  }

  .half-side-info {
    max-width: 400px;
  }

  .small-feature {
    width: 1000%;
  }

  .team-section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
  }

  .team-section.gray {
    padding-right: 20px;
  }

  .team-section.top-border {
    padding-right: 20px;
  }

  .pricing-card {
    width: 100%;
  }

  .teastimonial-card {
    width: 100%;
  }

  .scroll-up-button {
    bottom: 125px;
    margin-bottom: 20px;
  }

  .footer-links {
    width: 100%;
  }

  .question-container {
    padding-right: 2px;
  }

  .blog-link {
    position: static;
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog-container {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-arrow-right {
    display: none;
  }

  .blog-post {
    width: 100%;
  }

  .purchase-section {
    height: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .instagram-card-style-2 {
    width: 100%;
  }

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

  .tab-link {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tab-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .contact-us-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 16px;
  }

  .white.center {
    width: 95%;
  }

  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .text-link-copyright {
    font-size: 13px;
  }

  .portfolio-content {
    width: 100%;
    margin-left: 0px;
  }

  .big-tittle {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .big-tittle.blog-single {
    line-height: 40px;
  }

  .row-info {
    margin-top: 50px;
  }

  .licensing-items {
    width: 100%;
  }

  .licensing-item-content {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-liciensing {
    margin-bottom: 5px;
  }

  .image-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .collection-item {
    margin-bottom: 25px;
  }

  .blog-link-photo {
    display: none;
    width: 30%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .collection-list {
    display: block;
  }

  .copy-div {
    width: 80%;
  }

  .hero-image-div {
    height: 700px;
  }

  .div-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .div-block-12 {
    text-align: center;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }

  .nav-link-2 {
    margin-bottom: 0px;
    line-height: 30px;
  }

  .nav-link-2.w--current {
    margin-bottom: 0px;
  }

  .text-block-5 {
    font-size: 23px;
    line-height: 27px;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .text-block {
    font-size: 23px;
    line-height: 27px;
  }

  .menu-button-2 {
    padding-top: 18px;
  }

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

  .text-block-8 {
    font-size: 17px;
    line-height: 25px;
  }

  .slide-2 {
    background-size: auto 158px, cover;
  }

  .slide-3 {
    background-size: auto 158px, cover;
  }

  .feature-column {
    width: 100%;
  }

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

  .feature-column._5 {
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }

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

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

  .heading-17 {
    font-size: 30px;
    line-height: 38px;
  }

  .section-3 {
    height: 250px;
    background-size: auto;
  }

  .image-7 {
    margin-top: 27px;
  }

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

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

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

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

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

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

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

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

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

  .text-block-13 {
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-14 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .granary-french-flag {
    top: 3%;
  }

  .granary-french-flag.english-flag {
    top: 3%;
  }

  .about-us-flag-french {
    top: 7%;
  }
}

#w-node-ac77b9de-7886-dc2a-9f95-3d3252246462-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7b33cae-fd25-bc4e-716d-bb18e0080143-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63c94c8d-7c12-415b-335d-f562c9606945-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd934f54-ad3a-ccc5-9d98-128b437f0689-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fe88295-a26f-84a6-a6a1-6e9cc5b492d7-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f3ded62-a63c-9f38-4ae9-c7215dec7341-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_651231da-6bcd-d940-a384-a347b61e8297-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d601385-998c-8e77-1d24-faeff052bc85-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5d7242d3-1112-c9d3-0219-80f625a77f3d-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36408550-f290-2c96-26f1-23008395b462-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_236c3526-e257-0df8-602e-fa1824d980e0-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46a15463-f57e-3da0-9932-7de00cb06e29-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e5e903c-897b-2a25-f24f-d2483f8d6dc4-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3383cbc-10fd-055b-eaaa-6ce580133d7b-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fde5e19-44f2-6c76-31a7-623c3bf871c3-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad64c8e9-93c3-a964-a42e-c405b3940c6b-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4c20ca4-3aa4-203d-9e5a-5859b5b97830-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfc23882-a39c-287a-6f5d-521610697989-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07585328-02c8-8fc9-e2f1-c15306c5dc5f-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_57b821a4-fc42-0de7-90e6-70d9e521d92b-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b2c2ad1-7719-4626-6f7f-6af63ea4bb3c-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f496722b-e0ee-e201-41a2-d90f29fb719a-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c4bdd78-6324-454f-e38c-6711a03ba252-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e592a266-bc1e-2407-8959-fd543a9a89ba-996a2f35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ac77b9de-7886-dc2a-9f95-3d3252246462-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7b33cae-fd25-bc4e-716d-bb18e0080143-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63c94c8d-7c12-415b-335d-f562c9606945-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd934f54-ad3a-ccc5-9d98-128b437f0689-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fe88295-a26f-84a6-a6a1-6e9cc5b492d7-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f3ded62-a63c-9f38-4ae9-c7215dec7341-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_651231da-6bcd-d940-a384-a347b61e8297-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d601385-998c-8e77-1d24-faeff052bc85-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5d7242d3-1112-c9d3-0219-80f625a77f3d-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36408550-f290-2c96-26f1-23008395b462-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_236c3526-e257-0df8-602e-fa1824d980e0-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46a15463-f57e-3da0-9932-7de00cb06e29-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e5e903c-897b-2a25-f24f-d2483f8d6dc4-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3383cbc-10fd-055b-eaaa-6ce580133d7b-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fde5e19-44f2-6c76-31a7-623c3bf871c3-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad64c8e9-93c3-a964-a42e-c405b3940c6b-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4c20ca4-3aa4-203d-9e5a-5859b5b97830-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfc23882-a39c-287a-6f5d-521610697989-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07585328-02c8-8fc9-e2f1-c15306c5dc5f-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_57b821a4-fc42-0de7-90e6-70d9e521d92b-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b2c2ad1-7719-4626-6f7f-6af63ea4bb3c-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f496722b-e0ee-e201-41a2-d90f29fb719a-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c4bdd78-6324-454f-e38c-6711a03ba252-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e592a266-bc1e-2407-8959-fd543a9a89ba-88753be3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

