body {
  font-family: Ttnorms, sans-serif;
  color: #231f20;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #fff;
}

.nav-link {
  font-family: Ttnorms, sans-serif;
  color: #929497;
}

.nav-link.desktop {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
}

.nav-link.desktop.sub-menu-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.tablet {
  display: none;
}

.logo {
  width: 120px;
}

.logo.header {
  padding-bottom: 10px;
}

.section-hero-banner {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.page-wrapper {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.banner-img-desktop {
  width: 100%;
}

.banner-title {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: Montserrat, sans-serif;
  color: #e00a24;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.banner-text-span {
  font-weight: 400;
}

.banner-paragraph {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #6d6e70;
  font-size: 18px;
  line-height: 25px;
}

.banner-text-block {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 10%;
  width: 70%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

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

.small-header-grey {
  font-family: Montserrat, sans-serif;
  color: #929497;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.small-header-grey.hide-small-title {
  display: none;
}

.big-header-red {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #e00a24;
  font-weight: 500;
  text-align: center;
}

.big-header-red.align-left {
  font-size: 38px;
  text-align: left;
}

.big-header-red.align-left._2 {
  font-size: 28px;
}

.story-block {
  margin-top: 60px;
}

.story-img {
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.3);
}

.story-shape {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 400px;
  height: 300px;
  background-color: #e00a24;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

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

.heading.center.mb-20 {
  margin-bottom: 20px;
}

.heading.white {
  color: #f4f3f0;
  font-weight: 500;
}

.story-column-1 {
  padding-bottom: 20px;
  padding-left: 20px;
}

.story-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.story-column-2 {
  padding-right: 50px;
  padding-left: 50px;
}

.mobile-navbar {
  display: none;
}

.banner-img-mobile {
  display: none;
}

.section-vision-and-mission {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f4f3f0;
}

.vision-andf-mission-block {
  margin-top: 60px;
}

.vision-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.vision-column-1 {
  padding-right: 40px;
}

.vision-column-2 {
  padding-left: 50px;
}

.quo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #6d6e70;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.quo-open-img {
  position: relative;
  top: -33px;
  right: -10px;
}

.quo-open-img.absolute {
  position: absolute;
  left: -15%;
  top: -33%;
  right: auto;
  bottom: auto;
}

.quo-open-img.vision {
  right: 10px;
}

.quo-close-img {
  position: relative;
  right: 10px;
  bottom: -33px;
}

.quo-close-img.absolute {
  position: absolute;
  right: -15%;
  bottom: -33%;
}

.quo-close-img.vision {
  right: -10px;
}

.vision-img-block {
  position: relative;
  bottom: -150px;
}

.section-our-brands {
  padding-top: 100px;
  padding-bottom: 0px;
}

.vision-img-text-block {
  position: absolute;
  left: 3%;
  top: 18%;
  right: auto;
  bottom: auto;
  width: 500px;
}

.vision-red-text {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #e00a24;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.vision-red-text.distribution {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.quo-close-grey {
  position: static;
  margin-right: 0px;
  float: right;
}

.spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.brand-logo-item {
  width: 33.333%;
  text-align: center;
}

.brand-logo-item.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}

.brand-logo-item.border-bottom.border-left-right {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

.brand-logo-item.border-bottom.border-left-right.border-right {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.brand-logo-item.border-bottom.mobile-border-right {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.brand-logo-item.border-bottom.last {
  border-bottom-style: none;
}

.brand-logo-item.border-left-right {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

.brand-logo-link {
  display: inline-block;
}

.brand-logo {
  width: 100%;
}

.hide-desktop {
  display: none;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

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

.distribution-banner-block {
  margin-top: 40px;
  background-color: #f4f3f0;
}

.distribution-column-2 {
  padding-right: 0px;
}

.column {
  padding-right: 50px;
  padding-left: 50px;
}

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

.major-points-block {
  width: 45%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.distribution-list-text {
  margin-top: -20px;
  font-size: 16px;
}

.distribution-list-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.distribution-quote {
  margin-top: 60px;
}

.distribution-quote-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.merchandising-block {
  margin-top: 0px;
  padding-top: 100px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.distribution-slider {
  height: auto;
  margin-top: 0px;
  padding-top: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.distribution-slider.hide {
  display: none;
}

.merchandising-column-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.merchandising-shape {
  position: absolute;
  width: 200px;
  height: 150px;
  background-color: #e00a24;
}

.img-slider {
  width: 100%;
  height: 100%;
}

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

.merchandising-mask {
  overflow: hidden;
  box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.3);
}

.merchandising-text-block {
  position: relative;
  top: 100px;
  width: 80%;
  margin-top: 0px;
  margin-left: -10px;
  padding: 45px 45px 45px 55px;
  background-color: #e00a24;
}

.white-text-paragraph {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.slide {
  height: auto;
}

.marketing-block {
  position: relative;
  margin-top: 0px;
  padding-top: 100px;
}

.marketing-shape {
  position: absolute;
  width: 70%;
  height: 270px;
  background-color: #f4f3f0;
}

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

.marketing-content {
  width: 50%;
  margin-top: 30px;
  margin-left: 30px;
  padding-right: 60px;
  padding-left: 30px;
}

.marketing-paragraph {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.marketing-slider-block {
  width: 50%;
  margin-top: 30px;
}

.marketing-slider {
  height: auto;
  margin-right: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.marketing-slider.hide {
  display: none;
}

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

.left-arrow-2 {
  display: none;
}

.marketing-slide-nav {
  margin-right: 15px;
  margin-bottom: 15px;
}

.merchandising-slide-nav {
  margin-left: 15px;
  padding-left: 0px;
}

.marketing-quote-block {
  position: relative;
  top: 70px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.marketing-quote {
  position: relative;
  top: 35px;
}

.marketing-shape-red {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 150px;
  background-color: #e00a24;
}

.marketing-mask {
  box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.3);
}

.section-contact {
  position: relative;
}

.contact-block {
  position: relative;
  z-index: 1;
  margin-right: 5%;
  padding: 60px 60px 60px 5%;
  background-color: #f4f3f0;
}

.contact-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.contact-text.mt-45 {
  margin-top: 45px;
}

.contact-text.mt-45.custom-width {
  width: 300px;
}

.contact-text.mt-25 {
  margin-top: 25px;
}

.email-link {
  color: #e00a24;
  font-size: 18px;
}

.column-2 {
  padding-right: 10px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.form-col-1 {
  width: 50%;
  padding-right: 30px;
}

.form-col-2 {
  width: 50%;
  padding-left: 30px;
}

.form-label {
  font-weight: 400;
  text-transform: uppercase;
}

.form-message-block {
  margin-bottom: 20px;
}

.form-button-block {
  margin-top: 30px;
  text-align: center;
}

.submit-button {
  padding: 15px 35px;
  background-color: #e00a24;
}

.contact-shape {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 325px;
  background-color: #e00a24;
}

.form {
  margin-top: 120px;
}

.section-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e00a24;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer-nav-link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.hr {
  width: 100%;
  height: 1px;
  max-width: none;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5c2c9;
}

.copyright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.footer-line {
  width: 80%;
  max-width: 1280px;
  margin: 40px auto 10px;
  padding-right: 50px;
  padding-left: 50px;
}

.social-media-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.follow-us-text {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.social-link {
  margin-right: 5px;
  margin-left: 5px;
}

.social-media-icon {
  width: 25px;
}

.contact-wrapper {
  width: 100%;
  max-width: 1400px;
  float: right;
}

.empty-text {
  display: inline-block;
  margin: 0px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  opacity: 0;
  color: #929497;
  text-transform: uppercase;
}

.phone-link {
  color: #231f20;
  text-decoration: none;
}

.hide-recaptcha {
  display: block;
}

.hide-distribution-list {
  display: none;
}

.distribution-paragraph {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-career {
  position: static;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
}

.career-img {
  display: none;
  width: 100%;
  height: auto;
}

.career-block {
  position: relative;
  bottom: auto;
  overflow: hidden;
  height: 750px;
  margin-bottom: -365px;
  background-image: url('../images/career.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.merchandising-img {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.marketing-img {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.career-text-block {
  padding-top: 150px;
}

.section-career-anchor {
  padding-top: 100px;
}

.career-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
}

.div-block-2 {
  position: relative;
}

.dropdown-menu-distribution {
  position: relative;
  display: inline-block;
}

.sub-menu-block {
  position: absolute;
  display: none;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
}

.sub-menu-block.story {
  display: none;
  width: 165px;
  border-top: 1px none #eee;
}

.dropdown-menu-story {
  position: relative;
  display: inline-block;
}

html.w-mod-js *[data-ix="brands-animation-1"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-2"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-3"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-4"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-5"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-6"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-7"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-8"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-9"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-10"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-14"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-15"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-18"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-17"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-16"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-13"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-12"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brands-animation-11"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding: 8px 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar.hide-tablet {
    display: none;
  }

  .nav-link {
    display: block;
  }

  .nav-link.desktop {
    display: none;
  }

  .nav-link.tablet {
    display: block;
    margin-left: 5%;
  }

  .logo {
    width: 100px;
    margin-top: 0px;
  }

  .logo.header {
    padding-bottom: 0px;
  }

  .section-hero-banner {
    margin-top: 75px;
  }

  .page-wrapper.tablet-full {
    width: 100%;
  }

  .banner-title {
    font-size: 34px;
    line-height: 40px;
  }

  .banner-text-block {
    left: 5%;
  }

  .section-story {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .story-column-2 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .mobile-navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: #fff;
  }

  .container {
    margin-right: 5%;
    margin-left: 5%;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -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;
  }

  .brand.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.footer-logo-link.w--current {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .brand.tablet-brand.w--current {
    margin-top: 5px;
  }

  .nav-menu {
    padding-bottom: 18px;
    background-color: #fff;
  }

  .menu-button {
    margin-top: 5px;
    background-color: transparent;
  }

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

  .icon {
    display: none;
    color: #000;
  }

  .menu-line-1 {
    width: 30px;
    height: 2px;
    background-color: #000;
  }

  .menu-line-1.hide {
    display: none;
  }

  .menu-line-2 {
    width: 20px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #000;
  }

  .menu-line-2.hide {
    display: none;
  }

  .menu-line-3 {
    width: 30px;
    height: 2px;
    background-color: #000;
  }

  .menu-line-3.hide {
    display: none;
  }

  .vision-column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .vision-column-2 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .vision-img-block {
    bottom: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vision-img-text-block {
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .vision-red-text {
    padding-right: 50px;
    padding-left: 50px;
  }

  .spacing {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hide-tablet {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .section-distribution {
    padding-bottom: 150px;
  }

  .distribution-column-2 {
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .distribution-text {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .distribution-columns {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .major-points-block {
    width: 75%;
    margin-top: 60px;
  }

  .distribution-quote-block {
    width: 65%;
  }

  .merchandising-column-2 {
    padding-left: 15px;
  }

  .merchandising-text-block {
    top: -20px;
    margin-left: 0px;
  }

  .marketing-block {
    margin-top: 60px;
  }

  .marketing-shape {
    display: none;
  }

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

  .marketing-content {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    padding-right: 30px;
  }

  .marketing-slider-block {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .marketing-quote-block {
    top: auto;
    width: 80%;
  }

  .contact-block {
    margin-right: 0%;
    padding-right: 5%;
    padding-bottom: 60px;
  }

  .contact-text.mt-45.custom-width {
    width: auto;
  }

  .contact-shape {
    display: none;
  }

  .form {
    margin-top: 30px;
  }

  .section-footer {
    padding-bottom: 25px;
  }

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

  .footer-nav-link {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

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

  .footer-line {
    margin-top: 0px;
  }

  .social-media-block {
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact-wrapper {
    float: none;
  }

  .empty-text {
    display: none;
  }

  .distribution-paragraph {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 80px;
    margin-top: 0px;
  }

  .logo.footer-logo {
    width: 120px;
  }

  .section-hero-banner {
    margin-top: 75px;
  }

  .banner-img-desktop.mobile-hide {
    display: none;
  }

  .banner-title {
    font-size: 26px;
    line-height: 32px;
  }

  .banner-paragraph {
    padding-left: 0px;
    font-size: 16px;
    line-height: 23px;
  }

  .banner-text-block {
    bottom: 5%;
    width: 40%;
  }

  .section-story {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .small-header-grey {
    font-size: 18px;
  }

  .big-header-red {
    font-size: 26px;
    line-height: 32px;
  }

  .big-header-red.align-left._2 {
    font-size: 26px;
  }

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

  .brand {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .banner-img-mobile {
    display: block;
  }

  .menu-line-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-vision-and-mission {
    padding-top: 60px;
  }

  .vision-andf-mission-block {
    margin-top: 40px;
  }

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

  .quo-open-img.absolute {
    left: -10%;
    top: -60%;
  }

  .quo-close-img.absolute {
    right: -10%;
    bottom: -60%;
  }

  .section-our-brands {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .vision-red-text {
    font-size: 28px;
    line-height: 35px;
  }

  .brand-logo-item {
    width: 50%;
  }

  .brand-logo-item.border-bottom.border-left-right {
    border-right-style: none;
    border-left-style: none;
  }

  .brand-logo-item.border-bottom.border-left-right.border-right {
    border-right-style: solid;
  }

  .brand-logo-item.border-bottom.mobile-border-right {
    border-right: 1px solid #e2e2e2;
  }

  .brand-logo-item.border-bottom.last {
    border-bottom-style: solid;
  }

  .brand-logo-item.border-left-right {
    border-right-style: none;
    border-left-style: none;
  }

  .brand-logo-item.border-left-right.last {
    border-right-style: solid;
  }

  .brand-logo-item.border-left-right.mobile-border-right {
    border-right-style: solid;
  }

  .brand-logo-link.border-left {
    border-left: 1px solid #e2e2e2;
  }

  .section-distribution {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .distribution-text {
    width: 80%;
  }

  .major-points-block {
    width: 100%;
  }

  .distribution-quote {
    margin-top: 100px;
  }

  .distribution-quote-block {
    width: 80%;
  }

  .merchandising-text-block {
    width: 100%;
    padding: 30px;
  }

  .marketing-block {
    margin-top: 30px;
    padding-top: 0px;
  }

  .marketing-quote {
    top: auto;
    margin-top: 60px;
  }

  .contact-text.mt-45 {
    margin-top: 30px;
  }

  .contact-text.mt-45.custom-width {
    margin-top: 20px;
  }

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

  .form-block._2 {
    margin-top: -10px;
  }

  .form-col-1 {
    width: 100%;
    padding-right: 0px;
  }

  .form-col-2 {
    width: 100%;
    padding-left: 0px;
  }

  .form-message-block {
    margin-top: -10px;
  }

  .form {
    margin-top: 45px;
  }

  .section-footer {
    padding-bottom: 25px;
  }

  .footer-navbar-left {
    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: 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;
  }

  .footer-nav-link {
    margin: 5px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-navbar-right {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media-block {
    padding-right: 0px;
  }

  .distribution-paragraph {
    padding-right: 86px;
    padding-left: 86px;
  }

  .career-block {
    background-position: 55% 50%;
  }

  .career-text-block {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-hero-banner {
    margin-top: 60px;
  }

  .banner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .banner-text-block {
    bottom: 15px;
    width: 60%;
  }

  .big-header-red {
    font-size: 24px;
    line-height: 28px;
  }

  .big-header-red.align-left {
    font-size: 24px;
  }

  .big-header-red.align-left._2 {
    font-size: 21px;
    line-height: 25px;
  }

  .story-shape {
    bottom: 0%;
    width: 200px;
    height: 100px;
  }

  .heading {
    font-size: 21px;
    line-height: 25px;
  }

  .story-column-1 {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .menu-button {
    margin-top: 6px;
  }

  .vision-andf-mission-block {
    margin-top: 20px;
  }

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

  .text-block.spacing-mobile-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .quo-open-img {
    width: 50px;
  }

  .quo-open-img.absolute {
    left: -3%;
    top: -66%;
  }

  .quo-close-img {
    width: 50px;
  }

  .quo-close-img.absolute {
    right: -3%;
    bottom: -66%;
  }

  .vision-red-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .vision-red-text.distribution {
    font-size: 20px;
    line-height: 25px;
  }

  .quo-close-grey {
    width: 50px;
  }

  .brand-logo-item {
    width: 50%;
  }

  .brand-logo-item.border-bottom.border-left-right {
    border-right-style: none;
  }

  .quo-open-grey {
    width: 50px;
  }

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

  .distribution-text {
    width: 100%;
    padding: 15px;
  }

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

  .distribution-quote-block {
    width: 100%;
  }

  .merchandising-block {
    margin-left: 0px;
  }

  .merchandising-shape {
    width: 175px;
    height: 125px;
  }

  .merchandising-text-block {
    padding: 20px 15px 15px;
  }

  .white-text-paragraph {
    margin-top: 15px;
  }

  .marketing-block {
    margin-top: 15px;
  }

  .marketing-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .marketing-quote-block {
    width: 100%;
  }

  .section-footer {
    padding-bottom: 25px;
  }

  .footer-menu {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .copyright-block {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-line {
    padding-right: 30px;
    padding-left: 30px;
  }

  .social-media-block {
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .distribution-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-career {
    padding-top: 60px;
  }

  .career-block {
    background-position: 53% 50%;
  }

  .merchandising-img {
    padding-top: 15px;
    padding-left: 15px;
  }

  .marketing-img {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .career-text-block {
    width: 80%;
  }

  .career-text {
    font-size: 16px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Bentham';
  src: url('../fonts/Bentham-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ExtraBold.otf') format('opentype'), url('../fonts/TTNorms-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}