:root {
  --white-smoke: #f6f5f0;
  --dark-slate-grey-2: #f3f2ea;
  --dark-slate-grey: #18302b;
  --button-green: #25524a;
  --white: white;
  --dark-grey: #a2b4b1;
  --silver: #b3c2bfeb;
}

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

.navbar-logo-left {
  background-image: linear-gradient(to bottom, var(--white-smoke) 63%, transparent);
  height: 800px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  background-color: #0000;
  margin-left: 10px;
  font-family: bebas-neue-pro, sans-serif;
}

.button-primary {
  background-color: var(--button-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-left: 20px;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--button-green);
  color: #fff;
}

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

.link, .paragraph, .heading, .text-block {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 85%;
}

.section {
  height: 800px;
  margin-top: 0;
}

.heading-2 {
  color: var(--dark-slate-grey);
  -webkit-text-stroke-color: #baceca;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.list {
  color: #18302b;
  padding-left: 20px;
  font-size: 20px;
  list-style-type: none;
}

.text-block-2 {
  z-index: 10;
  color: #26423c;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Bodoni Moda, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  line-height: 60px;
  position: relative;
  top: 24px;
}

.div-block-4 {
  margin-top: 40px;
}

.list-item {
  margin-top: 40px;
  font-family: quasimoda, sans-serif;
  font-size: 24px;
}

.paragraph-2 {
  color: #18302b21;
  letter-spacing: -1px;
  text-transform: none;
  width: auto;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 58px;
}

.div-block-7 {
  padding-left: 0;
}

.centre-heading {
  z-index: 5;
  color: #baceca;
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  display: block;
  position: relative;
}

.section-2 {
  background-image: linear-gradient(#b3c2bf00, #b3c2bf4f);
  padding-top: 40px;
  padding-bottom: 60px;
}

.h3 {
  color: #baceca;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.heading-3 {
  color: var(--dark-slate-grey-2);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 78px;
  font-weight: 600;
  line-height: 78px;
}

.text-block-3 {
  letter-spacing: -1px;
  width: 90%;
  font-family: quasimoda, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.image {
  flex: 0 auto;
  width: 88%;
}

.div-block-8 {
  justify-content: flex-end;
  display: flex;
}

.printing-div {
  margin-top: 0;
}

.div-block-10 {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.div-block-11 {
  justify-content: flex-end;
  display: flex;
}

.div-block-12 {
  justify-content: flex-start;
  display: flex;
}

.div-block-13 {
  width: auto;
  padding-left: 40px;
  padding-right: 0;
}

.social-media-div {
  margin-top: 60px;
}

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

.left-dot {
  justify-content: flex-start;
  padding-left: 10px;
  display: none;
  overflow: visible;
}

.div-block-14 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-text-wrap {
  flex: 1;
  padding-left: 97px;
  padding-right: 0;
}

.image-2 {
  opacity: .83;
}

.social-text-s {
  width: 90%;
  font-family: quasimoda, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.web-div {
  justify-content: center;
  display: flex;
}

.left-hide-element {
  justify-content: flex-start;
  display: block;
}

.element-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.left-c {
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block-15 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 85%;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-last {
  justify-content: flex-start;
  display: flex;
}

.sign-div {
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.div-block-42 {
  margin-top: 10px;
  display: flex;
}

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

.div-block-45 {
  margin-right: 0;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  height: 168px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-7 {
  color: #fff;
}

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

.div-block-46 {
  margin-right: 15px;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-transform: capitalize;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.div-block-44 {
  margin-left: 15px;
  margin-right: 15px;
}

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

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47 {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.contact-link, .about-link {
  text-decoration: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: var(--dark-slate-grey);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.link-block-2 {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding-top: 7px;
  display: flex;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.learn-text {
  color: var(--dark-slate-grey);
  font-family: quasimoda, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.learn-link {
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 0;
}

.navbar-wrapper--white {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-white {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-white.shadow-three {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.navbar-white.shadow--white {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-50 {
  background-color: var(--dark-slate-grey);
}

.home-lin {
  color: var(--dark-slate-grey);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.home-lin:hover {
  color: #18302bc7;
}

.home-lin:focus-visible, .home-lin[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list-item-2 {
  font-weight: 400;
}

.div-block-51 {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 65px;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.about-pic, .div-block-52 {
  position: relative;
}

.div-block-53 {
  z-index: 2;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
}

.div-block-54 {
  justify-content: center;
  width: 80%;
  padding-top: 10px;
  padding-right: 0;
  display: block;
  position: relative;
}

.para-2 {
  width: 80%;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.image-3 {
  width: 90%;
}

.image-4 {
  position: relative;
}

.body {
  background-color: #0000;
}

.section-4 {
  height: 500px;
}

.div-block-55 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.grid-8 {
  grid-column-gap: 90px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .75fr;
  place-content: center;
  place-items: center;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-10 {
  color: #1f4b4385;
  letter-spacing: -1px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.div-block-57 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-6 {
  background-image: linear-gradient(to bottom, var(--white-smoke), #b3c2bf00);
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 60px;
  display: block;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-content: center;
  place-items: center;
  width: 90%;
}

.div-block-59 {
  width: 80%;
}

.div-block-60 {
  justify-content: center;
  display: flex;
}

.div-block-61 {
  z-index: 3;
  position: relative;
  left: 22px;
}

.div-block-62 {
  z-index: 4;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 273px;
  left: 5px;
}

.div-block-63 {
  display: inline-block;
}

.div-block-64 {
  justify-content: flex-end;
  padding-right: 40px;
  display: flex;
}

.about-para {
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: -1px;
  width: 90%;
  margin-left: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.what-we-do {
  color: var(--dark-grey);
  padding-left: 20px;
  font-family: bebas-neue-pro, sans-serif;
}

.pic-div {
  z-index: 3;
  background-color: #0000;
  position: relative;
  left: 22px;
}

.text-div {
  position: relative;
  right: 35px;
}

.close-button {
  background-color: var(--dark-slate-grey-2);
  cursor: pointer;
  border-radius: 4px;
  padding: 10px 12px;
  display: inline-block;
}

.image-5 {
  width: 600px;
  height: 600px;
}

.section-7 {
  background-image: linear-gradient(to bottom, #f6f5f000, var(--white-smoke));
  margin-top: 100px;
}

.div-block-65 {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.text-field {
  color: var(--dark-slate-grey);
  background-color: #b3c2bf80;
  border: 0 #000;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: quasimoda, sans-serif;
}

.text-field:hover {
  font-family: quasimoda, sans-serif;
}

.text-field::placeholder {
  color: var(--dark-slate-grey);
}

.text-block-23 {
  color: var(--dark-slate-grey);
  text-align: left;
  font-family: quasimoda, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.div-block-76 {
  flex: 1;
  display: block;
}

.text-field-3 {
  color: var(--dark-slate-grey);
  background-color: #b3c2bf80;
  border: 0 #000;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: quasimoda, sans-serif;
}

.field-label-4 {
  opacity: .6;
  color: var(--dark-slate-grey-2);
  text-transform: capitalize;
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-block-24 {
  color: #db6868;
  font-family: quasimoda, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.text-field-2 {
  color: var(--dark-slate-grey);
  background-color: #b3c2bf80;
  border: 0 #000;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: quasimoda, sans-serif;
  line-height: 20px;
}

.text-field-2::placeholder {
  font-family: quasimoda, sans-serif;
}

.div-block-74 {
  flex: 1;
  margin-left: 20px;
}

.heading-10 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
}

.success-message {
  background-color: #0000;
  margin-top: 40px;
  padding-left: 0;
}

.text-field-4 {
  color: var(--dark-slate-grey);
  background-color: #b3c2bf80;
  border: 0 #000;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: quasimoda, sans-serif;
}

.div-block-77 {
  flex: 1;
}

.div-block-73 {
  margin-top: 20px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.field-label {
  opacity: .6;
  color: var(--dark-slate-grey-2);
  text-transform: capitalize;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
}

.text-field-5 {
  color: var(--dark-slate-grey);
  background-color: #b3c2bf80;
  border: 0 #000;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: quasimoda, sans-serif;
}

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

.error-message {
  background-color: #0000;
}

.div-block-75 {
  flex-direction: column;
  margin-top: 20px;
  display: block;
}

.submit-button {
  background-color: var(--dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 40px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.div-block-78 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.section-8 {
  padding-bottom: 100px;
}

.div-block-79 {
  margin-top: 40px;
}

.work-header {
  z-index: 0;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 200px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.section-9 {
  height: auto;
  display: block;
}

.div-block-80 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-81 {
  display: block;
}

.div-block-82 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  cursor: pointer;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-4 {
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.text-block-25 {
  color: var(--dark-slate-grey);
  letter-spacing: -1px;
  font-family: quasimoda, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-83 {
  margin-left: 8px;
}

.div-block-84 {
  margin-right: 8px;
}

.graphic-design-div {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.graphic-design {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
}

.text-block-26 {
  color: var(--dark-slate-grey-2);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

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

.div-block-85 {
  margin-top: 100px;
}

.grid-socialmedia {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
}

.slider-5 {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: block;
}

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

.div-block-86 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.slide-nav-5 {
  font-size: 8px;
}

.image-13 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.slide-7 {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr 1fr 1fr 1fr 1fr;
  width: 85%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.grid-s2 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-div {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: none;
}

.grid-social--tab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.h-r {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  width: 100%;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 116px;
  line-height: 120px;
}

.social-link {
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.web-grid, .grid-branding {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.desk-div {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.grid-tab {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

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

.grid-pack--tab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.mob-div {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: none;
}

.about-new {
  color: var(--dark-slate-grey);
  letter-spacing: -1px;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.about-para-copy {
  color: var(--dark-slate-grey);
  width: 90%;
  margin-left: 40px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-87 {
  background-image: linear-gradient(to bottom, var(--white-smoke), #f6f5f000);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-print {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
}

.div-block-88 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-div {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: none;
}

.print-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center stretch;
  width: 85%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.print-para {
  color: var(--dark-slate-grey);
  letter-spacing: -1px;
  width: auto;
  margin-left: 0;
  font-family: quasimoda, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.grid-10 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-89 {
  margin-top: 40px;
}

.div-block-90 {
  background-image: linear-gradient(#b3c2bf4a, #b3c2bf00);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-packaging {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
}

.n2 {
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.p2, .p3 {
  cursor: pointer;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.n3, .ns {
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.ps {
  cursor: pointer;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.grid-website {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
}

.image-14 {
  border: 0 #ebeaea;
}

.pw {
  cursor: pointer;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.nw {
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.learn-link-copy, .learn-link1, .website-link, .pack-link, .print-link {
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.para-new {
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  margin-left: 0;
  font-family: quasimoda, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.mob-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-content: center;
  place-items: center;
  width: 90%;
  display: none;
}

.mob-para {
  color: #18302b21;
  width: auto;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 64px;
}

.image-15 {
  width: 95%;
}

.fb {
  display: none;
}

.insta {
  margin-left: 15px;
  margin-right: 15px;
}

.about-div {
  background-color: var(--white-smoke);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 68vh;
  padding: 10px 20px;
  display: flex;
}

.div-block-91 {
  justify-content: center;
  align-items: center;
  display: block;
}

.mob-logo-div {
  padding-top: 0;
  display: none;
}

.slide-mob {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: none;
}

.image-20 {
  padding-top: 15px;
}

.image-21, .image-22 {
  padding-top: 10px;
}

.image-23 {
  padding-top: 11px;
}

.follow-text {
  color: #fff;
  font-family: quasimoda, sans-serif;
  font-size: 16px;
}

.p1 {
  cursor: pointer;
  margin-right: 40px;
  display: none;
}

.conati-1 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-92 {
  justify-content: center;
  display: flex;
}

.div-block-93 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div-block-94 {
  flex: 1;
}

.main-divwrap {
  justify-content: flex-end;
  width: 85%;
  margin-top: 0;
  display: flex;
}

.div-block-95 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-96 {
  border: 1px #000;
}

.section--form {
  padding-bottom: 100px;
  display: none;
}

.contact-text {
  width: 90%;
  font-family: quasimoda, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.last-div {
  justify-content: flex-start;
  width: 85%;
  margin-top: 0;
  display: flex;
}

.p-last {
  cursor: pointer;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.clientele {
  z-index: 2;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-scroll {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.scroll-div {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.website-div {
  margin-top: 0;
}

.button-p-n {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.left-heading {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 78px;
  font-weight: 600;
  line-height: 78px;
}

.heading-11 {
  color: #baceca;
  margin-top: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

.old-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-98 {
  margin-top: 140px;
  margin-bottom: 40px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 85%;
}

.div-block-99 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: block;
}

.div-block-100 {
  justify-content: space-between;
  display: block;
}

.accordian-wrapper {
  width: 100%;
}

.accordian {
  cursor: pointer;
}

.accordian-item-trigger {
  justify-content: space-between;
  display: flex;
}

.accordian-header {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
}

.accordian-panel {
  padding-bottom: 5px;
  padding-right: 5px;
  display: block;
  overflow: hidden;
}

.list-2 {
  padding-left: 20px;
}

.tex-1 {
  color: var(--dark-slate-grey);
  letter-spacing: -1px;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  font-family: quasimoda, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-101 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-6 {
  align-items: flex-start;
  display: block;
}

.slide-nav-6 {
  inset: 0% 0% auto;
}

.slide-8 {
  padding-top: 83px;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: block;
}

.div-block-102 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  background-color: var(--white);
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr minmax(0, .25fr) .28fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding: 20px;
  display: grid;
}

.tab-1 {
  margin-top: 0;
}

.tab-link-tab-1 {
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-grey-2);
  cursor: pointer;
  background-color: #0000;
  padding: 20px 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.tab-link-tab-1:focus {
  opacity: 1;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: flex;
  left: auto;
}

.tab-link-tab-2 {
  border-right: 0px none var(--silver);
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: flex;
}

.tab-link-tab-2:focus {
  opacity: 1;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-2.w--current:focus {
  opacity: 1;
}

.tab-link-tab-3 {
  border-right: 0px none var(--silver);
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: flex;
  left: auto;
}

.tab-link-tab-3:focus {
  opacity: 1;
}

.tab-link-tab-3.w--current {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  background-color: #0000;
}

.tab-link-tab-4 {
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  padding: 20px 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.tab-link-tab-4:focus {
  opacity: .98;
}

.tab-link-tab-4.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-5 {
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  padding: 20px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.tab-link-tab-5:focus {
  opacity: 1;
}

.tab-link-tab-5.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.superscript {
  z-index: 2;
  color: var(--silver);
  text-align: left;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
  top: -25px;
  left: 9px;
}

.superscript-2 {
  color: var(--dark-slate-grey);
  font-size: 20px;
  line-height: 20px;
  top: -25px;
  left: 9px;
}

.text-block-27 {
  text-align: left;
  font-family: bebas-neue-pro-expanded, sans-serif;
}

.superscript-3 {
  color: var(--dark-slate-grey);
  font-size: 20px;
  line-height: 20px;
  top: -24px;
  left: 9px;
}

.div-block-103 {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-28 {
  font-family: bebas-neue-pro-expanded, sans-serif;
}

.text-new {
  color: #baceca;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  display: block;
}

.superscript-4, .superscript-5 {
  color: var(--dark-slate-grey);
  font-size: 20px;
  line-height: 20px;
  top: -24px;
  left: 9px;
}

.body-2 {
  cursor: auto;
}

.hero-scroll-lottie-contain {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: -12%;
  display: flex;
  position: absolute;
  inset: auto auto -6% 0%;
}

.scroll-lottie {
  width: 21.5em;
}

.hero-scroll-lottie-contain-2 {
  margin-left: -12%;
  position: absolute;
  inset: 61% auto 0% 0%;
}

.hero-scroll-lottie-contain-3 {
  margin-left: -12%;
  position: absolute;
  inset: auto auto -6% 0%;
}

.tab-panels-contain {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-whipe {
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-white {
  color: #fff;
}

.container-4 {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 7.08em;
  position: relative;
}

.container-4.is--tab {
  padding: 0 4.05em;
}

.tab-btn-child {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .7em;
  padding-bottom: .7em;
  text-decoration: none;
  display: flex;
}

.tab-btn-child.w--current {
  text-decoration: none;
}

.teb-text-selector {
  color: #2b2b2b;
}

.teb-text-selector.four {
  margin-bottom: 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 20px;
}

.teb-text-selector.one {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-bottom: 0;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 20px;
}

.teb-text-selector.two {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 20px;
}

.teb-text-selector.three {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 20px;
}

.tab-btn-parent {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.span-text {
  display: inline-block;
}

.span-text.one {
  font-family: quasimoda, sans-serif;
}

.tab-top {
  border-top: 1px solid #7a7a7a;
  align-items: flex-end;
  width: 100%;
  height: 11em;
  margin-top: 2em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.tab-button-selector {
  border: 1px solid var(--silver);
  text-align: left;
  background-color: #b3c2bf2e;
  border-radius: 1.1em;
  width: 19%;
  height: 100%;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
  position: absolute;
  inset: 0%;
}

.right-tab-slide-parent {
  background-color: var(--dark-slate-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tab-slide-child {
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-parent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5.08em;
}

.section-11.is--hptabs {
  margin-top: 100px;
}

.h2 {
  color: var(--silver);
  font-family: bebas-neue-pro, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

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

.tab-h2 {
  margin-bottom: 10px;
  font-size: 3.2em;
  font-weight: 400;
}

.tab-h2.text-white {
  font-family: bebas-neue-pro, sans-serif;
}

.img-child {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-4 {
  background-image: url('../images/wirframing-hand-moving-pins-web-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-3 {
  background-image: url('../images/brand-identity-sketches-and-laptop.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-5 {
  background-image: url('../images/me-laptop-developing-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-2 {
  background-image: url('../images/matteo-fabbiani-meeting-workshop-client-filter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-parent.is--tab {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.tab-btm {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-tab-slide-parent {
  background-color: #000;
  flex-direction: row;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-right: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.tab-content-parent {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 100%;
  display: flex;
}

.tab-panel {
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 4em;
  display: flex;
  position: relative;
}

.old-div2 {
  margin-top: 140px;
  margin-bottom: 140px;
  display: block;
}

.about-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-btn-child-2 {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.tab-btn-parent-2 {
  width: 100%;
  display: flex;
  position: relative;
}

.tab-button-selector-2 {
  background-color: #ff533026;
  border: 1px solid #ff533078;
  border-radius: 1.1em;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-tab-slide-parent-2 {
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.h2-2 {
  color: var(--silver);
  font-family: bebas-neue-pro, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

.tab-button-selector-3 {
  background-color: #ff533026;
  border: 1px solid #ff533078;
  border-radius: 1.1em;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-tab-slide-parent-3 {
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-104 {
  height: 800px;
}

.main-div {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 0;
  display: block;
}

.main-div.new {
  display: block;
}

.grid-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 90%;
}

.header-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
  display: block;
}

.header-row.summary.gray {
  color: #818181;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.container-article {
  background-color: var(--white-smoke);
  display: block;
  position: relative;
  top: -17px;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 200px;
  display: flex;
  overflow: hidden;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  text-align: right;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-content {
  background-color: #f6f5ef;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  margin-left: 0;
  padding-right: 2vw;
  display: flex;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.alt-description {
  z-index: 1;
  color: var(--white-smoke);
  max-width: 20ch;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 14px;
  display: none;
  position: relative;
  top: auto;
}

.xlarge-paragraph {
  color: var(--dark-slate-grey);
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  font-family: bebas-neue, sans-serif;
  font-size: 20vh;
  font-weight: 400;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: var(--dark-slate-grey);
}

.heading-12 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-12.is--white {
  color: #fff;
}

.section-content {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 35% 0% auto auto;
  overflow: hidden;
}

.section-12 {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-type-wrapper {
  display: flex;
  overflow: visible;
}

.header-text {
  color: var(--dark-slate-grey);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: var(--dark-slate-grey);
  letter-spacing: 0;
}

.alt-text-header {
  color: var(--dark-slate-grey);
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-family: quasimoda, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: var(--dark-slate-grey);
  line-height: 1.4;
}

.inner-container {
  padding: 5% 12%;
  display: block;
  position: static;
  top: 16px;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.cap {
  float: left;
  color: var(--dark-slate-grey);
  margin-right: 2%;
  font-family: bebas-neue, sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 79%;
}

.cap.is--orange {
  color: var(--dark-slate-grey);
  -webkit-text-stroke-color: var(--white);
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.second {
  background-image: url('../images/typo-card2.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-container.second.cover-p2 {
  background-image: url('../images/Cover-pic-Mpnt.jpg');
}

.image-container.second.pc2 {
  background-image: url('../images/Boxes-cover.jpg');
}

.image-container.second.sign2 {
  background-image: url('../images/Signageser-cover_1.jpg');
}

.image-container.third {
  background-image: url('../images/ColorP-card-3.jpg');
  background-position: 0%;
  background-size: cover;
}

.image-container.third.cover-p3 {
  background-image: url('../images/Cover-Lp2x.jpg');
}

.image-container.third.pc3 {
  background-image: url('../images/Hard-boxes-cover.jpg');
}

.image-container.third.sign3 {
  background-image: url('../images/Signageser-cover-3.jpg');
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.image-container.first.print1 {
  background-image: url('../images/coverr-pic-pnt2x2x.jpg');
}

.image-container.first.pc1 {
  background-image: url('../images/Paper-bag-cover.jpg');
  background-position: 100%;
}

.image-container.first.sgn1 {
  background-image: url('../images/Signageser-cover.jpg');
}

.image-container.first.brand-1 {
  background-image: url('../images/logo-design-card12x.png');
  background-position: 0%;
}

.main-heading {
  z-index: auto;
  color: var(--white-smoke);
  text-align: right;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: bebas-neue, sans-serif;
  font-size: 7.2vh;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.link-white {
  z-index: 1;
  color: var(--dark-slate-grey-2);
  display: block;
  position: relative;
}

.first-article {
  z-index: 20;
  background-color: var(--white-smoke);
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.card-details-wrapper {
  z-index: auto;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 9%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: static;
}

.arrow-read-more {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.second-article {
  background-color: var(--white-smoke);
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: auto;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.rich-text {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.rich-text.white {
  color: var(--dark-slate-grey);
  font-size: 24px;
  line-height: 30px;
}

.divider-circle {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey-2);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.divider-circle.orange {
  background-color: var(--dark-slate-grey);
  width: 15px;
  height: 15px;
  margin-top: 10%;
  margin-bottom: 10%;
}

.divider-circle.orange.small {
  background-color: var(--dark-slate-grey);
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.inner-header-col {
  color: #444343;
  justify-content: center;
  align-items: center;
  display: flex;
}

.third-article {
  background-color: var(--white-smoke);
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: none;
  position: relative;
  overflow: auto;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.small-divider {
  background-color: var(--dark-slate-grey-2);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: var(--dark-slate-grey-2);
  width: 8px;
  height: 8px;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.div-block-105 {
  display: none;
}

.card-1--a {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.card-2--b {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.div-block-106 {
  padding-left: 0;
}

.card-4 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.heading-13 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-13.is--white {
  color: #fff;
}

.section-content-2 {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.section-13 {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-5 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.image-25 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-6 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-7 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.section-content-3 {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.heading-14 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-14.is--white {
  color: #fff;
}

.image-26 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-15 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.image-27 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-107 {
  background-color: var(--white);
}

.heading-16 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.image-28 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-17 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-6-copy {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.right-arrow-6, .left-arrow-6, .slide-nav-7 {
  display: none;
}

.mask {
  width: auto;
  height: auto;
  overflow: hidden;
}

.slider-7 {
  background-color: #0000;
}

.section-14 {
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.div-block-108 {
  position: relative;
  top: 23px;
}

.div-block-109 {
  position: relative;
  top: -31px;
}

.div-block-110 {
  position: relative;
  bottom: auto;
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-1 {
  position: relative;
  top: -46px;
}

.iv-2 {
  position: relative;
  top: 4px;
}

.div-3 {
  position: relative;
  top: -42px;
}

.div-4 {
  position: relative;
  top: 22px;
  bottom: auto;
}

.div-5 {
  position: relative;
  top: -13px;
  bottom: auto;
}

.div-6 {
  position: relative;
  top: 19px;
  bottom: auto;
}

.sli-1, .sli-2, .sli-3, .sli-4, .sli-5, .sli-6 {
  background-color: #0000;
}

.card-8 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-9 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.div-block-111 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.heading-18 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-18.is--white {
  color: #fff;
}

.section-15 {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-text-2 {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.image-30 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-10 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-11 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.div-block-112 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.heading-19 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-19.is--white {
  color: #fff;
}

.section-16 {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-text-3 {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-12 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-13 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.div-block-113 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.heading-20 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-20.is--white {
  color: #fff;
}

.image-32 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-14 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-15 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.div-block-114 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.heading-21 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-21.is--white {
  color: #fff;
}

.image-33 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-16 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-17 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.div-block-115 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.heading-22 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-22.is--white {
  color: #fff;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-116 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.card-18 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-19 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.div-block-117 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.heading-23 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-23.is--white {
  color: #fff;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-5-copy {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.card-20 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.card-21 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-118 {
  align-items: center;
  width: 35vw;
  padding-right: 1vw;
  display: flex;
}

.heading-24 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-24.is--white {
  color: #fff;
}

.card-22 {
  z-index: 1;
  text-align: right;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-36 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-25 {
  color: var(--dark-slate-grey);
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 9vh;
  font-weight: 400;
  line-height: .95;
}

.image-37 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-119 {
  height: 100vh;
  position: relative;
}

.heading-26 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-27 {
  color: var(--dark-slate-grey);
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 9.25vh;
  font-weight: 400;
  line-height: .95;
}

.image-39 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-28 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-28.is--white {
  color: var(--dark-slate-grey);
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
}

.image-40 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-120 {
  background-color: var(--dark-slate-grey);
  padding-top: 26px;
  padding-bottom: 32px;
}

.scroll-type-wrapper-2 {
  display: block;
  overflow: hidden;
}

.div-block-121, .div-block-122, .div-block-123 {
  align-items: center;
  width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.scrolltype2 {
  align-items: center;
  display: flex;
}

.div-block-124 {
  width: 33vw;
  padding-right: 1vw;
}

.text-block-29 {
  color: var(--white-smoke);
}

.div-block-125 {
  display: flex;
}

.div-block-126 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.div-block-127 {
  font-weight: 400;
  display: flex;
}

.heading-29 {
  letter-spacing: normal;
  white-space: nowrap;
  word-break: normal;
  margin-right: 10px;
}

.div-block-128 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.paragraph-3 {
  font-family: Bodoni Moda, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
}

.paragraph-4 {
  color: var(--dark-slate-grey);
  font-family: Bodoni Moda, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-30 {
  color: var(--dark-slate-grey);
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
}

.text-block-31 {
  color: var(--dark-slate-grey);
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.text-block-32 {
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.dropdown-toggle {
  padding-top: 16px;
  padding-bottom: 20px;
}

.icon {
  margin-top: 18px;
  margin-bottom: 10px;
}

.dropdown-list {
  border-radius: 4px;
}

.dropdown-list.w--open {
  background-color: #ecebe2;
  margin-top: 20px;
}

.dropdown-list.desktop {
  background-color: #1c433c;
}

.dropdown-link {
  color: var(--dark-slate-grey-2);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.dropdown-link:focus {
  color: var(--dark-slate-grey);
  background-color: #e5e2d3;
  font-weight: 600;
}

.dropdown-link.g {
  color: var(--dark-slate-grey);
}

.dropdown-link-2 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.dropdown-link-2:focus {
  color: var(--dark-slate-grey);
  background-color: #e5e2d3;
  font-weight: 600;
}

.dropdown-link-2.g {
  color: var(--dark-slate-grey);
}

.dropdown-link-3 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.dropdown-link-3:focus {
  color: var(--dark-slate-grey);
  background-color: #e5e2d3;
  font-weight: 600;
}

.dropdown-link-3.g {
  color: var(--dark-slate-grey);
}

.dropdown-link-4 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.dropdown-link-4:focus {
  color: var(--dark-slate-grey);
  background-color: #e5e2d3;
  font-weight: 600;
}

.dropdown-link-4.g {
  color: var(--dark-slate-grey);
}

.dropdown-link-5 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.dropdown-link-5:focus {
  color: var(--dark-slate-grey);
  background-color: #e5e2d3;
  font-weight: 600;
}

.dropdown-link-5.g {
  color: var(--dark-slate-grey);
}

.text-block-32-copy {
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.text-work {
  color: var(--white);
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.icon--white {
  color: var(--white);
  margin-top: 18px;
  margin-bottom: 10px;
}

.dropdown-toggle--white {
  padding-top: 16px;
  padding-bottom: 20px;
}

.dropdown-list--green {
  border-radius: 4px;
  display: none;
}

.dropdown-list--green.w--open {
  background-color: var(--dark-slate-grey);
  border-radius: 0 0 4px 4px;
  margin-top: 20px;
}

.drop-link1 {
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.drop-link1:focus {
  background-color: #275850;
  font-weight: 600;
}

.drop-link1.w--current {
  color: var(--white);
  background-color: #18352e;
}

.drop-lin2 {
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.drop-lin2:focus {
  background-color: #275850;
  font-weight: 600;
}

.drop-lin2.w--current {
  color: var(--white);
  background-color: #18352e;
}

.drop-link3 {
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.drop-link3:focus {
  background-color: #275850;
  font-weight: 600;
}

.drop-link3.w--current {
  color: var(--white);
  text-align: center;
  background-color: #18352e;
  font-weight: 600;
}

.drop-link3.w--current:focus {
  color: var(--white);
}

.drop-link4 {
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.drop-link4:focus {
  background-color: #275850;
  font-weight: 600;
}

.drop-link4.w--current {
  color: var(--white);
  background-color: #18352e;
  font-weight: 600;
}

.drop-link5 {
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 20px;
}

.drop-link5:focus {
  background-color: #275850;
  font-weight: 600;
}

.drop-link5.w--current {
  color: var(--silver);
  -webkit-text-stroke-color: var(--dark-slate-grey);
  background-color: #18352e;
  font-weight: 600;
}

.div-block-129 {
  height: 500px;
}

.grid-14 {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  width: 100%;
}

.web-card-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
}

.text-block-33 {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  display: block;
}

.text-block-33.link, .text-block-33.link.h {
  display: block;
}

.div-block-130 {
  width: auto;
  height: auto;
}

.div-block-131 {
  z-index: 2;
  background-color: var(--white-smoke);
  text-transform: lowercase;
  border-radius: 4px;
  position: static;
  box-shadow: 0 2px 10px 2px #0000000f;
}

.div-block-132 {
  background-color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.div-block-133 {
  z-index: auto;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 28vw;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 0 4px 14px #0000001f;
}

.div-block-133.h {
  display: block;
}

.overlay {
  background-color: #0a1412a3;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-43 {
  background-color: var(--dark-slate-grey);
}

.div-block-134 {
  text-align: center;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Santa-home2x.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 28vh;
  max-height: 100%;
  padding: 0 0;
  font-family: quasimoda, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.div-block-134-copy {
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  padding: 0 0;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.div-block-134-copy:hover {
  opacity: 1;
}

.div-block-135 {
  opacity: 0;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-135:hover {
  opacity: 1;
}

.heading-30 {
  z-index: 10;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-31 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.heading-32 {
  color: var(--white);
}

.link-block-6 {
  background-image: url('../images/Santa-home2x.png'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 32vw;
  height: 32vh;
  position: relative;
  inset: 0%;
}

.text-block-34 {
  color: var(--white);
  font-family: quasimoda, sans-serif;
}

.div-block-136 {
  display: flex;
}

.link-block-7 {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-7:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-137 {
  margin-left: 8px;
  position: relative;
  top: 6px;
}

.gallery-modal-closer {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer.w--current {
  overflow: hidden;
}

.close-button-2 {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 12px;
  transition: transform .2s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-button-2:hover {
  transform: scale(1.2);
}

.div-block-138 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
  position: static;
  inset: 0%;
}

.full-view {
  z-index: 200;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.link-block-7-copy {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-7-copy:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.santa-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.santa-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.innovatech-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.innovatech-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-view--2 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-modal-closer2 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer2.w--current {
  display: block;
}

.full-view--3 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-modal-closer3 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer3.w--current {
  display: block;
}

.boxman-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.boxman-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2, .link-3, .link-4 {
  color: #551a8b;
  cursor: pointer;
  text-decoration: none;
}

.deccan-cafe-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.deccan-cafe-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-view--4 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-modal-closer4 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer4.w--current {
  display: block;
}

.sg-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sg-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-view--8 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.besttraining-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.besttraining-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-140 {
  padding-left: 0;
}

.div-block-141 {
  justify-content: center;
  padding-top: 60px;
  padding-right: 0;
  display: block;
  position: relative;
}

.heading-33 {
  color: #1f4b43;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 78px;
  font-weight: 600;
  line-height: 78px;
}

.about-new-2 {
  color: #18302b;
  letter-spacing: -1px;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  font-family: quasimoda, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-abt-div {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -21px;
}

.image-45 {
  width: 60%;
}

.branding {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 0;
}

.div-block-142 {
  background-color: #f5f7f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.left-arrow-7, .right-arrow-7 {
  display: none;
}

.div-block-143 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-46 {
  width: 55%;
  padding-left: 40px;
}

.image-47 {
  width: 78%;
  display: block;
}

.div-block-144 {
  justify-content: flex-end;
  height: auto;
  padding-bottom: 20px;
  display: flex;
}

.slide-nav-8 {
  font-size: 9px;
}

.div-block-145 {
  justify-content: flex-start;
  display: flex;
}

.div-block-146, .div-block-147 {
  width: 85%;
}

.about-img {
  width: 80%;
}

.img1 {
  opacity: 1;
  color: var(--dark-grey);
  text-align: center;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  overflow: visible;
}

.img1:focus {
  opacity: 1;
}

.img1.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/ball.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
}

.img-2 {
  opacity: 1;
  color: var(--dark-grey);
  text-align: center;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.img-2:focus {
  opacity: 1;
}

.img-2.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  background-image: url('../images/ball.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
}

.img-3 {
  opacity: 1;
  color: var(--dark-grey);
  text-align: center;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.img-3:focus {
  opacity: 1;
}

.img-3.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  background-image: url('../images/ball.svg');
  background-position: 50%;
  background-size: cover;
}

.img-4 {
  opacity: 1;
  color: var(--dark-grey);
  text-align: center;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.img-4:focus {
  opacity: 1;
}

.img-4.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  background-image: url('../images/ball.svg');
  background-position: 50%;
  background-size: cover;
}

.img-5 {
  opacity: 1;
  color: var(--dark-grey);
  text-align: center;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
}

.img-5:focus {
  opacity: 1;
}

.img-5.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  background-image: url('../images/Ball-s.svg');
  background-position: 50%;
  background-size: cover;
}

.img-6 {
  opacity: 1;
  color: var(--dark-grey);
  text-align: center;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
}

.img-6:focus {
  opacity: 1;
}

.img-6.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  background-image: url('../images/ball.svg');
  background-position: 50%;
  background-size: cover;
}

.tab-3 {
  margin-top: 0;
}

.tab-lin-2 {
  border-right: 0px none var(--silver);
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: flex;
}

.tab-lin-2:focus {
  opacity: 1;
}

.tab-lin-2.w--current {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-lin-2.w--current:focus {
  opacity: 1;
}

.tab-link-3 {
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-grey-2);
  cursor: pointer;
  background-color: #0000;
  padding: 20px 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.tab-link-3:focus {
  opacity: 1;
}

.tab-link-3.w--current {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: flex;
  left: auto;
}

.tab-lin4 {
  border-right: 0px none var(--silver);
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: flex;
  left: auto;
}

.tab-lin4:focus {
  opacity: 1;
}

.tab-lin4.w--current {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  background-color: #0000;
}

.tab-link5 {
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  padding: 20px 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.tab-link5:focus {
  opacity: .98;
}

.tab-link5.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-linnk6 {
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  padding: 20px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.tab-linnk6:focus {
  opacity: 1;
}

.tab-linnk6.w--current {
  opacity: 1;
  color: var(--dark-slate-grey);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.work-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img {
  border-right: 0px none var(--silver);
  opacity: .4;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 10px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: flex;
  left: auto;
}

.img:focus {
  opacity: 1;
}

.img.w--current {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  background-color: #0000;
}

.div-block-148 {
  padding-top: 40px;
}

.about-div2 {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 80vh;
  padding: 10px;
  display: flex;
}

.team-text {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 52px;
  display: flex;
  position: relative;
  top: -21px;
}

.team-img {
  width: 60%;
}

.text-block-35 {
  z-index: auto;
  color: #fff;
  text-align: right;
  text-transform: lowercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.grid-socialpage {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  width: 85%;
}

.text-socials {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 115px;
  font-family: Cormorant Garamond, sans-serif;
}

.text-block-36 {
  color: var(--dark-slate-grey);
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
}

.div-block-149 {
  background-color: #0000;
  display: block;
}

.div-block-150 {
  background-color: var(--white-smoke);
  position: relative;
  top: -20px;
}

.sub-text {
  color: #fff;
  text-align: right;
  text-transform: lowercase;
  font-family: Bodoni Moda, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.scroll {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 4px;
  display: flex;
}

.link-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
}

.text-block-37 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  font-family: Bodoni Moda, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.div-block-151 {
  margin-top: 13px;
}

.div-block-152 {
  justify-content: space-between;
  display: flex;
}

.image-39-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-content-hide {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  display: none;
  position: sticky;
  top: 0;
}

.div-block-153 {
  background-color: var(--white-smoke);
}

.twitter {
  display: none;
}

.sec-testimonial {
  padding-top: 0;
}

.image-48, .image-49, .image-50 {
  display: none;
}

.tab-watwedo {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  top: -21px;
}

.text-block-39 {
  color: var(--white);
  font-size: 32px;
  line-height: 32px;
}

.div-block-154 {
  width: 35%;
}

.section-17 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-155 {
  justify-content: flex-end;
  display: flex;
}

.div-block-156 {
  flex: 0 auto;
  width: 30%;
  height: 50%;
}

.div-block-157 {
  display: none;
}

.div-block-158 {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.text-bold {
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: -1px;
  width: 90%;
  margin-left: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.image-51, .image-52 {
  width: 80%;
}

.italic-text {
  font-style: normal;
}

.sub-heading {
  color: var(--dark-slate-grey-2);
  letter-spacing: -.07vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: bebas-neue, sans-serif;
  font-size: 4vh;
  font-weight: 400;
  line-height: 1;
}

.section-14-b {
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

.section-16-b {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-16-b.new {
  display: flex;
}

.section-18 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
}

.div-block-159 {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.scroll-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.scroll-wrapper.r {
  margin-top: 40px;
}

.image-53 {
  white-space: nowrap;
  width: 100px;
  max-width: none;
  margin-right: 40px;
}

.image-53.pmj {
  width: 80px;
}

.image-53.pmj._1 {
  width: 6%;
}

.image-53.mebaz, .image-53.froogal {
  width: 100px;
}

.image-53.turkey {
  width: 80px;
}

.image-53.apple {
  width: 55px;
}

.image-53.aptronix {
  width: 100px;
}

.image-53.pizzahut {
  width: 70px;
}

.image-53.salt {
  width: 60px;
}

.image-53.sedr {
  width: 50px;
}

.image-53.recykl {
  width: 110px;
}

.image-53.do {
  width: 120px;
}

.image-53.asra {
  width: 80px;
}

.image-53.omeg {
  width: 120px;
}

.image-53.spicekitchen {
  width: 80px;
}

.image-53.surface {
  width: 30%;
}

.image-53.cs {
  width: 140px;
}

.image-53.gustare {
  width: 120px;
}

.mob-logo-wrap {
  width: 100%;
  display: none;
  overflow: hidden;
}

.scroll-wrapper-r {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 278px;
  display: flex;
}

.scroll-wrapper-r.r {
  margin-top: 40px;
}

.text-block-40 {
  color: #252525;
}

.branding-div {
  background-color: var(--white-smoke);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 68vh;
  padding: 0;
  display: flex;
}

.asra-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.asra-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-view--5 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-modal-closer5 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer5.w--current {
  display: block;
}

.gallery-modal-closer6 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer6.w--current {
  display: block;
}

.button {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.white {
  color: #fff;
}

.button-2 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-2.white {
  color: #fff;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.full-view--7 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.h-d-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h-d-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.oakbrook-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.oakbrook-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-view--6 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-modal-closer7 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer7.w--current {
  display: block;
}

.gallery-modal-closer8 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer8.w--current {
  display: block;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    height: auto;
    padding-bottom: 100px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--dark-slate-grey-2);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.w--current {
    color: #19302b;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .div-block-2 {
    margin-top: 48px;
  }

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

  .heading-2 {
    font-weight: 600;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    display: none;
  }

  .heading-3 {
    text-align: left;
  }

  .text-block-3 {
    text-align: left;
    width: auto;
  }

  .image {
    width: 80%;
  }

  .div-block-8 {
    justify-content: flex-end;
    align-items: center;
  }

  .printing-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    padding-right: 60px;
  }

  .grid-social {
    flex-direction: column;
    display: none;
  }

  .left-text-wrap {
    padding-left: 0;
    padding-right: 10px;
  }

  .social-text-s {
    text-align: right;
    width: auto;
  }

  .div-block-38 {
    flex-direction: column;
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .learn-link {
    text-align: left;
    justify-content: flex-start;
  }

  .section-3 {
    padding-top: 0;
  }

  .navbar-white.shadow--white {
    z-index: 100;
  }

  .home-lin {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-7 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    display: flex;
    top: -53px;
  }

  .div-block-54 {
    width: 70%;
    margin-bottom: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 75%;
  }

  .div-block-55 {
    width: 95%;
  }

  .grid-8 {
    grid-column-gap: 30px;
    grid-template-columns: .75fr .75fr;
    width: 100%;
  }

  .div-block-56 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-9 {
    display: none;
  }

  .div-block-59 {
    width: 95%;
  }

  .div-block-62 {
    display: none;
  }

  .div-block-64 {
    padding-right: 0;
  }

  .text-div {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .close-button {
    display: none;
  }

  .section-7 {
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-65 {
    padding-left: 0;
  }

  .section-8 {
    margin-top: 60px;
  }

  .div-block-80 {
    width: 90%;
  }

  .tab-div {
    display: none;
  }

  .grid-social--tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h-r {
    text-align: right;
  }

  .social-link {
    text-align: left;
    justify-content: flex-end;
    display: flex;
  }

  .web-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .grid-branding {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .desk-div {
    display: block;
  }

  .grid-tab {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    display: none;
  }

  .grid-pack {
    flex-direction: column;
    display: none;
  }

  .grid-pack--tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mob-div {
    display: none;
  }

  .grid-10 {
    grid-column-gap: 30px;
  }

  .learn-link-copy, .learn-link1, .website-link, .pack-link, .print-link {
    text-align: left;
    justify-content: flex-start;
  }

  .mob-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .mob-para {
    color: #18302bc2;
    width: 70%;
  }

  .image-15 {
    width: 80%;
  }

  .image-16 {
    width: 70%;
  }

  .about-div {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 50vh;
    padding-left: 20px;
  }

  .section--form {
    margin-top: 60px;
  }

  .contact-text {
    text-align: left;
    width: auto;
  }

  .website-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .5fr minmax(0, .25fr);
  }

  .tab-top {
    height: 15em;
  }

  .tab-h2 {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.15;
  }

  .old-div2 {
    margin-top: 0;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5%;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .wrap-scrolling-text {
    min-height: 150px;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .card-inner {
    background-image: linear-gradient(#0000 68%, #000c);
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .xlarge-paragraph {
    font-size: 15vh;
    overflow: hidden;
  }

  .heading-12 {
    font-size: 6vh;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .section-12 {
    flex-direction: column;
    justify-content: space-around;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .card-1 {
    flex: none;
    width: 100%;
  }

  .cap {
    font-size: 50px;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .first-article {
    width: auto;
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .divider-circle.orange {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: none;
  }

  .button-close {
    color: #fff;
    background-color: #00000026;
    border-radius: 100%;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 18px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .card-1--a, .card-2--b {
    flex: none;
    width: 100%;
  }

  .card-4 {
    flex: none;
    width: auto;
  }

  .heading-13 {
    font-size: 6vh;
  }

  .section-content-2 {
    width: 100vw;
    height: auto;
    display: block;
  }

  .section-13 {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-5, .card-6 {
    flex: none;
    width: 100%;
  }

  .card-7 {
    flex: none;
    width: auto;
  }

  .section-content-3 {
    width: 100vw;
    height: auto;
    display: none;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 6vh;
  }

  .card-6-copy, .card-8 {
    flex: none;
    width: 100%;
  }

  .card-9 {
    flex: none;
    width: auto;
  }

  .heading-18 {
    font-size: 6vh;
  }

  .section-15 {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-10 {
    flex: none;
    width: 100%;
  }

  .card-11 {
    flex: none;
    width: auto;
  }

  .heading-19 {
    font-size: 6vh;
  }

  .section-16 {
    flex-direction: column;
    justify-content: space-around;
    margin-top: 40px;
  }

  .card-12 {
    flex: none;
    width: 100%;
  }

  .card-13 {
    flex: none;
    width: auto;
  }

  .heading-20 {
    font-size: 6vh;
  }

  .card-14 {
    flex: none;
    width: 100%;
  }

  .card-15 {
    flex: none;
    width: auto;
  }

  .heading-21 {
    font-size: 6vh;
  }

  .card-16 {
    flex: none;
    width: 100%;
  }

  .card-17 {
    flex: none;
    width: auto;
  }

  .heading-22 {
    font-size: 6vh;
  }

  .card-18 {
    flex: none;
    width: 100%;
  }

  .card-19 {
    flex: none;
    width: auto;
  }

  .heading-23 {
    font-size: 6vh;
  }

  .card-5-copy, .card-20 {
    flex: none;
    width: 100%;
  }

  .card-21 {
    flex: none;
    width: auto;
  }

  .heading-24 {
    font-size: 6vh;
  }

  .card-22 {
    flex: none;
    width: 100%;
  }

  .heading-25, .heading-26 {
    font-size: 6vh;
  }

  .heading-27 {
    font-size: 9vh;
  }

  .heading-28 {
    font-size: 6vh;
  }

  .heading-28.is--white {
    font-size: 50px;
  }

  .scroll-type-wrapper-2 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .text-work, .icon--white {
    color: var(--dark-slate-grey);
  }

  .dropdown-toggle--white {
    color: #19302b;
  }

  .dropdown-list--green.w--open {
    z-index: 100;
    background-color: var(--white-smoke);
  }

  .drop-link1, .drop-lin2, .drop-link3, .drop-link4, .drop-link5 {
    color: var(--dark-slate-grey);
  }

  .web-card-wrap {
    padding: 100px 20px;
  }

  .div-block-133 {
    width: 28vw;
  }

  .link-4 {
    font-size: 12.5px;
  }

  .div-block-141 {
    margin-bottom: 60px;
    padding-top: 0;
    padding-left: 125px;
    padding-right: 0;
  }

  .heading-33 {
    text-align: left;
  }

  .text-abt-div {
    display: block;
  }

  .slider-8 {
    margin-right: 0;
  }

  .image-46, .image-47 {
    width: 100%;
  }

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

  .about-div2 {
    width: auto;
    height: auto;
    padding-left: 20px;
  }

  .grid-socialpage {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .text-socials {
    padding-bottom: 40px;
  }

  .tab-watwedo {
    display: flex;
  }

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

  .sub-heading {
    font-size: 6vh;
  }

  .section-16-b {
    flex-direction: column;
    justify-content: space-around;
  }

  .section-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .branding-div {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 50vh;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    overflow: visible;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    z-index: 90;
    background-color: #f3f2ea;
  }

  .nav-menu-two {
    background-color: #f3f2ea;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
    box-shadow: 2px 9px 11px #14141414;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.w--current {
    color: #204b43;
    margin-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    background-color: var(--dark-slate-grey);
    color: var(--white);
    margin-left: 0;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: #0000;
  }

  .text-block-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .heading-3 {
    width: auto;
    font-size: 100px;
    line-height: 90px;
  }

  .printing-div {
    display: block;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 0;
  }

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

  .web-div {
    justify-content: flex-start;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sign-div {
    padding-left: 20px;
  }

  .grid-6 {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: space-between;
  }

  .navbar-white {
    max-width: 100%;
  }

  .home-lin {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-54 {
    padding-left: 0;
  }

  .div-block-55 {
    flex: 0 auto;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr;
    place-content: center;
    place-items: center;
    width: 100%;
    margin-left: auto;
  }

  .text-block-10 {
    text-align: center;
  }

  .section-5 {
    z-index: 100;
    position: relative;
  }

  .div-block-59 {
    width: auto;
  }

  .image-5 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .div-block-74 {
    margin-left: 0;
  }

  .div-block-73 {
    flex-direction: column;
  }

  .div-block-79 {
    width: 95%;
  }

  .div-block-80 {
    grid-template-columns: 1.25fr;
    width: 90%;
  }

  .div-block-81 {
    justify-content: flex-start;
    display: block;
  }

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

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

  .slider-5 {
    height: auto;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr 1fr;
    padding-bottom: 42px;
  }

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

  .tab-div {
    display: none;
  }

  .h-r {
    font-size: 100px;
    line-height: 90px;
  }

  .grid-branding {
    grid-column-gap: 12px;
    grid-template-columns: 1.25fr;
  }

  .desk-div {
    display: none;
  }

  .mob-div {
    width: 100%;
    display: flex;
  }

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

  .print-div {
    margin-top: 40px;
  }

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

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

  .grid-website {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .mob-para {
    font-size: 40px;
    line-height: 40px;
  }

  .image-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-div {
    flex-direction: column;
    align-items: stretch;
    width: auto;
  }

  .slide-mob {
    height: auto;
  }

  .contact-text {
    font-family: Cormorant Garamond, sans-serif;
  }

  .website-div {
    display: block;
  }

  .left-heading {
    width: auto;
    font-size: 100px;
    line-height: 90px;
  }

  .div-block-99 {
    margin-top: 20px;
  }

  .tabs-menu {
    grid-template-columns: .25fr .5fr .5fr;
    align-content: center;
    justify-items: center;
  }

  .hero-scroll-lottie-contain, .hero-scroll-lottie-contain-2, .hero-scroll-lottie-contain-3 {
    display: none;
  }

  .tab-top {
    height: 17em;
  }

  .tab-h2 {
    font-size: 3.2vw;
    font-weight: 400;
  }

  .header-row {
    margin-bottom: 5%;
  }

  .wrap-scrolling-text {
    min-height: 150px;
  }

  .card-inner {
    background-image: linear-gradient(#0000, #000c);
    margin-bottom: 0;
    display: flex;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .heading-12 {
    font-size: 65px;
  }

  .section-12 {
    flex-direction: column;
  }

  .cap {
    font-size: 90px;
  }

  .main-heading {
    color: var(--white);
    display: block;
  }

  .first-article {
    display: none;
  }

  .card-details-wrapper {
    z-index: 10;
    background-color: #290a0a00;
    position: relative;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .divider-circle.orange {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .third-article {
    z-index: 22;
    height: 100vh;
    min-height: auto;
    position: relative;
  }

  .button-close {
    width: auto;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .heading-13 {
    font-size: 65px;
  }

  .section-content-2 {
    display: block;
  }

  .section-13 {
    flex-direction: column;
  }

  .heading-14, .heading-15, .heading-16, .heading-17, .heading-18 {
    font-size: 65px;
  }

  .section-15 {
    flex-direction: column;
  }

  .heading-19 {
    font-size: 65px;
  }

  .section-16 {
    flex-direction: column;
  }

  .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28 {
    font-size: 65px;
  }

  .scroll-type-wrapper-2 {
    display: block;
  }

  .dropdown-toggle {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .dropdown-toggle.w--open {
    margin-bottom: 0;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .dropdown--white {
    z-index: 90;
  }

  .text-work, .icon--white {
    color: var(--dark-slate-grey);
  }

  .dropdown-toggle--white {
    padding-left: 40px;
  }

  .dropdown-list--green.w--open {
    z-index: 90;
    margin-top: 0;
    display: block;
    box-shadow: 0 2px 7px #0000001f;
  }

  .drop-link1, .drop-lin2, .drop-link3, .drop-link4, .drop-link5 {
    color: var(--dark-slate-grey);
  }

  .grid-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .web-card-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-133 {
    width: 40vw;
  }

  .div-block-141 {
    padding-left: 20px;
  }

  .heading-33 {
    width: auto;
    font-size: 100px;
    line-height: 90px;
  }

  .slider-8 {
    height: auto;
  }

  .div-block-142 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-47 {
    display: none;
  }

  .div-block-144 {
    justify-content: center;
  }

  .slide-nav-8 {
    padding-top: 36px;
  }

  .div-block-147 {
    width: 90%;
    padding-right: 0;
  }

  .text-socials {
    padding-bottom: 0;
  }

  .div-block-153 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image-48, .image-49, .image-50 {
    display: block;
  }

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

  .sub-heading {
    font-size: 65px;
  }

  .section-16-b {
    flex-direction: column;
  }

  .section-18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-159 {
    display: block;
  }

  .scroll-wrapper {
    padding-left: 0;
  }

  .image-53 {
    margin-right: 15px;
  }

  .mob-logo-wrap {
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .scroll-wrapper-r {
    padding-left: 0;
  }

  .branding-div {
    flex-direction: column;
    align-items: stretch;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    padding-bottom: 60px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: var(--white-smoke);
    flex-direction: column;
  }

  .nav-link {
    color: var(--dark-slate-grey);
    margin-bottom: 40px;
  }

  .nav-link:hover {
    color: var(--dark-slate-grey);
  }

  .nav-link:focus, .nav-link.w--current {
    font-weight: 600;
  }

  .mobile-margin-top-10, .button-primary {
    margin-left: 0;
  }

  .div-block-2 {
    margin-top: 20px;
    padding-left: 0;
  }

  .grid {
    width: 95%;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .list-item {
    margin-top: 25px;
  }

  .div-block-6 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .centre-heading {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

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

  .h3 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-3 {
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
  }

  .text-block-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .left-text-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .social-text-s {
    text-align: right;
    font-size: 22px;
    line-height: 28px;
  }

  .web-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-15 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .sign-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-6 {
    grid-column-gap: 30px;
  }

  .div-block-38 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    font-size: 22px;
    line-height: 22px;
  }

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

  .div-block-49 {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .learn-text {
    font-size: 22px;
    line-height: 22px;
  }

  .section-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-lin:focus {
    font-weight: 600;
  }

  .home-lin.w--current:focus {
    overflow-wrap: normal;
    font-weight: 600;
  }

  .div-block-51 {
    height: 130px;
  }

  .heading-4 {
    font-size: 45px;
    line-height: 50px;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-53 {
    top: auto;
  }

  .div-block-54 {
    width: 90%;
    padding-left: 0;
  }

  .image-3 {
    width: 80%;
    overflow: hidden;
  }

  .grid-8 {
    grid-template-columns: 1.25fr;
  }

  .heading-5 {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 20px;
  }

  .about-para {
    width: 100%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .what-we-do {
    text-align: center;
    padding-left: 0;
  }

  .text-div {
    right: auto;
  }

  .div-block-65 {
    padding-top: 10px;
  }

  .heading-10 {
    font-size: 48px;
    line-height: 50px;
  }

  .submit-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-78 {
    width: 90%;
  }

  .section-8 {
    overflow: hidden;
  }

  .div-block-79 {
    width: 90%;
  }

  .work-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-80 {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .slider-5 {
    margin-left: 12px;
    margin-right: 12px;
    display: none;
  }

  .div-block-86 {
    display: none;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr .75fr;
    padding-bottom: 60px;
  }

  .grid-s2 {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 49px;
  }

  .tab-div {
    display: none;
  }

  .h-r {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
  }

  .mob-div {
    width: 90%;
    display: flex;
  }

  .about-new {
    text-align: justify;
    width: 98%;
    font-size: 22px;
    line-height: 28px;
  }

  .about-para-copy {
    width: 98%;
    font-size: 24px;
    line-height: 30px;
  }

  .print-div {
    width: 85%;
  }

  .print-para {
    width: 98%;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-89 {
    text-align: center;
    margin-top: 0;
  }

  .grid-website {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .para-new {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  .mob-para {
    text-align: left;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
  }

  .image-16 {
    width: 90%;
  }

  .about-div {
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-10, .image-17 {
    overflow: hidden;
  }

  .mob-logo-div {
    display: block;
  }

  .slide-mob {
    margin-left: 12px;
    margin-right: 12px;
    display: block;
  }

  .image-18 {
    margin-top: 0;
  }

  .image-19 {
    padding-bottom: 14px;
  }

  .section--form {
    overflow: hidden;
  }

  .contact-text {
    font-size: 18px;
    line-height: 20px;
  }

  .scroll-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .website-div {
    margin-top: 60px;
  }

  .left-heading {
    text-align: left;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
  }

  .lmore {
    margin-left: 8px;
  }

  .heading-11 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-97 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tex-1 {
    text-align: center;
    width: 98%;
    font-size: 22px;
    line-height: 28px;
  }

  .tabs-menu {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr .5fr;
  }

  .text-new {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .container-4 {
    padding: 20em 4.58em;
  }

  .container-4.is--tab {
    padding-top: 20.5em;
    padding-bottom: 9em;
    overflow: scroll;
  }

  .teb-text-selector {
    margin-top: .5em;
    font-size: 19px;
  }

  .tab-btn-parent {
    width: 255%;
    padding-top: .2em;
    padding-bottom: 5px;
  }

  .tab-top {
    height: auto;
    padding-bottom: 0;
  }

  .tab-button-selector {
    border-radius: 4.5em;
  }

  .right-tab-slide-parent {
    width: 400vw;
    height: 59%;
    margin-top: 50%;
    margin-left: 0;
    inset: auto auto 0% 0%;
  }

  .tab-parent {
    padding-top: 4em;
  }

  .section-11.is--hptabs {
    margin-top: 30em;
  }

  .center-text._40-percent-width.div-hide {
    width: 100%;
  }

  .tab-h2 {
    margin-bottom: 0;
    font-size: 8.1vw;
    font-weight: 400;
  }

  .img-parent.is--tab {
    inset: 0% 0% auto;
  }

  .tab-btm {
    flex-direction: column;
    height: 135em;
  }

  .left-tab-slide-parent {
    width: 400vw;
    height: 42%;
    margin-bottom: 50%;
    margin-right: 0;
  }

  .tab-content-parent {
    justify-content: flex-start;
  }

  .tab-panel {
    padding: 6em;
  }

  .old-div2 {
    margin-top: 80px;
  }

  .tab-btn-parent-2 {
    width: 255%;
    padding-top: .2em;
    padding-bottom: 5px;
  }

  .tab-button-selector-2 {
    border-radius: 4.5em;
  }

  .right-tab-slide-parent-2 {
    width: 400vw;
    height: 59%;
    margin-top: 50%;
    margin-left: 0;
    inset: auto auto 0% 0%;
  }

  .tab-button-selector-3 {
    border-radius: 4.5em;
  }

  .right-tab-slide-parent-3 {
    width: 400vw;
    height: 59%;
    margin-top: 50%;
    margin-left: 0;
    inset: auto auto 0% 0%;
  }

  .main-div {
    margin-top: 0;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .small-text {
    font-size: 9px;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .card-inner {
    background-image: linear-gradient(#0000 57%, #000c);
    padding-right: 0%;
    display: flex;
  }

  .image-content {
    height: 50vh;
    min-height: auto;
  }

  .link-read-more {
    font-size: 24px;
  }

  .heading-12 {
    font-size: 50px;
  }

  .section-content {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .section-12 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .card-1 {
    flex: 1;
  }

  .cap {
    font-size: 80px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .main-heading {
    justify-content: center;
    align-items: flex-end;
    font-size: 30px;
    line-height: 18px;
    display: block;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .second-article {
    display: none;
  }

  .rich-text {
    text-align: justify;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: none;
  }

  .button-close {
    background-color: #00000026;
    align-items: center;
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .card-1--a {
    flex: 1;
  }

  .card-2--b {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-4 {
    flex: 1;
    width: 100%;
  }

  .heading-13 {
    font-size: 50px;
  }

  .section-content-2 {
    display: block;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .section-13 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .card-5 {
    flex: 1;
  }

  .card-6 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-7 {
    flex: 1;
    width: 100%;
  }

  .section-content-3 {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 50px;
  }

  .card-6-copy {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .section-14 {
    padding-top: 0;
  }

  .card-8 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-9 {
    flex: 1;
    width: 100%;
  }

  .heading-18 {
    font-size: 50px;
  }

  .section-15 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .small-text-2 {
    font-size: 9px;
  }

  .card-10 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-11 {
    flex: 1;
    width: 100%;
  }

  .heading-19 {
    font-size: 50px;
  }

  .section-16 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .small-text-3 {
    font-size: 9px;
  }

  .card-12 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-13 {
    flex: 1;
    width: 100%;
  }

  .heading-20 {
    font-size: 50px;
  }

  .card-14 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-15 {
    flex: 1;
    width: 100%;
  }

  .heading-21 {
    font-size: 50px;
  }

  .card-16 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-17 {
    flex: 1;
    width: 100%;
  }

  .heading-22 {
    font-size: 50px;
  }

  .card-18 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-19 {
    flex: 1;
    width: 100%;
  }

  .heading-23 {
    font-size: 50px;
  }

  .card-5-copy {
    flex: 1;
  }

  .card-20 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-21 {
    flex: 1;
    width: 100%;
  }

  .heading-24 {
    font-size: 50px;
  }

  .card-22 {
    flex: 1;
  }

  .heading-25, .heading-26, .heading-27, .heading-28 {
    font-size: 50px;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

  .dropdown-list.w--open {
    background-color: #f6f5ef;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    display: flex;
    top: auto;
    box-shadow: 0 2px 5px #00000024;
  }

  .dropdown-link {
    flex: 0 auto;
    display: block;
  }

  .grid-14 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto;
  }

  .web-card-wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-133 {
    width: auto;
  }

  .full-view {
    display: none;
  }

  .div-block-141 {
    padding-left: 20px;
  }

  .heading-33 {
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
  }

  .about-new-2 {
    text-align: center;
    width: 98%;
    font-size: 22px;
    line-height: 28px;
  }

  .image-45 {
    width: 100%;
  }

  .branding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-142 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .image-46 {
    width: 100%;
    padding-left: 0;
  }

  .about-img {
    width: 90%;
  }

  .div-block-148 {
    padding-top: 10px;
  }

  .about-div2 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-socialpage {
    grid-row-gap: 20px;
    width: 95%;
    margin-bottom: 20px;
  }

  .text-socials {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-38 {
    line-height: 30px;
  }

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

  .div-block-158 {
    align-items: flex-start;
    padding-top: 40px;
  }

  .text-bold {
    width: 100%;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .sub-heading {
    font-size: 50px;
  }

  .section-14-b {
    padding-top: 0;
  }

  .section-16-b {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .section-18 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-159 {
    display: block;
  }

  .mob-logo-wrap {
    margin-top: 0;
  }

  .scroll-wrapper-r {
    margin-top: 40px;
  }

  .branding-div {
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-160 {
    margin-top: 20px;
  }

  .button, .button-2 {
    font-size: 24px;
  }
}

#w-node-_3d86efb5-2af9-7139-d4f1-53ebd59d4582-62c3e3fa {
  place-self: center;
}

#w-node-_075c44cb-742f-35ef-b387-61a4e9360093-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a79016fe-50a3-42f7-61cb-127d9ecad3b5-62c3e3fa {
  align-self: center;
}

#w-node-d48a53c7-570c-5696-57b5-42a0d865a85e-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48a53c7-570c-5696-57b5-42a0d865a860-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d48a53c7-570c-5696-57b5-42a0d865a863-62c3e3fa, #w-node-afa84e0c-b7ad-d329-4724-ff68c30dc34e-62c3e3fa {
  place-self: stretch stretch;
}

#w-node-d48a53c7-570c-5696-57b5-42a0d865a866-62c3e3fa, #w-node-_0f568010-a160-522a-e4be-456c2ae3172f-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_624ada11-77a5-44f2-5b8f-d62ee4daa3f5-62c3e3fa {
  place-self: stretch stretch;
}

#w-node-d8e09a4a-f6a1-93b0-2220-34ae86208982-62c3e3fa {
  place-self: center;
}

#w-node-d8e09a4a-f6a1-93b0-2220-34ae86208985-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d8e09a4a-f6a1-93b0-2220-34ae86208986-62c3e3fa {
  align-self: center;
}

#w-node-_3d0888ec-5327-e591-8599-6838effc083f-62c3e3fa {
  place-self: center;
}

#w-node-_3d0888ec-5327-e591-8599-6838effc0842-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3d0888ec-5327-e591-8599-6838effc0843-62c3e3fa, #w-node-_21c4afa5-8969-aca9-3860-976290d6adec-62c3e3fa {
  place-self: center;
}

#w-node-_21c4afa5-8969-aca9-3860-976290d6adef-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_21c4afa5-8969-aca9-3860-976290d6adf0-62c3e3fa, #w-node-_8580d962-b81d-a134-494a-77c159be1da4-62c3e3fa {
  place-self: center;
}

#w-node-_8580d962-b81d-a134-494a-77c159be1da7-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8580d962-b81d-a134-494a-77c159be1da8-62c3e3fa, #w-node-_2a9f794a-9289-e447-7c29-034537b2e40c-62c3e3fa {
  place-self: center;
}

#w-node-_2a9f794a-9289-e447-7c29-034537b2e40f-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2a9f794a-9289-e447-7c29-034537b2e410-62c3e3fa {
  place-self: center;
}

#w-node-f93cb836-c7ff-b40c-423f-552a2e35ecfd-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f93cb836-c7ff-b40c-423f-552a2e35ed12-62c3e3fa {
  place-self: center;
}

#w-node-f93cb836-c7ff-b40c-423f-552a2e35ed13-62c3e3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f93cb836-c7ff-b40c-423f-552a2e35ed14-62c3e3fa {
  align-self: center;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfc6-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfc7-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfc9-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfca-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfcc-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfcd-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfcf-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ba096dca-cd47-38eb-f46d-e8ad397abfd0-397abfbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcf617d6-d892-76ea-82e3-42e6f0a2e8ad-6a1d3b2e {
  place-self: center;
}

#w-node-fcf617d6-d892-76ea-82e3-42e6f0a2e8b0-6a1d3b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fcf617d6-d892-76ea-82e3-42e6f0a2e8b1-6a1d3b2e {
  align-self: center;
}

#w-node-b46b3fe9-ba74-ccb2-c125-c49702e52fe7-6a1d3b2e, #w-node-_77c3429f-95be-1780-69c0-5fe14d985e2c-6a1d3b2e, #w-node-_0a78a81c-f3fc-2358-4eb2-7ce6a6fdbe80-6a1d3b2e, #w-node-_16231580-976b-4c31-a216-925d2ed56020-6a1d3b2e, #w-node-_6a93c4db-91f8-f95d-0e56-ee40a9fc6f37-6a1d3b2e, #w-node-_3962c560-42ab-60bb-4f59-8179257bf094-6a1d3b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2a7f14c4-9c84-be65-ec14-a18f8f7f6319-6a1d3b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d9dd5686-2515-aecc-fbc2-b82d546269ef-6a1d3b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad74c1e8-a901-5e2a-0f65-d513cde38437-6a1d3b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ad74c1e8-a901-5e2a-0f65-d513cde3843b-6a1d3b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_328d2e09-f3d7-963c-72df-164ebb214cb9-bf74d6f3, #w-node-_328d2e09-f3d7-963c-72df-164ebb214cba-bf74d6f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_328d2e09-f3d7-963c-72df-164ebb214cbb-bf74d6f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_258cfaf9-30f7-1c4f-a334-e82c9268556d-bf74d6f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50cb75a6-5728-d897-da03-87ed899de7d1-a15da510 {
  place-self: center;
}

#w-node-_50cb75a6-5728-d897-da03-87ed899de7d2-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50cb75a6-5728-d897-da03-87ed899de7d5-a15da510 {
  place-self: center end;
}

#w-node-_10b5b471-61c5-fe27-4e79-159e1bb11019-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1bfeff45-572b-6df0-44d5-8f2607576046-a15da510, #w-node-_10b5b471-61c5-fe27-4e79-159e1bb1101b-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29f4be8b-9c2a-08e7-8913-1274f1b90a85-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f4be8b-9c2a-08e7-8913-1274f1b90a87-a15da510, #w-node-_29f4be8b-9c2a-08e7-8913-1274f1b90a8e-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c0a62b5-6407-592e-636b-f96946386b0b-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8c0a62b5-6407-592e-636b-f96946386b0d-a15da510, #w-node-_8c0a62b5-6407-592e-636b-f96946386b14-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b5e8a15-143d-00f0-fc4d-182540c78299-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b5e8a15-143d-00f0-fc4d-182540c7829b-a15da510, #w-node-_5b5e8a15-143d-00f0-fc4d-182540c782a2-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560506da-00fa-2f26-544d-eb61c21d973f-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_560506da-00fa-2f26-544d-eb61c21d9741-a15da510, #w-node-_560506da-00fa-2f26-544d-eb61c21d9748-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eeaab1ca-deea-f124-8c12-80e49db8afbc-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-eeaab1ca-deea-f124-8c12-80e49db8afbe-a15da510, #w-node-eeaab1ca-deea-f124-8c12-80e49db8afc5-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_666b0fd8-d107-ec1e-fe77-02c266e7b88a-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_666b0fd8-d107-ec1e-fe77-02c266e7b88c-a15da510, #w-node-_666b0fd8-d107-ec1e-fe77-02c266e7b893-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6ea246-dab1-1f61-81a3-d2fb9b544dee-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9e6ea246-dab1-1f61-81a3-d2fb9b544df0-a15da510, #w-node-_9e6ea246-dab1-1f61-81a3-d2fb9b544df7-a15da510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40d302e1-ecab-ba2f-c336-d186aeac78c3-9121281d {
  place-self: center;
}

#w-node-_40d302e1-ecab-ba2f-c336-d186aeac78c4-9121281d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_40d302e1-ecab-ba2f-c336-d186aeac78c8-9121281d {
  place-self: center end;
}

#w-node-_510202a9-b8a9-17c9-53ad-b58398c54277-caf589ca {
  place-self: center;
}

#w-node-_510202a9-b8a9-17c9-53ad-b58398c54278-caf589ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_510202a9-b8a9-17c9-53ad-b58398c5427b-caf589ca {
  place-self: center end;
}

#w-node-_2e425a88-768d-38b1-e8df-56787f967eb3-ee7c6d7e {
  place-self: center;
}

#w-node-_2e425a88-768d-38b1-e8df-56787f967eb4-ee7c6d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2e425a88-768d-38b1-e8df-56787f967eb7-ee7c6d7e {
  place-self: center end;
}

#w-node-ac1a02ab-f126-bd5c-ecfd-f4d840e590fc-ee7d975d {
  place-self: center;
}

#w-node-ac1a02ab-f126-bd5c-ecfd-f4d840e590fd-ee7d975d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ac1a02ab-f126-bd5c-ecfd-f4d840e59100-ee7d975d {
  place-self: center end;
}

#w-node-_301aba8a-4e3c-12a7-2700-62ced3494b91-290115e3 {
  place-self: center;
}

#w-node-_301aba8a-4e3c-12a7-2700-62ced3494b92-290115e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_301aba8a-4e3c-12a7-2700-62ced3494b95-290115e3 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_3d86efb5-2af9-7139-d4f1-53ebd59d4582-62c3e3fa, #w-node-f93cb836-c7ff-b40c-423f-552a2e35ed12-62c3e3fa {
    justify-self: stretch;
  }

  #w-node-_31cec4c0-3e4c-5b73-e5ee-c0d7ea84cfa2-6a1d3b2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad74c1e8-a901-5e2a-0f65-d513cde38437-6a1d3b2e {
    justify-self: center;
  }

  #w-node-_328d2e09-f3d7-963c-72df-164ebb214cb9-bf74d6f3 {
    place-self: auto;
  }

  #w-node-_328d2e09-f3d7-963c-72df-164ebb214cbb-bf74d6f3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba096dca-cd47-38eb-f46d-e8ad397abfc6-397abfbf {
    justify-self: start;
  }

  #w-node-ba096dca-cd47-38eb-f46d-e8ad397abfc9-397abfbf {
    justify-self: end;
  }

  #w-node-ba096dca-cd47-38eb-f46d-e8ad397abfcc-397abfbf {
    justify-self: start;
  }

  #w-node-ba096dca-cd47-38eb-f46d-e8ad397abfcf-397abfbf {
    justify-self: end;
  }

  #w-node-b46b3fe9-ba74-ccb2-c125-c49702e52fe7-6a1d3b2e, #w-node-_77c3429f-95be-1780-69c0-5fe14d985e2c-6a1d3b2e, #w-node-_0a78a81c-f3fc-2358-4eb2-7ce6a6fdbe80-6a1d3b2e, #w-node-_16231580-976b-4c31-a216-925d2ed56020-6a1d3b2e, #w-node-_6a93c4db-91f8-f95d-0e56-ee40a9fc6f37-6a1d3b2e, #w-node-_3962c560-42ab-60bb-4f59-8179257bf094-6a1d3b2e {
    justify-self: center;
  }

  #w-node-ad74c1e8-a901-5e2a-0f65-d513cde38437-6a1d3b2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_328d2e09-f3d7-963c-72df-164ebb214cbb-bf74d6f3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b46b3fe9-ba74-ccb2-c125-c49702e52fe7-6a1d3b2e, #w-node-_77c3429f-95be-1780-69c0-5fe14d985e2c-6a1d3b2e, #w-node-_0a78a81c-f3fc-2358-4eb2-7ce6a6fdbe80-6a1d3b2e, #w-node-_16231580-976b-4c31-a216-925d2ed56020-6a1d3b2e, #w-node-_6a93c4db-91f8-f95d-0e56-ee40a9fc6f37-6a1d3b2e, #w-node-_3962c560-42ab-60bb-4f59-8179257bf094-6a1d3b2e {
    justify-self: center;
  }

  #w-node-_5b5e8a15-143d-00f0-fc4d-182540c78299-a15da510 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40d302e1-ecab-ba2f-c336-d186aeac78c3-9121281d {
    align-self: center;
  }

  #w-node-_40d302e1-ecab-ba2f-c336-d186aeac78c8-9121281d {
    justify-self: center;
  }

  #w-node-_510202a9-b8a9-17c9-53ad-b58398c54277-caf589ca {
    align-self: center;
  }

  #w-node-_510202a9-b8a9-17c9-53ad-b58398c5427b-caf589ca {
    justify-self: center;
  }
}


