.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Roboto, sans-serif;
  color: #5d5d63;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.2px;
}

h1 {
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: Amsipronarw, Arial, sans-serif;
  color: #ffa100;
  font-size: 72px;
  line-height: 62px;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Amsipronarw, Arial, sans-serif;
  color: #007d57;
  font-size: 42px;
  line-height: 38px;
  font-weight: 900;
}

h3 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Amsipronarw, Arial, sans-serif;
  color: #34343c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.section {
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
}

.section.masthead {
  overflow: visible;
  height: 720px;
  background-color: #007d57;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #00875e, #007d57);
}

.section.grey-bg {
  background-color: #f7f7f7;
}

.section.licensee {
  background-color: #34343c;
}

.section.club {
  background-color: #007d57;
}

.section.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #34343c;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.container.header {
  position: relative;
  display: flex;
  margin-top: 0px;
  flex-direction: row;
  text-align: left;
}

.container.video {
  position: relative;
  display: flex;
  margin-top: -40px;
  margin-bottom: 40px;
  align-items: flex-start;
  flex: 1;
}

.container.licensee {
  display: flex;
  height: 445px;
  padding-right: 88px;
  padding-left: 88px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-image: linear-gradient(180deg, rgba(52, 52, 60, 0.6), rgba(52, 52, 60, 0.8)), url('../images/licensee-background.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  box-shadow: 11px 11px 32px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.container.footer {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

.grid {
  display: flex;
  justify-content: space-around;
}

.grid.products {
  display: -ms-grid;
  display: grid;
  flex-wrap: wrap;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.involved {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.page-not-found {
  justify-content: center;
  flex: 0 auto;
}

.grid.stats {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1;
}

.grid-item.product {
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1 0 21%;
  border-radius: 4px;
  background-image: none;
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94), box-shadow 200ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.grid-item.product:hover {
  box-shadow: 0 16px 32px 0 rgba(52, 52, 60, 0.4);
  transform: translate(0px, -8px);
}

.grid-item.product.beauty {
  background-image: url('../images/Beauty-and-skincare_500x500px.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-item.product.children {
  background-image: url('../images/Grocery_500x500px.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-item.product.clothing {
  background-image: url('../images/product-tile_homewares.png');
  background-position: 50% 0%;
  background-size: cover;
}

.grid-item.product.furniture {
  background-image: url('../images/product-tile_fashion.png');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-item.product.building {
  background-image: url('../images/Building-Supplies---Haymes-Paint.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-item.product.footwear {
  background-image: url('../images/Footwear.png');
  background-position: 50% 100%;
  background-size: cover;
}

.grid-item.product.appliances {
  background-image: url('../images/Home-Appliances.png');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-item.product.toys {
  background-image: url('../images/Toys--Games.png');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-item.join-card {
  width: 410px;
  padding-right: 52px;
  padding-left: 52px;
  align-self: flex-start;
  flex: 0 auto;
}

.grid-item.involved {
  align-items: center;
  text-align: center;
}

.icon-stats {
  width: 160px;
}

.image-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.grid-item-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}

.grid-item-text.reduced {
  font-size: 16px;
  line-height: 24px;
}

.grid-item-text.involved {
  margin-top: 16px;
}

.tabs {
  display: block;
  margin-top: 0px;
  flex: 1;
}

.tab {
  width: 240px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 161, 0, 0.6);
  border-radius: 8px;
  background-color: transparent;
  font-family: Amsipronarw, Arial, sans-serif;
  color: #34343c;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab.w--current {
  background-color: #ffa100;
}

.tab.right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tab.left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tabs-content {
  overflow: visible;
  margin-top: 0px;
}

.header-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: -260px;
  bottom: auto;
  width: 1000px;
  height: auto;
}

.header-image.mobile {
  width: 0px;
}

.div-block {
  z-index: 100;
  width: 55%;
  flex: 0 auto;
}

.campaign-date {
  color: #fff;
}

.subhead {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.youtube {
  position: relative;
  width: 70%;
  align-items: flex-start;
  flex: 1;
  background-image: linear-gradient(180deg, #34343c, #34343c);
  box-shadow: 0 16px 32px 0 rgba(52, 52, 60, 0.2);
}

.video-caption {
  display: flex;
  width: 380px;
  padding-top: 180px;
  padding-left: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 auto;
  text-align: left;
}

.button {
  padding: 20px 64px;
  border-radius: 8px;
  background-color: #007d57;
  box-shadow: 0 2px 2px 0 rgba(52, 52, 60, 0.1), 0 4px 4px 0 rgba(52, 52, 60, 0.1), 0 8px 8px 0 rgba(52, 52, 60, 0.1), 0 16px 16px 0 rgba(52, 52, 60, 0.1);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), transform 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  font-family: Amsipronarw, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #006345;
  transform: translate(0px, -2px);
}

.button:active {
  background-color: #34343c;
}

.button.secondary {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 125, 87, 0.4);
  background-color: transparent;
  box-shadow: none;
  color: #007d57;
}

.button.secondary:hover {
  border-color: #006345;
  color: #006345;
}

.button.secondary:active {
  border-color: rgba(52, 52, 60, 0.4);
  background-color: rgba(52, 52, 60, 0.1);
  color: #34343c;
}

.button.licensee {
  background-color: #ffa100;
  color: #34343c;
}

.button.licensee:hover {
  background-color: #fb3;
}

.button.licensee:active {
  background-color: #fff;
}

.content-wrapper {
  margin-top: 60px;
}

.content-wrapper.no-header {
  margin-top: 0px;
}

.product-label {
  padding: 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #007d57;
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.join-image {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  flex: 0 auto;
}

.join-card {
  padding: 60px 48px;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 16px 32px 0 rgba(52, 52, 60, 0.2);
  text-align: left;
}

.button-wrapper {
  margin-top: 64px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.button-wrapper.less-space {
  margin-top: 32px;
}

.join-header {
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
}

.ausmade-tag {
  width: 540px;
}

.licensee {
  color: #fff;
}

.social-links {
  margin-right: 24px;
  margin-left: 24px;
}

.copyright {
  flex: 1;
  text-align: right;
}

.legal {
  flex: 1;
  text-align: left;
}

.social-link {
  margin-right: 8px;
  margin-left: 8px;
  transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
}

.social-link:hover {
  opacity: 0.4;
}

.heading-stats {
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}

.disclaimer {
  margin-top: 64px;
  font-size: 12px;
  line-height: 16px;
}

.involved-icon {
  width: 64px;
}

.video-heading {
  color: #007d57;
  font-size: 38px;
  line-height: 34px;
  text-transform: uppercase;
}

.hide-overflow {
  overflow: hidden;
}

.logo-ausmade {
  width: 153px;
}

.text-block {
  position: absolute;
  top: -72px;
  right: 0px;
  z-index: 100;
  align-self: flex-start;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: right;
  letter-spacing: normal;
}

.text-span {
  font-family: Amsipronarw, Arial, sans-serif;
  font-size: 20px;
}

.underline {
  text-decoration: underline;
}

.html-embed {
  display: none;
  height: 0px;
}

.heading-3 {
  text-transform: uppercase;
  text-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.heading-4 {
  text-transform: uppercase;
}

.heading-5 {
  text-transform: uppercase;
}

.utility-page-wrap {
  position: fixed;
  top: 0px;
  z-index: 1000;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

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

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

.button-2 {
  padding: 20px 64px;
  border-radius: 8px;
  background-color: #007d57;
  box-shadow: 0 2px 2px 0 rgba(52, 52, 60, 0.1), 0 4px 4px 0 rgba(52, 52, 60, 0.1), 0 8px 8px 0 rgba(52, 52, 60, 0.1), 0 16px 16px 0 rgba(52, 52, 60, 0.1);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), transform 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  font-family: Amsipronarw, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #006345;
  transform: translate(0px, -2px);
}

.button-2:active {
  background-color: #34343c;
}

.body {
  overflow: hidden;
  height: 100vh;
}

.new-header-image {
  position: absolute;
  left: -350px;
  top: 0%;
  display: flex;
  width: 1000px;
  justify-content: center;
  align-items: center;
}

.hero-image-small {
  position: relative;
  display: none;
  width: 100%;
}

.hero-image-large {
  position: relative;
  width: 100%;
}

.div-block-2 {
  position: relative;
  display: flex;
  width: 45%;
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  width: 100%;
  max-width: 495px;
}

.hide-text {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 120px;
    font-size: 56px;
    line-height: 48px;
    text-shadow: 0 8px 12px rgba(52, 52, 60, 0.2);
  }

  .section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section.masthead {
    overflow: hidden;
    height: auto;
    padding-bottom: 80px;
  }

  .container {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .container.video {
    flex-direction: column;
    align-items: center;
  }

  .grid.involved {
    flex-direction: column;
  }

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

  .grid-item.product {
    flex-basis: 41%;
  }

  .grid-item.join-card {
    padding: 48px;
  }

  .icon-stats {
    width: 120px;
  }

  .grid-item-text.involved {
    margin-top: 16px;
  }

  .header-image {
    right: -340px;
    width: 0px;
  }

  .header-image.mobile {
    width: 1000px;
  }

  .div-block {
    flex: 0 auto;
  }

  .youtube {
    width: 100%;
  }

  .video-caption {
    width: auto;
    padding-top: 32px;
    padding-left: 0px;
    text-align: center;
  }

  .ausmade-tag {
    width: 100%;
  }

  .social-links {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .involved-icon {
    width: 64px;
  }

  .text-block {
    left: 0px;
    right: auto;
    text-align: left;
  }

  .hero-image-small {
    display: block;
  }

  .hero-image-large {
    display: none;
  }

  .div-block-2 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-top: 60px;
    font-size: 36px;
    line-height: 30px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 12px rgba(0, 0, 0, 0.2);
  }

  h2 {
    font-size: 32px;
    line-height: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.masthead {
    height: auto;
    padding-bottom: 0px;
  }

  .section.licensee {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.footer {
    border-top-style: none;
  }

  .container.video {
    margin-top: -20px;
  }

  .container.licensee {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 48px 20px;
    border-radius: 0px;
    box-shadow: none;
  }

  .container.involved {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid {
    flex-direction: row;
  }

  .grid.page-not-found {
    flex-direction: row;
    align-items: stretch;
  }

  .grid-item.product {
    flex: 1 0 41%;
  }

  .grid-item.join-card {
    width: 350px;
    padding: 36px;
    text-align: left;
  }

  .icon-stats {
    width: 80px;
  }

  .grid-item-text {
    margin-top: 16px;
  }

  .grid-item-text.reduced {
    margin-top: 12px;
  }

  .tab {
    flex: 1;
  }

  .tabs-content {
    margin-top: 0px;
  }

  .tabs-menu {
    display: flex;
    justify-content: center;
  }

  .header-image {
    right: -150px;
    width: 0px;
    justify-content: space-between;
  }

  .header-image.mobile {
    width: 540px;
  }

  .subhead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.join {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper {
    margin-top: 40px;
  }

  .join-image {
    justify-content: flex-end;
    flex: 1;
  }

  .join-card {
    padding: 32px;
    text-align: center;
  }

  .button-wrapper {
    margin-top: 48px;
  }

  .join-header {
    font-size: 32px;
    line-height: 28px;
  }

  .heading-stats {
    font-size: 24px;
    line-height: 28px;
  }

  .involved-icon {
    width: 48px;
  }

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

  .logo-ausmade {
    width: 90px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .text-block {
    left: auto;
    top: -52px;
    right: 0%;
    bottom: auto;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

  .text-span {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-3 {
    margin-top: 40px;
  }

  .button-2.join {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .new-header-image {
    left: -198px;
    width: 630px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
    line-height: 28px;
  }

  h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.masthead {
    height: auto;
    background-image: none;
  }

  .section.grey-bg {
    background-image: none;
  }

  .section.club {
    overflow: hidden;
  }

  .container.footer {
    flex-direction: column;
  }

  .container.join {
    margin-top: 0px;
  }

  .grid {
    flex-direction: column;
  }

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

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

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

  .grid-item.product {
    flex: 0 auto;
  }

  .grid-item.product.beauty {
    align-items: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .grid-item.product.children {
    width: 260px;
    height: 260px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .grid-item.product.clothing {
    width: 260px;
    height: 260px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .grid-item.product.furniture {
    width: 260px;
    height: 260px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .grid-item.join-card {
    width: auto;
    padding: 32px 24px;
    text-align: center;
  }

  .grid-item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-item-text.reduced {
    font-size: 14px;
    line-height: 20px;
  }

  .tab {
    display: flex;
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-size: 16px;
  }

  .tabs-content {
    margin-top: 0px;
  }

  .tabs-menu {
    display: flex;
  }

  .header-image {
    right: -210px;
    width: 0px;
  }

  .header-image.mobile {
    width: 540px;
  }

  .div-block {
    width: 100%;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

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

  .button {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
  }

  .content-wrapper {
    margin-top: 40px;
  }

  .join-image {
    width: 100%;
    flex-direction: row;
  }

  .join-card {
    margin-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .button-wrapper {
    margin-top: 40px;
  }

  .join-header {
    font-size: 26px;
    line-height: 24px;
  }

  .ausmade-tag {
    transform: translate(48px, 0px);
  }

  .social-links {
    margin-top: 32px;
  }

  .copyright {
    margin-top: 32px;
    flex: 0 auto;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .legal {
    flex: 0 auto;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .heading-stats {
    font-size: 20px;
    line-height: 24px;
  }

  .involved-icon {
    width: 40px;
  }

  .video-heading {
    font-size: 24px;
    line-height: 24px;
  }

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

  .text-block {
    top: -48px;
  }

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

  .heading-3 {
    margin-top: 48px;
  }

  .button-2 {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
  }

  .new-header-image {
    left: -362px;
    width: 595px;
  }

  .div-block-2 {
    width: 1%;
  }

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

@font-face {
  font-family: 'Amsipronarw';
  src: url('../fonts/amsipronarw-black.eot') format('embedded-opentype'), url('../fonts/amsipronarw-black.woff') format('woff'), url('../fonts/amsipronarw-black.ttf') format('truetype'), url('../fonts/amsipronarw-black.otf') format('opentype'), url('../fonts/amsipronarw-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}