:root {
  --white: white;
  --black: black;
  --dark-orange: #ee902d;
  --dark-blue: #23194b;
  --light-black: #1d1d1f;
  --deep-pink: #e3007a;
  --magenta: magenta;
  --transparent: transparent;
  --light-text-grey: #f2f2f2;
  --mid-blue: #c81e28;
  --_nzdf-col---color: #005782;
  --_nzdf-col---color-2: #c81e28;
  --_nzdf-col---color-3: #009e97;
  --trs-grey: #0000;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.service-section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 180px;
  display: flex;
  position: relative;
  top: 0;
}

.logo-section-2-column {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.left {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.right {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.right.cc {
  background-image: url('../images/cc-bg_2.avif');
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
}

.right.levit {
  background-image: url('../images/levit-stand-hero_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
}

.right.sthl {
  background-color: var(--white);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.wrapper.holdings {
  background-color: #ee902d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.wrapper.andersons {
  background-image: url('../images/anderson-bg_1.avif');
  background-position: 50%;
  background-size: cover;
}

.wrapper.straight-up {
  background-color: #63665c;
}

.wrapper.tile {
  background-color: #1a1918;
  overflow: hidden;
}

.wrapper.hawk {
  background-color: #f5ce00;
}

.wrapper.ferns {
  background-image: url('../images/ferns-of-manukau-bg_1.avif');
  background-position: 50%;
  background-size: cover;
}

.wrapper.oosh {
  background-color: var(--black);
}

.wrapper.wrcc {
  background-color: #26292a;
}

.wrapper.first-vets {
  background-image: linear-gradient(135deg, #3e1250, #a1007b);
}

.wrapper.treadwell {
  background-color: #dd8436;
}

.wrapper.waimarie {
  background-image: radial-gradient(circle, #17311d, #151515);
}

.image-4 {
  width: 70%;
}

.image-4.roar {
  width: 100%;
}

.image-4.straight-up, .image-4.waimarie {
  width: 65%;
}

.image-4.treadwell {
  width: 85%;
}

.image-4.holdings {
  width: 80%;
}

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

.slider {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide1 {
  background-color: var(--black);
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-5 {
  width: 55%;
}

.slide {
  background-color: var(--white);
}

.sorenmobler-logo {
  width: 55%;
}

.cc-logo {
  z-index: 1;
  width: 75%;
  position: absolute;
  inset: auto;
}

.logo-section-2 {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.harc-wrapper {
  background-color: #09577d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.cura-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cura-slider {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

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

.cura-slide1 {
  background-image: url('../images/cura-bg.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cura-logo {
  width: 60%;
}

.slide-2 {
  background-color: var(--white);
}

.harc-words {
  width: 50%;
}

.harc-circles {
  width: 40%;
  margin-bottom: 30px;
}

.slider-cover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.logo-section-3 {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.sweet-wrapper {
  background-color: #ed9d2d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.sweet-logo {
  height: 45%;
}

.chefs-choice-section {
  background-image: url('../images/chefs-choice-hero-prep_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  position: relative;
}

.chefs-choice-wrapper {
  position: absolute;
  inset: 10% 10% auto auto;
}

.chefs-logo {
  width: 420px;
}

.chefs-overlay {
  display: none;
}

.logo-section4 {
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.gasnet-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gastnet-col, .gastnet-white {
  width: 60%;
  position: absolute;
  inset: auto;
}

.gasnetbg {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.community-foundation {
  background-image: url('../images/community-foundation-bg_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.community-foundation-logo {
  width: 80%;
}

.s-scroll {
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-landing-section {
  background-color: var(--white);
  perspective: 2000px;
  height: 100vh;
  position: relative;
}

.big-bg {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.the-bg {
  object-fit: cover;
  background-color: #0000;
  width: auto;
  min-width: 102%;
  min-height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  position: absolute;
  inset: 0%;
}

.the-flame {
  height: 100vh;
  margin-right: 9%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.bg2 {
  background-color: #0000;
  min-width: 102%;
  min-height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  position: absolute;
  inset: 0%;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #e600ff;
  mix-blend-mode: normal;
  flex-direction: column;
  line-height: 1em;
  display: flex;
  overflow: visible;
}

.text-ticker_mask {
  float: right;
  color: #111;
  height: 5.5rem;
  padding-top: 0;
  padding-left: 1em;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.text-ticker_component {
  color: #fff;
  position: relative;
}

.text-ticker_text {
  color: var(--white);
  font-family: forma-djr-display, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}

.home-text-wrapper {
  z-index: 10;
  position: relative;
  inset: 20% auto auto 8%;
}

.home-logo-wrapper {
  z-index: 10;
  position: absolute;
  inset: auto auto 16% 8%;
}

.home-logo {
  height: 240px;
}

.div-block-7 {
  mix-blend-mode: overlay;
  object-fit: fill;
  height: 100vh;
  margin-right: 9%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-text-wrapper-tablet {
  z-index: 10;
  display: none;
  position: relative;
  inset: 20% auto auto 8%;
}

.text-ticker_component-tablet {
  color: #fff;
  position: relative;
}

.text-ticker_text_tablet {
  font-family: forma-djr-display, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}

.text-ticker_carousel_tablet {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #e600ff;
  mix-blend-mode: normal;
  flex-direction: column;
  line-height: 1em;
  display: flex;
  overflow: visible;
}

.home-text-wrapper-mobile {
  z-index: 10;
  display: none;
  position: relative;
  inset: 20% auto auto 8%;
}

.text-ticker_carousel_mobile {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #e600ff;
  mix-blend-mode: normal;
  flex-direction: column;
  line-height: 1em;
  display: flex;
  overflow: visible;
}

.text-ticker_component-mobile {
  color: #fff;
  position: relative;
}

.text-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-text-wrapper {
  align-items: center;
  width: 60%;
  margin-left: 8%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.h2 {
  color: var(--dark-blue);
  letter-spacing: .4px;
  font-family: forma-djr-display, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.intro-text-wrapper {
  align-items: center;
  width: 65%;
  margin-left: 8%;
  padding-top: 0;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.home-intro {
  color: var(--light-black);
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.connect-text {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: forma-djr-display, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
}

.hamburger-wrapper {
  cursor: pointer;
  border-left: 1px #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 60px;
  padding: 21px 16px;
  display: flex;
}

.small-link {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: forma-djr-display, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.hamburger-top {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hamburger-top:hover {
  color: #fff;
  background-color: #fff;
}

.hamburger-top:active {
  color: #fff;
}

.hamburger-top:focus {
  color: #fff;
  background-color: #fff;
}

.hamburger-bottom {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 0;
}

.hamburger-bottom:hover, .hamburger-bottom:active, .hamburger-bottom:focus {
  background-color: #fff;
}

.main-nav {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.social-wrap {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.hamburger-middle {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.social-icon {
  opacity: .7;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 24px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.fb {
  opacity: 1;
  background-image: url('../images/Facebook-icon-blue.svg');
}

.social-icon.insta {
  opacity: 1;
  background-image: url('../images/instagram-logo.svg');
  height: 20px;
}

.big-overlay {
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.hover-line {
  background-color: var(--deep-pink);
  width: 100%;
  height: 2px;
  margin-top: 55px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.huge-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 70px;
  line-height: 76px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.huge-link._1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 42px;
}

.huge-link._1.w--current {
  color: var(--white);
  padding-bottom: 5px;
}

.huge-link._1.w--current:hover, .huge-link._1.w--current:active, .huge-link._1.w--current:focus, .huge-link._1.w--current:focus-visible, .huge-link._1.w--current[data-wf-focus-visible], .huge-link._1.w--current:visited {
  color: var(--white);
}

.huge-link._2, .huge-link._4, .huge-link._5, .huge-link._3 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.text-block {
  color: var(--dark-blue);
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

._001-nav-btn-wrap {
  z-index: 101;
  margin-right: 0;
  padding: 0;
}

._001-nav-btn-wrap.w--open {
  background-color: var(--dark-blue);
}

.off-main-linka {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 8%;
  padding-top: 90px;
  display: flex;
}

.off-other-column {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  border-left: 1px none var(--deep-pink);
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 110px;
  padding-left: 90px;
  display: grid;
}

.white {
  color: #fff;
}

.white.op70 {
  opacity: 1;
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

.off-canvas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: auto;
}

.connect-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--white);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 180px;
  position: relative;
}

.footer-columns {
  text-align: center;
  width: 420px;
  margin: 20px auto 0 0;
  display: inline-block;
}

.footer-text {
  color: var(--magenta);
  text-align: center;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.footer-logo {
  width: 220px;
  margin-bottom: 10px;
}

.footer-wrapper {
  z-index: 5;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.footer-text-mobile {
  color: var(--deep-pink);
  text-align: center;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 24px;
  font-weight: 300;
  display: none;
}

.nav-link {
  color: var(--black);
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--deep-pink);
}

.home-work-section {
  margin-bottom: 60px;
  overflow: hidden;
}

.home-work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-work-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
}

.home-work-wrapper.jigsaw {
  background-image: url('../images/jigsaw-hero_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  overflow: hidden;
}

.home-work-wrapper.branding {
  overflow: hidden;
}

.home-work-wrapper.chefs {
  background-image: url('../images/The-Chefs-Choice-lads-home_1.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.whakauae {
  background-image: url('../images/2020-whakauae-home_1.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.trs {
  background-image: url('../images/trs-hero-2025_1.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.pala {
  background-image: url('../images/pala-home-cover_1.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.wdc {
  background-image: url('../images/WDC_Header_1.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.tupoho {
  background-image: url('../images/tupoho-hm-hero_1.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.harc {
  background-color: var(--transparent);
  background-image: url('../images/hm-harc-bg_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.home-work-wrapper.qb {
  background-image: url('../images/Z62_9743.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.st-georges, .home-work-wrapper.cc {
  overflow: hidden;
}

.home-work-wrapper.restorative {
  background-image: url('../images/68992685eabbac800eadffbe_restorative-trust-whanganui-awa.webp');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.advocacy {
  background-image: url('../images/advocacy-hm-hero.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home-work-wrapper.websites {
  overflow: hidden;
}

.jigsaw-header {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-jigsaw {
  background-image: url('../images/jigsaw-hero_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.hero-jigsaw._1 {
  position: sticky;
  top: 0;
}

.hero-jigsaw._2 {
  background-image: url('../images/jigsaw-fam-hero.avif');
}

.columns-26 {
  margin-top: 60px;
}

.column-71 {
  padding-right: 0;
}

.work-description-centred-no-padding {
  color: #7f7f7f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.shadow-image {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: 0 0 8px #0003;
}

.shadow-image.jig-stationery {
  width: 55%;
}

.jigsaw-work {
  background-color: var(--white);
  padding-top: 60px;
  position: relative;
}

.jigsaw-service-flyers {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}

.jigsaw-intro-flyer {
  background-color: var(--white);
  text-align: center;
  height: auto;
  position: relative;
}

.div-block-18 {
  height: auto;
  min-height: auto;
  max-height: none;
}

.image-50 {
  max-width: 80%;
}

.jigsaw-banner {
  background-color: var(--white);
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

.image-51 {
  max-height: 1080px;
}

.page-header {
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-logo-link {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8%;
  text-decoration: none;
  display: flex;
}

.header-logo-link.w--current {
  margin-left: 8%;
}

.header-logo-link.hide {
  display: none;
}

.header-logo-text {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: forma-djr-display, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.header-content-wrapper {
  margin-left: 8%;
  margin-right: 8%;
  padding-right: 14%;
}

.h1-heading-blue {
  color: var(--dark-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: forma-djr-display, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.jigsaw-home-logo {
  width: 50%;
  margin: auto auto 6%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-54 {
  width: 50%;
}

.levit-logo {
  z-index: 1;
  width: 65%;
  position: absolute;
  inset: 12% auto auto;
}

.slide1-good-as-gold {
  background-color: #ffb500;
}

.slide-2-good-as-gold {
  background-color: var(--white);
  background-image: linear-gradient(#00000059, #00000059), url('../images/good-as-gold-background_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.belton-smith {
  width: 90%;
}

.ferns-logo {
  width: 80%;
}

.wrm-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.wrm-logo {
  width: 100%;
}

.wrm-top-banner {
  background-color: #007565;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  inset: auto 0%;
}

.content-section {
  padding: 120px 60px 0;
}

.content-section.about {
  padding: 0;
}

.content-section.contact {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  display: flex;
  overflow: hidden;
}

.content-section.black {
  background-color: var(--black);
  padding-top: 60px;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapper.tupoho-website {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.content-wrapper._75 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-centred {
  color: var(--light-black);
  text-align: center;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.image-55 {
  width: 40%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.chefs-section-1 {
  background-image: url('../images/Chefschoice-40-of-127_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.chefs-choice-tagline-section {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: -80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-56 {
  width: 55%;
  margin-top: 80px;
  margin-left: 10%;
}

.chefs-website-section {
  background-color: #e2e2e2;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.chefs-website-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.chefs-tablet {
  z-index: 1;
  margin-top: -40px;
  position: relative;
}

.chefs-website-right {
  width: 50%;
  padding-left: 60px;
}

.chefs-ad {
  margin-bottom: 40px;
}

.chefs-ad.first {
  margin-top: 60px;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.chefs-section-2 {
  background-image: url('../images/Chefschoice-40-of-127_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.chefs-pork-section {
  justify-content: center;
  position: relative;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.claws {
  height: 600px;
  margin-top: -125px;
  margin-bottom: 60px;
}

.chefs-base-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.chefs-choice-home-logo {
  width: 75%;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-23 {
  background-color: var(--black);
}

.div-block-24 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.chefs-button {
  border-right: 1px solid var(--light-black);
  border-bottom: 1px solid var(--light-black);
  border-left: 1px solid var(--light-black);
  color: var(--light-black);
  letter-spacing: 1px;
  background-color: #0000;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: -20px;
  padding-top: 25px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  position: relative;
}

.scroll-track {
  background-color: #406eac;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--black), var(--light-black) 23%);
  height: 400vw;
  margin-bottom: 0;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  background-color: #0000;
  height: 100%;
  display: flex;
}

.item {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 60px;
  display: flex;
}

.item-pic-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.image-58 {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
}

.whakauae-header-section {
  background-image: url('../images/2020-whakauae-home-slide_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.whakauae-logo-wrapper {
  position: relative;
  inset: 11% auto auto 15%;
}

.whakauae-slide-logo {
  text-align: center;
  width: 350px;
}

._2021-whakauae-ar-section1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2021-ar-covers {
  height: 600px;
  position: relative;
}

.pattern-wrapper {
  position: absolute;
  inset: auto auto auto 0%;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0eeea;
  padding-top: 30px;
  padding-bottom: 30px;
}

.final-whakauae-2021-section {
  background-color: #f0eeea;
  padding-top: 40px;
}

.te-ai-rauropi-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.toitu-te-tai-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-59 {
  margin-top: 20px;
  position: relative;
}

.whakauae-home {
  z-index: 1;
  width: 40%;
  margin-top: 18%;
  position: absolute;
  inset: -8% auto auto 8%;
}

._2023-work-description {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.palamountains-header {
  background-image: url('../images/palamountains-header2_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 550px;
  padding-top: 50px;
  display: flex;
}

.pala-logo {
  width: 540px;
}

.pala-header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  display: flex;
}

.palamountains-website {
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.image-15 {
  width: 85%;
  margin-top: -35%;
  margin-bottom: 60px;
}

.column-35 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pala-work-section {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.columns-11 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.column-34 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

.shadow-image-with-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 8px #0003;
}

.colour-work-overlay {
  z-index: 1;
  background-color: var(--magenta);
  opacity: .9;
  padding: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.colour-work-overlay.jigsaw {
  background-color: var(--dark-blue);
  display: block;
}

.colour-work-overlay.chefs {
  background-color: var(--black);
}

.colour-work-overlay.whakauae {
  background-color: #596f75;
}

.colour-work-overlay.trs {
  background-color: #d70022;
}

.colour-work-overlay.pala {
  background-color: #192d68;
}

.colour-work-overlay.wdc {
  background-color: #be68c7;
}

.colour-work-overlay.tupoho {
  background-color: #303c51;
}

.colour-work-overlay.concept {
  background-color: #18171c;
}

.colour-work-overlay.harc {
  background-color: #bae2e5;
}

.colour-work-overlay.qb {
  background-color: #4b6da7;
}

.colour-work-overlay.st-gs {
  opacity: .9;
  background-color: #002478;
}

.colour-work-overlay.restorative {
  z-index: 60;
  background-color: #3c4c3f;
  display: flex;
}

.colour-work-overlay.advocacy {
  z-index: 60;
  background-color: #003764;
  display: flex;
}

.colour-work-overlay.websites {
  background-color: var(--dark-blue);
  opacity: .9;
  display: flex;
}

.colour-work-text {
  color: var(--white);
  font-family: forma-djr-display, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: 20px auto auto 20px;
}

.colour-work-text.bottom-right {
  inset: auto 20px 20px auto;
}

.colour-work-text.centre-bottom {
  text-align: center;
  inset: auto 0% 20px;
}

.colour-work-text.top-right {
  text-align: right;
  left: auto;
  right: 20px;
}

.colour-work-text.centre-top {
  text-align: center;
  inset: 20px 0% auto;
}

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

.the-nav-wrapper {
  background-color: var(--dark-blue);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.the-nav-wrapper.home {
  background-color: var(--transparent);
  justify-content: flex-end;
}

._3-logo-section {
  align-items: stretch;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

._3rd-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

._3rd-logo-wrapper.central-city {
  background-color: #f4f5f1;
  width: 40%;
}

._3rd-logo-wrapper.aramoho-health {
  background-image: url('../images/aramoho-health-corner.svg'), radial-gradient(circle at 50% 100%, #003854, #00618d 66%);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.central-city-logo {
  width: 55%;
}

.pts-logo-wrapper {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.pts-logo {
  width: 65%;
  margin-top: 10%;
  margin-left: 10%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.clear-nav-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pts-lines {
  mix-blend-mode: overlay;
  max-width: none;
  height: 120px;
  margin-bottom: 6%;
  position: absolute;
  inset: auto 0% 0%;
}

.big-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100vh;
}

.big-slider._22-ar {
  background-color: #f5e5d4;
}

.big-slider._26-ar {
  background-color: #ebedea;
}

.left-arrow-3 {
  opacity: .3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

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

.left-slider-arrow {
  height: 60px;
}

.right-arrow-3 {
  opacity: .3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

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

.toitu-slide1 {
  background-image: url('../images/Toitu-slider-page1_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.toitu-slider-2 {
  background-image: url('../images/Toitu-slider-page2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.toitu-slider-3 {
  background-image: url('../images/Toitu-slider-page3_1.avif');
  background-position: 50%;
  background-size: cover;
}

._2022-ar-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.image-62 {
  margin-left: auto;
  margin-right: auto;
}

._22-ar-slide1 {
  background-image: url('../images/2022-Annual-Report-1_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

._22-ar-slide2 {
  background-image: url('../images/2022-Annual-Report-2_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

._22-ar-slide3 {
  background-image: url('../images/2022-Annual-Report-3_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-27 {
  flex-flow: row;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 20px 40px 40px;
  display: flex;
  overflow: hidden;
}

.div-block-28._2 {
  padding-left: 20px;
  padding-right: 40px;
}

.div-block-28._3 {
  justify-content: space-between;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}

.image-63 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.whakauae-website-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.website-showcase {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 50px;
}

.cell {
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 20px 0 0;
}

.cell-2 {
  align-items: stretch;
  padding: 0 0 0 20px;
}

.website-button {
  border: 1px solid var(--light-text-grey);
  background-color: var(--white);
  color: var(--light-black);
  letter-spacing: 1px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  transition: color .2s, background-color .2s;
}

.website-button:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.website-image {
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 0 12px #0003;
}

.website-image.tile {
  box-shadow: none;
  margin-bottom: 0;
}

.website-image.tile._2 {
  margin-top: 0;
  margin-bottom: 60px;
}

.website-image.sg1 {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}

.website-image.sg2 {
  box-shadow: none;
  margin: 0;
}

.slider-sthl {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.sthl-slide1 {
  background-color: var(--white);
}

.sthl-logo {
  width: 75%;
}

.sthl-slide-2 {
  background-color: #003057;
}

.concept-9 {
  width: 50%;
  position: absolute;
}

.intro-section {
  z-index: 20;
  background-color: #1a1918;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.whakauae-posters-section {
  padding-top: 40px;
  padding-bottom: 0;
}

.ngati-hauiti-section {
  background-image: radial-gradient(circle, #002400 50%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-64 {
  width: 45%;
}

.toitu-slider-4 {
  background-image: url('../images/toitu-slider-4_1.avif');
  background-position: 50%;
  background-size: cover;
}

.websites-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.website-hero-image-wrapper {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 35%;
  padding-bottom: 35%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.website-hero-image-thumb {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.website-thumb-link {
  z-index: 5;
  display: block;
  position: absolute;
  inset: 0%;
}

.qbg-logo {
  width: 40%;
  margin-bottom: 20px;
  position: relative;
  inset: auto;
}

.website-thumb-overlay {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.website-thumb-title {
  z-index: 1;
  color: var(--white);
  text-align: center;
  font-family: forma-djr-display, sans-serif;
  font-size: 2vw;
  line-height: 1;
  display: none;
  position: static;
  inset: 0%;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.websites-thumb-wrapper {
  margin: 10px;
}

.website-more-text-white {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: forma-djr-display, sans-serif;
}

.website-arrow {
  height: 10px;
  margin-right: 0;
}

.osteo-logo {
  width: 40%;
  margin-bottom: 20px;
  position: relative;
}

.website-thumb-title-dark {
  z-index: 1;
  color: var(--light-black);
  text-align: center;
  font-family: forma-djr-display, sans-serif;
  font-size: 2vw;
  line-height: 1;
  display: none;
  position: static;
  inset: 0%;
}

.website-more-text-dark {
  color: var(--light-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: forma-djr-display, sans-serif;
}

.web-colour-overlay {
  opacity: .9;
  background-color: #ffb71b;
  position: absolute;
  inset: 0%;
}

.web-colour-overlay.qbh {
  background-color: #406eac;
}

.web-colour-overlay.osteo {
  background-color: #ebfff1;
}

.web-colour-overlay.tile {
  background-color: #18171c;
}

.web-colour-overlay.sjmc {
  background-image: linear-gradient(#254598, #3c7ec4);
}

.web-colour-overlay.keown {
  background-color: var(--black);
  opacity: .77;
}

.web-colour-overlay.fairmead-colour {
  opacity: .81;
  background-color: #002a00;
}

.web-colour-overlay.delvin {
  background-color: #bad9dd;
}

.web-colour-overlay.asset {
  background-color: #f4cb1d;
}

.web-colour-overlay.ta-ao {
  background-color: #241f35;
}

.web-colour-overlay.harc {
  background-color: #00567d;
}

.web-colour-overlay.srvs {
  background-color: #80bc00;
}

.web-colour-overlay.st-gs {
  background-color: #0b2474;
}

.web-colour-overlay.thompson {
  background-color: #24587c;
}

.web-colour-overlay.five-star {
  background-color: #ecf1ed;
}

.web-colour-overlay.barred-up {
  background-color: #152939;
}

.website-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.whakauae-website-image {
  margin-top: 30px;
  margin-bottom: 60px;
  box-shadow: 0 0 12px #0003;
}

.padding-80-px {
  height: 80px;
}

.wdc-section {
  background-image: url('../images/WDC_Header_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  position: relative;
}

.wdc-logo-wrapper {
  position: absolute;
  inset: 15% auto auto 17%;
}

.wdc-logo {
  width: 380px;
}

.image-65 {
  margin-bottom: 120px;
  box-shadow: 0 0 20px #0003;
}

.wdc-os-slide {
  background-image: url('../images/wdc-open-spaced-spread1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.wdc-os-slide2 {
  background-image: url('../images/wdc-open-spaced-spread2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.wdc-os-slide3 {
  background-image: url('../images/wdc-open-spaced-spread3_1.avif');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 100px 40px;
}

.cell-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 10px;
}

.cell-4 {
  flex-flow: row;
  align-items: stretch;
  padding-left: 10px;
}

.image-66, .image-67 {
  box-shadow: 0 0 20px #0003;
}

.waste-section-content {
  height: 100vh;
  display: flex;
}

.waste-left {
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.waste-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.waste-pic-half {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-31 {
  height: 50%;
  display: flex;
}

.waste-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  margin: 20px;
}

.posters-section {
  background-image: url('../images/council-posters_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

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

.coastal-image {
  box-shadow: 0 0 20px #0003;
}

.website-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.concept-logo {
  width: 35%;
  margin-bottom: 20px;
  position: relative;
}

.sjmc-logo {
  width: 40%;
  margin-bottom: 20px;
  position: relative;
  inset: auto;
}

.keown-logo {
  width: 46%;
  margin-bottom: 20px;
  position: relative;
}

.fairmead-logo {
  width: 40%;
  margin-bottom: 20px;
  position: relative;
  inset: auto;
}

.delvin-logo {
  width: 40%;
  margin-bottom: 20px;
  position: relative;
}

.tread-colour {
  opacity: .9;
  position: absolute;
  inset: 0%;
}

.tread-colour.tread {
  opacity: .81;
  background-color: #999;
}

.tread-logo {
  width: 60%;
  margin-bottom: 20px;
  position: relative;
  inset: auto;
}

.tupoho-header {
  background-color: #303c51;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.tupoho-pattern-wrapper {
  background-image: url('../images/tupoho-pattern.svg');
  background-position: 0%;
  background-size: auto 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.tupoho-intro-content-wrapper {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.quick-stack-4 {
  padding: 0;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.image-68 {
  height: 400px;
}

.image-10 {
  height: 100%;
  padding: 30px;
}

.image-10-ed {
  height: 100%;
  padding: 35px 30px 40px;
}

.div-block-10 {
  background-color: #36422e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-8 {
  background-color: #553743;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-8.social-services {
  background-color: #383f36;
}

.div-block-32 {
  background-color: #71241f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.top, .bottom {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  display: flex;
}

.image-10-invest {
  height: 100%;
  padding: 15px 30px 30px;
}

.tupoho-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150vh;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: #4d3d35;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-9.developments {
  background-color: #80cac0;
}

.tupoho-usage-section {
  margin-bottom: 100px;
}

.div-block-33 {
  background-color: #303c51;
  padding: 60px 60px 300px;
}

.work-description-left {
  color: #7f7f7f;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 100px;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.work-description-left.white {
  color: var(--white);
  margin-top: 0;
  line-height: 1.2;
}

.tupoho-graphic-elements {
  width: 75%;
  box-shadow: 0 0 15px #00000080;
}

.div-block-34 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-35 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.tupoho-logo-usage {
  width: 75%;
  margin-top: -200px;
  box-shadow: 0 0 15px #0000004d;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.div-block-38 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.tupoho-primary-logo {
  width: 75%;
  margin-top: 0;
  position: relative;
  box-shadow: 0 0 15px #0000004d;
}

.tupoho-web-bg-section {
  z-index: -1;
  background-color: #9d7f5b;
  margin-top: -300px;
  padding: 360px 60px;
  position: relative;
}

.div-block-39 {
  opacity: .4;
  background-image: url('../images/Tupoho-Combined-Pattern-Cream.svg');
  background-position: 0 0;
  background-size: auto 120px;
  width: 100%;
  height: 120px;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-40 {
  margin-top: -320px;
  padding-top: 0;
  position: relative;
}

.image-69 {
  width: 100%;
  margin-bottom: 60px;
}

.image-70 {
  width: 70%;
  box-shadow: 0 0 15px #0003;
}

.pts-vid {
  height: 100%;
}

.te-ao-rauropi-logo {
  width: 45%;
  margin-bottom: 20px;
  position: relative;
}

.toa-toa-farm-wrapper {
  background-image: url('../images/toa-toa-hero2_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toa-toa-logo {
  width: 320px;
  margin-bottom: 25%;
  position: relative;
  inset: auto auto 0%;
}

.aramoho-health-logo {
  width: 65%;
  margin-top: 15%;
}

.harc-logo {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
}

.harc-logo.hm {
  width: 35%;
  top: 40px;
}

.trs-top-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 20px;
}

.trs-slider {
  background-color: var(--transparent);
  height: auto;
  min-height: auto;
}

.trs-catalogue-section {
  background-color: #f2f2f2;
  height: auto;
}

.trs-ute-section {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.trs-banner-section {
  background-color: #073869;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.trs-text-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-42 {
  width: 50%;
  margin-top: 100px;
  margin-left: 140px;
  margin-right: 0;
}

.trs-image-gallery-stack {
  grid-column-gap: 20px;
  grid-row-gap: 22px;
  aspect-ratio: auto;
  object-fit: fill;
  min-height: 500px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.cell-8 {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-74 {
  vertical-align: middle;
}

.icon {
  opacity: .45;
  color: var(--dark-blue);
  background-color: #0000;
  margin-left: 0;
}

.right-arrow-4 {
  background-color: #0000;
}

.flyer-gallery {
  background-color: var(--light-text-grey);
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
}

.cell-9 {
  background-image: url('../images/tyres-two-roads.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-10 {
  background-image: url('../images/5f2b63c4d83bbfd9894d08c8_2019-trs-slide.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-11 {
  flex-flow: row;
  align-items: stretch;
}

.icon-2 {
  opacity: .45;
  color: var(--dark-blue);
  margin-right: 0;
}

.big-h1 {
  font-family: forma-djr-display, sans-serif;
  font-size: 12vw;
  font-weight: 500;
  line-height: 1;
}

.big-h1.about {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--magenta), var(--dark-blue) 92%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.about-flame {
  z-index: 5;
  mix-blend-mode: multiply;
  height: 90vh;
  margin-top: 60px;
  position: absolute;
  inset: auto;
}

.section-typo-zoom-in {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 200vh;
  margin-bottom: -2px;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.section-ethos {
  background-color: var(--dark-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 150%, var(--mid-blue), var(--dark-blue) 82%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 60px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.h2-white {
  color: var(--white);
  letter-spacing: .4px;
  font-family: forma-djr-display, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.h2-white.r {
  text-align: right;
}

.h2-white.l {
  text-align: left;
}

.blured-flame {
  filter: blur(100px);
  mix-blend-mode: hard-light;
  height: 200vh;
  position: absolute;
  inset: 0%;
}

.div-block-44 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}

.trs-header {
  background-image: url('../images/trs-hero-2025_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 610px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.trs-logo {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 10px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-75 {
  width: 100%;
}

.div-block-45 {
  height: 610px;
}

.slide-nav-4 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: relative;
}

.utea-div {
  width: 80%;
  padding-left: 20px;
}

.utes {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -137px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.ute-graphics {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-76 {
  object-fit: cover;
  width: 85%;
  padding-bottom: 0;
}

.banners-div {
  justify-content: center;
  align-items: flex-end;
  width: 33.3%;
  height: 100%;
  padding-top: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.banners-div.c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 140px;
  padding-top: 0;
}

.left-arrow-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-77 {
  max-width: 100%;
}

.individual-banner-div.white {
  background-color: var(--white);
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 40%;
  padding-bottom: 40%;
  display: flex;
  position: absolute;
}

.banner-image-div {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.image-78 {
  z-index: 3;
  vertical-align: baseline;
  object-fit: fill;
  align-self: flex-end;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.banners-section {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.quick-stack-6 {
  padding-left: 0;
  padding-right: 0;
}

.flyer-img {
  border: .5px solid var(--light-text-grey);
  object-fit: contain;
  width: auto;
  height: 90vh;
}

.cell-13 {
  background-image: url('../images/Tyre-Optimisation-Background_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.div-block-47 {
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 40px;
}

.quick-stack-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.cell-14 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-15 {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-right-white {
  color: var(--white);
  text-align: right;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-left-white {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

.service-wrapper {
  width: 90vw;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-48 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  margin-top: 100vh;
  padding: 20% 0 40px 40px;
  display: flex;
}

.div-block-51 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border: 1px solid #1d1d1f26;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.service-link {
  opacity: .5;
  color: var(--dark-blue);
  margin-bottom: 15px;
  font-family: forma-djr-display, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  text-decoration: none;
  transition: font-variation-settings .2s;
}

.service-link.w--current {
  opacity: 1;
  transition: opacity .2s;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.div-block-53 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-height: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.base-flyer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.overlay-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-87 {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.image-88 {
  object-fit: cover;
  min-height: 420px;
  position: relative;
  overflow: visible;
}

.brand-icon {
  width: 20%;
  margin-bottom: 40px;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 60px;
  display: flex;
  position: sticky;
  top: 0;
}

.big-h2 {
  font-family: forma-djr-display, sans-serif;
  font-size: 12vw;
  font-weight: 500;
  line-height: 1;
}

.big-h2.about {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--magenta), var(--dark-blue) 92%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 15vw;
}

.big-h2.about.us {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--magenta), var(--dark-blue) 92%);
  text-align: left;
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: .6;
}

.div-block-59 {
  margin-top: 25vh;
  padding-left: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.us-paragraph-left {
  width: 100%;
  color: var(--light-black);
  text-align: left;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
}

.dot-block {
  z-index: 1000;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate.s-2, .scroll-animate.s-3 {
  background-color: var(--dark-blue);
  background-image: linear-gradient(90deg, var(--magenta), var(--dark-blue) 50%, var(--magenta));
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.about-section {
  background-color: var(--white);
  margin-bottom: 0;
  position: relative;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-padding {
  background-color: var(--white);
  height: 50vh;
  position: relative;
}

.nzdf-header {
  background-color: var(--black);
  background-image: url('../images/NZDF-Pattern.png');
  background-position: 50%;
  background-size: cover;
  padding: 240px 40px;
  position: relative;
}

.header-container {
  padding-top: 0;
  display: flex;
  position: relative;
}

.intro-para {
  color: var(--white);
  font-family: forma-djr-display, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  position: static;
}

.intro-heading {
  color: var(--white);
  margin-top: 60px;
  font-family: forma-djr-display, sans-serif;
}

.text-block-4 {
  color: var(--white);
  font-family: forma-djr-display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  position: relative;
}

.header-left-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 140px;
  display: flex;
}

.publications-section {
  margin-top: 100px;
  position: relative;
}

.nzdf-slider {
  height: 100%;
}

.nzdf-slide-a {
  background-image: url('../images/NZDF-Green-book-set-B-Perfect_Binding_Brochure_Mockup_3.avif');
  background-position: 50%;
  background-size: cover;
}

.nzdf-slide-b {
  background-image: url('../images/NZDF-Green-book-set-A-Perfect_Binding_Brochure_Mockup_3.avif');
  background-position: 50%;
  background-size: cover;
}

.nzdf-slide-c {
  background-image: url('../images/NZDF-Green-book-set-C-Perfect_Binding_Brochure_Mockup_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-65 {
  background-color: var(--white);
  padding-left: 40px;
}

.heading-6 {
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: forma-djr-display, sans-serif;
  display: flex;
  position: relative;
}

.visual-section {
  height: auto;
  margin-top: 0;
  margin-left: 40px;
  padding-right: 40px;
  position: relative;
}

.hm-pala-logo {
  width: 75%;
  position: absolute;
  inset: 8% auto auto;
}

.tupoho-hm-logo {
  width: 30%;
  position: absolute;
  top: 10%;
}

.tupoho-hm-pattern {
  mix-blend-mode: overlay;
  background-image: url('../images/Tupoho-Combined-Pattern-Cream.svg');
  background-position: 50%;
  background-size: contain;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-silder {
  background-color: var(--transparent);
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.sth-slide-hm {
  background-color: #003057;
}

.hm-slide-logo-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hm-slide-logo-wrap.levit {
  height: 45%;
}

.hm-slide-logo-wrap.pts {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sth-icon {
  width: 30%;
}

.concept-slide {
  background-color: #1a1918;
}

.central-city-slide {
  background-color: #122a39;
}

.central-city-icon {
  width: 55%;
}

.pts-slide {
  background-image: radial-gradient(circle at 50% 100%, #065386, #003052);
}

.pts-icon {
  object-fit: none;
  width: 110%;
  max-width: none;
  position: absolute;
  overflow: hidden;
  transform: rotate(-14deg);
}

.toa-toa-slide {
  background-image: url('../images/toa-toa-hero_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cemetery-circuit-slide {
  background-color: var(--black);
}

.cc-icon {
  width: 50%;
}

.andersons-slide {
  background-color: var(--transparent);
  background-image: url('../images/andersons-hm-slide_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cura-slide {
  background-color: var(--white);
  background-image: url('../images/cura-bg.svg');
  background-position: 50%;
  background-size: cover;
}

.cura-icon {
  width: 45%;
}

.levit-slide {
  background-color: var(--black);
  background-image: url('../images/levit-stand-hero_1.avif');
  background-position: 50%;
  background-size: cover;
}

.levit-icon {
  width: 20%;
}

.belton-slide {
  background-color: #f8f8f8;
}

.hm-cc-logo {
  width: 50%;
  margin-bottom: 40px;
  position: absolute;
  inset: auto auto 0%;
}

.qb-hm-logo {
  width: 45%;
  position: absolute;
  inset: 20px 30px auto auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  border-width: 1px;
  border-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  overflow: hidden;
}

.button.is-filled.with-icon:hover {
  background-color: var(--white);
}

.button.is-filled.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-width: 1px;
  border-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button.is-filled.with-icon.work {
  padding-top: 17px;
  padding-bottom: 17px;
}

.button.is-filled.with-icon.work:hover {
  background-color: var(--white);
}

.btn_fourth-bg {
  border: 1px none var(--dark-blue);
  background-color: var(--white);
  color: var(--white);
  border-radius: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc;
  border-radius: 3px;
  padding: 5px;
  overflow: hidden;
}

.button_arrow-static {
  width: 10px;
}

.btn_fourth-text {
  z-index: 3;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  line-height: 1.1;
  position: relative;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  top: 5px;
  left: 5px;
}

.btn_third-text {
  z-index: 3;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  line-height: 1.1;
  position: relative;
}

.btn_third-bg {
  background-color: var(--white);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto 0% -410% -15%;
  overflow: visible;
}

.harc-hm-text {
  width: 34%;
  position: relative;
  top: 40px;
}

.div-block-70 {
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 0 12px #0003;
}

.st-gs-hm-logo {
  width: 45%;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.toa-hm-icon {
  width: 70%;
  margin-top: 25%;
}

.hm-wdc-logo {
  width: 45%;
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.st-gs-logo {
  width: 35%;
  margin-bottom: 20px;
  position: relative;
}

.thompson-logo {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
}

.website-description {
  color: var(--white);
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 1.6vw;
  line-height: 1;
  position: absolute;
  inset: auto auto 20px;
}

.asset-logo {
  width: 35%;
  margin-bottom: 20px;
  position: relative;
}

.srvs-logo {
  width: 40%;
  margin-bottom: 20px;
  position: relative;
}

.jigsaw-web {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: 0 0 8px #0003;
}

.jigsaw-bg {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

.div-block-72 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: absolute;
  inset: 10vh 0% 0%;
}

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

.jigsaw-content {
  flex-flow: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.jig-web-mcok {
  width: 65%;
  margin-top: 140px;
}

.div-block-74 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.andersons-icon {
  width: 55%;
}

.div-block-75 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-right-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.footer-text-link {
  color: var(--dark-blue);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: forma-djr-display, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

.footer-text-link:hover {
  color: var(--magenta);
}

.footer-text-link.social {
  margin-bottom: 0;
}

.div-block-77 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.footer-social-icon {
  width: 20px;
}

.footer-social-icon.insta {
  width: 20px;
  margin-right: 8px;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

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

.contact-link {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: forma-djr-display, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

.contact-link:hover {
  color: var(--magenta);
}

.image-89 {
  height: 20px;
  margin-bottom: 13px;
  margin-right: 10px;
}

.contact-form-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffbf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.success-message {
  background-color: var(--transparent);
  margin-top: 100px;
  margin-bottom: 100px;
}

.form-field {
  border: 1px solid var(--dark-blue);
  background-color: var(--transparent);
  min-height: 60px;
  color: var(--dark-blue);
  letter-spacing: 1px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 15px 20px;
  font-family: forma-djr-display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--magenta);
}

.form-field.long {
  letter-spacing: 1px;
  min-height: 180px;
}

.body-paragraphy-grey {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body-paragraphy-grey.white {
  color: #fff;
  letter-spacing: .5px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 500;
}

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

.submit-button {
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: 15px 20px;
  font-family: forma-djr-display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: block;
}

.submit-button:hover {
  background-color: var(--magenta);
}

.form {
  text-align: left;
}

.body {
  color: var(--dark-blue);
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.field-label {
  color: var(--dark-blue);
  text-align: left;
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.form-block {
  width: 800px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.form-close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 30px 60px auto auto;
}

.bar-one {
  background-color: var(--dark-blue);
  width: 30px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.bar-two {
  background-color: var(--dark-blue);
  width: 30px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.contact-flame {
  mix-blend-mode: multiply;
  height: 85vh;
  margin-bottom: 60px;
  position: absolute;
  inset: auto;
}

.contact-content-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: var(--dark-blue);
  letter-spacing: 1px;
  margin-top: 60px;
  font-family: forma-djr-display, sans-serif;
  font-size: 24px;
  line-height: 1.6;
}

.footer-webflow-msg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-8 {
  color: var(--dark-blue);
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
}

.image-90 {
  height: 16px;
  margin-left: 4px;
  margin-right: 5px;
}

.footer-left-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.quick-stack-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  margin-top: 80px;
  padding: 0;
}

.text-block-9 {
  color: var(--dark-blue);
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.rich-text {
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
}

.rich-text h1, .rich-text h2, .rich-text h3 {
  color: var(--dark-blue);
}

.rich-text h4 {
  color: var(--magenta);
}

.rich-text p {
  color: var(--dark-blue);
  font-size: 18px;
  line-height: 1.6;
}

.rich-text ol {
  color: var(--dark-blue);
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.rich-text a {
  color: var(--magenta);
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  transition: text-decoration-color .2s;
}

.rich-text a:hover {
  -webkit-text-decoration-color: var(--magenta);
  text-decoration-color: var(--magenta);
}

.rich-text li {
  margin-bottom: 15px;
}

.div-block-80 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.gm-logo {
  height: 30px;
  margin-top: -9px;
  margin-left: 5px;
}

.text-block-10 {
  color: var(--dark-blue);
  letter-spacing: 1px;
  margin-top: 60px;
  font-family: forma-djr-display, sans-serif;
}

.te-ao-rauropi-animation-embed {
  width: 100%;
  height: 90vh;
  margin-bottom: 20px;
}

.work-description-centred-no-padding-link {
  color: #7f7f7f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.heading-3-blue {
  color: var(--dark-blue);
  letter-spacing: 1px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-81 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.mobile-contact-form-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffbf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.contact-link-mobile {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: forma-djr-display, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
  display: none;
}

.contact-link-mobile:hover {
  color: var(--magenta);
}

.quick-stack-9 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.div-block-82 {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--magenta);
  font-size: 48px;
}

.div-block-83 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-12 {
  color: var(--magenta);
  margin-bottom: 5px;
  font-family: forma-djr-display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-84 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-85, .div-block-86 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._2nd-section {
  height: 500px;
}

.section-container-div {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pic-a {
  width: 100%;
  position: relative;
}

.div-block-90 {
  width: 30%;
  margin-top: -58px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cell-17 {
  background-image: url('../images/Binoculars_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-18 {
  background-image: url('../images/Light-bulb-graphic.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-stack-10 {
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.cell-19 {
  background-image: url('../images/Visuall-element-NV_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-20 {
  background-image: url('../images/on-plane_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-21 {
  background-image: url('../images/soilders_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-22 {
  background-image: url('../images/Cartoon-tank_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.black-book-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image-92 {
  position: relative;
  overflow: visible;
}

.cover-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-div {
  z-index: 4;
  width: 50%;
  margin-top: -70px;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

._2-col-div {
  flex-flow: row;
  display: flex;
  position: relative;
}

._2-col-div.stat {
  margin-top: 40px;
}

._2-col-div.stat.b {
  margin-top: 0;
}

.l-col, .r-col {
  width: 50%;
}

._2-book-section {
  height: 700px;
  margin-top: 220px;
  position: relative;
}

.statpult-section {
  margin-top: 100px;
}

.top-band-div {
  width: 100%;
}

.div-band-blue {
  z-index: 10;
  background-color: var(--_nzdf-col---color);
  width: 100%;
  height: 18px;
  position: absolute;
}

.div-band-green-copy-copy-copy {
  z-index: 10;
  background-color: var(--_nzdf-col---color-2);
  width: 100%;
  height: 18px;
  position: absolute;
}

.bot-band-div {
  z-index: 5;
  width: 50%;
  margin-top: -130px;
  padding-top: 0;
  position: absolute;
}

.colour-overlay-red {
  z-index: 3;
  background-color: var(--_nzdf-col---color-2);
  opacity: .59;
  mix-blend-mode: screen;
  width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.colour-overlay-blu {
  z-index: 3;
  background-color: var(--_nzdf-col---color);
  opacity: .59;
  mix-blend-mode: screen;
  width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-94 {
  z-index: 5;
  width: 30%;
  margin-top: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.div-block-93 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.top-left-slider-pattern {
  z-index: 5;
  width: 30%;
  max-width: 400px;
  margin-top: 40px;
  margin-left: -68px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-95, .div-block-95 {
  position: relative;
}

.icon-3, .icon-4 {
  color: var(--light-black);
}

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

.grid-header {
  width: 100%;
  padding-left: 0;
}

.header-r-col {
  width: 50%;
}

.image-100 {
  max-width: 70%;
}

.vis-elements-wrap {
  display: flex;
}

.left-flex-block {
  align-items: stretch;
  width: 50%;
  height: 600px;
  margin-right: 10px;
}

.div-block-97 {
  flex-flow: column;
  width: 50%;
  margin-right: 10px;
  display: flex;
}

.div-block-98 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-99 {
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-100 {
  height: 50%;
  margin-top: 10px;
  position: relative;
}

.image-101 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
}

.right-flex-block {
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  height: 600px;
  margin-left: 10px;
  margin-right: 0;
}

.div-block-101 {
  height: 50%;
  margin-bottom: 10px;
  display: flex;
}

.div-block-102 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-102-copy {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.colour-overlay-red-copy {
  z-index: 3;
  background-color: var(--_nzdf-col---color-3);
  opacity: .59;
  mix-blend-mode: screen;
  width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-band-gree {
  z-index: 10;
  background-color: var(--_nzdf-col---color-3);
  width: 100%;
  height: 18px;
  position: absolute;
}

.image-102 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.wdc-ltp-slide-1 {
  background-image: url('../images/WDC_25-26-LTP_Con1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.wdc-ltp-slide-2 {
  background-image: url('../images/WDC_25-26-LTP_Con2_1.avif');
  background-position: 50%;
  background-size: cover;
}

._2-column-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 100vh;
  display: flex;
}

._2-column-wrap.centre {
  justify-content: center;
  align-items: center;
  position: relative;
}

.half-column {
  width: 50%;
}

.cc-video-section {
  justify-content: center;
  align-items: stretch;
  height: 60vh;
  display: flex;
  position: relative;
}

.cc-bg-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cc-logo-wrap {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -10%;
  display: flex;
  position: absolute;
}

.cc-page-logo {
  width: 25%;
}

.cc-page-logo-section {
  background-color: var(--black);
  height: 40vh;
  margin-top: 0;
  position: relative;
}

.five-star-logo {
  width: 35%;
  margin-bottom: 20px;
  position: relative;
  inset: auto;
}

.barred-up-logo {
  width: 45%;
  margin-bottom: 20px;
  position: relative;
  inset: auto;
}

.quick-stack-11, .quick-stack-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
}

.div-block-106 {
  width: 100%;
  margin-bottom: 80px;
}

.image-103 {
  width: 100%;
}

.cc-shirt-section {
  background-color: var(--white);
  padding: 40px 40px 0;
}

.image-104 {
  width: 100%;
}

.cell-23 {
  justify-content: center;
  align-items: center;
}

.pale-ale-logo {
  width: 55%;
}

.cc-slide-1 {
  background-image: url('../images/25-programme-covers.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.cc-slide-2 {
  background-image: url('../images/25-inners.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.cc-slide-3 {
  background-image: url('../images/24-programme-cover.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.cc-slide-4 {
  background-image: url('../images/24-inners.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.quick-stack-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
}

.social-link-text {
  display: none;
}

.footer-bg-text {
  opacity: .04;
  color: var(--dark-blue);
  font-family: forma-djr-display, sans-serif;
  font-size: 32vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 0;
}

.hm-cc-bg-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cc-vid-overlay {
  background-color: var(--transparent);
  background-image: linear-gradient(0deg, #000, #0000 55%);
  position: absolute;
  inset: 0%;
}

._70th-anniversay-wrapp {
  background-color: var(--black);
  background-image: url('../images/Really-big-holden-esses-poster.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

._70th-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-105 {
  width: 45%;
}

.ani-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.intro-mask-wrapper {
  z-index: 3;
  opacity: .45;
  mix-blend-mode: overlay;
  width: 100%;
  height: 102%;
  margin-right: -1px;
  position: absolute;
  inset: auto 0%;
}

.symbol-r {
  position: absolute;
}

.symbol-l {
  margin-right: -1px;
  position: absolute;
}

.water2 {
  position: absolute;
}

.restorative-intro-wrap {
  width: 100%;
  height: 75vh;
  display: flex;
}

.intro-mask {
  max-width: none;
  height: 102%;
  margin-right: -1px;
  position: absolute;
  inset: auto 0% auto auto;
}

.full-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.water1 {
  position: absolute;
}

.intro-logo-txt {
  display: none;
  position: absolute;
}

.home-tagline-wrapper {
  height: auto;
  margin-top: -60px;
  padding-left: 20px;
  padding-right: 20px;
}

.intro-left {
  background-color: #384c3e;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hm-tagline {
  color: #b0c086;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
}

.restorative-logo-wrap {
  background-color: #e1e5cd;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 75vh;
  margin: 30px;
  padding: 30px 30px 30px 60px;
  display: flex;
  position: relative;
}

.restorative-logo {
  width: 40%;
}

.full-pattern-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  padding-top: 50vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wide-pattern {
  max-width: none;
  position: absolute;
}

.div-block-108 {
  background-image: url('../images/68796e2ed05303610c9aa146_Moody-ferns.avif');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.restorative-stationery {
  background-color: #dadad5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.restorative-stationery-img {
  max-width: none;
  height: 100vh;
}

.restorative-website-section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.restorative-hm-logo {
  z-index: 5;
  width: 45%;
  position: absolute;
  inset: auto;
}

.vita-slide-1 {
  background-image: url('../images/Pala_Cover.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.vita-slide-2 {
  background-image: url('../images/Pala_book1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.vita-slide-3 {
  background-image: url('../images/Pala_book2.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.pala-product-section {
  align-items: stretch;
  margin-bottom: 160px;
}

.product-layup-wrap {
  width: 60%;
}

.final-product-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.final-product-img {
  object-fit: cover;
  min-width: 100%;
  max-width: 100px;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.padding-160px {
  height: 160px;
}

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

.div-block-112 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 400vh;
  display: flex;
  position: relative;
}

.masked-phone-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.masked-phone {
  height: 100vh;
}

.interscroller-masked {
  background-color: var(--transparent);
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: sticky;
  top: 16.5%;
  overflow: hidden;
}

.mitas-interscroller-2 {
  margin-top: 60px;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.mitas-interscroller-img {
  object-fit: cover;
  height: 67vh;
  position: relative;
  inset: 0% auto auto;
}

.interscroller-cover {
  background-color: var(--white);
  height: 180px;
  position: relative;
}

.trs-scroll-track {
  background-color: var(--transparent);
  height: 200vw;
  margin-bottom: 0;
  position: relative;
}

.yoko-fridge {
  height: 300px;
  position: absolute;
  inset: auto 12% 0% auto;
}

.trs-fridge-art-layup {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

.trs-item-pic-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.trs-item {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 60px;
  display: flex;
  position: relative;
}

.home-hero {
  filter: drop-shadow(0 0 16px #000000b3);
  margin-top: 0;
  margin-bottom: -10%;
}

.home-intro-section {
  height: 65vh;
  padding: 50px 60px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-intro-bg-colour {
  background-image: url('../images/landing-page-bg_1landing-page-bg.avif');
  background-position: 50%;
  background-size: cover;
  height: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.home-intro-bg-colour.slide-1 {
  background-color: #003764;
  background-image: url('../images/lines-textures3.svg'), radial-gradient(circle at 0 100%, #003764, #28666e 81%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 100%;
}

.cell-26 {
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-14 {
  width: 100%;
  padding: 0;
  position: relative;
}

.advo-logo {
  width: 90%;
  margin-top: 18%;
}

.cell-27 {
  justify-content: flex-start;
  align-items: center;
}

.section-3 {
  flex-flow: column;
  display: flex;
}

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

.image-108 {
  width: 75%;
}

.flex-block, .flex-block-2 {
  align-items: stretch;
}

.hidden-advo-img {
  opacity: 0;
}

.reveal-section {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding: 60px 60px 0;
  display: flex;
}

.reveal-section.last {
  padding-bottom: 60px;
}

.reveal-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.advocacy-hm-logo {
  z-index: 5;
  width: 70%;
  position: absolute;
  inset: auto;
}

.intro-mask-wrapper-advocacy {
  z-index: 3;
  opacity: 1;
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 102%;
  margin-right: -1px;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.div-block-120 {
  border-top: 1px solid var(--white);
  margin-top: 30px;
  padding-top: 30px;
}

.slider-3 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.div-block-121 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mybeau-slider-cover {
  z-index: 1;
  height: 94%;
  position: absolute;
  inset: 0%;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-122 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image-109 {
  object-fit: cover;
}

.websites-hm-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.hm-websites-slider-pic-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hm-five-star-logo {
  width: 30%;
  position: absolute;
  inset: 12% 12% auto auto;
}

.hm-concept-tile-logo {
  width: 22%;
  position: absolute;
  inset: 12% auto auto;
}

.div-block-123 {
  mix-blend-mode: overlay;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 15% 0% auto;
}

.hm-osteo-logo {
  filter: brightness(200%);
  width: 32%;
  position: absolute;
  inset: auto auto 8% 8%;
}

.hm-asset-logo, .hm-keown-logo {
  width: 40%;
  position: absolute;
  inset: auto auto 15%;
}

.hm-fairmead-logo {
  width: 30%;
  position: absolute;
  inset: 10% auto auto 10%;
}

._75th-anniversary-wrap {
  background-image: url('../images/CC-75th-Anniversary-BG.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cc-75th-logo {
  max-width: none;
  height: 70%;
}

.link-block-4 {
  cursor: pointer;
}

._2025-ar-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

._26-ar-slide1 {
  background-image: url('../images/25_Whakauae_AR2.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

._26-ar-slide2 {
  background-image: url('../images/25_Whakauae_AR3.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

._26-ar-slide3 {
  background-image: url('../images/25_Whakauae_AR4.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-124 {
  justify-content: center;
  align-items: center;
  height: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-section {
  background-color: #131611;
  height: 400vh;
}

.timeline-camera {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.timeline-scroll-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 200vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.timeline-1 {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto auto auto 0;
}

.timeline-2 {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0 auto auto;
}

.timeline-1-copy {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto auto auto 0;
}

@media screen and (min-width: 1440px) {
  .logo-section-2-column {
    background-color: #0000;
    justify-content: center;
    height: 100vh;
    display: flex;
  }

  .left {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .right {
    width: 50%;
  }

  .right.cc {
    background-image: url('../images/cc-bg_1.avif');
    background-position: 50% 100%;
    background-size: cover;
  }

  .right.sthl {
    position: relative;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
  }

  .wrapper {
    height: 50vh;
  }

  .wrapper.holdings {
    background-color: var(--dark-orange);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: flex;
  }

  .wrapper.andersons {
    background-image: url('../images/anderson-bg_1.avif');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper.oosh {
    background-color: var(--black);
  }

  .image-4, .image-4.waimarie, .image-4.wrcc, .image-4.concept {
    width: 60%;
  }

  .image-4.first {
    width: 70%;
  }

  .image-4.treadwell {
    width: 85%;
  }

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

  .slider {
    height: 100%;
  }

  .slide1 {
    background-color: #000;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-5 {
    width: 55%;
  }

  .slide {
    background-color: var(--white);
  }

  .logo-section-2 {
    display: flex;
  }

  .harc-circles {
    margin-bottom: 30px;
  }

  .slider-cover {
    z-index: 1;
  }

  .logo-section-3, .chefs-choice-section {
    display: flex;
  }

  .chefs-choice-wrapper {
    right: 10%;
  }

  .chefs-logo {
    width: 500px;
  }

  .logo-section4 {
    justify-content: center;
    display: flex;
  }

  .the-bg {
    display: block;
    position: absolute;
  }

  .bg2 {
    position: absolute;
    inset: 0%;
  }

  .text-ticker_text {
    mix-blend-mode: multiply;
  }

  .home-text-wrapper {
    left: 10%;
  }

  .home-logo-wrapper {
    bottom: 20%;
    left: 10%;
  }

  .home-text-wrapper-tablet, .home-text-wrapper-mobile {
    left: 10%;
  }

  .hero-text-wrapper, .intro-text-wrapper {
    width: 40%;
  }

  .connect-text {
    color: var(--dark-blue);
    margin-bottom: 15px;
  }

  .hamburger-wrapper {
    width: 60px;
    max-width: none;
  }

  .hamburger-bottom:hover, .hamburger-bottom:active, .hamburger-bottom:focus {
    background-color: #fff;
  }

  .social-icon.fb {
    background-image: url('../images/Facebook-icon-blue.svg');
  }

  .social-icon.insta {
    background-image: url('../images/instagram-logo.svg');
  }

  .huge-link._1.w--current, .huge-link._1.w--current:hover, .huge-link._1.w--current:active {
    color: var(--white);
  }

  .text-block {
    color: var(--dark-blue);
  }

  ._001-nav-btn-wrap {
    margin-right: 0;
  }

  .footer-wrapper {
    z-index: 5;
    max-width: 1500px;
    position: relative;
  }

  .home-work-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .work-description-centred-no-padding {
    color: var(--dark-blue);
  }

  .shadow-image.jig-stationery {
    width: 55%;
  }

  .jigsaw-work {
    padding-top: 60px;
  }

  .jigsaw-service-flyers {
    position: relative;
  }

  .header-logo-link.w--current {
    margin-left: 8%;
  }

  .header-logo-link.hide {
    display: none;
  }

  .image-54 {
    width: 40%;
  }

  .levit-logo {
    width: 65%;
  }

  .slide-2-good-as-gold {
    background-color: var(--white);
  }

  .wrm-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrm-logo {
    width: 80%;
    max-width: 80%;
    margin: auto;
  }

  .wrm-top-banner {
    width: 100%;
    position: relative;
  }

  .content-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-56 {
    width: 50%;
  }

  .chefs-icons {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .chefs-section-2 {
    background-image: url('../images/Chefschoice-60-of-127_1.avif');
  }

  .camera {
    height: 100vh;
    top: 0;
  }

  .frame, .item {
    height: 100vh;
  }

  .image-58 {
    object-fit: contain;
  }

  .whakauae-header-section {
    display: flex;
  }

  .whakauae-logo-wrapper {
    left: 20%;
    right: 10%;
  }

  .whakauae-slide-logo {
    width: 350px;
  }

  ._2021-whakauae-ar-section1 {
    height: auto;
    padding: 0;
  }

  ._2021-ar-covers {
    height: 700px;
  }

  .final-whakauae-2021-section {
    background-color: #f0eeea;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    display: flex;
    position: relative;
  }

  .grid-5 {
    width: 75%;
  }

  .image-59 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-60 {
    max-width: 80%;
    height: auto;
  }

  .image-15 {
    width: 90%;
    margin-top: -35%;
  }

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

  .pala-work-section {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-34 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .colour-work-overlay.jigsaw {
    background-color: #56287b;
  }

  .colour-work-overlay.qb {
    background-color: #4b6da7;
  }

  .colour-work-text {
    font-size: 2vw;
  }

  .pts-logo {
    width: 55%;
  }

  .clear-nav-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .pts-lines {
    margin-bottom: 6%;
  }

  .big-slider {
    background-color: var(--transparent);
    width: 100%;
    height: 100vh;
  }

  .left-arrow-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: opacity .2s;
    display: flex;
  }

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

  .left-slider-arrow {
    height: 60px;
    position: relative;
  }

  .right-arrow-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: opacity .2s;
    display: flex;
  }

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

  .toitu-slide1, ._22-ar-slide1, ._22-ar-slide2, ._22-ar-slide3 {
    height: 100%;
  }

  .cell {
    justify-content: flex-start;
    align-items: stretch;
  }

  .cell-2 {
    align-items: stretch;
  }

  .website-button {
    color: var(--light-black);
  }

  .website-image {
    max-width: 1400px;
  }

  .slider-sthl {
    z-index: 0;
    height: 100%;
    position: relative;
  }

  .sthl-slide1 {
    background-color: var(--white);
  }

  .sthl-logo {
    width: 65%;
  }

  .sthl-slide-2 {
    background-color: #003057;
  }

  .whakauae-posters-section {
    position: relative;
  }

  .website-hero-image-wrapper {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .website-thumb-title {
    font-size: 1.6vw;
    position: static;
  }

  .div-block-29 {
    margin-top: 15px;
    display: flex;
  }

  .website-thumb-title-dark {
    font-size: 1.6vw;
    position: static;
  }

  .website-nav-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .whakauae-website-image {
    max-width: 100%;
  }

  .wdc-section {
    display: flex;
  }

  .wdc-logo-wrapper {
    left: 15%;
    right: 10%;
  }

  .wdc-logo {
    width: 440px;
    margin-left: 8%;
  }

  .image-65 {
    max-height: 100vh;
  }

  .waste-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 40px;
  }

  .grid-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 40px;
  }

  .website-content-wrapper, .tupoho-intro-content-wrapper, .div-block-34, .div-block-36, .div-block-38 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .toa-toa-logo {
    margin-bottom: 20%;
  }

  .harc-logo {
    width: 45%;
  }

  .trs-catalogue-section {
    height: auto;
  }

  .trs-ute-section {
    justify-content: center;
    align-items: center;
  }

  .big-h1.about {
    font-size: 8vw;
  }

  .about-flame {
    height: 90vh;
  }

  .typo-zoom-text-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-ethos {
    background-color: var(--dark-blue);
  }

  .trs-header {
    height: 75vh;
  }

  .trs-logo {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-45 {
    max-width: 1600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-76 {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-wrapper {
    width: 70vw;
  }

  .cell-16 {
    background-size: cover;
    display: block;
  }

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

  .us-paragraph-left {
    font-size: 26px;
  }

  .section-padding {
    background-color: var(--white);
    position: relative;
  }

  .pts-icon {
    width: 105%;
    max-width: none;
    transform: rotate(-14deg);
  }

  .qb-hm-logo {
    width: 45%;
    margin-top: 20px;
    margin-right: 30px;
    inset: 0% 0% auto auto;
  }

  .div-block-70 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-wdc-logo {
    width: 45%;
    margin-top: 30px;
    margin-left: 30px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .jigsaw-content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-close-wrap {
    right: 15%;
  }

  .contact-flame {
    height: 90vh;
  }

  .contact-content-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3-blue {
    color: var(--dark-blue);
    line-height: 1.2;
  }

  ._2-column-wrap {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._2-column-wrap.centre {
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-logo-wrap {
    justify-content: center;
    align-items: flex-end;
    margin-top: -5%;
  }

  .cc-page-logo {
    width: 18%;
  }

  .pale-ale-logo {
    width: 45%;
  }

  .cc-slide-1, .cc-slide-2, .cc-slide-3, .cc-slide-4 {
    height: 100%;
  }

  .footer-bg-text {
    opacity: .04;
    color: var(--dark-blue);
    font-family: forma-djr-display, sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .image-105 {
    width: 35%;
  }

  .ani-wrapper {
    width: 45%;
  }

  .restorative-logo-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    position: relative;
  }

  .restorative-logo {
    width: 35%;
  }

  .full-pattern-wrapper {
    overflow: hidden;
  }

  .vita-slide-1, .vita-slide-2, .vita-slide-3, .div-block-111 {
    height: 100%;
  }

  .padding-160px {
    height: 160px;
  }

  .interscroller-masked {
    top: 16.5%;
  }

  .interscroller-cover {
    height: 160px;
  }

  .trs-fridge-art-layup {
    object-fit: contain;
  }

  .trs-item {
    height: 100vh;
  }

  .home-hero {
    width: 84%;
  }

  .home-intro-section {
    display: flex;
  }

  .quick-stack-14 {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cell-27 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-3 {
    justify-content: flex-start;
  }

  ._26-ar-slide1, ._26-ar-slide2, ._26-ar-slide3 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .logo-section-2-column {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .left, .right {
    width: 100%;
  }

  .right.cc, .right.levit {
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .right.sthl {
    flex-flow: row;
    align-items: stretch;
    height: 600px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .image-4.straight-up {
    width: 55%;
  }

  .image-5 {
    width: 50%;
  }

  .logo-section-2 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .harc-wrapper {
    width: 100%;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    position: relative;
  }

  .cura-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    position: relative;
  }

  .cura-slider {
    position: absolute;
    inset: 0%;
  }

  .logo-section-3 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .sweet-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    position: relative;
  }

  .sweet-logo {
    height: 55%;
    position: absolute;
  }

  .chefs-choice-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
  }

  .chefs-choice-wrapper {
    z-index: 1;
    justify-content: center;
    width: 100%;
    margin-top: -35%;
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }

  .chefs-logo {
    width: 50%;
  }

  .chefs-overlay {
    background-image: radial-gradient(circle, #0000, #000);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .logo-section4 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .gasnet-wrapper, .community-foundation {
    width: 100%;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .s-scroll {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .home-landing-section {
    background-color: #0000;
  }

  .big-bg {
    height: 100vh;
  }

  .the-bg {
    object-fit: cover;
    min-width: 102%;
    min-height: 102%;
    margin-top: -1%;
  }

  .the-flame {
    margin-right: 0%;
  }

  .bg2 {
    object-fit: cover;
    min-width: 100%;
    min-height: 102%;
  }

  .text-ticker_mask {
    height: 4rem;
  }

  .text-ticker_component {
    display: block;
  }

  .text-ticker_text.tablet {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .home-text-wrapper {
    display: none;
  }

  .home-logo-wrapper {
    bottom: 18%;
  }

  .home-logo {
    height: 180px;
  }

  .div-block-7 {
    opacity: .4;
    margin-right: 0%;
  }

  .home-text-wrapper-tablet, .text-ticker_component-tablet {
    display: block;
  }

  .text-ticker_text_tablet {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .home-text-wrapper-mobile {
    display: none;
  }

  .text-ticker_component-mobile {
    display: block;
  }

  .hamburger-wrapper {
    width: 60px;
  }

  .hover-line {
    height: 2px;
    margin-top: 40px;
    display: none;
  }

  .huge-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 48px;
  }

  .huge-link._1, .huge-link._2, .huge-link._4, .huge-link._5, .huge-link._3 {
    margin-bottom: 0;
  }

  .text-block {
    font-size: 44px;
    line-height: 1.2;
  }

  ._001-nav-btn-wrap {
    margin-right: 0;
  }

  .off-other-column {
    border-left-style: none;
    padding-left: 0;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .column-2 {
    text-align: left;
  }

  .footer-columns {
    width: 420px;
    margin-left: 0;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-jigsaw {
    height: 600px;
  }

  .div-block-11 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .shadow-image.jig-stationery {
    width: 80%;
  }

  .div-block-18 {
    background-image: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-50 {
    max-width: 100%;
  }

  .image-51 {
    max-height: none;
  }

  .h1-heading-blue {
    padding-top: 0;
    display: block;
  }

  .image-54 {
    width: 70%;
  }

  .wrm-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
  }

  .wrm-logo {
    margin-top: -15%;
  }

  .wrm-top-banner {
    position: absolute;
    inset: auto 0% 0%;
  }

  .content-section.contact {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .image-55 {
    width: 65%;
  }

  .image-56 {
    margin-left: 5%;
  }

  .chefs-website-section {
    flex-direction: column;
    align-items: center;
  }

  .chefs-website-left-wrapper {
    width: 100%;
    padding-left: 60px;
  }

  .chefs-tablet {
    margin-bottom: 0;
  }

  .chefs-website-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .claws {
    height: 400px;
  }

  .scroll-track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
  }

  .item.last {
    margin-bottom: 60px;
  }

  .item-pic-wrapper {
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .whakauae-header-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
  }

  .whakauae-logo-wrapper {
    z-index: 1;
    justify-content: flex-start;
    width: auto;
    margin-top: -35%;
    display: flex;
    position: relative;
    top: auto;
    left: 8%;
    right: 0;
  }

  .whakauae-slide-logo {
    width: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  ._2021-whakauae-ar-section1, ._2021-ar-covers {
    height: auto;
  }

  .grid-5 {
    width: 90%;
  }

  .toitu-te-tai-section {
    height: auto;
  }

  .palamountains-header {
    padding-right: 0;
  }

  .pala-logo {
    width: 75%;
  }

  .colour-work-text {
    font-size: 3.5vw;
  }

  ._3-logo-section {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  ._3rd-logo-wrapper.central-city, ._3rd-logo-wrapper.aramoho-health {
    width: 100%;
    height: 0%;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .central-city-logo {
    width: 45%;
  }

  .pts-logo-wrapper {
    width: 100%;
    height: 600px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .pts-logo {
    margin-top: 7%;
    margin-left: 7%;
  }

  .pts-lines {
    height: 80px;
  }

  .big-slider {
    height: 450px;
  }

  .left-slider-arrow {
    height: 40px;
  }

  .div-block-27 {
    flex-flow: column;
    height: auto;
  }

  .div-block-28 {
    width: 100%;
    padding-right: 40px;
  }

  .div-block-28._2, .div-block-28._3 {
    padding-top: 0;
    padding-left: 40px;
  }

  .website-showcase {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell {
    padding-right: 0;
  }

  .cell-2 {
    padding-left: 0;
  }

  .slider-sthl {
    height: 100%;
  }

  .sthl-logo {
    width: 50%;
  }

  .ngati-hauiti-section {
    height: auto;
  }

  .image-64 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .website-thumb-title-dark {
    font-size: 4.5vw;
  }

  .wdc-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
  }

  .wdc-logo-wrapper {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: -35%;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .wdc-logo {
    width: 40%;
    margin-left: 40px;
  }

  .waste-section-content {
    flex-flow: column;
    height: auto;
  }

  .waste-left {
    width: 100%;
    height: 100vh;
  }

  .full-image.relative {
    position: relative;
  }

  .waste-right {
    width: 100%;
  }

  .posters-section {
    height: 800px;
  }

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

  .tupoho-header {
    height: auto;
    padding-top: 120px;
    padding-bottom: 220px;
  }

  .image-68 {
    height: 320px;
    margin-bottom: 60px;
  }

  .div-block-10, .div-block-8, .div-block-32 {
    width: 100%;
  }

  .top, .bottom {
    flex-flow: column;
    height: auto;
  }

  .image-10-invest {
    padding-top: 30px;
  }

  .tupoho-services {
    height: auto;
  }

  .div-block-9 {
    width: 100%;
  }

  .tupoho-usage-section {
    margin-bottom: 60px;
  }

  .div-block-33 {
    padding-bottom: 60px;
  }

  .tupoho-graphic-elements {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-35 {
    margin-bottom: 0;
    padding: 60px;
  }

  .tupoho-logo-usage {
    width: 100%;
    margin-top: 0;
  }

  .div-block-37 {
    padding: 0 60px 60px;
  }

  .tupoho-primary-logo {
    width: 100%;
    margin-top: 0;
  }

  .toa-toa-farm-wrapper {
    width: 100%;
    height: 600px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .toa-toa-logo {
    width: 30%;
    margin-top: 0%;
    margin-bottom: 15%;
    margin-left: 0%;
  }

  .aramoho-health-logo {
    width: 45%;
  }

  .trs-top-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .trs-catalogue-section {
    height: auto;
  }

  .trs-ute-section {
    flex-flow: column;
    height: auto;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .trs-banner-section {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 200px;
  }

  .trs-text-section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-42 {
    width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
  }

  .trs-image-gallery-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-74 {
    object-fit: cover;
    min-height: 100%;
  }

  .cell-11 {
    background-image: none;
  }

  .big-h1.about {
    font-size: 20vw;
  }

  .h2-white.r, .h2-white.l {
    font-size: 54px;
  }

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

  .trs-header {
    height: 500px;
  }

  .trs-logo {
    padding-top: 150px;
  }

  .image-75 {
    width: 400px;
  }

  .div-block-45 {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .utea-div {
    flex-flow: column;
    width: 85%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    display: block;
  }

  .utes {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: -143px;
  }

  .ute-graphics {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .image-76 {
    object-fit: fill;
    width: 100%;
    padding-top: 40px;
    position: relative;
  }

  .banners-div.c {
    width: 100%;
    margin-top: 0;
    margin-bottom: 70px;
  }

  .left-arrow-4 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .image-77 {
    max-width: 100%;
  }

  .banners-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .quick-stack-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flyer-img {
    height: auto;
    position: relative;
  }

  .div-block-47 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
  }

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

  .div-block-51 {
    padding: 50px;
  }

  .service-link {
    font-size: 42px;
  }

  .image-83 {
    max-width: 100%;
    padding-left: 40px;
  }

  .image-84 {
    text-align: left;
    object-fit: fill;
    max-width: 100%;
    padding-top: 0;
    position: relative;
  }

  .slide-3 {
    vertical-align: middle;
  }

  .div-block-53 {
    min-height: 450px;
  }

  .base-flyer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .overlay-div {
    margin-top: 15px;
    position: relative;
  }

  .image-88 {
    min-height: auto;
  }

  .big-h2.about {
    font-size: 20vw;
  }

  .big-h2.about.us {
    font-size: 16vw;
  }

  .us-paragraph-left {
    font-size: 22px;
  }

  .dot-block {
    width: 24px;
  }

  .nzdf-header {
    height: 500px;
    padding-top: 120px;
  }

  .intro-para {
    margin-bottom: 40px;
    font-size: 19px;
  }

  .intro-heading {
    font-size: 32px;
  }

  .text-block-4 {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 0;
  }

  .header-left-column {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .publications-section {
    height: auto;
    margin-top: 60px;
  }

  .nzdf-slider {
    width: 100%;
    height: 520px;
  }

  .heading-6 {
    padding-bottom: 20px;
  }

  .button.is-filled.with-icon:hover, .button.is-filled.with-icon.work:hover {
    background-color: var(--dark-blue);
  }

  .website-description {
    font-size: 4vw;
  }

  .jigsaw-bg, .div-block-72 {
    height: 600px;
  }

  .jig-web-mcok {
    width: 100%;
  }

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

  .footer-text-link:hover, .contact-link:hover {
    color: var(--dark-blue);
  }

  .contact-link.hide, .contact-form-wrapper {
    display: none;
  }

  .body-paragraphy-grey.white {
    letter-spacing: .5px;
    font-family: forma-djr-display, sans-serif;
    font-weight: 500;
  }

  .form-block {
    width: 90%;
    margin-top: 60px;
  }

  .form-close-wrap {
    top: 10px;
    right: 10px;
  }

  .contact-flame {
    top: 80px;
  }

  .contact-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 60px;
  }

  .quick-stack-8 {
    margin-top: 60px;
  }

  .div-block-80 {
    margin-bottom: 30px;
  }

  .te-ao-rauropi-animation-embed {
    height: 500px;
  }

  .heading-3-blue {
    position: relative;
  }

  .mobile-contact-form-wrapper {
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 0;
    display: flex;
    position: relative;
    top: 0;
    box-shadow: 0 0 18px #ff00ff40;
  }

  .contact-link-mobile {
    display: block;
  }

  .contact-link-mobile:hover {
    color: var(--dark-blue);
  }

  .text-span-2 {
    color: var(--magenta);
    font-size: 48px;
  }

  .div-block-83 {
    margin-bottom: 30px;
  }

  ._2nd-section {
    height: 100%;
    position: relative;
  }

  .quick-stack-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .black-book-section {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }

  .cover-div {
    height: auto;
  }

  .grid-div {
    margin-top: -34px;
  }

  ._2-col-div {
    flex-flow: column;
    margin-left: 40px;
    margin-right: 40px;
  }

  ._2-col-div.stat {
    flex-flow: column;
    margin-top: -34px;
  }

  .l-col, .r-col, .r-col.stat {
    width: 100%;
  }

  ._2-book-section {
    height: auto;
    margin-top: 0;
  }

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

  .top-band-div {
    z-index: 5;
    position: relative;
  }

  .bot-band-div {
    width: 40%;
    margin-top: -102px;
  }

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

  .image-96 {
    position: relative;
  }

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

  .grid-header {
    width: 70%;
    padding-left: 0;
  }

  .vis-elements-wrap {
    flex-flow: column;
  }

  .left-flex-block {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .right-flex-block {
    width: 100%;
    margin-left: 0;
  }

  .quick-stack-11 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .quick-stack-12 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 60px;
  }

  .div-block-106 {
    margin-bottom: 60px;
  }

  ._70th-anniversay-wrapp {
    height: 75vh;
  }

  .ani-wrapper {
    width: 50%;
  }

  .restorative-intro-wrap {
    flex-flow: column;
    height: auto;
  }

  .intro-left {
    width: 100%;
    height: 55vh;
  }

  .hm-tagline {
    font-size: 3vw;
  }

  .restorative-logo-wrap {
    z-index: 800;
    flex-flow: column;
    justify-content: center;
    position: relative;
  }

  .restorative-logo {
    width: 50%;
  }

  .restorative-stationery {
    height: auto;
  }

  .restorative-stationery-img {
    width: 120vw;
    height: auto;
  }

  .pala-product-section {
    flex-flow: column;
  }

  .product-layup-wrap {
    width: 100%;
    position: relative;
  }

  .final-product-wrap {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
  }

  .final-product-img {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    position: relative;
  }

  .trs-scroll-track {
    height: auto;
  }

  .yoko-fridge {
    position: absolute;
    inset: 65% 3% 0% auto;
  }

  .trs-item-pic-wrapper {
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .trs-item {
    flex-direction: column;
    height: auto;
    margin-bottom: 120px;
    padding-bottom: 0;
  }

  .home-hero {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: -2%;
  }

  .home-intro-section {
    height: auto;
  }

  .home-intro-bg-colour.slide-1 {
    height: 100%;
  }

  .div-block-119 {
    width: 100%;
  }

  .image-108.padded {
    margin-top: 60px;
  }

  .flex-block-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .hidden-advo-img {
    display: none;
  }

  .reveal-section {
    height: auto;
  }

  .slider-3 {
    height: auto;
    position: relative;
  }

  .div-block-121 {
    height: 100%;
    position: relative;
  }

  .mybeau-slider-cover {
    display: none;
  }

  .mask-3, .slide-4, .slide-5, .mask-4 {
    height: auto;
  }

  ._75th-anniversary-wrap {
    height: 75vh;
  }

  .div-block-124 {
    height: auto;
    margin-bottom: 60px;
  }

  .div-block-124.last {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo-section-2-column, .right.sthl {
    height: auto;
  }

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

  .wrapper {
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    position: relative;
  }

  .wrapper.holdings {
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
  }

  .slider {
    align-items: stretch;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .slide1 {
    height: 100%;
  }

  .div-block-5 {
    height: 100%;
    position: relative;
  }

  .mask {
    padding-top: 0%;
    padding-bottom: 0%;
    position: absolute;
    inset: 0%;
  }

  .chefs-choice-section {
    height: 500px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .chefs-choice-wrapper {
    margin-top: 15%;
  }

  .chefs-logo {
    width: 55%;
  }

  .text-ticker_carousel {
    display: flex;
  }

  .text-ticker_mask {
    height: 2.5rem;
    margin-top: -10px;
    padding-left: 0;
    position: relative;
  }

  .text-ticker_text {
    font-size: 2.5rem;
  }

  .text-ticker_text.tablet {
    font-size: 1.8rem;
  }

  .home-logo-wrapper {
    bottom: 10%;
    right: 8%;
  }

  .home-logo {
    max-width: 50%;
    height: auto;
  }

  .home-text-wrapper-tablet {
    display: none;
  }

  .text-ticker_text_tablet {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .text-ticker_carousel_tablet {
    display: flex;
  }

  .home-text-wrapper-mobile {
    display: block;
    top: 10%;
  }

  .text-ticker_carousel_mobile {
    display: flex;
  }

  .text-ticker_component-mobile {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero-text-wrapper {
    width: 80%;
  }

  .h2 {
    font-size: 50px;
  }

  .home-intro {
    font-size: 22px;
  }

  .social-wrap {
    margin-bottom: 15px;
  }

  .huge-link {
    margin-top: 0;
  }

  .huge-link._1.w--current {
    font-size: 48px;
    line-height: 1.2;
  }

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

  .off-main-linka {
    margin-left: 0%;
    padding-top: 0;
  }

  .off-other-column {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .white.op70 {
    text-align: left;
  }

  .off-canvas-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: min-content minmax(auto, 1fr);
    grid-template-columns: 1.5fr;
    padding-top: 80px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-columns {
    width: 320px;
    margin-bottom: 20px;
  }

  .footer-text {
    text-align: left;
    display: none;
  }

  .footer-text-mobile {
    color: var(--magenta);
    text-align: center;
    line-height: 1.3;
    display: block;
  }

  .home-work-grid {
    grid-template-columns: 1fr;
  }

  .jigsaw-header {
    background-image: none;
  }

  .hero-jigsaw {
    height: 400px;
  }

  .column-71 {
    padding-left: 0;
  }

  .work-description-centred-no-padding {
    text-align: center;
  }

  .column-70 {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .shadow-image.jig-stationery {
    width: 100%;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header {
    height: auto;
  }

  .header-content-wrapper {
    padding-top: 8%;
    padding-right: 0%;
  }

  .h1-heading-blue {
    padding-top: 0;
    font-size: 42px;
  }

  .slide1-good-as-gold {
    height: 100%;
  }

  .belton-smith {
    width: 80%;
  }

  .wrm-section {
    justify-content: center;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .wrm-top-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-wrapper.tupoho-website {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-centred {
    font-size: 20px;
  }

  .image-55 {
    width: 80%;
  }

  .chefs-section-1, .red-knife {
    height: 400px;
  }

  .chefs-website-left-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .chefs-section-2 {
    height: 400px;
  }

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

  .claws {
    height: 300px;
    margin-top: -75px;
  }

  .chefs-base-grid {
    grid-template-columns: 1fr;
  }

  .item-pic-wrapper {
    height: 60%;
  }

  .whakauae-header-section {
    height: 500px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .whakauae-logo-wrapper {
    align-items: flex-start;
    margin-top: 8%;
  }

  .whakauae-slide-logo {
    width: 220px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  ._2023-work-description {
    text-align: center;
  }

  .palamountains-header {
    background-position: 50%;
    padding-right: 0;
  }

  .pala-logo {
    width: 70%;
  }

  .palamountains-website {
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-15 {
    margin-bottom: 100px;
  }

  .column-35 {
    padding-left: 0;
  }

  .column-34 {
    padding-right: 0;
  }

  .colour-work-overlay, .colour-work-overlay.jigsaw {
    display: none;
  }

  ._3rd-logo-wrapper.aramoho-health {
    background-size: 40%, auto;
  }

  .pts-logo-wrapper {
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .pts-logo {
    width: 60%;
  }

  .pts-lines {
    height: 60px;
    margin-bottom: 4%;
  }

  .big-slider {
    height: 360px;
  }

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

  .slider-sthl {
    align-items: stretch;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .sthl-slide1 {
    height: 100%;
  }

  .intro-section {
    padding: 60px;
  }

  .image-64 {
    width: 80%;
  }

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

  .qbg-logo {
    width: 50%;
    margin-bottom: 0;
  }

  .website-thumb-overlay {
    justify-content: space-around;
    width: 50%;
    height: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    inset: auto auto 0% 0%;
  }

  .website-thumb-title {
    font-size: 3.2vw;
    display: block;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .osteo-logo {
    margin-bottom: 0;
  }

  .website-thumb-title-dark {
    font-size: 3.2vw;
    display: block;
  }

  .website-nav-wrapper {
    flex-flow: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wdc-section {
    height: 500px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .wdc-logo-wrapper {
    margin-top: 15%;
  }

  .wdc-logo {
    width: 35%;
  }

  .waste-left, .posters-section {
    height: 600px;
  }

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

  .concept-logo {
    margin-bottom: 0;
  }

  .sjmc-logo {
    width: 50%;
    margin-bottom: 0;
  }

  .keown-logo {
    margin-bottom: 0;
  }

  .fairmead-logo {
    width: 35%;
    margin-bottom: 0;
  }

  .delvin-logo {
    width: 50%;
    margin-bottom: 0;
  }

  .tread-logo {
    width: 70%;
    margin-bottom: 0;
  }

  .tupoho-header {
    margin-bottom: 80px;
  }

  .image-68 {
    width: 65%;
    height: auto;
  }

  .image-10, .image-10-ed, .image-10-invest {
    padding-left: 0;
    padding-right: 0;
  }

  .tupoho-services {
    margin-bottom: 80px;
  }

  .tupoho-usage-section {
    margin-bottom: 0;
  }

  .work-description-left {
    text-align: center;
  }

  .tupoho-web-bg-section {
    margin-top: -200px;
    padding-top: 260px;
  }

  .image-69 {
    width: 50%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-70 {
    width: 100%;
  }

  .pts-vid {
    height: 400px;
  }

  .te-ao-rauropi-logo {
    margin-bottom: 0;
  }

  .toa-toa-farm-wrapper {
    height: 400px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .harc-logo {
    margin-bottom: 0;
  }

  .trs-image-gallery {
    flex-flow: column;
    display: flex;
  }

  .trs-image-gallery-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .big-h1.about {
    font-size: 30vw;
  }

  .h2-white {
    font-size: 50px;
  }

  .flyer-img {
    margin-bottom: 40px;
  }

  .div-block-47 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cell-14, .cell-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-right-white, .paragraph-left-white {
    text-align: center;
    font-size: 22px;
  }

  .service-wrapper {
    flex-flow: row;
  }

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

  .div-block-51 {
    padding: 30px;
  }

  .service-link {
    font-size: 36px;
  }

  .div-block-53 {
    min-height: 400px;
  }

  .big-h2.about {
    font-size: 30vw;
  }

  .big-h2.about.us {
    font-size: 24vw;
  }

  .div-block-59 {
    position: fixed;
    top: auto;
    bottom: 0;
  }

  .us-paragraph-left {
    font-size: 20px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .scroll-base {
    position: relative;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .nzdf-slider {
    height: 360px;
  }

  .button.is-filled.with-icon {
    margin-bottom: 25px;
  }

  .button.is-filled.with-icon.work {
    order: 1;
    margin-bottom: 0;
  }

  .harc-hm-text {
    top: 50px;
  }

  .st-gs-logo, .thompson-logo {
    margin-bottom: 0;
  }

  .website-description {
    display: none;
  }

  .asset-logo {
    width: 45%;
    margin-bottom: 0;
  }

  .srvs-logo {
    width: 50%;
    margin-bottom: 0;
  }

  .div-block-72 {
    top: 0;
  }

  .jig-web-mcok {
    width: 100%;
    min-height: auto;
  }

  .div-block-74 {
    height: 600px;
  }

  .footer-right-content {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-text-link {
    margin-bottom: 15px;
  }

  .div-block-77 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .body {
    margin-bottom: 0;
  }

  .form-close-wrap {
    right: 0;
  }

  .footer-left-content {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .te-ao-rauropi-animation-embed {
    height: 400px;
  }

  .work-description-centred-no-padding-link {
    text-align: center;
  }

  .icon-3, .icon-4 {
    font-size: 24px;
  }

  .left-flex-block, .right-flex-block {
    height: 500px;
  }

  .half-column {
    width: 100%;
  }

  .cc-page-logo {
    width: 45%;
  }

  .five-star-logo, .barred-up-logo {
    margin-bottom: 0;
  }

  ._70th-anniversay-wrapp {
    height: 400px;
  }

  ._70th-logo-wrap {
    width: 55%;
  }

  .ani-wrapper {
    width: 60%;
  }

  .intro-left {
    height: 400px;
  }

  .restorative-logo-wrap {
    border-radius: 20px;
    flex-flow: column;
    height: 400px;
    padding-left: 30px;
  }

  .restorative-logo {
    width: 55%;
  }

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

  .masked-phone-wrap {
    height: auto;
  }

  .yoko-fridge {
    position: relative;
    top: 0%;
  }

  .trs-item-pic-wrapper {
    height: 60%;
  }

  .trs-item {
    margin-bottom: 0;
  }

  .home-hero {
    width: 100%;
  }

  .image-108 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-block {
    flex-flow: column;
  }

  ._75th-anniversary-wrap {
    height: 400px;
  }

  .cc-75th-logo {
    height: 85%;
  }
}

@media screen and (max-width: 479px) {
  .service-section {
    margin-top: 260px;
  }

  .cc-logo {
    width: 80%;
  }

  .chefs-choice-wrapper {
    margin-top: 20%;
  }

  .chefs-logo {
    width: 75%;
  }

  .chefs-overlay {
    padding-bottom: 0;
    padding-right: 0;
  }

  .s-scroll {
    height: auto;
  }

  .text-ticker_text {
    font-size: 3.052rem;
  }

  .text-ticker_text.tablet {
    font-size: 8vw;
  }

  .home-logo-wrapper {
    bottom: 18%;
  }

  .home-logo {
    max-width: 100%;
  }

  .text-ticker_text_tablet {
    font-size: 6.5vw;
  }

  .home-text-wrapper-mobile {
    top: 20%;
  }

  .hero-text-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .h2 {
    font-size: 44px;
  }

  .intro-text-wrapper {
    width: 80%;
  }

  .home-intro {
    font-size: 20px;
  }

  .big-overlay {
    height: auto;
  }

  .huge-link {
    margin-top: 0;
  }

  .huge-link._1.w--current {
    font-size: 36px;
    line-height: 1.2;
  }

  .huge-link._2 {
    font-size: 36px;
  }

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

  ._001-nav-btn-wrap {
    position: absolute;
    inset: 0 0% auto auto;
  }

  .off-other-column {
    grid-row-gap: 30px;
  }

  .off-canvas-wrapper {
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
    width: 65%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .footer-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .footer-logo {
    width: 180px;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text-mobile {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .link-block-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .jigsaw-header {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-jigsaw {
    height: 300px;
  }

  .columns-26 {
    margin-top: 30px;
  }

  .work-description-centred-no-padding {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .jigsaw-service-flyers {
    margin-top: 40px;
  }

  .header-logo-link {
    position: absolute;
  }

  .header-logo-text {
    font-size: 18px;
    line-height: 18px;
  }

  .h1-heading-blue {
    padding-top: 0;
    font-size: 30px;
  }

  .h1-heading-blue.contact {
    text-align: center;
  }

  .levit-logo {
    width: 75%;
  }

  .belton-smith {
    width: 80%;
  }

  .wrm-top-banner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content-section {
    margin-top: 60px;
    padding: 60px 30px;
  }

  .content-section.contact {
    height: auto;
    padding-bottom: 120px;
  }

  .content-section.black {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .content-wrapper.tupoho-website {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper._75 {
    width: 100%;
  }

  .paragraph-centred {
    font-size: 18px;
  }

  .image-55 {
    width: 90%;
  }

  .chefs-section-1, .red-knife {
    height: 300px;
  }

  .chefs-website-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .chefs-tablet {
    margin-bottom: 0;
  }

  .chefs-ad, .chefs-ad.first {
    margin-bottom: 30px;
  }

  .div-block-19 {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .chefs-section-2 {
    height: 300px;
  }

  .claws {
    height: auto;
    margin-top: -25px;
  }

  .item {
    width: 100%;
    height: auto;
    padding: 30px 30px 0;
  }

  .item.last {
    margin-bottom: 30px;
  }

  .item-pic-wrapper {
    flex: 0 auto;
    height: auto;
    margin-top: 0;
  }

  .whakauae-header-section {
    background-position: 90%;
    justify-content: flex-end;
    height: 400px;
    display: flex;
  }

  .whakauae-logo-wrapper {
    margin-top: 20%;
    display: none;
  }

  .whakauae-slide-logo {
    width: 180px;
    position: static;
  }

  ._2021-whakauae-ar-section1 {
    padding: 0;
  }

  .te-ai-rauropi-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._2023-work-description {
    text-align: center;
    margin-top: 40px;
  }

  .palamountains-header {
    background-position: 50%;
    height: 320px;
    padding-top: 40px;
    padding-right: 0;
  }

  .pala-logo {
    width: 80%;
  }

  .pala-header-wrapper {
    margin-bottom: 85px;
  }

  .palamountains-website {
    padding-left: 0;
    padding-right: 0;
  }

  .pala-work-section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .the-nav-wrapper {
    height: 60px;
  }

  .the-nav-wrapper.home {
    height: auto;
  }

  ._3rd-logo-wrapper.aramoho-health {
    background-size: 35%, auto;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .pts-logo {
    width: 75%;
    margin-top: 18%;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .clear-nav-wrapper {
    height: 60px;
  }

  .big-slider {
    height: 280px;
  }

  .div-block-28 {
    padding: 20px;
  }

  .div-block-28._2, .div-block-28._3, .website-showcase {
    padding-left: 20px;
    padding-right: 20px;
  }

  .website-button.about {
    display: none;
  }

  .website-image {
    order: 1;
    margin-top: 0;
  }

  .sthl-logo {
    width: 70%;
  }

  .concept-9 {
    width: 50%;
  }

  .intro-section {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .image-64 {
    width: 90%;
  }

  .qbg-logo {
    width: 50%;
    margin-bottom: 5px;
  }

  .website-thumb-overlay {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .website-thumb-title {
    font-size: 3.5vw;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .website-more-text-white {
    margin-right: 5px;
    font-size: 12px;
  }

  .website-arrow {
    height: 8px;
  }

  .osteo-logo {
    margin-bottom: 5px;
  }

  .website-thumb-title-dark {
    font-size: 3.5vw;
  }

  .website-more-text-dark {
    margin-right: 5px;
    font-size: 12px;
  }

  .website-nav-wrapper {
    flex-flow: column;
    order: 9999;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .padding-80-px {
    height: 40px;
  }

  .wdc-section {
    background-position: 50% 0;
  }

  .wdc-logo-wrapper {
    margin-top: 100px;
  }

  .wdc-logo {
    width: 38%;
    margin-left: 8%;
  }

  .quick-stack-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .waste-left {
    height: 460px;
  }

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

  .posters-section {
    height: 360px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .concept-logo {
    width: 45%;
    margin-bottom: 5px;
  }

  .sjmc-logo {
    width: 60%;
    margin-bottom: 5px;
  }

  .keown-logo, .fairmead-logo {
    margin-bottom: 5px;
  }

  .delvin-logo, .tread-logo {
    width: 70%;
    margin-bottom: 5px;
  }

  .tupoho-header {
    padding-bottom: 180px;
  }

  .tupoho-pattern-wrapper {
    height: 80px;
  }

  .tupoho-intro-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-68 {
    width: 75%;
    margin-bottom: 40px;
  }

  .image-10 {
    width: 175%;
    max-width: none;
    height: auto;
  }

  .image-10-ed {
    width: 170%;
    max-width: none;
    height: auto;
  }

  .div-block-10 {
    position: relative;
    overflow: hidden;
  }

  .div-block-8, .div-block-32 {
    overflow: hidden;
  }

  .image-10-invest {
    width: 175%;
    max-width: none;
    height: auto;
  }

  .div-block-9 {
    overflow: hidden;
  }

  .div-block-33 {
    padding: 30px;
  }

  .work-description-left {
    text-align: center;
    margin-top: 40px;
  }

  .tupoho-graphic-elements {
    margin-top: 20px;
  }

  .div-block-35 {
    padding: 30px;
  }

  .tupoho-logo-usage {
    margin-top: 0;
  }

  .div-block-37 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tupoho-primary-logo {
    margin-top: 0;
  }

  .tupoho-web-bg-section {
    margin-top: -100px;
    padding-top: 160px;
  }

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

  .te-ao-rauropi-logo {
    margin-bottom: 5px;
  }

  .toa-toa-farm-wrapper {
    height: 300px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .toa-toa-logo {
    width: 50%;
    margin-top: 18%;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .aramoho-health-logo {
    width: 55%;
  }

  .harc-logo {
    margin-bottom: 5px;
  }

  .harc-logo.hm {
    top: 25px;
  }

  .trs-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .trs-banner-section {
    padding-top: 82px;
  }

  .div-block-42 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .trs-image-gallery {
    align-items: center;
  }

  .trs-image-gallery-stack {
    min-height: 400px;
  }

  .icon {
    font-size: 24px;
  }

  .flyer-gallery {
    margin-top: 40px;
  }

  .icon-2 {
    font-size: 24px;
  }

  .section-typo-zoom-in {
    height: 100vh;
  }

  .section-ethos {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    padding: 30px;
    display: flex;
  }

  .h2-white {
    font-size: 44px;
  }

  .h2-white.r, .h2-white.l {
    text-align: center;
    font-size: 4vh;
  }

  .div-block-44 {
    width: 100%;
    height: auto;
    padding: 60px 0 300px;
    position: relative;
  }

  .trs-header {
    height: 320px;
  }

  .trs-logo {
    justify-content: flex-start;
    align-items: flex-end;
    height: 320px;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .image-75 {
    width: 85%;
  }

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

  .utea-div {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .utes {
    margin-top: 30px;
    margin-bottom: -56px;
  }

  .ute-graphics {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banners-div.c {
    margin-bottom: 25px;
  }

  .left-arrow-4 {
    flex-flow: row;
  }

  .image-77 {
    object-fit: fill;
    width: 90%;
    max-width: none;
    padding-top: 10px;
    position: relative;
  }

  .image-77.b {
    width: 270px;
    padding-top: 10px;
  }

  .banners-section {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .flyer-img {
    margin-bottom: 20px;
  }

  .div-block-47 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-right-white, .paragraph-left-white {
    font-size: 18px;
  }

  .service-wrapper {
    flex-flow: row;
    justify-content: space-between;
  }

  .div-block-48 {
    justify-content: flex-start;
    align-items: center;
    width: 60px;
  }

  .div-block-49 {
    width: 78%;
    padding-left: 0;
  }

  .div-block-51 {
    padding: 25px;
  }

  .service-link {
    text-align: right;
    margin-top: 0;
    margin-left: 0;
    font-size: 24px;
    transform: rotate(-90deg);
  }

  .service-link.w--current {
    position: relative;
    transform: rotate(-90deg);
  }

  .service-link._2, .service-link._2.w--current, .service-link._3 {
    margin-top: 75px;
  }

  .image-83 {
    max-width: 100%;
    padding-left: 30px;
  }

  .image-84 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-53 {
    min-height: 160px;
  }

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

  .big-h2.about.us {
    font-size: 32vw;
  }

  .div-block-59 {
    padding-left: 30px;
  }

  .us-paragraph-left {
    width: 90%;
    font-size: 17px;
  }

  .dot-block {
    position: absolute;
    top: auto;
    bottom: 30.5%;
  }

  .scroll-line-wrap {
    bottom: 35%;
  }

  .content-wrap.anima-1 {
    height: auto;
  }

  .img-block {
    width: 90%;
  }

  .step-block {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .nzdf-header {
    height: 550px;
    padding: 100px 20px 0;
  }

  .intro-para {
    margin-bottom: 30px;
    font-size: 17px;
    position: relative;
  }

  .intro-heading {
    margin-top: 40px;
    font-size: 26px;
    position: relative;
  }

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

  .header-left-column {
    justify-content: flex-start;
    align-items: flex-start;
    height: 320px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .publications-section {
    margin-top: 20px;
  }

  .nzdf-slider {
    height: 280px;
  }

  .div-block-65 {
    padding-left: 20px;
  }

  .heading-6 {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 20px;
  }

  .heading-6.nb {
    padding-bottom: 0;
    padding-left: 20px;
  }

  .visual-section {
    margin-left: 0;
    padding-right: 0;
  }

  .pts-icon {
    min-width: 110%;
  }

  .qb-hm-logo {
    width: 55%;
  }

  .harc-hm-text {
    top: 35px;
  }

  .div-block-70 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .st-gs-logo {
    width: 40%;
    margin-bottom: 5px;
  }

  .thompson-logo {
    width: 58%;
    margin-bottom: 5px;
  }

  .asset-logo {
    margin-bottom: 5px;
  }

  .srvs-logo {
    width: 55%;
    margin-bottom: 5px;
  }

  .div-block-72 {
    height: 400px;
  }

  .div-block-73 {
    margin-top: 30px;
  }

  .jigsaw-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .jig-web-mcok {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-74 {
    height: 400px;
  }

  .contact-link {
    font-size: 20px;
  }

  .image-89 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .contact-form-wrapper {
    height: 93vh;
  }

  .form-field {
    min-height: 50px;
  }

  .body-paragraphy-grey {
    margin-bottom: 0;
  }

  .field-label {
    font-size: 15px;
  }

  .form-close-wrap {
    right: 10px;
  }

  .bar-one, .bar-two {
    width: 25px;
  }

  .contact-content-wrapper {
    height: auto;
    padding-top: 80px;
  }

  .text-block-7 {
    display: none;
  }

  .quick-stack-8 {
    margin-top: 40px;
  }

  .gm-logo {
    display: none;
  }

  .te-ao-rauropi-animation-embed {
    height: 240px;
    margin-bottom: 0;
  }

  .work-description-centred-no-padding-link {
    text-align: center;
  }

  .heading-3-blue {
    margin-top: 0;
  }

  .mobile-contact-form-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 20px;
    position: static;
    bottom: 0;
    box-shadow: 0 0 18px #ff00ff40;
  }

  .contact-link-mobile {
    font-size: 20px;
  }

  .text-span-2 {
    font-size: 36px;
  }

  .div-block-85, .div-block-86 {
    flex-flow: column;
  }

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

  .section-container-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .black-book-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-div {
    width: 80%;
  }

  ._2-col-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._2-col-div.stat {
    margin-top: -28px;
  }

  ._2-book-section {
    margin-top: -33px;
  }

  .top-band-div {
    overflow: hidden;
  }

  .bot-band-div {
    width: 70%;
    margin-top: -51px;
    padding-top: 0;
  }

  .image-94 {
    margin-top: 220px;
    inset: 0% 0% auto auto;
  }

  .div-block-93 {
    height: 280px;
  }

  .top-left-slider-pattern {
    margin-left: -10px;
  }

  .image-96 {
    max-width: none;
  }

  .image-97, .image-98, .image-99 {
    padding-bottom: 10px;
  }

  .left-arrow-6, .right-arrow-6 {
    width: 10%;
  }

  .grid-header {
    width: 70%;
    position: relative;
  }

  .left-flex-block {
    flex-flow: column;
    height: auto;
  }

  .div-block-97 {
    width: 100%;
  }

  .div-block-98 {
    width: 100%;
    height: 400px;
    margin-left: 0;
  }

  .div-block-99 {
    height: 240px;
  }

  .div-block-100 {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .right-flex-block {
    height: auto;
  }

  .div-block-101 {
    flex-flow: column;
    height: auto;
  }

  .div-block-102 {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 0;
    overflow: hidden;
  }

  .div-block-102-copy {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .div-block-103 {
    height: auto;
  }

  .full-image-relative {
    height: 240px;
    min-height: auto;
    position: relative;
  }

  .cc-page-logo {
    width: 55%;
  }

  .cc-page-logo-section {
    height: 20vh;
  }

  .five-star-logo {
    margin-bottom: 5px;
  }

  .barred-up-logo {
    width: 65%;
    margin-bottom: 5px;
  }

  .quick-stack-11, .quick-stack-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .div-block-106 {
    margin-bottom: 30px;
  }

  .cc-shirt-section {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pale-ale-logo {
    width: 75%;
  }

  .quick-stack-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-bg-text {
    bottom: 9%;
  }

  ._70th-anniversay-wrapp {
    height: 260px;
  }

  .image-105 {
    width: 65%;
  }

  .ani-wrapper {
    width: 85%;
  }

  .home-tagline-wrapper {
    margin-top: -15%;
  }

  .intro-left {
    height: 400px;
  }

  .hm-tagline {
    font-size: 5vw;
  }

  .restorative-logo-wrap {
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 15px;
    padding-left: 30px;
  }

  .restorative-logo {
    width: 90%;
  }

  .restorative-hm-logo {
    width: 55%;
  }

  .pala-product-section {
    margin-bottom: 80px;
  }

  .padding-160px {
    height: 80px;
  }

  .wrap-image-content {
    height: 300vh;
  }

  .masked-phone {
    width: 100%;
    height: auto;
  }

  .interscroller-masked {
    top: 13.5%;
  }

  .mitas-interscroller-img {
    width: 74%;
    height: auto;
  }

  .interscroller-cover {
    height: 80px;
  }

  .trs-item-pic-wrapper {
    flex: 0 auto;
    height: auto;
    margin-top: 0;
  }

  .trs-item {
    width: 100%;
    height: auto;
    padding: 30px 30px 0;
  }

  .home-intro-section {
    padding: 40px 20px 0;
  }

  .advo-logo {
    width: 100%;
    margin-top: 25%;
  }

  .image-108.padded {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .reveal-section {
    padding: 30px 30px 0;
  }

  .advocacy-hm-logo {
    width: 55%;
  }

  ._75th-anniversary-wrap {
    height: 300px;
  }

  .div-block-124 {
    margin-bottom: 30px;
  }

  .timeline-section {
    height: 200vh;
  }
}

#w-node-_94a8632d-dfdf-375e-ec00-1deda5b67dba-61c03f8d, #w-node-c2e1f52c-1c3c-1ccc-666e-4d3072825dec-61c03f8d, #w-node-f5fba76e-ee47-289f-c8aa-2cbb2569eb34-61c03f8d, #w-node-_70249ebc-36a7-53ec-8349-d03e6b90a67c-61c03f8d, #w-node-bd489404-1852-aa3c-f442-4673db91577c-61c03f8d, #w-node-_85ed1459-2e47-0d23-e1c4-e779dee8a00f-61c03f8d, #w-node-_15693fdb-a438-7f80-e72c-bd4b0a34512c-61c03f8d, #w-node-d2c4dc3c-cc4f-cb0b-bac0-fb74de632219-61c03f8d, #w-node-bbd02cc5-92f9-369e-cc21-d6c8b21f6ddd-61c03f8d, #w-node-ab7950d1-13e4-2ce4-7913-74ec7753f085-61c03f8d, #w-node-_037aa486-7a07-3f18-e9c9-afd9b9388659-61c03f8d, #w-node-fbce44aa-8f59-b266-bc40-cde39f13c754-61c03f8d, #w-node-c3f71b45-4844-6b70-7358-f61d895bfc48-61c03f8d, #w-node-_8e4d239f-def3-3f66-230b-9b8c9440dd21-61c03f8d, #w-node-e6a67426-f742-6dcf-1a1d-3bf02ad8dd06-61c03f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04077c9d-ec88-bce0-45f3-23b27d94e8ed-52cdf7be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_925176ca-9b63-1df1-a103-1c7fc2c52f10-d5354fbd, #w-node-_8a9581b2-782e-3430-dd42-7ec9a422cfcf-d5354fbd, #w-node-_39dd39b7-46f1-aba6-06b8-6f330e69e0af-d5354fbd, #w-node-_0d91f392-4741-f20e-d491-a70f6fd25434-d5354fbd, #w-node-_7d996c50-4901-1723-37ee-fc60ed0b8655-d5354fbd, #w-node-_4473ee21-1bf0-8113-cfd3-391d126a7e71-daad2f26, #w-node-_20444a4a-33d9-5a3c-b527-2a0878a3c208-daad2f26, #w-node-_5e617ddf-05e1-0dc4-b6bc-f26cbf9839f1-daad2f26, #w-node-f272a623-65ad-9d40-f5d6-12340aca7cda-daad2f26, #w-node-_0bd5df71-d4e0-3bb4-571a-0288538fbd9f-daad2f26, #w-node-c2f5a2e3-62c6-81de-8cb1-6232b007828e-daad2f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f13ff48-6118-9fee-4243-1ef60633078b-daad2f26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_27adf8e3-4028-60c0-5860-d02f7ef5b402-4762082c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_92b8be25-d76d-93fb-3fb1-3dd16a51b654-4762082c, #w-node-_653cbf70-673a-bfbc-5f4d-fd231571f266-4762082c, #w-node-b72c4b82-7377-3f46-33ec-3492705eb6d8-4762082c, #w-node-_0522a742-2403-283a-5a48-5023c4a91428-4762082c {
  place-self: center;
}

#w-node-e7851a1f-6af2-5cd9-3fe7-0c4d565b68c9-be3ac3a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f8eaf10e-848d-8120-76c8-c2006f0f4a32-a1f0c15c {
  place-self: auto;
}

#w-node-_7924fb08-0bac-c965-1462-922e22a5e0a1-a1f0c15c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3d8e4b20-f8b6-c0af-bd5b-b7b6886bcb88-a1f0c15c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2def983-ebd6-da30-58c4-ec7e63454e43-a1f0c15c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr minmax(200px, 1fr);
}

#w-node-_482f0d9f-5ce6-8917-bdd5-d93e1ee394ca-a1f0c15c, #w-node-e295d6dc-a706-58ff-1cd2-c4a3fbbd2d9e-a1f0c15c {
  grid-column: span 2 / span 2;
}

#w-node-_4f49195b-e936-8c9f-b41f-5882965dc13e-be46f923 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_4f49195b-e936-8c9f-b41f-5882965dc140-be46f923 {
  grid-row: span 2 / span 2;
}

#w-node-_3a3978ba-836a-0bbd-d303-ed87518ab91c-be46f923 {
  grid-column: span 2 / span 2;
}

#w-node-dfd27860-4743-eaf5-068e-f8be86fcc862-422ab82f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-add64b49-64d9-0a62-0a5f-4c5a72b4b7dc-3d46751a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_14314694-5714-b193-68b6-c4fe04804dcd-35bc1b6f, #w-node-f85c4009-0e9a-f539-2310-1f3e2b1bc666-35bc1b6f, #w-node-_9c6c9f6f-b404-bb72-d6a3-6e136f231c29-35bc1b6f, #w-node-b4639f1d-0c9c-6a7b-c707-156da70156ab-35bc1b6f, #w-node-_3c92fb06-6627-2e7a-5e34-644be186c815-35bc1b6f, #w-node-_24e08b99-3800-8b82-cb4c-d913be1b18ad-fa4df602 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0cbcb12f-dcf6-f5fe-ac3d-4555bca66483-a5010e9a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_67c1e425-4796-a237-c7a3-ed08b8c382e4-a5010e9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-f920f937-73f4-9da5-cf75-44480ec91c70-353badb9, #w-node-f920f937-73f4-9da5-cf75-44480ec91c72-353badb9, #w-node-f920f937-73f4-9da5-cf75-44480ec91c81-353badb9, #w-node-_0e7fc3af-9b86-b674-df82-5f60232526b7-353badb9, #w-node-_23f2e2a0-4576-4b99-3767-234694d05805-353badb9, #w-node-_1e2f7b24-6ed7-34c3-5438-a50c67486e12-353badb9, #w-node-af097d51-9940-705e-1054-85c8cf3cf9f5-353badb9, #w-node-a55914c5-2f22-1601-f2a1-b671c4864dec-353badb9, #w-node-_9447fbdb-9106-6e9d-1471-e4afc9e6f704-353badb9, #w-node-_9447fbdb-9106-6e9d-1471-e4afc9e6f702-353badb9, #w-node-_9447fbdb-9106-6e9d-1471-e4afc9e6f713-353badb9, #w-node-_9447fbdb-9106-6e9d-1471-e4afc9e6f715-353badb9, #w-node-_09a48521-46b6-0305-ccb4-a1a15d54d9b8-353badb9, #w-node-_09a48521-46b6-0305-ccb4-a1a15d54d9c9-353badb9, #w-node-_09a48521-46b6-0305-ccb4-a1a15d54d9ba-353badb9, #w-node-_09a48521-46b6-0305-ccb4-a1a15d54d9cb-353badb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9f13ff48-6118-9fee-4243-1ef60633078b-daad2f26, #w-node-e7851a1f-6af2-5cd9-3fe7-0c4d565b68c9-be3ac3a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2def983-ebd6-da30-58c4-ec7e63454e43-a1f0c15c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d2def983-ebd6-da30-58c4-ec7e63454e45-a1f0c15c {
    grid-row: span 2 / span 2;
  }

  #w-node-_2a4256f6-e4ac-526d-2377-d66773db5a64-a1f0c15c, #w-node-e295d6dc-a706-58ff-1cd2-c4a3fbbd2d9e-a1f0c15c {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f49195b-e936-8c9f-b41f-5882965dc13e-be46f923 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4f49195b-e936-8c9f-b41f-5882965dc140-be46f923 {
    grid-row: span 2 / span 2;
  }

  #w-node-_3a3978ba-836a-0bbd-d303-ed87518ab91c-be46f923 {
    grid-column: span 2 / span 2;
  }

  #w-node-add64b49-64d9-0a62-0a5f-4c5a72b4b7dc-3d46751a, #w-node-_14314694-5714-b193-68b6-c4fe04804dcd-35bc1b6f, #w-node-f85c4009-0e9a-f539-2310-1f3e2b1bc666-35bc1b6f, #w-node-_9c6c9f6f-b404-bb72-d6a3-6e136f231c29-35bc1b6f, #w-node-b4639f1d-0c9c-6a7b-c707-156da70156ab-35bc1b6f, #w-node-_3c92fb06-6627-2e7a-5e34-644be186c815-35bc1b6f, #w-node-_24e08b99-3800-8b82-cb4c-d913be1b18ad-fa4df602 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0cbcb12f-dcf6-f5fe-ac3d-4555bca66483-a5010e9a {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_67c1e425-4796-a237-c7a3-ed08b8c382e4-a5010e9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04077c9d-ec88-bce0-45f3-23b27d94e8ed-52cdf7be, #w-node-_27adf8e3-4028-60c0-5860-d02f7ef5b402-4762082c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3d8e4b20-f8b6-c0af-bd5b-b7b6886bcb88-a1f0c15c, #w-node-d2def983-ebd6-da30-58c4-ec7e63454e43-a1f0c15c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2def983-ebd6-da30-58c4-ec7e63454e45-a1f0c15c {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8eaf10e-848d-8120-76c8-c2006f0f4a32-a1f0c15c {
    place-self: auto;
  }

  #w-node-_3d8e4b20-f8b6-c0af-bd5b-b7b6886bcb88-a1f0c15c, #w-node-_4f49195b-e936-8c9f-b41f-5882965dc13e-be46f923 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f49195b-e936-8c9f-b41f-5882965dc140-be46f923 {
    grid-row: span 2 / span 2;
  }
}


