.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 {
  overflow: visible;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-left: 0%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99;
  width: 5%;
  height: 100vh;
  background-color: #8ac43f;
}

.columns {
  width: 100%;
  height: 100%;
}

.column {
  height: 100%;
}

.column-2 {
  height: 100%;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

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

.grid {
  width: 100%;
  height: 100%;
  margin-top: 45px;
  margin-left: 0%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area Area-2 Area-2" "Area Area Area-2 Area-2" "Area Area Area-3 Area-3" "Area Area Area-3 Area-3";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
}

.slider {
  width: 100%;
  height: 100%;
  margin-left: 0%;
  background-color: transparent;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: #8ac43f;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  background-color: #333;
}

.hero-green-column {
  width: 100%;
  height: 100%;
}

.hero-charcoal-column {
  width: 100%;
  height: 100%;
}

.green-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-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;
}

.green-col.img {
  background-color: #fff;
  background-image: url('../images/Tech-Backpack.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.charcoal-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-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;
}

.charcoal-col.img {
  background-color: #fff;
  background-image: url('../images/Headwear.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  width: 215.359375px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

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

.heading.centre.large {
  font-size: 48px;
}

.heading.left {
  text-align: left;
  text-transform: uppercase;
}

.container-2 {
  width: auto;
  height: 100%;
}

.menu-button-2 {
  width: 100%;
  height: 100%;
}

.menu-button-2.w--open {
  position: static;
  z-index: 99;
  margin-left: 0px;
  background-color: #8ac43f;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/Notebooks.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Ladies-Golf-Shirt.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-2 {
  width: 100%;
  height: 400px;
}

.section-2-column {
  height: 400px;
  margin-left: 0%;
}

.section-3-col {
  height: 400px;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.section-3-col.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  background-image: url('../images/chevron-right.svg');
  background-position: 96% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.section-3-col.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 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;
  background-color: #8ac43f;
  background-image: url('../images/chevron-left.svg');
  background-position: 4% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.section-3-col.light {
  background-color: #fff;
}

.section-3-col.img {
  background-color: #fff;
  background-image: url('../images/303797-main.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3-col.img2 {
  background-color: #fff;
  background-image: url('../images/Gift-Sets.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block {
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.link-block.right {
  cursor: -webkit-grab;
  cursor: grab;
}

.link-block.right.onlysmallerdevices {
  display: none;
}

.link-block.left {
  text-align: left;
  cursor: -webkit-grab;
  cursor: grab;
}

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

.paragraph {
  margin-bottom: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
}

.heading-3.no-margin {
  margin-bottom: 0px;
}

.heading-3.no-margin.lightversion {
  margin-right: 50px;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.paragraph-2.dark {
  color: #333;
}

.paragraph-2.dark.middle {
  text-align: center;
}

.paragraph-2.green {
  color: #8ac43f;
}

.paragraph-3 {
  width: 215.359375px;
  color: #8ac43f;
  text-align: right;
}

.paragraph-3.dark.left {
  color: #000;
  text-align: left;
}

.paragraph-3.dark.left.centre {
  text-align: center;
}

.paragraph-3.centre {
  text-align: center;
}

.section-3 {
  width: 100%;
  height: 400px;
  margin-left: 0%;
}

.col-3 {
  height: 400px;
}

.col-3.img {
  background-color: #fff;
  background-image: url('../images/sway-sublimated-performance-t-shirt.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.col-3.img-2 {
  background-color: #fff;
  background-image: url('../images/sway-ladies-sublimated-performance-t-shirt.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.col-3.green {
  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;
  background-color: #8ac43f;
  background-image: url('../images/chevron-left.svg'), url('../images/chevron-right.svg');
  background-position: 4% 50%, 96% 50%;
  background-size: 50px, 50px;
  background-repeat: no-repeat, no-repeat;
}

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

.footer {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-left: 0%;
  background-color: #333;
}

.footer-column {
  width: auto;
  height: 400px;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-heading {
  margin-top: 0px;
  border-bottom: 1px solid #8ac43f;
  color: #8ac43f;
  font-size: 20px;
  font-weight: 300;
}

.footer-para {
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 310px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  cursor: -webkit-grab;
  cursor: grab;
}

.link.nocaps {
  text-transform: none;
}

.nav-menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 0px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-color: #fff;
}

.nav-link {
  display: block;
  color: #8ac43f;
  text-align: center;
}

.nav-link-2 {
  display: block;
  color: #8ac43f;
}

.nav-link-3 {
  display: block;
  color: #8ac43f;
  text-align: center;
}

.div-block-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -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: #333;
}

.link-2 {
  color: #8ac43f;
  font-weight: 800;
  text-decoration: none;
}

.div-block-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 100%;
  height: 20%;
  margin-left: 0px;
  -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;
  border-bottom: 5px solid #fff;
  border-left: 1px none #000;
  background-color: #fff;
}

.menu-link {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.menu-link:hover {
  border: 1px solid #fff;
  color: #fff;
}

.menu-link.w--current {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}

.text-block {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

.about-img {
  width: 100%;
  height: 400px;
  background-image: url('../images/AdobeStock_78731726.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.heading-4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

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

.bold-text {
  color: #8ac43f;
}

.bold-text-2 {
  color: #8ac43f;
}

.bold-text-3 {
  color: #8ac43f;
}

.bold-text-4 {
  color: #8ac43f;
}

.bold-text-5 {
  color: #8ac43f;
}

.about-hero {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.columns-2 {
  width: 100%;
  height: 400px;
}

.about-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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: #8ac43f;
}

.about-col.img {
  background-color: transparent;
  background-image: url('../images/NBG-logo.svg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.about-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

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

.section-4 {
  width: 100%;
  height: 100vh;
}

.big-left-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  float: left;
  -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;
}

.big-right-div {
  width: 50%;
  height: 100%;
  float: left;
}

.right-div-column-full {
  height: 50%;
}

.right-div-col {
  height: 100%;
}

.right-div-col.img {
  background-image: url('../images/GIFTSET-7439-L_default.jpg');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.right-div-col.green {
  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;
  background-color: #8ac43f;
}

.right-div-col.dark {
  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;
  background-color: #333;
}

.right-div-col.img2 {
  background-image: url('../images/Gazebos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form-block {
  width: 80%;
}

.field-label {
  font-weight: 400;
}

.body-2 {
  font-family: 'Open Sans', sans-serif;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #8ac43f;
  background-color: transparent;
}

.text-field.textarea {
  min-height: 150px;
}

.submit-button {
  background-color: #333;
}

.columns-3 {
  width: 100%;
  height: 100%;
}

.menucol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.menucol.dark {
  background-color: #333;
}

.menucol.green {
  background-color: #8ac43f;
}

.column-4 {
  height: 100%;
}

.column-5 {
  height: 100%;
}

.column-6 {
  height: 100%;
}

.bold-text-6 {
  color: #8ac43f;
}

.bold-text-7 {
  color: #8ac43f;
}

.bold-text-8 {
  color: #8ac43f;
}

.bold-text-9 {
  color: #8ac43f;
}

.bold-text-10 {
  color: #8ac43f;
}

.bold-text-11 {
  color: #8ac43f;
}

.bold-text-12 {
  color: #8ac43f;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 42px;
  padding: 100px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.client-logo {
  margin-top: 50px;
  margin-right: 20px;
}

.client-logo.no-right-margin {
  margin-right: 0px;
}

.bigimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.button {
  margin-left: 50px;
  padding: 20px;
  background-color: #8ac43f;
  font-size: 20px;
  text-transform: capitalize;
}

.section-6 {
  width: 100%;
  height: 400px;
  margin-top: 45px;
}

.section-6.no-margin {
  margin-top: 0px;
}

.columns-4 {
  width: 100%;
  height: 100%;
}

.column-7 {
  height: 400px;
  background-color: #e6e6e6;
  background-image: url('../images/Branding-factory1.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-7.dark {
  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;
  background-color: #333;
}

.column-7.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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: #8ac43f;
  background-image: none;
}

.column-8 {
  overflow: hidden;
  height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Branding-Techniques.jpg');
  background-position: 50% 50%;
  background-size: auto 95%;
  background-repeat: no-repeat;
}

.column-8.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  background-image: url('../images/Brands.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.column-8.dark {
  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;
  background-color: #333;
  background-image: none;
}

.video {
  width: 100%;
  height: 100%;
}

.paragraph-5 {
  width: 100%;
  color: #fff;
  text-align: left;
}

.div-block-6 {
  width: 50%;
}

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

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

.slide-6 {
  background-image: url('../images/Mobile-Technology.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav {
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  margin-right: -25px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image {
  position: absolute;
  left: 5px;
  top: auto;
  right: auto;
  bottom: auto;
}

.slide-7 {
  background-image: url('../images/Golf-Shirts.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Water-Bottles.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Ladies-Jacket.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.div-block-7.left-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.greentext {
  color: #8ac43f;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="menu-state"] {
  -webkit-transform: translate(0px, -500px);
  -ms-transform: translate(0px, -500px);
  transform: translate(0px, -500px);
}

@media (max-width: 991px) {
  .grid {
    grid-template-areas: "Area Area Area Area" "Area Area Area Area" "Area Area Area Area" "Area Area Area Area" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3";
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }
  .section-2 {
    height: 200px;
  }
  .section-2-column {
    height: 100%;
  }
  .section-3-col.dark {
    height: 200px;
  }
  .section-3-col.green {
    height: 200px;
  }
  .section-3-col.img {
    height: 200px;
  }
  .section-3-col.img2 {
    height: 200px;
  }
  .link-block.right.onlysmallerdevices {
    display: block;
  }
  .heading-3 {
    display: block;
    font-size: 18px;
  }
  .heading-3.forscreens {
    display: none;
  }
  .menu-link {
    text-align: center;
  }
  .section-4 {
    height: 60vh;
  }
  .right-div-col.img {
    background-position: 50% 100%;
  }
}

@media (max-width: 767px) {
  .navbar {
    width: 10%;
  }
  .grid {
    margin-left: 0%;
  }
  .charcoal-col {
    height: 100%;
  }
  .section-3-col.dark {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-3-col.green {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-3.no-margin.lightversion {
    margin-right: 0px;
  }
  .section-3 {
    height: 600px;
  }
  .col-3.img {
    height: 200px;
  }
  .col-3.img-2 {
    height: 200px;
  }
  .col-3.green {
    height: 200px;
  }
  .footer {
    height: 800px;
  }
  .footer-column {
    height: 800px;
  }
  .footer-col {
    height: 400px;
  }
  .paragraph-4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-hero {
    height: 600px;
  }
  .columns-2 {
    height: 400px;
  }
  .about-col {
    height: 200px;
  }
  .about-col.img {
    height: 400px;
  }
  .section-4 {
    height: 100vh;
  }
  .big-right-div {
    height: 50%;
  }
  .columns-3 {
    height: 100%;
  }
  .menucol.dark {
    height: 40%;
  }
  .menucol.green {
    height: 40%;
  }
  .bigimg {
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button {
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .navbar {
    width: 15%;
  }
  .grid {
    margin-left: 0%;
    grid-template-areas: "Area Area Area Area" "Area Area Area Area" "Area Area Area Area" "Area Area Area Area" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-2 Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3 Area-3";
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .green-col {
    height: 50%;
  }
  .green-col.img {
    height: 50%;
  }
  .charcoal-col {
    height: 50%;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .section-2-column {
    margin-left: 0%;
  }
  .section-3-col.dark {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-3-col.green {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-3.no-margin.lightversion {
    font-size: 18px;
    text-align: center;
  }
  .paragraph-3 {
    margin-bottom: 0px;
  }
  .paragraph-3.dark.left {
    margin-bottom: 0px;
  }
  .text-block {
    top: 10px;
    right: 10px;
  }
  .about-content {
    height: 580px;
  }
  .section-4 {
    height: 70vh;
  }
  .big-left-form-div {
    width: 100%;
  }
  .big-right-div {
    width: 100%;
    float: none;
  }
  .button {
    font-size: 18px;
  }
  .div-block-6 {
    width: 90%;
  }
}

#w-node-0038c7b29132-7108cf5b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-1ec0f2a19daf-7108cf5b {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

#w-node-5a91afe4a83c-7108cf5b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

@media (max-width: 991px) {
  #w-node-0038c7b29132-7108cf5b {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  #w-node-1ec0f2a19daf-7108cf5b {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  #w-node-5a91afe4a83c-7108cf5b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

@media (max-width: 479px) {
  #w-node-0038c7b29132-7108cf5b {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  #w-node-1ec0f2a19daf-7108cf5b {
    -ms-grid-row: 13;
    -ms-grid-row-span: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  #w-node-5a91afe4a83c-7108cf5b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}