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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

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

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

p {
  margin-bottom: 15px;
  color: rgba(29, 31, 46, 0.7);
}

a {
  display: inline-block;
  border-bottom: 1px none rgba(162, 95, 75, 0.3);
  -webkit-transition: color 400ms ease, border 400ms ease;
  transition: color 400ms ease, border 400ms ease;
  color: #a25f4b;
  text-decoration: none;
}

a:hover {
  border-bottom-color: rgba(162, 95, 75, 0.8);
  color: #743f2f;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 12px;
  color: rgba(29, 31, 46, 0.6);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  border-top: 1px none #ececed;
  border-bottom: 2px solid rgba(162, 95, 75, 0.2);
  border-left: 2px solid rgba(162, 95, 75, 0.2);
  background-color: transparent;
  color: #a25f4b;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

figcaption {
  display: block;
  margin-bottom: 30px;
  color: rgba(29, 31, 46, 0.5);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.cart-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 4px 0px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1d1f2e;
  line-height: 100%;
}

.cart-button:hover {
  opacity: 1;
  color: #1d1f2e;
}

.item-count {
  height: auto;
  background-color: #1d1f2e;
  color: #fff;
}

.cart-wrapper {
  background-color: rgba(29, 31, 46, 0.15);
}

.cart-container {
  min-width: 440px;
  background-color: #1d1f2e;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  color: #fff;
}

.cart-heading {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-header {
  padding: 30px 40px;
  border-bottom-color: rgba(210, 210, 213, 0.1);
}

.cart-icon {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.close-button:hover {
  opacity: 1;
}

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  padding: 30px 40px 0px;
  color: #fff;
}

.white-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  margin-top: 0px;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.white-button:hover {
  background-color: #fafafa;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #161724;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: 0.96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.cart-item {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item-info {
  padding: 0px 25px;
}

.cart-product-name {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.cart-item-remove-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-item-remove-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.cart-product-price {
  margin-bottom: 5px;
  color: #fff;
  line-height: 28px;
}

.cart-footer {
  padding: 30px 40px 40px;
  border-top-style: solid;
  border-top-color: rgba(210, 210, 213, 0.1);
}

.cart-line-item {
  margin-bottom: 20px;
  color: #fff;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.text-field-dark {
  width: auto;
  height: 54px;
  margin-bottom: 0px;
  padding: 18px 24px;
  border-color: #2f303e;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field-dark.cc-subscribe-input {
  width: 350px;
  margin-right: 10px;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  text-align: left;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-subscribe-input:active {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
}

.text-field-dark.cc-quantity:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-quantity:active {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field-dark.cc-quantity:focus {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.remove-button {
  text-decoration: none;
}

.uppercase-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-subheadline {
  margin-right: 15px;
  margin-left: 15px;
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-office-location {
  margin-bottom: 10px;
}

.label.cc-office-times {
  margin-top: 25px;
  margin-bottom: 10px;
}

.label.cc-contact-form-label {
  margin-bottom: 10px;
}

.label.cc-cover-label {
  opacity: 0.8;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0px;
}

.label.cc-breadcrumb-divider {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
  border-bottom: 2px solid transparent;
  opacity: 1;
  color: rgba(29, 31, 46, 0.2);
}

.label.cc-breadcrumb-divider:hover {
  opacity: 0.8;
}

.label.cc-quote-author {
  opacity: 0.3;
}

.label.cc-breadcrumb-link {
  margin-bottom: 0px;
  border-bottom: 2px solid rgba(162, 95, 75, 0.3);
  -webkit-transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  cursor: pointer;
}

.label.cc-breadcrumb-link:hover {
  border-bottom: 2px solid rgba(162, 95, 75, 0.3);
  opacity: 1;
}

.label.cc-breadcrumb-link.w--current {
  margin-left: 0px;
  border-bottom-color: transparent;
  opacity: 0.6;
}

.label.cc-breadcrumb-link.w--current:hover {
  border-bottom-color: rgba(162, 95, 75, 0.3);
  opacity: 1;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: rgba(162, 95, 75, 0.3);
}

.label.cc-category-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 16px;
  border: 1px solid #ececed;
  opacity: 1;
  -webkit-transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  color: rgba(162, 95, 75, 0.6);
}

.label.cc-category-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(162, 95, 75, 0.3);
  opacity: 1;
  color: #a25f4b;
}

.label.cc-category-link.w--current {
  margin-left: 5px;
  border-color: rgba(162, 95, 75, 0.4);
  opacity: 1;
  color: #a25f4b;
}

.paragraph {
  color: rgba(29, 31, 46, 0.7);
}

.paragraph.cc-empty-cart {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 16px;
}

.paragraph.cc-deparment-details {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.paragraph.cc-premium-block-paragraph {
  color: hsla(0, 0%, 100%, 0.7);
}

.small-paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  margin-bottom: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(29, 31, 46, 0.3);
}

.small-paragraph.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #a25f4b;
}

.menu-item {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-item-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-item-wrap:hover {
  opacity: 1;
}

.menu-item-wrap.w--current {
  opacity: 1;
}

.menu-item-deco-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(162, 95, 75, 0.3);
  opacity: 0;
}

.text-field {
  display: block;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  border: 1px solid #e5e5e7;
  border-radius: 0px;
  -webkit-transition: border 400ms ease, color 400ms ease;
  transition: border 400ms ease, color 400ms ease;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-field:hover {
  border-color: rgba(29, 31, 46, 0.5);
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: #1d1f2e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field:-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field::-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field::placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field.cc-product-quantity {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  color: #000;
}

.content.cc-overlayed-content {
  top: -110px;
  margin-top: 34px;
  margin-bottom: 0px;
}

.content.cc-subscribe-form {
  padding-right: 30px;
  padding-left: 30px;
}

.content.cc-styleguide-content {
  bottom: 100px;
  margin-bottom: -100px;
}

.content.cc-deco-block-wrap {
  margin-top: 21px;
  padding-right: 30px;
  padding-left: 30px;
}

.content.cc-blog-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.cc-menu {
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.wrap.cc-subscribe-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;
  -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;
}

.wrap.cc-styleguide-wrap {
  padding: 60px 60px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(210, 210, 213, 0.5);
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-right: 30px;
  padding-left: 30px;
}

.menu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: none;
  line-height: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  border-bottom-style: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.about-head-pic {
  display: block;
  width: 100%;
  height: 320px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.page-headline-wrap {
  display: block;
  width: 70%;
  margin: 100px auto;
  text-align: center;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  display: block;
  width: auto;
  margin: 80px 0px 70px;
  -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;
  text-align: left;
}

.page-headline-wrap.cc-category-headline {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 40px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.big-paragraph {
  color: rgba(29, 31, 46, 0.7);
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  margin-bottom: 30px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  opacity: 0.9;
  color: #fff;
}

.content-wrap {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: center;
}

.subheadline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ececed;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/abstract-art-circle-clockwork-414579.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-image-section-wrap {
  margin-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  padding-right: 60px;
}

.services {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.team-picture {
  display: block;
  width: 300px;
  height: 380px;
  margin-bottom: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.product-pic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.products-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px;
  -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-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;
}

.timeline-item {
  position: relative;
  text-align: center;
}

.timeline-item-no {
  position: absolute;
  left: 0px;
  top: -28px;
  right: 0px;
  z-index: 0;
  color: rgba(29, 31, 46, 0.05);
  font-size: 40px;
  line-height: 56px;
}

.timeline-event-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: 50px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-event-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.timeline-second-deco-line {
  display: block;
  width: 1px;
  height: 60px;
  background-color: #ececed;
}

.timeline-bottom-deco-line {
  display: block;
  width: 200px;
  height: 1px;
  margin-top: 30px;
  background-color: #ececed;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

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

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

.timeline-collection-list {
  margin-bottom: 100px;
}

.footer {
  width: 940px;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 4fr 2fr 2fr 4fr;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-link {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-grid-column {
  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-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.footer-email-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #1d1f2e;
  font-size: 24px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #a25f4b;
}

.subscribe-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 100px 85px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d1f2e;
  color: #fff;
  text-align: center;
}

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

.product-picture {
  display: block;
  width: 300px;
  height: 380px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.product-picture.cc-featured-picture {
  width: 460px;
  height: 540px;
}

.pic-description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.pic-description.cc-product-category {
  display: inline-block;
  margin-bottom: 5px;
  color: #1d1f2e;
}

.product-price-category {
  display: inline-block;
  color: rgba(29, 31, 46, 0.7);
}

.product-price-category.older-price-category {
  color: rgba(29, 31, 46, 0.4);
  text-decoration: line-through;
}

.category-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 80;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  background-color: #fff;
}

.category-tag-text {
  color: #a25f4b;
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: #1d1f2e;
}

.discounted-price-category {
  display: inline-block;
  margin-right: 10px;
  color: #a25f4b;
  font-size: 20px;
  line-height: 32px;
}

.category-price-wrap {
  display: inline-block;
  min-height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
  -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.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.left-arrow:active {
  opacity: 0.8;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -80px;
  -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.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.right-arrow:active {
  opacity: 0.8;
}

.slider {
  height: auto;
  margin-bottom: 160px;
  background-color: transparent;
}

.slide-nav {
  display: inline-block;
  margin-bottom: -60px;
  opacity: 0.6;
  font-size: 6px;
}

.slide-wrap {
  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;
}

.slider-text-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-image {
  position: relative;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.product-head-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  position: relative;
  margin-bottom: 25px;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0px;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  display: inline-block;
  margin-right: 10px;
  color: #a25f4b;
  font-size: 30px;
  line-height: 42px;
}

.product-price-detail {
  display: inline-block;
  font-size: 30px;
  line-height: 42px;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.empty-cart-icon {
  display: block;
  margin: 0px auto;
}

.error-state {
  margin: -30px 40px 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  color: #fff;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.newsletter-success-text {
  display: inline-block;
  line-height: 24px;
  text-align: left;
}

.newsletter-success-icon {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.success-message-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: transparent;
}

.logo-image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.slider-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background-color: #ececed;
}

.slide-image {
  width: 460px;
  height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image.cc-slider-image-2 {
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-2.jpg');
}

.premium-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 150px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d1f2e;
}

.premium-block-wrap {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  background-image: none;
  background-size: auto;
}

.premium-block-content-wrap {
  display: inline-block;
  width: 470px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  color: #fff;
}

.premium-image {
  width: 100%;
  height: 100%;
  min-height: 460px;
  background-image: url('../images/Section-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.premium-content-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 28px;
  margin-right: 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;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -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;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.7;
}

.underlined-link {
  display: inline-block;
  border-bottom: 2px solid rgba(162, 95, 75, 0.2);
  -webkit-transition: color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease;
}

.underlined-link:hover {
  border-bottom-color: rgba(162, 95, 75, 0.7);
  color: #743f2f;
}

.underlined-link.cc-homepage-link {
  margin-top: 10px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease;
  color: #000;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  display: block;
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.blog-picture.cc-feed-blog-pic {
  width: 260px;
  height: 210px;
  background-position: 50% 50%;
  background-size: cover;
}

.blog-thumbnail-subheadline {
  display: block;
  margin-bottom: 10px;
  color: #1d1f2e;
  font-size: 20px;
  line-height: 32px;
}

.blog-pic-wrap {
  display: block;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  text-align: left;
}

.parallax-section {
  height: 340px;
  margin-bottom: 100px;
  background-image: url('../images/ParalaxImage.jpg');
  background-position: 50% -20%;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-section.cc-about-parallax {
  background-image: url('../images/ParalaxImage.jpg');
  background-size: cover;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -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: center;
}

.featured-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -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-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;
}

.blog-articles-homepage {
  margin-bottom: 100px;
}

.featured-mugs {
  margin-bottom: 100px;
  text-align: center;
}

.footer-subheadline {
  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;
}

.collection-list-wrapper {
  margin-bottom: 100px;
  text-align: center;
}

.magazine-headline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.magazine-small-image-1 {
  width: 160px;
  height: 130px;
  margin-bottom: 20px;
  background-image: url('../images/Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.magazine-small-image-2 {
  width: 160px;
  height: 130px;
  background-image: url('../images/Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.magazine-images-wrap {
  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;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-height: 530px;
  min-width: 880px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.header-section {
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  color: #fff;
}

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

.header-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
}

.header-headline-wrap {
  margin-bottom: 25px;
}

.magazine-image {
  width: 280px;
  height: 280px;
  margin-right: 20px;
  background-image: url('../images/Image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.magazine-section {
  margin-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.office-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 190px;
  margin-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;
  background-image: url('../images/HeaderSlider_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.office-image.cc-office-2 {
  background-image: url('../images/London-Office.jpg');
}

.office-headline {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.map {
  margin-top: -60px;
  margin-bottom: 100px;
}

.embed-map {
  height: 440px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.directory-grid {
  margin-bottom: 100px;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.department-headline {
  font-size: 18px;
  line-height: 30px;
}

.office-wrap {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.contact-form-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(210, 210, 213, 0.5);
  background-color: #fff;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.form-wrap {
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
  -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;
  border-right: 1px solid rgba(210, 210, 213, 0.3);
}

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

.message-form {
  margin-bottom: 0px;
}

.office-opening-times {
  text-align: center;
}

.magazine-content-wrap {
  padding-left: 60px;
}

.subscribe-form-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgba(210, 210, 213, 0.1);
}

.deco-block {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  max-width: 1440px;
  min-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item-overlay {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 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-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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 31, 46, 0.1)), to(rgba(29, 31, 46, 0.1)));
  background-image: linear-gradient(180deg, rgba(29, 31, 46, 0.1), rgba(29, 31, 46, 0.1));
  opacity: 0;
  cursor: pointer;
}

.wrap-overlayed {
  position: relative;
  z-index: 1;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.empty-message {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px;
  background-color: transparent;
  color: rgba(29, 31, 46, 0.3);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.empty-message.cc-zero-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.collection-list-team-members {
  text-align: center;
}

.timeline-wrap {
  text-align: center;
}

.you-might-also-like-items {
  text-align: center;
}

.dark-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #1d1f2e;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dark-button:hover {
  background-color: #2f3247;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #fff;
}

.dark-button.expand {
  display: block;
}

.styleguide-divider {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ececed;
}

.contact-form-link {
  color: #1d1f2e;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #a25f4b;
}

.offices-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
  -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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.slide-content {
  margin-bottom: 20px;
}

.contact-form-success-message {
  border: 1px solid #ececed;
  background-color: #fafafa;
}

.contact-form-success-icon {
  margin-top: 0px;
  margin-bottom: 10px;
}

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

.related-blog-detail-post-wrap {
  display: block;
  width: 50%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  position: relative;
  right: 1px;
  bottom: 150px;
  z-index: 2;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-wrap {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  border: 1px solid #ececed;
}

.blog-detail-content-deco-line {
  width: 100%;
  height: 1px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ececed;
}

.blog-detail-date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

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

.grid {
  position: relative;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-detail-left-column {
  position: relative;
  top: -150px;
  z-index: 10;
  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;
}

.author-wrap-blog-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ececed;
  background-color: #fff;
}

.breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-avatar-blog-detail {
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block {
  margin-bottom: 15px;
}

._2-col-wrap {
  margin-bottom: 20px;
}

.owners-quote {
  display: block;
  margin-top: 70px;
  margin-bottom: 130px;
  text-align: center;
}

.blog-feed {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-post-feed-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-right: 20px;
  padding-left: 40px;
}

.blog-feed-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-feed-left-column {
  width: 300px;
  text-align: left;
}

.blog-home-headline-wrap {
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececed;
}

.blog-home-headline-wrap.cc-left-column-headline {
  margin-bottom: 30px;
}

.blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.home-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid rgba(162, 95, 75, 0.2);
  -webkit-transition: color 400ms ease, border 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, border 400ms ease, background-color 400ms ease;
  color: rgba(29, 31, 46, 0.7);
}

.home-blog-item:hover {
  border-left-color: #a25f4b;
  background-color: rgba(162, 95, 75, 0.04);
  color: #1d1f2e;
}

.home-blog-item.w--current {
  border-left-color: rgba(162, 95, 75, 0.4);
  color: rgba(29, 31, 46, 0.85);
}

.out-of-stock-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #1d1f2e;
  color: #fff;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

.slider-image-wrap {
  position: relative;
  width: 460px;
}

.category-wrap {
  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;
}

.category-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 20px;
  background-color: #ececed;
}

.category-deco-line-right {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 20px;
  background-color: #ececed;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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 #ececed;
  border-bottom: 1px none #ececed;
}

.slide1-product-slider {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licence-image {
  width: 170px;
  background-color: #1d1f2e;
}

.licence-item-info {
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.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-top: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/ParalaxImage.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -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;
  color: #fff;
  text-align: center;
}

.licence-links {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.password-field {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ececed;
  background-color: transparent;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.paypal {
  margin-bottom: 8px;
}

.item-image {
  margin-top: 0px;
}

.image-2 {
  margin-top: 0px;
}

.add-to-cart {
  margin-top: 20px;
}

.heading {
  margin-top: 91px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  color: #000;
  text-align: center;
}

.heading-2 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  max-width: 100vw;
  float: none;
  clear: none;
  -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;
  text-align: center;
}

.container {
  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;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide {
  background-image: url('../images/HeaderSlider_1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

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

.text-block-2 {
  font-size: 12px;
}

.dropdown-toggle {
  padding: 0px 37px 0px 0px;
}

.navbar {
  background-color: transparent;
}

.navbar-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: transparent;
}

.nav-link {
  margin-top: 15px;
}

.nav-link-2 {
  margin-top: 15px;
}

.nav-link-3 {
  margin-top: 15px;
}

.nav-link-4 {
  margin-top: 15px;
}

.nav-link-5 {
  margin-top: 15px;
}

.nav-link-6 {
  margin-top: 0px;
}

.nav-link-6.w--current {
  margin-top: 0px;
}

.nav-link-7 {
  margin-top: 0px;
}

.dropdown-toggle-2 {
  margin-top: 0px;
  cursor: default;
}

.nav-link-8 {
  margin-top: 0px;
}

.nav-link-9 {
  margin-top: 0px;
}

.nav-menu-2 {
  margin-top: 0px;
}

.image-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-2 {
  padding-top: 0px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  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-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;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container-3 {
  margin-top: 77px;
}

.paragraph-2 {
  max-width: 99.9738%;
  margin-right: 0px;
  padding-right: 0px;
}

.div-block {
  max-width: 70%;
}

.div-block-2 {
  max-width: 70%;
}

.div-block-3 {
  max-width: 70%;
}

.div-block-4 {
  max-width: 70%;
}

.div-block-5 {
  max-width: 70%;
  margin-right: 0px;
  padding-right: 109px;
}

.div-block-6 {
  max-width: 70%;
}

.div-block-7 {
  max-width: 70%;
  margin-right: 45px;
}

.div-block-8 {
  max-width: 70%;
}

.paragraph-3 {
  max-width: 100%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BBEEE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BBEEE.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.paragraph-4 {
  color: rgba(255, 255, 255, 0.7);
}

.slider-2 {
  position: relative;
  display: block;
  max-width: 80vw;
  min-height: 530px;
  min-width: 80vw;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

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

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

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

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

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

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

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

.heading-4 {
  margin-top: 121px;
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }
  .item-count {
    margin-left: 0px;
  }
  .cart-heading {
    font-weight: 700;
  }
  .cart-icon {
    margin-right: 4px;
  }
  .cart-item-remove-link {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
  }
  .cart-item-remove-link:hover {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .uppercase-text.cc-cart-label {
    display: none;
  }
  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }
  .label.cc-department-label {
    margin-bottom: 10px;
  }
  .paragraph {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .paragraph.cc-deparment-details {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .small-paragraph {
    margin-bottom: 5px;
  }
  .small-paragraph.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .menu-item-wrap {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-item-deco-line {
    display: none;
  }
  .content {
    margin-top: 0px;
  }
  .content.cc-subscribe-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content.cc-deco-block-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content.cc-blog-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap.cc-menu {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrap.cc-subscribe-form {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(29, 31, 46, 0.05);
  }
  .menu-button {
    padding: 0px;
    opacity: 0.6;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .menu-button:hover {
    opacity: 1;
  }
  .menu-button:active {
    opacity: 0.8;
  }
  .menu-button.w--open {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .about-head-pic {
    width: 100%;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
    margin-top: 60px;
    padding-top: 0px;
  }
  .page-headline-wrap.cc-category-blog-headline {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .page-headline-wrap.cc-category-headline {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .menu-icon {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 0px;
  }
  .content-wrap {
    width: 70vw;
    margin-top: 50px;
  }
  .about-image {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50% 50%;
  }
  .about-image-section-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .about-section-1 {
    padding-left: 0px;
    text-align: center;
  }
  .about-section-2 {
    padding-right: 0px;
    text-align: center;
  }
  .services {
    width: 100%;
    height: 320px;
    min-height: none;
    margin-bottom: 30px;
  }
  .team-picture {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .product-pic-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 4%;
    padding-left: 4%;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .products-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -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-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;
    text-align: center;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }
  .subscribe-wrap {
    display: block;
    max-width: none;
    min-width: auto;
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }
  .category-list {
    margin-right: -20px;
  }
  .category-item {
    margin-left: 0px;
  }
  .product-picture {
    width: auto;
  }
  .product-picture.cc-featured-picture {
    width: 100%;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .slider {
    height: 100%;
  }
  .slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .slider-text-wrap {
    width: auto;
    padding-left: 0px;
  }
  .product-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .product-head-section {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-main-details {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .link-wrap-category {
    width: 100%;
  }
  .link-wrap-category.cc-blog-feed-wrap {
    width: auto;
  }
  .error-message {
    width: auto;
  }
  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }
  .slide-image {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }
  .slide-image.cc-slider-image-2 {
    margin-bottom: 0px;
  }
  .premium-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .premium-block-wrap {
    width: 100%;
    padding-right: 0px;
  }
  .premium-block-content-wrap {
    display: block;
    width: 70%;
    margin: 40px auto;
    padding-left: 0px;
    text-align: center;
  }
  .premium-image {
    height: auto;
    min-height: 280px;
  }
  .premium-content-item {
    -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;
  }
  .premium-content-icon-wrap {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .details-section {
    -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;
    text-align: center;
  }
  .product-details-wrap {
    width: 70%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0px;
  }
  .product-dimensions-list {
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
  }
  .blog-picture {
    width: 100%;
  }
  .blog-pic-wrap {
    position: relative;
    display: block;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 4%;
    padding-left: 4%;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .feature-item {
    width: auto;
    margin-bottom: 50px;
  }
  .featured-collection {
    -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;
  }
  .magazine-images-wrap {
    margin-bottom: 50px;
  }
  .header-image {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-section {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-content {
    position: relative;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .header-text {
    position: relative;
    z-index: 2;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .magazine-image {
    background-position: 50% 50%;
  }
  .magazine-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .office-image {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    background-image: url('../images/HeaderSlider_1.jpg');
    background-position: 50% 50%;
  }
  .directory-grid {
    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-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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .department-headline {
    margin-bottom: 10px;
  }
  .office-wrap {
    width: auto;
    margin-bottom: 60px;
  }
  .contact-form-wrap {
    -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;
  }
  .contact-form-headline {
    margin-bottom: 40px;
  }
  .form-wrap {
    width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(210, 210, 213, 0.3);
    border-right-style: none;
    text-align: center;
  }
  .contact-details-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -40px;
    -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;
    text-align: center;
  }
  .magazine-content-wrap {
    padding-left: 0px;
  }
  .deco-block {
    max-width: none;
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap-overlayed {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .offices-wrap {
    margin-bottom: 0px;
    -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;
  }
  .related-blog-detail-post-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .blog-post-headline {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .blog-post-cover-pic {
    position: static;
    left: -30px;
    right: -30px;
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
  }
  .blog-content-wrap {
    width: auto;
    margin-top: 100px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 0px;
  }
  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0px;
  }
  .grid {
    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;
  }
  .blog-detail-left-column {
    position: static;
  }
  .author-wrap-blog-detail {
    text-align: center;
  }
  .breadcrumb-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .author-avatar-blog-detail {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
  }
  .blog-feed-right-column {
    width: 100%;
  }
  .blog-feed-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-feed-left-column {
    width: 100%;
  }
  .out-of-stock-message {
    width: auto;
  }
  .slider-image-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .category-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category-deco-line {
    display: none;
  }
  .category-deco-line-right {
    display: none;
  }
  .breadcrumb-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .slide1-product-slider {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50% 50%;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    min-width: 100vw;
    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-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;
  }
  .mask {
    max-width: 100%;
    min-width: 100vw;
  }
  .heading-4 {
    margin-top: 15px;
  }
  .mask-2 {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  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;
  }
  .cart-button {
    margin-right: 15px;
  }
  .white-button {
    margin-top: 10px;
  }
  .text-field-dark.cc-subscribe-input {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .label.cc-category-link {
    margin-bottom: 10px;
  }
  .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }
  .text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .text-field::-webkit-input-placeholder {
    text-align: center;
  }
  .text-field:-ms-input-placeholder {
    text-align: center;
  }
  .text-field::-ms-input-placeholder {
    text-align: center;
  }
  .text-field::placeholder {
    text-align: center;
  }
  .text-field.cc-product-quantity {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .text-field.cc-textarea {
    margin-bottom: 20px;
  }
  .content {
    margin-top: 0px;
  }
  .wrap {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap.cc-menu {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrap.cc-styleguide-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-headline-wrap {
    width: 90%;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
    padding-top: 9px;
  }
  .page-headline-wrap.cc-category-blog-headline {
    width: auto;
    max-width: none;
  }
  .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }
  .content-wrap {
    width: 90%;
  }
  ._3-col-wrap {
    margin-bottom: 90px;
  }
  .team-picture {
    background-position: 50% 0px;
  }
  .product-pic-wrap {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .timeline-event-wrap {
    width: 100%;
  }
  .form {
    -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;
  }
  .subscribe-wrap {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
  }
  .category-item {
    margin-right: 0px;
  }
  .product-picture.cc-featured-picture {
    height: 380px;
  }
  .product-main-details {
    width: 100%;
  }
  .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }
  .error-message {
    font-size: 14px;
    line-height: 22px;
  }
  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }
  .product-details-wrap {
    width: 100%;
  }
  .product-dimensions-wrap {
    width: 100%;
  }
  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }
  .blog-pic-wrap {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }
  .magazine-small-image-1 {
    width: 50%;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .magazine-small-image-2 {
    width: 50%;
    height: 200px;
    margin-left: 10px;
  }
  .magazine-images-wrap {
    width: 100%;
    -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;
  }
  .header-image {
    min-width: auto;
    color: transparent;
  }
  .header-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-content {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-headline {
    font-size: 25px;
  }
  .magazine-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .magazine-small-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .office-image {
    background-image: url('../images/HeaderSlider_1.jpg');
    background-repeat: no-repeat;
  }
  .office-wrap {
    margin-bottom: 0px;
  }
  .contact-form-wrap {
    padding: 40px;
  }
  .contact-details-wrap {
    margin-bottom: -30px;
  }
  .deco-block {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .contact-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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .related-blog-detail-post-wrap {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }
  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }
  .blog-post-headline {
    width: 100%;
  }
  .blog-post-feed-wrap {
    -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;
  }
  .blog-feed-content {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .blog-home-headline-wrap {
    text-align: center;
  }
  .blog-home-headline-wrap.cc-left-column-headline {
    text-align: center;
  }
  .blog-home-left-column-content-wrap {
    text-align: center;
  }
  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }
  .category-wrap {
    -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;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .slider-2 {
    max-height: 530px;
    max-width: 100vw;
    min-height: 300px;
    min-width: 100vw;
  }
  .mask-2 {
    max-width: 100vw;
    min-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }
  .white-button {
    margin-top: 60px;
  }
  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .cart-product-price {
    font-size: 14px;
  }
  .content {
    margin-top: 0px;
  }
  .content.cc-overlayed-content {
    margin-bottom: 0px;
  }
  .wrap {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .team-picture {
    width: 100%;
  }
  .subscribe-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-image {
    height: 360px;
  }
  .error-state {
    font-size: 14px;
    line-height: 22px;
  }
  .magazine-small-image-1 {
    height: 130px;
    margin-right: 5px;
  }
  .magazine-small-image-2 {
    height: 130px;
    margin-left: 5px;
  }
  .header-section {
    margin-right: auto;
    margin-left: auto;
  }
  .header-headline {
    font-size: 20px;
  }
  .magazine-image {
    margin-bottom: 10px;
  }
  .office-image {
    height: 190px;
    background-image: url('../images/HeaderSlider_1.jpg');
    background-repeat: no-repeat;
  }
  .contact-form-wrap {
    padding: 40px 30px;
  }
  .contact-details-wrap {
    margin-bottom: -30px;
  }
  .office-opening-times {
    margin-bottom: -119px;
  }
  .deco-block {
    padding-right: 0%;
    padding-left: 0%;
  }
  .deco-block.styleguide-deco-block {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap-overlayed.checkout {
    padding-right: 0%;
    padding-left: 0%;
  }
  .offices-wrap {
    margin-bottom: 0px;
  }
  .blog-post-cover-pic {
    height: 300px;
  }
  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }
  .licence-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide {
    max-width: 100vw;
    min-width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-2.w--current {
    margin-right: 0px;
    padding-right: 0px;
  }
  .image-3 {
    max-width: 75%;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-5 {
    padding-right: 0px;
  }
  .heading-3 {
    max-width: none;
  }
  .paragraph-3 {
    max-width: none;
  }
  .slider-2 {
    display: block;
    max-width: 100vw;
    min-height: 100px;
  }
  .mask {
    max-width: 100%;
    min-width: 80px;
  }
  .heading-4 {
    margin-top: 100px;
  }
  .menu-button-2 {
    padding: 5px;
  }
}

#w-node-5e4ebf27d697-50f9fcff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5e4ebf27d698-50f9fcff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-5e4ebf27d69c-50f9fcff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5e4ebf27d69e-50f9fcff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-5e4ebf27d6b4-50f9fcff {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5e4ebf27d6b6-50f9fcff {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c269a2f6ad2b-a2f6ad2b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69acc0b170dd-e7d80ff7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-553a97568323-e7d80ff7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-553a9756832a-e7d80ff7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-044c05b13598-e7d80ff7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-044c05b1359a-e7d80ff7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-044c05b1359f-e7d80ff7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69acc0b170dd-09d80ff9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a2e44acf7822-09d80ff9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-53134b47132f-09d80ff9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-553a97568323-e7d80ff7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-553a9756832a-e7d80ff7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-044c05b13598-e7d80ff7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

