@font-face {
  font-family: "Museo sans w01 rounded 1000";
  src: url('../fonts/Museo-Sans-W01-Rounded-1000.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gunnar;
  src: url('../fonts/Gunnar-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: The bredan script;
  src: url('../fonts/The-Bredan-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #fad22b;
  --black: black;
  --grey-font: #969696;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--yellow);
  text-decoration: underline;
}

.banner-bar {
  background-color: var(--yellow);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 8px 3%;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.div-block-37 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #dfb713;
  border-radius: 5px;
  margin-right: 10px;
  padding: 6px 15px;
  font-family: Gunnar, sans-serif;
  font-size: 12px;
}

.cta-text {
  color: var(--black);
  text-transform: uppercase;
  font-family: Gunnar, sans-serif;
  text-decoration: none;
}

.navigation-link {
  color: var(--yellow);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Gunnar, sans-serif;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link.w--current {
  color: var(--yellow);
  text-transform: uppercase;
}

.navigation-link.w--current:hover {
  color: #fff;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-wrap {
  z-index: 9999999;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  display: block;
  position: sticky;
  top: 0;
}

.navigation-wrap:hover {
  background-color: #000;
}

.dropdown-link-4 {
  color: #fff;
  background-color: #131313;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #202020;
}

.useful-links-dropdown {
  color: #fff;
  background-color: #131313;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.useful-links-dropdown:hover {
  color: #fff;
  background-color: #202020;
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: static;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.logo {
  width: 115px;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: auto;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-column-wrap {
  display: flex;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.nav-link-details {
  color: #687e8899;
  font-size: 14px;
}

.dropdown-menu-link {
  color: #747474;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.dropdown-menu-link:hover {
  color: #23a455;
}

.navigation {
  background-color: #000;
  border-bottom: 1px solid #131d27;
  flex-direction: column;
  align-items: center;
  padding: 5px 3%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navigation:hover {
  background-color: #000;
  border-bottom-width: 0;
}

.text-block-61 {
  font-size: 14px;
}

.dropdown-link-5 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  color: #161616;
  background-color: #181818;
  min-width: 700px;
  max-height: none;
  left: -120px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.menu-subheading-heading {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.dropdown {
  text-transform: uppercase;
}

.dropdown-toggle {
  color: var(--yellow);
  padding-left: 12px;
  padding-right: 26px;
  font-family: Gunnar, sans-serif;
  font-size: 17px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #fff;
}

.hero {
  z-index: 5;
  height: 90vh;
  margin-top: 0;
  position: relative;
}

.background-video {
  background-color: #1a1a1ab3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero__heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Gunnar, sans-serif;
  font-size: 50px;
}

.hero__play-video-button {
  color: #383838;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 32px;
  padding: 12px 16px;
  font-weight: 400;
}

.button-solid {
  border: 2px solid var(--yellow);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00accf00;
  border-radius: 6px;
  align-self: flex-start;
  height: auto;
  padding: 15px 25px;
  font-family: Gunnar, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-solid:hover {
  background-color: var(--yellow);
  color: var(--black);
  transform: translate(0, -5px);
}

.button-wrap {
  justify-content: flex-start;
  align-items: center;
  min-width: 50px;
  height: 45px;
  padding-left: 51px;
  display: flex;
  position: relative;
}

.circle-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base {
  background-color: #5b3acc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.image {
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 18px;
}

.button-t {
  color: #000;
  letter-spacing: 1px;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
}

.button-link {
  z-index: 5;
  position: absolute;
  inset: 0;
}

.button {
  z-index: 3;
  background-color: #f5f6f8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-t-2 {
  z-index: 4;
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.button-cover {
  z-index: 3;
  color: #00accf;
  background-color: #00accf;
  width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.section {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns {
  flex-flow: row;
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #b6b6b6;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  margin-bottom: 20px;
  font-family: Gunnar, sans-serif;
  font-size: 40px;
  overflow: visible;
}

.footer {
  text-align: center;
  background-color: #0a0a0a;
  border-top: 1px solid #222;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 115px;
  height: auto;
}

.footer-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #d4d4d4;
  text-align: left;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: var(--yellow);
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  transform: translate(5px);
}

.paragraph-2 {
  text-align: right;
}

.section-2 {
  background-color: #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: baseline;
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
}

.column {
  padding: 20px;
}

.section-alternated {
  flex-direction: row;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.alternated-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.columns-alternated {
  flex-direction: row-reverse;
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-alternative {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-corner-rounded {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  transition: all .2s;
  overflow: visible;
}

.image-corner-rounded:hover {
  transform: translate(0, -5px);
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--yellow);
  border: 0 solid #000;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.column-2, .column-3 {
  padding: 20px;
}

.product-category-selection {
  background-image: url('../images/Liquid-Cheese-1.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.footer-credits-text {
  color: #b4b4b4;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.footer-credits-text-right {
  color: #b4b4b4;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.footer-credits-url {
  color: var(--yellow);
  text-decoration: none;
}

.footer-credits-url:hover {
  color: #fff;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.icon-wrap {
  order: 0;
  width: auto;
  margin-top: 144px;
}

.icon-scroll {
  border: 1px solid #fff;
  border-radius: 25px;
  width: 30px;
  height: 50px;
  position: relative;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.heading-white-newsletter {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 40px;
}

.heading-white-centred {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Gunnar, sans-serif;
  font-size: 40px;
  line-height: 20px;
}

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

.button-solid-white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00accf00;
  border: 2px solid #fff;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 25px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: static;
}

.button-solid-white:hover {
  color: #23a455;
  background-color: #fff;
}

.image-2 {
  margin-bottom: 10px;
}

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

.white-paragraph-centred-text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-copy {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 40px;
}

.heading-smaller-centred {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Gunnar, sans-serif;
  font-size: 32px;
}

.paragraph-centred {
  text-align: center;
}

.column-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-copy {
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.image-3 {
  margin-bottom: 20px;
}

.stockists-logos {
  width: 170px;
  margin-bottom: 20px;
}

.stockists-logos:hover {
  padding-bottom: 0;
}

.columns-2 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.column-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-4 {
  text-align: left;
  display: block;
}

.container {
  flex-direction: column;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.maps {
  margin-bottom: 20px;
}

.list {
  align-self: stretch;
}

.button-solid-left-aligned {
  color: #00accf;
  text-transform: uppercase;
  background-color: #00accf00;
  border: 2px solid #00accf;
  border-radius: 6px;
  align-self: flex-start;
  height: auto;
  padding: 15px 25px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-solid-left-aligned:hover {
  color: #fff;
  background-color: #00accf;
}

.small-heading-left-aligned {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Gunnar, sans-serif;
  font-size: 26px;
}

.info-columns {
  background-color: #141414;
  border: 5px solid #000;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  transition: all .3s;
  display: block;
}

.info-columns:hover {
  transform: translate(0, -5px);
}

.blog-post-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 30px;
  line-height: 20px;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-5 {
  border-radius: 10px;
}

.blog-heading-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 25px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-field {
  color: #cfcfcf;
  background-color: #161616;
  border: 0 solid #000;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-codes {
  color: #9b9b9b;
  margin-top: 20px;
  font-size: 12px;
}

.grid {
  grid-template-areas: "."
                       "Area";
}

.grid-2 {
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
}

.checkmark {
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 0;
}

.product-attributes-section {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.gallery-thumbnail:hover {
  opacity: 1;
  transform: scale(.95);
}

.social-icons {
  transition: all .2s;
}

.social-icons:hover {
  transform: translate(0, -5px);
}

.privacy-policy-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 10px;
  font-family: Gunnar, sans-serif;
  font-size: 25px;
}

.container-2 {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.div-block-38 {
  height: 10px;
}

.button-solid-centred {
  border: 2px solid var(--yellow);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00accf00;
  border-radius: 6px;
  align-self: center;
  height: auto;
  padding: 15px 25px;
  font-family: Gunnar, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-solid-centred:hover {
  background-color: var(--yellow);
  color: #000;
  transform: translate(0, -5px);
}

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

.column-6 {
  display: flex;
}

.product-description-text {
  color: #b3b3b3;
}

.container-3 {
  background-color: #141414;
  padding: 30px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.grid-4 {
  grid-template-areas: "Area";
}

.product-infos {
  align-items: center;
  display: flex;
}

.image-6 {
  width: 90px;
}

.product-info-columns {
  background-color: #141414;
  border: 5px solid #000;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  transition: all .3s;
  display: flex;
}

.product-info-columns:hover {
  transform: translate(0, -5px);
}

.image-7 {
  width: 90px;
}

.columns-3 {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 90px;
}

.product-info-image, .image-10 {
  width: 80px;
}

.text-block-66 {
  font-size: 14px;
}

.collection-item-2 {
  background-color: #161616;
  border: 5px solid #000;
  border-radius: 15px;
  height: 630px;
  padding: 20px;
  transition: all .2s;
}

.collection-item-2:hover {
  transform: translate(0, -5px);
}

.image-blog-list {
  border-radius: 10px;
  width: 100%;
}

.button-solid-2 {
  border: 2px solid var(--yellow);
  color: #fff;
  text-transform: uppercase;
  background-color: #00accf00;
  border-radius: 6px;
  align-self: flex-start;
  height: auto;
  padding: 15px 25px;
  font-family: Gunnar, sans-serif;
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
}

.button-solid-2:hover {
  background-color: var(--yellow);
  color: var(--black);
  transform: translate(0, -5px);
}

.published-on-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.blog-featured-image {
  border-radius: 15px;
  margin-bottom: 20px;
}

.form-label {
  color: #fff;
}

.stockists-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 22px;
}

.image-11 {
  width: 60px;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.phone-number {
  color: #fff;
  margin-top: 10px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.phone-number-class {
  color: #fff;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.stockist-icon {
  align-self: auto;
  width: 30px;
  margin-right: 10px;
}

.list-item {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  list-style-type: none;
  display: flex;
}

.list-2 {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.map-embed {
  height: 300px;
  margin-bottom: 20px;
}

.image-12 {
  width: 30px;
}

.filtering {
  width: 700px;
  margin-top: 20px;
}

.stockist-filter {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-weight: 800;
  transition: all .2s;
}

.stockist-filter:hover {
  transform: translate(0, -5px);
}

.filter-buttons {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px solid #2ea944;
  border-radius: 6px;
  justify-content: center;
  align-self: flex-start;
  height: auto;
  margin-right: 10px;
  padding: 15px 25px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: block;
}

.filter-buttons:hover {
  color: #fff;
  background-color: #2ea944;
  transform: translate(0, -5px);
}

.filter-buttons.jetboost-filter-active {
  background-color: #2ea944;
}

.stockist-columns {
  background-color: #141414;
  border: 5px solid #000;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  height: 660px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  transition: all .3s;
  display: block;
}

.stockist-columns:hover {
  transform: translate(0, -5px);
}

.paragraph-5 {
  display: none;
}

.filter-wrapper {
  white-space: normal;
  width: 100%;
  display: block;
  overflow: visible;
}

.paragraph-6 {
  display: none;
}

.columns-5, .columns-6 {
  width: 100%;
}

.paragraph-7 {
  display: none;
}

.r-symbol {
  font-size: 20px;
  transform: translate(0, -9px);
}

.text-block-68 {
  border: 2px solid #2ea944;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.button-embed {
  color: #2ea944;
  text-align: center;
  background-color: #0000;
  border: 2px solid #2ea944;
}

.grid-5 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". Area";
}

.filters {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.filters-wrap {
  display: flex;
}

.category {
  color: #2ea944;
  text-align: center;
  border: 2px solid #2ea944;
  border-radius: 5px;
  width: 100px;
  margin-bottom: 20px;
  padding: 15px 10px 15px 0;
  display: none;
}

.html-embed {
  padding-left: 0;
  padding-right: 10px;
}

.collection-list-wrapper {
  width: 100%;
  display: block;
}

.html-embed-2 {
  padding-top: 0;
  display: block;
}

.collection-item-3 {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-3 {
  width: auto;
}

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

.column-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-39 {
  height: 20px;
}

.button-black {
  border: 2px solid var(--black);
  width: auto;
  height: auto;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #00accf00;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: static;
}

.button-black:hover {
  background-color: var(--black);
  color: var(--yellow);
  transform: translate(0, -5px);
}

.container-5 {
  max-width: 1300px;
}

.menu-link {
  font-size: 15px;
  font-weight: 400;
}

.menu-link.black {
  color: var(--black);
}

.logo-6 {
  width: 130px;
}

.toggle-beyond {
  color: #fff;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle-beyond:hover {
  color: #fff9;
  background-color: #031c3c;
}

.toggle-beyond.w--open {
  background-color: #031c3c;
}

.toggle-beyond.w--open:hover {
  background-color: #062347;
}

.navigation-split {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.content-grove {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.line-beyond {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav02 {
  z-index: 2147483647;
  background-color: var(--black);
  border-bottom: 2px solid #2e2e2e;
  align-items: center;
  height: 105px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 2px 16px 35px #0907250f;
}

.list-grove {
  min-width: 140px;
  top: 100%;
}

.list-grove.w--open {
  background-color: #0000;
  min-width: 260px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.image-13 {
  width: 30px;
  margin-right: 14px;
}

.image-wrap-beyond {
  height: 140px;
}

.dropdown-beyond {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Oswald, sans-serif;
  display: flex;
  position: static;
}

.toggle-grove {
  height: 100%;
  color: var(--yellow);
  text-transform: uppercase;
  align-items: center;
  padding-left: 12px;
  padding-right: 24px;
  font-family: Gunnar, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle-grove:hover {
  color: #fff;
}

.link-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-grove:hover {
  color: var(--yellow);
}

.navigation-side {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.navigation-side.align-left {
  justify-content: flex-start;
}

.navigation-side.right {
  justify-content: flex-end;
}

.brand-centre {
  z-index: 99999;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.brand-centre:hover {
  transform: scale(.95);
}

.chevron {
  margin-right: 5px;
}

.dropdown-grove {
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.dropdown-grove.mobile-only {
  display: none;
}

.list-wrap-beyond {
  background-color: #031c3c;
}

.nav-menu-beyond {
  color: #000;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
}

.chevron-beyond {
  margin-right: 10px;
  font-size: 14px;
}

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

.content-wrap-beyond {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.content-dark-grove {
  background-color: var(--yellow);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px 24px;
  display: flex;
}

.small-link-beyond {
  color: #fff6;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.small-link-beyond:hover {
  color: #fff;
  transform: translate(5px);
}

.nav-title-beyond {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.link-2-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-2-grove:hover {
  color: #a0bafa;
}

.list-beyond {
  min-width: 100%;
}

.list-beyond.w--open {
  background-color: #0000;
  flex: 0 auto;
  position: absolute;
  inset: 100% 0 auto;
  box-shadow: 4px 70px 50px #00000014;
}

.nav-container-beyond {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.link-5-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-5-grove:hover {
  color: #a0bafa;
}

.link-3-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-3-grove:hover {
  color: #a0bafa;
}

.text-block-62 {
  margin-right: 6px;
}

.product-beyond {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.link-4-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-4-grove:hover {
  color: #a0bafa;
}

.menu-hidden-desktop {
  color: #e5e5e5;
  letter-spacing: -.02em;
  border: 2px solid #121212;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.list-wrap-grove {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.list-wrap-grove.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.large-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #134d96;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 16px;
  padding: 22px 32px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.large-link:hover {
  background-color: #1a56a3;
}

.navigation-arrow-grove {
  z-index: 999;
  width: 40px;
  position: absolute;
  inset: -8px auto auto;
}

.text-block-69 {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
}

.button-solid-3 {
  color: #00accf;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #00accf00;
  border: 2px solid #00accf;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px 25px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-solid-3:hover {
  color: #fff;
  background-color: #00accf;
  transform: translate(0, -5px);
}

.button-solid-3._100 {
  width: 100%;
}

.brand-span-dark {
  color: var(--yellow);
}

.header {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 45px 3%;
  display: flex;
  overflow: visible;
}

.lottie-scroll {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.display-h1-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gunnar, sans-serif;
  font-size: 50px;
  line-height: 1.05;
}

.container-6 {
  z-index: 5;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-8 {
  color: var(--grey-font);
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-8.white {
  color: #000000d9;
}

.scroll-wrapper-2 {
  color: #d9d9e2;
  letter-spacing: -.03em;
  align-items: center;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.hero-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.tabs-product-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: The bredan script, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.hero-person {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider {
  height: 100%;
}

.bold-text-2 {
  color: var(--yellow);
}

.hero-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-nav {
  background-color: #000;
}

.icon-wrap-2 {
  background-color: #2e2e2e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--yellow);
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.nav-icon {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 29px;
}

.title-cta {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gunnar, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.nav-link-small {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: Gunnar, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cta-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-stockist-wrap {
  background-color: var(--black);
  color: #0f1529;
  border-radius: 8px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-stockist-wrap:hover {
  color: #00accf;
  transform: translate(0, -5px);
}

.grid-8 {
  grid-template-rows: auto;
}

.nav-link-description {
  color: #6d6d6d;
  letter-spacing: -.02em;
  font-size: 14px;
}

.footer-2 {
  background-color: var(--black);
  text-align: center;
  border-top: 1px solid #272727;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 80px;
}

.footer-grid {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
  margin-top: 15px;
}

.error-message-3 {
  color: #f66565;
  background-color: #fff5f6;
  border: 1px solid #ffaaaa5c;
  border-radius: 15px;
  padding: 18px;
}

.footer-link-column {
  text-align: left;
  text-decoration: none;
}

.footer-heading-2 {
  color: var(--yellow);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gunnar, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #a1a1a1;
  text-align: left;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link-2:hover {
  color: var(--yellow);
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  transform: translate(5px);
}

.social-circle {
  background-color: var(--black);
  border: 1px solid #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.social-circle:hover {
  transform: translate(0, -5px);
}

.email-field-2 {
  background-color: #0000;
  border: 1px #000;
  height: 58px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.email-field-2::placeholder {
  color: #b4b2c5;
}

.container-13 {
  flex-direction: column;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f01_social_icon {
  width: 15px;
}

.form-2 {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 6px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.newsletter-blue {
  background-color: var(--yellow);
  min-height: 64px;
  box-shadow: none;
  color: #f5f7fd;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/Rocket.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px #5d3eff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 33px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.newsletter-blue:hover {
  background-color: var(--black);
  box-shadow: none;
  transform: translate(0, -5px);
}

.success-message-3 {
  color: #34a1cd;
  background-color: #e9f9ff;
  border-radius: 15px;
}

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

.grey-divider-2 {
  background-color: #333;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.logo-2 {
  width: 110px;
}

.container-14 {
  max-width: 1170px;
}

._75px {
  height: 50px;
}

.text-block-70 {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  font-family: Gunnar, sans-serif;
  font-size: 30px;
}

.empty-state {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50px-spacer {
  height: 50px;
}

._25 {
  height: 25px;
}

.form-section {
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.side-banner {
  background-image: url('../images/Slider03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
}

.side-banner.stockist {
  background-image: url('../images/Range.jpg');
}

.html-embed-4 {
  width: 100%;
  height: 100%;
}

.form-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 730px;
}

.form-container {
  justify-content: flex-start;
  width: 70%;
  padding: 100px 5% 100px 8%;
  display: flex;
}

.h11_h1-2 {
  max-width: 610px;
  color: var(--yellow);
  justify-content: flex-start;
  align-self: flex-end;
  margin: 0 0 5px;
  font-family: Gunnar, sans-serif;
  font-size: 47px;
  display: block;
}

.title-wrap-2 {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
}

.text-span-5 {
  color: #fff;
}

.modal-content-wrap {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.list-beyond-2 {
  min-width: 100%;
}

.list-beyond-2.w--open {
  border-top: 6px solid #00accf;
  position: absolute;
  inset: 85px 0 auto;
  box-shadow: 4px 70px 50px #00000014;
}

.mobile-mneu-item {
  color: #353535;
  letter-spacing: .4px;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.mobile-mneu-item:hover, .mobile-mneu-item.w--current, .mobile-mneu-item.w--open {
  color: #00accf;
}

.icon-wrap-3 {
  background-color: #d8f6fc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
}

.div-block-42 {
  width: 15px;
}

.small-link-beyond-2 {
  color: #fff6;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
}

.small-link-beyond-2:hover {
  color: #fff;
  transform: translate(5px);
}

.content-wrap-beyond-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 32px;
  display: flex;
}

.product-beyond-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.dropdown-list-4 {
  background-color: #c37171;
}

.dropdown-list-4.w--open {
  background-color: #0000;
  border-radius: 30px;
  flex-direction: row;
  padding-top: 32px;
  right: 0%;
  overflow: visible;
}

.column-3-beyond {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 32px 14px 33px;
  text-decoration: none;
  transition: all .35s;
}

.nav-menu-desktop-2 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.column-1-beyond {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 32px 14px 33px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-wrap-2 {
  z-index: 9999999;
  background-color: #fff;
  display: none;
  position: sticky;
  top: 0;
}

.navigation-wrap-2.mobile {
  display: none;
}

.search-input {
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  height: 55px;
}

.brand-span-dark-2 {
  color: #00accf;
}

.image-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 200px;
  max-height: 190px;
  overflow: hidden;
}

.navigation-button-wrap {
  align-items: center;
  display: flex;
}

.column-2-beyond {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 32px 14px 33px;
  text-decoration: none;
  transition: all .35s;
}

.brand-2 {
  margin-right: 20px;
}

.display-h1-3 {
  color: #333;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 50px;
  line-height: 1.05;
}

.nav-title-beyond-2 {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.navigation-menu-beyond {
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link-small-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Gunnar, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.modal-section {
  z-index: 15;
  background-color: #04202ce8;
  align-items: center;
  max-width: 100%;
  padding: 100px 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.single-menu-items {
  color: #353535;
  letter-spacing: .4px;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.single-menu-items:hover, .single-menu-items.w--current, .single-menu-items.w--open {
  color: #00accf;
}

.grey-divider {
  background-color: #3a3a3a3d;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.navigation-beyond {
  z-index: 9999;
  background-color: #fff;
  align-items: stretch;
  height: 95px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 38px 38px 74px #38327c0f;
}

.navigation-beyond.mobile {
  display: none;
}

.column-4-half {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  padding: 32px 14px 33px;
  text-decoration: none;
  transition: all .35s;
}

.nav-menu-desktop {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.brand-logo {
  width: 100px;
}

.list-wrap-beyond-2 {
  background-color: #012d36;
}

.link-wrap-2 {
  color: #0f1529;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-wrap-2:hover {
  color: #00accf;
}

.dropdown-wrap {
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 46px 37px 115px #0003;
}

.close-icon {
  transition: opacity .3s;
  position: absolute;
  inset: -20px -20px auto auto;
}

.close-icon:hover {
  opacity: .4;
}

.container-beyond {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrap-beyond-2 {
  height: 120px;
}

.nav-links-wrap {
  background-color: #1d1d1d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  padding: 15px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-container-beyond-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.toggle-beyond-2 {
  color: #353535;
  letter-spacing: .4px;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-family: "Museo sans w01 rounded 1000", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle-beyond-2:hover, .toggle-beyond-2.w--open {
  color: #00accf;
}

.search-button {
  background-color: silver;
  border-radius: 8%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.search-button:hover {
  background-color: #06112dcc;
  transform: scale(.9);
}

.dropdown-beyond-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.paragraph-9 {
  color: #464646;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.menu-header-link {
  text-decoration: none;
}

.line-beyond-2 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.modal-container {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px 40px;
  display: flex;
  position: relative;
  box-shadow: 28px 28px 60px -20px #d1edfa99;
}

.x-icon {
  width: 60px;
}

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

.text-block-71 {
  margin-right: 15px;
}

.div-block-122 {
  z-index: 99999;
  background-color: var(--black);
  position: sticky;
  top: 0;
}

._25px-spacer {
  height: 25px;
}

.confirmation-animation {
  width: 120px;
  margin-bottom: 10px;
}

._25px-spacer-2 {
  width: 100%;
  height: 25px;
}

.button-hero {
  background-color: #d80032;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: all .3s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.button-hero:hover {
  background-color: #d80032;
  background-image: linear-gradient(to right, #ef233c, #d80032);
  transform: translate(0, -5px);
}

.button-hero.w--current {
  max-width: 200px;
}

.hero-h1 {
  color: #2b327f;
  letter-spacing: -1.4px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 1em;
}

.standard-paragraph {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.center {
  color: #6d6d6d;
  text-align: center;
  max-width: 650px;
  font-family: Lato, sans-serif;
  display: block;
}

._20px-spacer {
  height: 20px;
}

.container-7 {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.heading-3-centred-no-space {
  text-align: center;
  margin-top: 0;
  font-size: 45px;
  line-height: 1;
}

.image-14 {
  max-width: 95px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.footer-column.centre-cell {
  border-left: 1px solid #e8e7ee;
  border-right: 1px solid #e8e7ee;
}

.text-field-dark {
  color: #130b46;
  background-color: #0000;
  border: 1.2px solid #130b46;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
}

.text-field-dark::placeholder {
  color: #2f2a51;
}

.footer-line-break {
  background-color: #e8e7ee;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.newsletter-row {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.icon-regular {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-grid-link-bold {
  color: #130b46;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
}

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

.form-wrapper-2 {
  align-items: center;
  display: flex;
}

.button-submit {
  color: #fff;
  text-align: center;
  background-color: #130b46;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-submit:hover {
  background-color: #2f2a51;
}

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

.logo-circle {
  background-color: #d6ffd8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: flex;
}

.heading-detail-footer {
  color: #130b46;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.footer-link-grid {
  grid-template-columns: 1fr;
  min-width: 50%;
}

.footer-grid-link {
  color: #130b46;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.paragraph-small {
  color: #6c678e;
}

.footer-3 {
  padding: 100px 5%;
}

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

.icon-regular-social {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.logo-wrapper {
  color: #130b46;
  letter-spacing: .05em;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.newsletter-heading {
  color: #130b46;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.accent {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-regular-contact {
  color: #9895b2;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.success-message {
  color: #006603;
  background-color: #ebffeb;
}

.footer-newsletter {
  background-color: #f6f6f9;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 5%;
  position: relative;
}

.footer-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e8e7ee;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-15 {
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-circle {
  color: #6c678e;
  border: 1px solid #e8e7ee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.icon-circle:hover {
  color: #130b46;
}

.footer-line-break-small {
  background-color: #e8e7ee;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.table-head-block {
  background-color: var(--yellow);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  display: flex;
}

.tableheading {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.coloursbox {
  background-color: #151515;
}

.div-block-124 {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-52 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-solid-4 {
  border: 2px solid var(--yellow);
  color: #fdffff;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #00accf00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px 25px;
  font-family: Gunnar, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-solid-4:hover {
  background-color: var(--yellow);
  color: var(--black);
  transform: translate(0, -5px);
}

.button-solid-4.download {
  background-image: url('../images/file-download-line-1.svg');
  background-position: 96% 47%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 40px;
}

.button-solid-4.download:hover {
  background-image: url('../images/file-download-line-3.svg');
}

.section-copy {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-holder {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fad22b;
  border: 0 solid #000;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .brand-centre {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation {
    display: none;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .menu-mob {
    color: #fff;
    background-color: #2ea944;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .gallery-grid-container {
    align-self: stretch;
  }

  .toggle-beyond {
    width: 100%;
  }

  .toggle-beyond.w--open {
    width: 100%;
    height: auto;
  }

  .navigation-split {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-grove {
    width: 100%;
  }

  .line-beyond {
    display: none;
  }

  .icon-7 {
    color: #fff;
  }

  .mobile-nav-2 {
    color: #3f0a3d;
    border: 1px solid #ffffff29;
    position: static;
  }

  .mobile-nav-2.w--open {
    background-color: #3f0a3d;
    border-color: #02676b;
  }

  .nav02 {
    display: none;
  }

  .list-grove.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .image-wrap-beyond {
    display: none;
  }

  .dropdown-beyond {
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .grid-14 {
    grid-row-gap: 16px;
    width: 100%;
  }

  .toggle-grove {
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
  }

  .toggle-grove.w--open {
    width: 100%;
  }

  .navigation-side {
    justify-content: flex-end;
  }

  .navigation-side.align-left {
    display: none;
  }

  .brand-centre {
    margin-right: 10px;
  }

  .chevron {
    margin-right: 20px;
  }

  .dropdown-grove {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-grove.mobile-only {
    display: block;
  }

  .nav-menu-beyond {
    background-color: #171230;
    height: 100vh;
    display: block;
    position: absolute;
    top: 90px;
  }

  .chevron-beyond {
    margin-right: 20px;
  }

  .div-block-117 {
    height: 35px;
    display: block;
  }

  .content-wrap-beyond {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-dark-grove {
    border-radius: 0;
    width: 100%;
  }

  .small-link-beyond {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav-title-beyond {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .list-beyond.w--open {
    z-index: 5;
    box-shadow: none;
    padding-top: 0;
    position: static;
    top: 60px;
  }

  .nav-container-beyond {
    flex-wrap: wrap;
  }

  .menu-hidden-desktop {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }

  .list-wrap-grove {
    box-shadow: none;
  }

  .hero-image-wrapper {
    padding: 14px;
  }

  .header {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .display-h1-2 {
    text-align: center;
    width: 100%;
  }

  .hero-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-product-title {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-content-2 {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .side-banner {
    width: 20%;
  }

  .form-container {
    width: 80%;
    padding-left: 5%;
  }

  .h11_h1-2 {
    max-width: 100%;
    font-size: 35px;
  }

  .list-beyond-2.w--open {
    z-index: 5;
    box-shadow: none;
    padding-top: 0;
    position: static;
    top: 60px;
  }

  .mobile-mneu-item {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-mneu-item.w--open {
    width: 100%;
    height: auto;
  }

  .menu-button-beyond {
    background-color: var(--yellow);
    color: #fff;
    border-radius: 8%;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin-left: 14px;
    padding-left: 15px;
    display: flex;
  }

  .menu-button-beyond.w--open {
    background-color: #00accf;
    border-style: none;
  }

  .small-link-beyond-2 {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .content-wrap-beyond-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-list-4.w--open {
    padding-top: 0;
    position: relative;
    left: 0;
  }

  .column-3-beyond {
    width: 50%;
    padding: 20px 16px;
    display: flex;
  }

  .nav-menu-desktop-2 {
    background-color: #f6fdff;
    height: auto;
    display: block;
    position: absolute;
    top: 90px;
  }

  .nav-menu-desktop-2.w--open {
    z-index: 99999;
    align-items: center;
    height: 100vh;
    padding-top: 5%;
  }

  .column-1-beyond {
    width: 50%;
    padding: 20px 16px;
    display: flex;
  }

  .navigation-wrap-2 {
    background-color: var(--black);
    display: block;
  }

  .navigation-wrap-2.mobile {
    display: block;
  }

  .image-wrap {
    display: none;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .column-2-beyond {
    width: 50%;
    padding: 20px 16px;
    display: flex;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .grid-11 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .display-h1-3 {
    text-align: center;
    width: 100%;
  }

  .nav-title-beyond-2 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .navigation-menu-beyond {
    align-items: center;
    display: flex;
  }

  .single-menu-items {
    width: 100%;
  }

  .single-menu-items.w--open {
    width: 100%;
    height: auto;
  }

  .navigation-beyond {
    background-color: var(--black);
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-beyond.desktop {
    display: none;
  }

  .navigation-beyond.mobile {
    display: flex;
  }

  .column-4-half {
    width: 50%;
    padding: 20px 16px;
    display: flex;
  }

  .nav-menu-desktop {
    background-color: #f6fdff;
    height: auto;
    display: block;
    position: absolute;
    top: 90px;
  }

  .brand-logo {
    width: 100px;
  }

  .dropdown-wrap {
    box-shadow: none;
  }

  .container-beyond {
    position: relative;
  }

  .image-wrap-beyond-2 {
    display: none;
  }

  .nav-links-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-container-beyond-2 {
    flex-wrap: wrap;
  }

  .toggle-beyond-2 {
    width: 100%;
  }

  .toggle-beyond-2.w--open {
    width: 100%;
    height: auto;
  }

  .search-button {
    background-color: #252525;
  }

  .dropdown-beyond-2 {
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .line-beyond-2 {
    display: none;
  }

  .icon-6 {
    color: var(--black);
    text-align: center;
  }

  .nav-links-dropdown.menu {
    display: none;
  }

  .hero-h1 {
    max-width: 500px;
  }

  .footer-column.centre-cell {
    border: 1px #000;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr;
  }

  .section-copy, .form-holder {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .banner-bar {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .columns {
    display: block;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .columns-alternated {
    display: block;
  }

  .subscribe-form, .contact-form, .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .icon-7 {
    margin-bottom: 10px;
  }

  .mobile-nav-2 {
    background-color: #134d96;
    border-style: none;
    height: 100%;
  }

  .navigation-side {
    width: 100%;
  }

  .brand-centre {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-121 {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .large-link {
    display: none;
  }

  .hero-content-2 {
    padding-right: 0;
  }

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

  .footer-2 {
    padding: 40px 20px;
  }

  .newsletter-blue {
    margin-left: 15px;
  }

  .form-section {
    flex-direction: column;
  }

  .side-banner {
    width: 100%;
    min-height: 600px;
  }

  .side-banner.stockist {
    min-height: 200px;
    display: none;
  }

  .form-container {
    width: 100%;
  }

  .h11_h1-2 {
    font-size: 33px;
  }

  .menu-button-beyond {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-4 {
    padding-top: 0;
  }

  .image-wrap {
    display: none;
  }

  .navigation-menu-beyond {
    width: 100%;
  }

  .dropdown-wrap {
    box-shadow: none;
  }

  .close-icon {
    right: -10px;
  }

  ._25px-spacer-2 {
    height: 10px;
  }

  .footer-column {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-grid {
    margin-top: 14px;
  }

  .footer-logo-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-wrapper {
    margin-bottom: 14px;
  }

  .newsletter-heading {
    margin-bottom: 24px;
  }

  .accent {
    opacity: .1;
  }

  .footer-line-break-small {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .banner-bar {
    display: none;
  }

  .mobile-nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: "Museo sans w01 rounded 1000", sans-serif;
  }

  .mobile-nav {
    background-color: #1f1f1f;
  }

  .dropdown-link-mobile {
    background-color: #141414;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile:hover {
    background-color: #2b2b2b;
  }

  .nav-link-details {
    color: #bdbdbd;
  }

  .dropdown-list.w--open {
    background-color: #2e2e2e;
  }

  .menu-mob, .menu-mob.w--open {
    background-color: #23a455;
  }

  .hero__heading {
    text-align: center;
    line-height: 50px;
  }

  .columns {
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .column {
    display: block;
  }

  .columns-alternated {
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .heading-white-centred {
    line-height: 40px;
  }

  .small-heading-left-aligned {
    line-height: 25px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .stockists-heading {
    line-height: 25px;
  }

  .mobile-dropdown-icon {
    color: #fff;
  }

  .text-block-67 {
    font-family: "Museo sans w01 rounded 1000", sans-serif;
  }

  .dropdown-subheading {
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Museo sans w01 rounded 1000", sans-serif;
    font-size: 13px;
  }

  .logo-6 {
    width: 160px;
    margin-top: 20px;
  }

  .toggle-beyond {
    margin-top: 20px;
  }

  .navigation-split {
    position: sticky;
  }

  .icon-7 {
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-nav-2 {
    background-color: #134d96;
    border-style: none;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .mobile-nav-2.w--open {
    background-color: #021936;
  }

  .brand-centre, .brand-centre.w--current {
    padding-left: 0;
  }

  .large-link.w--current {
    display: none;
  }

  .hero-image-wrapper {
    padding: 0;
  }

  .header {
    padding-bottom: 92px;
  }

  .display-h1-2 {
    font-size: 42px;
  }

  .paragraph-8.white {
    text-align: center;
  }

  .title-cta {
    font-size: 38px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .newsletter-blue {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .h11_h1-2 {
    text-align: center;
    font-size: 31px;
  }

  .mobile-mneu-item {
    color: #bfbfbf;
    font-family: Gunnar, sans-serif;
    font-size: 17px;
  }

  .mobile-mneu-item:hover {
    color: var(--yellow);
  }

  .column-3-beyond {
    width: 100%;
  }

  .nav-menu-desktop-2 {
    background-color: var(--black);
    align-items: center;
    padding-top: 75px;
    display: flex;
  }

  .column-1-beyond, .column-2-beyond {
    width: 100%;
  }

  .grid-11 {
    align-items: center;
  }

  .display-h1-3 {
    font-size: 42px;
  }

  .navigation-beyond.mobile {
    background-color: var(--black);
  }

  .column-4-half {
    width: 100%;
  }

  .brand-logo {
    border-radius: 6px;
  }

  .icon-6 {
    justify-content: center;
    align-items: center;
  }

  .modal-container {
    padding: 40px 20px;
  }

  .nav-links-dropdown.menu {
    display: none;
  }

  .confirmation-animation {
    width: 80px;
  }

  .footer-newsletter {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-52 {
    flex-direction: column;
  }
}

#w-node-_174aa711-704b-3649-3de0-38477e8aca48-b5952c16 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_174aa711-704b-3649-3de0-38477e8aca48-b5952c16 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c983be4-f1ac-1083-6cc7-6593242fba1d-242fb9f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Museo sans w01 rounded 1000';
  src: url('../fonts/Museo-Sans-W01-Rounded-1000.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gunnar';
  src: url('../fonts/Gunnar-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The bredan script';
  src: url('../fonts/The-Bredan-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}