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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  height: 1px;
  margin-bottom: 40px;
  background-color: #eee;
}

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

.section {
  margin: 0px auto auto;
  padding-top: 0px;
  background-color: transparent;
  color: #03351e;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-store-home-wrap {
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 99px;
  margin-left: auto;
  text-align: center;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

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

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  background-color: #03351e;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

.label.cc-light {
  opacity: 0.6;
}

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

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

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

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

.paragraph-light {
  border-style: none;
  border-width: 1px;
  border-color: #03351e;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #03351e;
}

.paragraph-light.left {
  margin-bottom: 40px;
  text-align: left;
}

.heading-jumbo {
  max-width: 850px;
  min-width: auto;
  margin: 0px auto 20px;
  border-style: none;
  border-width: 1px;
  border-color: #103809;
  font-family: 'Merienda One', sans-serif;
  color: #03351e;
  font-size: 55px;
  line-height: 70px;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #03351e;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-small.phone-only {
  display: none;
}

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

.logo-link {
  z-index: 1;
  width: 6%;
}

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

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

.logo-link.w--current {
  background-image: none;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  margin-bottom: -20px;
  -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;
}

.navigation-wrap {
  position: relative;
  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;
  -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;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding: 20px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 8px -6px #000;
}

.navigation-item {
  margin-right: auto;
  margin-left: auto;
  padding: 36px 40px;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.navigation-item.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fafafa;
  box-shadow: inset 0 1px 3px 0 #e0e0e0;
  opacity: 1;
  color: #1a1b1f;
  line-height: 20px;
  font-weight: 600;
}

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

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

.navigation-item.call-us {
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 27px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-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;
  background-color: #eeebeb;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 16, 16, 0.56)), to(rgba(41, 16, 16, 0.56))), url('../images/Palmanco-6982.jpg');
  background-image: linear-gradient(180deg, rgba(41, 16, 16, 0.56), rgba(41, 16, 16, 0.56)), url('../images/Palmanco-6982.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

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

.intro-content.cc-homepage {
  width: auto;
  margin: 0px auto 20px;
}

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

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

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

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

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

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  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;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -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;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

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

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

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

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

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

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

.protected-form {
  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;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
}

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

.intro-text {
  width: auto;
  margin: 0px auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.body {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #fff), url('../images/Background-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-2 {
  height: 87.5vh;
  margin-top: 88px;
  margin-bottom: 178px;
  padding-top: 10vh;
  background-image: url('../images/main1rev.png'), -webkit-gradient(linear, left top, left bottom, from(#f5fae6), to(#e7f3b2));
  background-image: url('../images/main1rev.png'), linear-gradient(180deg, #f5fae6, #e7f3b2);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
}

.image {
  height: 100px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
}

.palmaco-pouch {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.palmaco-pouch.phone-only {
  display: none;
}

.image-4 {
  position: static;
  width: 50%;
  height: auto;
}

.image-5 {
  width: 50%;
  font-size: 50%;
  line-height: 28;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-6 {
  width: 50%;
}

.image-7 {
  position: absolute;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.columns {
  height: 350px;
  margin-bottom: auto;
  color: #03351e;
}

.product-desc {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #8ff144;
  border-bottom: 1px solid #8ff144;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.product-desc.bold {
  font-weight: 700;
}

.column {
  padding-right: 0px;
}

.column-2 {
  padding-top: 20px;
}

.column-3 {
  height: 40vh;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 45px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.palmaco-pouch-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.palmaco-pouch-2l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.palmaco-pouch-1l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.palmaco-pouch-900ml {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 150%;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  height: 12000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #fff), to(hsla(0, 0%, 100%, 0.75))), url('../images/Palmanco-composite.jpg');
  background-image: linear-gradient(180deg, #fff, #fff 0%, hsla(0, 0%, 100%, 0.75)), url('../images/Palmanco-composite.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  line-height: 16px;
}

.div-block-3 {
  display: inline-block;
  width: 600px;
  height: 200px;
  margin-top: 407px;
  margin-bottom: 0px;
  margin-left: 55px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.74);
  box-shadow: 1px 1px 12px -6px #000;
}

.heading-in-picture {
  position: static;
  top: 220px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 140px;
  border-style: none;
  border-width: 1px;
  border-color: #03351e;
  background-color: transparent;
  font-family: 'Merienda One', sans-serif;
  color: #103809;
  font-size: 40px;
  line-height: 50px;
}

.gradient-transition {
  height: 200px;
  margin-top: -193px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
  line-height: 16px;
}

.paragraph {
  margin-top: 20px;
  margin-left: 210px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  line-height: 20px;
  font-weight: 300;
}

.image-9 {
  position: relative;
  left: auto;
  top: 32%;
  right: auto;
  bottom: 0%;
  display: block;
  box-shadow: 1px 1px 9px 1px #b8aeae;
}

.image-10 {
  position: relative;
  left: -91px;
  top: -55px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.image-11 {
  position: relative;
  left: 324px;
  bottom: 0px;
  display: block;
  box-shadow: 1px 1px 9px 1px #b8aeae;
}

.image-12 {
  position: relative;
  left: 141px;
  bottom: 72px;
  display: block;
  border-style: none;
  border-width: 1px;
  border-color: #b8aeae;
  box-shadow: 1px 1px 9px 1px #b8aeae;
}

.image-13 {
  position: relative;
  bottom: 67px;
  display: block;
  box-shadow: 1px 1px 9px 1px #b8aeae;
}

.image-14 {
  position: relative;
  left: 97px;
  top: -43px;
  bottom: 61px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #b8aeae;
  box-shadow: 1px 1px 9px 1px #b8aeae;
}

.column-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  height: 800px;
}

.column-5 {
  position: static;
  top: 220px;
}

.columns-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.paragraph-2 {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-left: 178px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.section-3 {
  height: 100vh;
  margin-top: -95px;
  padding-top: 40px;
  background-color: #e7f3b2;
  background-image: url('../images/location_map_v02.png'), -webkit-gradient(linear, left top, left bottom, from(#45af35), to(#e8f1bf));
  background-image: url('../images/location_map_v02.png'), linear-gradient(180deg, #45af35, #e8f1bf);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
}

.process-1 {
  position: absolute;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-left: 178px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.process-2 {
  position: absolute;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-left: 178px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.process-3 {
  position: absolute;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-left: 178px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.process-4 {
  position: absolute;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-left: 178px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.process-5 {
  position: absolute;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-left: 178px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.process-6 {
  position: absolute;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-bottom: auto;
  margin-left: 178px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #103809;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.heading {
  width: 68%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-3 {
  width: 50%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-3.lokasi {
  width: 600px;
}

.columns-3 {
  display: block;
  margin-top: 21px;
  margin-right: 220px;
  margin-left: 140px;
}

.text-block {
  width: 420px;
  margin-bottom: 10px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-transform: none;
}

.text-block:hover {
  background-color: transparent;
}

.text-block-2 {
  display: inline-block;
  padding: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.text-block-2.large {
  padding-right: 83px;
}

.text-block-2._2 {
  padding-top: 0px;
}

.column-6 {
  display: block;
  padding-top: 0px;
  padding-left: 0vw;
}

.div-block-4 {
  display: inline-block;
  margin-right: 25px;
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0.59);
}

.column-7 {
  position: relative;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.lokasi-select {
  width: 420px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.06)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.06), transparent);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.lokasi-select:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.container-3 {
  position: absolute;
}

.container-4 {
  position: absolute;
}

.container-5 {
  position: absolute;
}

.container-6 {
  position: absolute;
  margin-top: 140px;
}

.section-4 {
  height: 80vh;
  padding-top: 5%;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, transparent 36%, #fff), url('../images/Palmanco-69662.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-7 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-5 {
  display: inline-block;
  width: 700px;
  margin-right: auto;
  margin-left: 140px;
  padding-right: 0px;
}

.heading-2 {
  display: inline-block;
  margin-left: 8%;
  font-family: 'Merienda One', sans-serif;
  color: #103809;
  font-size: 60px;
  line-height: 70px;
}

.paragraph-4 {
  position: static;
  display: inline-block;
  width: 30%;
  margin-top: 40px;
  margin-left: 8%;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
}

.button-2 {
  margin-top: 20px;
  margin-left: 8%;
  background-color: rgba(16, 68, 8, 0.76);
  text-transform: none;
}

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

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-align: left;
}

.heading-4 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}

.paragraph-5 {
  padding-right: 100px;
  padding-left: 100px;
  color: #03351e;
}

.divider-small {
  height: 1px;
  margin-right: 60px;
  margin-bottom: 20px;
  margin-left: 60px;
  background-color: #eee;
}

.footer {
  height: 320px;
  margin: 0px auto auto;
  padding: 25px 10px 20px 70px;
  background-color: #03351e;
  color: #03351e;
}

.footer.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.footer.cc-store-home-wrap {
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
}

.image-15 {
  margin-top: 18px;
  margin-right: 20px;
  margin-bottom: 40px;
  padding-top: 0px;
  float: left;
}

.heading-5 {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

.text-block-3-copy {
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 15px;
  line-height: 19px;
}

.link {
  display: inline-block;
  margin: 10px auto;
  border: 1px none #000;
  color: #717e38;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #2b815a;
}

.link.w--current {
  display: block;
}

.heading-footer {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form {
  padding-right: 0px;
}

.column-8 {
  padding-right: 10px;
  padding-left: 40px;
}

.facebook {
  display: inline-block;
}

.image-16 {
  display: inline-block;
  margin-right: 20px;
  -webkit-filter: brightness(500%);
  filter: brightness(500%);
}

.image-16:hover {
  opacity: 0.3;
}

.column-9 {
  text-decoration: none;
}

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

.image-17 {
  margin-top: 6px;
  margin-right: 10px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: left;
  opacity: 0.34;
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-6 {
  margin-top: 10px;
}

.phone {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 2px;
}

.phone-icon {
  display: inline-block;
  margin-top: 4px;
  margin-right: 13px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  opacity: 0.34;
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-7 {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-6 {
  color: #fff;
}

.paragraph-7 {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, 0.19);
  font-size: 13px;
  text-align: center;
}

.section-5 {
  margin-top: -53px;
  margin-bottom: auto;
}

.link-block-2 {
  display: block;
  margin-bottom: 0px;
  text-decoration: none;
}

.div-block-8 {
  height: auto;
  margin-bottom: auto;
}

.phone-only-images {
  display: none;
}

.columns-5 {
  display: none;
}

.capacity {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #8ff144;
  border-bottom: 1px solid #8ff144;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

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

.columns-6 {
  display: none;
}

.container-8 {
  display: none;
}

.product-contains {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #8ff144;
  border-bottom: 1px solid #8ff144;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.product-contains.bold {
  font-weight: 700;
}

.container-9 {
  display: none;
}

.container-10 {
  display: none;
}

.container-12 {
  display: none;
}

.columns-8 {
  margin-bottom: 20px;
}

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

.section-6 {
  height: 100vh;
  padding-top: 40px;
  background-image: url('../images/location_map_v02.png'), -webkit-gradient(linear, left top, left bottom, from(#44b23e), to(#e7f0be));
  background-image: url('../images/location_map_v02.png'), linear-gradient(180deg, #44b23e, #e7f0be);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.heading-6 {
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.provinsi {
  width: 350px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.07);
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  color: #fff;
}

.provinsi:hover {
  width: 360px;
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
}

.lokasi-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-bottom: 10px;
  margin-left: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}

.lokasi-hover:hover {
  width: 360px;
}

.kota {
  display: block;
  margin-right: auto;
  margin-left: 0px;
}

.paragraph-8 {
  position: absolute;
  display: none;
  padding: 10px 20px;
  background-color: hsla(0, 0%, 100%, 0.66);
  font-size: 14px;
  line-height: 25px;
}

.location-phone-only {
  display: none;
}

.div-block-13 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 5vh;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.57);
  box-shadow: 2px 2px 4px -2px #000;
}

.text-block-8 {
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.link-block-4 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 205px;
  height: 50px;
  margin-right: 3vw;
  margin-bottom: 5vh;
  margin-left: auto;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.62);
  box-shadow: 1px 1px 3px -1px #000;
  text-decoration: none;
}

.email {
  display: block;
  margin-top: 2px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  text-decoration: none;
}

.email-enter {
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

.link-block-5 {
  display: block;
  margin-top: 5px;
  margin-bottom: -3px;
  text-decoration: none;
}

.link-block-6 {
  display: block;
  margin-bottom: -3px;
  text-decoration: none;
}

.image-18 {
  margin-top: 0px;
  margin-right: 10px;
  float: left;
}

.whatsapp {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 2px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .container {
    margin-bottom: auto;
  }
  .paragraph-bigger.cc-bigger-white-light {
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 100px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .paragraph-light.left {
    margin-right: 40px;
    margin-left: 40px;
  }
  .heading-jumbo {
    max-width: none;
    margin-right: 100px;
    margin-left: 100px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .heading-jumbo-small.phone-only {
    display: block;
    background-color: transparent;
    text-align: center;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-item.call-us {
    display: block;
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 40px;
    background-color: #03351e;
    color: #fff;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .section-2 {
    width: 100vw;
  }
  .columns {
    display: none;
  }
  .product-desc {
    display: block;
    padding-bottom: 0px;
    border-top-style: none;
    border-top-color: #4a9d4e;
    border-bottom-style: none;
    font-size: 20px;
    font-weight: 400;
  }
  .div-block-2 {
    display: none;
    height: 11500px;
  }
  .heading-in-picture {
    margin-right: 20px;
    margin-left: 20px;
  }
  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-11 {
    margin-left: -130px;
  }
  .column-4 {
    position: static;
    top: auto;
  }
  .columns-2 {
    top: 142px;
  }
  .section-3 {
    height: auto;
    margin-top: 0px;
    padding-bottom: 40px;
    background-position: 60% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .process-1 {
    width: 40%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .process-2 {
    width: 40%;
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .process-3 {
    position: absolute;
    width: 40%;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .process-4 {
    display: block;
    width: 40%;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .process-5 {
    width: 40%;
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .process-6 {
    width: 40%;
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .heading {
    width: 90%;
  }
  .paragraph-3 {
    width: 80%;
    margin-bottom: 0px;
  }
  .paragraph-3.lokasi {
    width: 70vw;
    margin-bottom: 60px;
  }
  .columns-3 {
    display: none;
    margin-left: 20px;
  }
  .text-block {
    margin-bottom: 10px;
  }
  .text-block-2 {
    font-weight: 400;
  }
  .div-block-4 {
    background-color: hsla(0, 0%, 100%, 0.87);
  }
  .lokasi-select {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.03)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.03), transparent);
  }
  .lokasi-select:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .container-3 {
    display: block;
  }
  .container-4 {
    display: block;
  }
  .container-5 {
    display: block;
  }
  .container-6 {
    display: block;
  }
  .div-block-5 {
    margin-left: 40px;
  }
  .paragraph-4 {
    width: 50%;
    margin-bottom: 20px;
  }
  .heading-3 {
    margin-left: 40px;
  }
  .paragraph-5 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer {
    display: block;
    height: auto;
    padding-top: 10px;
    padding-left: 20px;
  }
  .footer.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-15 {
    margin-right: 140px;
    margin-bottom: 20px;
  }
  .heading-5 {
    clear: left;
  }
  .column-8 {
    margin-top: 80px;
    padding-left: 10px;
  }
  .column-9 {
    margin-top: 80px;
  }
  .paragraph-7 {
    margin-top: 30px;
  }
  .phone-only-images {
    display: block;
  }
  .container-8 {
    display: block;
  }
  .product-contains {
    margin-top: -18px;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: none;
    line-height: 15px;
  }
  .div-block-product {
    display: inline-block;
    margin: 20px;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #f1f7d8;
  }
  .container-9 {
    display: block;
  }
  .container-10 {
    display: block;
  }
  .container-12 {
    display: block;
    margin-bottom: 60px;
  }
  .slide-nav {
    display: none;
  }
  .text-block-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
    color: #fff;
    text-align: center;
  }
  .bold-text {
    line-height: 20px;
  }
  .slide {
    background-image: url('../images/Palmanco-6910.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-2 {
    background-image: url('../images/Palmanco-6947.jpg');
    background-position: 50% 35%;
    background-size: cover;
  }
  .slide-3 {
    background-image: url('../images/Palmanco-7011.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }
  .slide-4 {
    background-image: url('../images/Palmanco-7031.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-5 {
    background-image: url('../images/Palmanco-7056.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-6 {
    background-image: url('../images/Palmanco-7068.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .heading-6 {
    width: auto;
  }
  .lokasi-hover {
    margin-left: 40px;
  }
  .text-block-8 {
    font-size: 8px;
  }
  .link-block-4 {
    width: 140px;
    height: 30px;
    padding-left: 10px;
  }
  .email {
    display: none;
  }
  .email-enter {
    display: block;
  }
  .whatsapp {
    display: block;
  }
}

@media (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .paragraph-bigger.cc-bigger-white-light {
    width: auto;
    max-width: 350px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    width: auto;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    display: block;
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .section-2 {
    height: 370px;
    margin-bottom: 0px;
    padding-top: 40px;
  }
  .columns {
    display: none;
  }
  .product-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .div-block-2 {
    display: none;
  }
  .gradient-transition {
    height: 100px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-3 {
    height: auto;
    margin-top: 40px;
    padding-top: 10px;
  }
  .heading {
    font-size: 30px;
    line-height: 35px;
  }
  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .section-4 {
    height: auto;
    margin-bottom: auto;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, #fff), to(hsla(0, 0%, 100%, 0.4))), radial-gradient(circle farthest-corner at 100% 100%, transparent 36%, #fff), url('../images/Palmanco-69662.jpg');
    background-image: linear-gradient(90deg, #fff 14%, hsla(0, 0%, 100%, 0.4)), radial-gradient(circle farthest-corner at 100% 100%, transparent 36%, #fff), url('../images/Palmanco-69662.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, cover;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }
  .paragraph-4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .button-2 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
  }
  .footer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
  }
  .footer.cc-cta {
    padding: 15px;
  }
  .footer.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-5 {
    font-size: 13px;
  }
  .text-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
  .heading-footer {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .column-8 {
    margin-top: 0px;
    padding-left: 10px;
  }
  .column-9 {
    margin-top: 20px;
  }
  .phone {
    display: block;
    font-size: 13px;
  }
  .phone-icon {
    margin-top: 3px;
  }
  .link-block-2 {
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .phone-only-images {
    width: 35%;
    margin-bottom: 136px;
    float: left;
  }
  .capacity {
    font-size: 30px;
    line-height: 52px;
  }
  .product-contains {
    margin-top: -13px;
    font-size: 13px;
    line-height: 20px;
  }
  .container-12 {
    display: block;
  }
  .slide-nav {
    display: none;
  }
  .text-block-5 {
    color: #fff;
  }
  .bold-text {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
    padding: 20px 40px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
    text-align: center;
  }
  .slide {
    background-image: url('../images/Palmanco-6910.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-2 {
    background-image: url('../images/Palmanco-6947.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-3 {
    background-image: url('../images/Palmanco-7011.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-4 {
    background-image: url('../images/Palmanco-7031.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .slide-5 {
    background-image: url('../images/Palmanco-7056.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-6 {
    background-image: url('../images/Palmanco-7068.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-block-9 {
    margin-top: 40px;
  }
  .heading-6 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 40px;
  }
  .provinsi {
    width: 220px;
  }
  .provinsi:hover {
    width: 225px;
  }
  .text-block-6 {
    font-size: 13px;
    line-height: 25px;
  }
  .lokasi-hover {
    display: none;
    width: 220px;
    margin-bottom: 5px;
  }
  .lokasi-hover:hover {
    width: 225px;
  }
  .kota {
    display: none;
  }
  .paragraph-8 {
    display: block;
    font-size: 13px;
    line-height: 20px;
  }
  .dropdown {
    margin-left: 40px;
  }
  .text-block-7 {
    width: 211.84375px;
    color: #fff;
    font-size: 15px;
  }
  .icon-3 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .dropdown-toggle {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    line-height: 32px;
  }
  .dropdown-toggle.w--open {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .dropdown-link {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    font-size: 12px;
    line-height: 25px;
  }
  .dropdown-link-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-10 {
    width: 400px;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .location-phone-only {
    display: block;
    width: 300px;
  }
  .email {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
  .email-enter {
    display: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
  .whatsapp {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .section {
    margin-right: auto;
    margin-left: auto;
  }
  .section.cc-store-home-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-bigger.cc-bigger-white-light {
    width: 70vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .paragraph-light {
    font-size: 15px;
    line-height: 23px;
  }
  .paragraph-light.left {
    padding-right: 0px;
    padding-left: 0px;
    color: #03351e;
  }
  .heading-jumbo {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .heading-jumbo-small {
    display: block;
    font-size: 15px;
    line-height: 20px;
  }
  .heading-jumbo-small.phone-only {
    display: block;
    margin-top: 0px;
    background-color: hsla(0, 0%, 86%, 0.3);
    font-size: 18px;
    line-height: 35px;
    text-align: center;
  }
  .logo-link {
    width: 35%;
  }
  .logo-link.w--current {
    display: block;
    width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .navigation {
    height: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-item.call-us {
    display: block;
    margin: 20px;
    background-color: #03351e;
    color: #fff;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-header.cc-subpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .intro-text {
    margin-right: auto;
    margin-left: auto;
  }
  .section-2 {
    height: 87.5vh;
    margin-top: 58px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13vh;
  }
  .palmaco-pouch.phone-only {
    display: block;
  }
  .columns {
    display: none;
  }
  .product-desc {
    border-bottom-style: none;
    font-size: 15px;
    line-height: 30px;
  }
  .product-desc.bold {
    font-size: 15px;
  }
  .column {
    display: block;
  }
  .column-2 {
    font-size: 15px;
  }
  .column-3 {
    display: block;
  }
  .palmaco-pouch-shadow {
    display: block;
    margin-top: -50px;
  }
  .palmaco-pouch-2l {
    display: block;
    margin-top: -50px;
  }
  .palmaco-pouch-1l {
    display: block;
    margin-top: -50px;
  }
  .palmaco-pouch-900ml {
    display: block;
    margin-top: -50px;
  }
  .div-block-2 {
    display: none;
  }
  .heading-in-picture {
    font-size: 25px;
    line-height: 30px;
  }
  .gradient-transition {
    height: 100px;
  }
  .paragraph {
    margin-right: 0px;
    font-size: 13px;
    line-height: 16px;
  }
  .image-9 {
    width: 70%;
  }
  .image-10 {
    width: 70%;
    margin-left: 106px;
  }
  .image-11 {
    width: 70%;
    margin-left: -240px;
  }
  .image-12 {
    width: 70%;
  }
  .image-13 {
    width: 70%;
  }
  .image-14 {
    width: 70%;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-3 {
    display: block;
    height: 100vh;
    margin-top: 54px;
    background-image: url('../images/location_map_v02.png'), -webkit-gradient(linear, left top, left bottom, from(#45af35), to(#e8f1bf));
    background-image: url('../images/location_map_v02.png'), linear-gradient(180deg, #45af35, #e8f1bf);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .process-1 {
    font-size: 15px;
    line-height: 20px;
  }
  .process-2 {
    font-size: 15px;
    line-height: 20px;
  }
  .process-3 {
    font-size: 15px;
    line-height: 20px;
  }
  .process-4 {
    font-size: 15px;
    line-height: 20px;
  }
  .process-5 {
    font-size: 15px;
    line-height: 20px;
  }
  .process-6 {
    font-size: 15px;
    line-height: 20px;
  }
  .heading {
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 30px;
  }
  .paragraph-3 {
    width: 70%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
  }
  .paragraph-3.lokasi {
    width: 80vw;
    text-align: center;
  }
  .section-4 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.76))), radial-gradient(circle farthest-corner at 100% 100%, transparent 34%, #fff), url('../images/Palmanco-6966.jpg');
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.76)), radial-gradient(circle farthest-corner at 100% 100%, transparent 34%, #fff), url('../images/Palmanco-6966.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
  }
  .div-block-5 {
    display: block;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-2 {
    margin-left: 40px;
    font-size: 25px;
    line-height: 30px;
  }
  .paragraph-4 {
    width: 70%;
    margin-right: 40px;
    margin-left: 40px;
    font-size: 15px;
    line-height: 20px;
  }
  .button-2 {
    margin-left: 40px;
  }
  .heading-3 {
    margin-left: 40px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }
  .heading-4 {
    font-size: 20px;
    line-height: 25px;
  }
  .paragraph-5 {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #03351e;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
  }
  .footer {
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 56px;
    padding-left: 20px;
  }
  .column-8 {
    margin-top: 10px;
    padding-left: 10px;
  }
  .column-9 {
    margin-top: 10px;
  }
  .div-block-6 {
    margin-bottom: 10px;
  }
  .phone {
    text-decoration: none;
  }
  .paragraph-7 {
    margin-top: -12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 7px;
    line-height: 7px;
  }
  .section-5 {
    display: block;
  }
  .link-block-2 {
    text-decoration: none;
  }
  .phone-only-images {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
  }
  .columns-4 {
    display: none;
  }
  .column-10 {
    display: none;
  }
  .columns-5 {
    display: block;
  }
  .capacity {
    margin-top: 0px;
    border-top-style: none;
    font-size: 13px;
  }
  .capacity.bold {
    font-size: 15px;
  }
  .columns-6 {
    display: block;
  }
  .product-contains {
    border-bottom-style: none;
    font-size: 15px;
    line-height: 30px;
  }
  .product-contains.bold {
    font-size: 15px;
  }
  .container-12 {
    display: block;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.8), #fff), url('../images/Palmanco-composite.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    opacity: 1;
  }
  .slider {
    margin-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }
  .icon {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .slide-nav {
    display: none;
    width: 100%;
    -webkit-transform: translate(0px, -24px) scale(0.6);
    -ms-transform: translate(0px, -24px) scale(0.6);
    transform: translate(0px, -24px) scale(0.6);
  }
  .text-block-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.78)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
  }
  .icon-2 {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .bold-text {
    text-align: center;
  }
  .slide {
    background-image: url('../images/Palmanco-6910.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-2 {
    background-image: url('../images/Palmanco-6947.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-3 {
    background-image: url('../images/Palmanco-7011.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-4 {
    background-image: url('../images/Palmanco-7031.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .slide-5 {
    background-image: url('../images/Palmanco-7056.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .slide-6 {
    background-image: url('../images/Palmanco-7068.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-block-9 {
    margin-top: 40px;
  }
  .columns-8 {
    margin-bottom: 20px;
  }
  .heading-6 {
    width: 90vw;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .dropdown {
    margin-left: 20px;
  }
  .text-block-7 {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }
  .location-phone-only {
    width: 300px;
  }
  .link-block-5 {
    text-decoration: none;
  }
  .link-block-6 {
    text-decoration: none;
  }
}

