:root {
  --flowui-component-library--gray-900: #00387b;
  --flowui-component-library--gray-500: white;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--white: #00387b;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: transparent;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-base: #642eff;
  --white: white;
  --ffc341: var(--flowui-component-library--gray-500);
  --black: black;
  --orange: var(--flowui-component-library--gray-900);
  --flowui-component-library--gray-100: #f7f9fd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  aspect-ratio: auto;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  overflow: hidden visible;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 99;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding-top: 39px;
  padding-left: 47px;
  padding-right: 47px;
  display: flex;
}

.image {
  width: 12em;
  height: 4em;
}

.section-2 {
  background-color: #cc5501;
  justify-content: space-around;
  align-items: flex-end;
  height: 100vh;
  margin-top: -114px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

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

.div-block-2 {
  justify-content: space-around;
  align-items: center;
  width: 45vw;
  display: flex;
}

.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button {
  background-color: #ff7402;
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.white {
  color: #ff7402;
  background-color: #fff;
}

.div-block-3 {
  width: 50%;
  padding-top: 0;
  padding-left: 0;
}

.heading {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.heading.big {
  color: #ff7402;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  font-size: 60px;
}

.div-block-4 {
  justify-content: space-between;
  width: 60%;
  margin-top: 31px;
  display: flex;
}

.div-block-5 {
  width: 40%;
  padding-bottom: 40px;
  padding-right: 0;
}

.div-block-6 {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.image-2 {
  width: 50%;
}

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

.paragraph {
  color: #fff;
}

.section-3 {
  margin-top: 150px;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.heading-4 {
  text-align: center;
  font-size: 65px;
}

.section-4 {
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-8, .div-block-9 {
  width: 30%;
}

.image-3 {
  width: 50%;
}

.div-block-10 {
  background-color: #bd90a6;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.heading-6 {
  color: #fffcfc;
  text-align: center;
  font-size: 25px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.image-4 {
  width: 200px;
}

.section-5 {
  background-color: #fff8e1;
  justify-content: space-between;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-5 {
  width: 100px;
  height: 40px;
}

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

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

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

.link-2 {
  color: #4e342e;
}

.link-2.menu-item {
  font-weight: 700;
  text-decoration: none;
}

.cta-btn {
  text-align: center;
  background-color: #ff7300;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2rem;
  font-size: 12px;
  display: flex;
}

.cta-btn.btn-no-outline {
  color: #4e342e;
  background-color: #ff730000;
  border: 1px solid #ff7300;
}

.container {
  text-align: center;
  background-color: #fff8e1;
  width: 100vw;
  max-width: 100vw;
  height: 675px;
}

.section-6 {
  margin-top: 34px;
}

.heading-8 {
  text-align: center;
  margin-top: 99px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
}

.heading-9 {
  color: #4e342e;
  margin-top: 74px;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 150px;
}

.section-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -24px;
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
}

.div-block-14 {
  width: 30%;
  position: relative;
  top: -202px;
}

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

.div-block-16 {
  width: 20%;
  margin-top: 0;
  position: relative;
  top: -114px;
}

.image-6 {
  margin-top: 0;
  display: block;
}

.paragraph-2 {
  color: #4e342e;
  text-align: left;
  font-size: 12px;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-8 {
  -webkit-text-stroke-width: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

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

.container-2 {
  width: 100vw;
  height: 50vh;
  display: flex;
}

.heading-11 {
  color: #4e342e;
  text-align: left;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 400;
}

.heading-12 {
  color: #a5d6a7;
  text-align: left;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.heading-12.stroke-text {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff7300;
  z-index: 99;
  font-size: 80px;
  line-height: 80px;
  position: relative;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #4e342e;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 43px;
  font-size: 16px;
  line-height: 25px;
}

.div-block-19 {
  width: 75%;
  padding-left: 0;
  padding-right: 121px;
  position: relative;
  top: -38px;
}

.div-block-20 {
  width: 50%;
  position: relative;
  top: -83px;
}

.button-2 {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2.cta-btn {
  justify-content: center;
  align-items: center;
  width: 8.5rem;
}

.button-2.cta-btn.btn-bg {
  background-color: #ffc107;
  width: 12rem;
  height: 3rem;
}

.section-9 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/products-1.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.track {
  width: auto;
  height: 400vw;
}

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

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
}

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

.track-one {
  height: 300vw;
  margin-top: 101px;
}

.frame-one {
  height: 100%;
  display: flex;
}

.items {
  background-color: #ffe180;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.items.two {
  background-color: #acf39d;
}

.items.three {
  background-color: #9f7c74;
}

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

.section-10 {
  margin-top: 100px;
  padding: 50px;
}

.div-block-21 {
  background-color: #acf39d;
  border-radius: 20px;
  padding: 50px;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-13 {
  color: #4e342e;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 60px;
  line-height: 55px;
}

.div-block-23 {
  width: 80%;
  padding-right: 59px;
}

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

.button-3 {
  background-color: #acf39d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 4rem;
  display: flex;
}

.image-8 {
  z-index: 1;
}

.section-11 {
  padding: 50px;
}

.div-block-25 {
  background-image: url('../images/asset-5.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-12 {
  padding: 50px;
}

.div-block-26 {
  height: auto;
}

.section-13 {
  background-image: url('../images/asset-6.png');
  background-position: 50%;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  height: 80vh;
  margin-top: 141px;
  padding-top: 128px;
  display: flex;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 35vw;
  margin-top: 50px;
  display: flex;
}

.div-block-28 {
  margin-top: 109px;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00387b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.section-14 {
  z-index: 50;
  background-color: #faba85;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.list {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-right: 2px;
  display: flex;
}

.list-item, .list-item-2 {
  align-self: center;
  margin-right: 20px;
}

.list-item-3 {
  margin-right: 20px;
}

.list-item-4 {
  align-self: center;
  margin-right: 20px;
}

.link-3, .link-4 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  color: #4e342e;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  max-width: 90vw;
  height: 75vh;
  margin-top: 150px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  align-self: baseline;
  display: block;
}

.section-15 {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  background-color: #fff8e100;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100vw;
  margin-top: 100px;
  margin-left: 0;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 80px;
  display: flex;
}

.heading-15 {
  color: #fff;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.heading-16 {
  color: #fff;
  text-transform: none;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
}

.paragraph-4 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Roboto Mono, sans-serif;
  font-weight: 400;
}

.heading-17 {
  text-align: center;
  font-family: Rock Salt, sans-serif;
}

.section-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.heading-18 {
  color: #00387b;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
}

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

.div-block-32 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.paragraph-5 {
  font-family: Roboto Flex, sans-serif;
  line-height: 25px;
}

.button-4 {
  background-color: #4e342e;
  border-radius: 10px;
  padding: 20px;
}

.button-4.btn {
  background-color: #ff7300;
  font-size: 12px;
}

.button-4.btn-color {
  background-color: #ff7300;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 90vw;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.image-9 {
  width: 20%;
}

.heading-19 {
  color: #4e342e;
  text-align: center;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 70px;
}

.section-17 {
  justify-content: space-between;
  width: 90vw;
  margin-top: 50px;
  display: flex;
}

.image-10 {
  width: 80%;
}

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

.div-block-34, .div-block-35 {
  width: 25vw;
}

.image-11, .image-12 {
  width: 80%;
}

.heading-20 {
  align-self: flex-start;
  margin-top: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
}

.div-block-39 {
  background-image: url('../images/icecream.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 15rem;
}

.div-block-40 {
  background-image: url('../images/scoops.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 15rem;
}

.div-block-41 {
  background-image: url('../images/chocolate-smoothie_1339-2855.jpg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 15rem;
}

.heading-21, .heading-22 {
  margin-top: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
}

.section-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  mix-blend-mode: darken;
  background-image: url('../images/hero.png');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30rem;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.heading-23 {
  color: #fff9f9;
  justify-content: center;
  align-items: center;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 60px;
  font-weight: 400;
  display: flex;
}

.section-19 {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  height: 9rem;
  margin-top: 176px;
  display: flex;
}

.heading-24 {
  color: #fff;
  text-align: center;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-5 {
  background-color: #4e342e;
}

.button-5.btn {
  background-color: #ff7300;
  border-radius: 10px;
  padding: 30px 20px;
  font-size: 12px;
}

.button-5.btn-color {
  background-color: #ff7300;
  border-radius: 10px;
  padding: 30px 20px;
}

.button-5.btn-color.cta-btn {
  width: 12rem;
}

.section-20 {
  justify-content: space-between;
  align-items: center;
  padding: 30px 9px;
  display: flex;
}

.div-block-42 {
  width: 45%;
  margin-left: 50px;
}

.heading-25 {
  color: #4e342e;
  font-family: Roboto Mono, sans-serif;
  font-size: 25px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  font-family: Roboto Mono, sans-serif;
}

.section-21 {
  margin-top: 90px;
}

.container-6 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 30px 0;
  display: flex;
  transform: translate(0);
  box-shadow: -1px 0 20px -4px #0003;
}

.heading-26 {
  font-family: Roboto Mono, sans-serif;
  font-size: 25px;
}

.btn {
  background-color: #ff7300;
  border-radius: 10px;
  padding: 30px 20px;
  font-family: Roboto Mono, sans-serif;
}

.btn.cta-btn {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.btn.cta-btn.popupbtn {
  margin-top: 0;
  display: none;
}

.btn.cta-btn.transparentbtn {
  color: #0c407c;
  background-color: #ff730000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: underline;
}

.btn.cta-btn.herobtn {
  background-color: #ffc341;
}

.btn.cta-btn.mobile {
  display: none;
}

.heading-27 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-28 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 160px;
  font-weight: 400;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.div-block-44 {
  width: 45%;
}

.div-block-45 {
  justify-content: center;
  align-self: center;
  width: 30%;
  display: flex;
}

.image-13 {
  opacity: .9;
}

.paragraph-10 {
  margin-top: -50px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
}

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

.button-6 {
  font-size: 12px;
}

.button-7 {
  background-color: #ff7300;
  border-radius: 10px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-7.btn-color {
  font-size: 10px;
}

.button-8 {
  background-color: #3898ec00;
  border: 2px solid #000;
  border-radius: 10px;
}

.button-8.btn-stroke {
  color: #333;
  border-color: #ff7300;
  font-family: Roboto Flex, sans-serif;
  font-size: 10px;
}

.image-14 {
  align-self: center;
  width: 35%;
  margin-right: 40px;
  display: block;
}

.section-22 {
  padding-top: 50px;
}

.section-23 {
  background-color: #ff7300;
  margin-top: 90px;
  padding: 40px 0 40px 30px;
}

.container-8 {
  width: 1px;
}

.heading-29 {
  color: #fff;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
}

.paragraph-11 {
  color: #fff;
  font-family: Roboto Mono, sans-serif;
}

.image-15 {
  align-self: flex-start;
  width: 20px;
}

.div-block-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.section-24 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.image-16 {
  margin-top: -96px;
  position: absolute;
}

.section-25, .div-block-48, .navbar, .image-19-mobile, .container-9 {
  display: none;
}

.container-10 {
  flex-flow: column;
  width: 100vw;
  max-width: 100vw;
  display: flex;
}

.section-26 {
  background-color: #fff8e1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-49 {
  background-image: url('../images/beautifullady.png');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 55vw;
  font-size: 14rem;
}

.div-block-50 {
  width: 40%;
  padding-left: 31px;
  padding-right: 31px;
}

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

.heading-30 {
  color: #4e342e;
  font-family: Rock Salt, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-31 {
  color: #4e342e;
  -webkit-text-stroke-color: #4e342e;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 60px;
}

.container-11 {
  max-width: 90vw;
  margin-top: 50px;
  padding: 50px 50px 50px 0;
}

.heading-32 {
  color: #4e342e;
  text-align: right;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 4rem;
}

.section-27 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-51 {
  width: 50%;
  font-family: Roboto Mono, sans-serif;
}

.div-block-52 {
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-22 {
  width: 70%;
  margin-top: 45px;
}

.paragraph-13 {
  text-align: right;
  margin-top: 47px;
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-14 {
  width: 50%;
}

.section-28 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-23 {
  margin-top: 50px;
}

.container-12 {
  max-width: 100vw;
}

.container-13 {
  max-width: 100vw;
  margin-top: 0;
}

.container-14 {
  max-width: 100vw;
}

.section-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-top: 184px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-53 {
  background-image: url('../images/couple.png');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 100vh;
}

.div-block-54 {
  align-self: center;
  width: 40%;
  padding-left: 30px;
}

.body-2 {
  background-color: #fff;
}

.heading-33 {
  color: #4e342e;
  font-family: Rock Salt, sans-serif;
  font-size: 18px;
}

.heading-34 {
  color: #4e342e;
  text-align: center;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 60px;
}

.image-24 {
  width: 50%;
  margin-top: -56px;
}

.f-image-cover {
  object-fit: cover;
  background-color: #d31818;
  width: 100%;
  height: 100%;
}

.f-gallery-image-s {
  background-image: url('../images/299622020_185757573870181_2625515985600048756_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.f-image-cover-2 {
  object-fit: cover;
  background-color: #d12e2e;
  width: 100%;
  height: 100%;
}

.f-margin-bottom-49 {
  margin-bottom: 48px;
}

.image-25 {
  width: 100%;
}

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

.f-contact-image-wrapper {
  background-image: url('../images/asset-4.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 550px;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ff7300;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-50 {
  margin-bottom: 8px;
}

.f-margin-bottom-51 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-section-large-2 {
  margin-top: 0;
  padding: 180px 5% 92px;
  position: relative;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-logo-link-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.f-navigation-container-middle {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-navigation-wrapper {
  width: 100vw;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ff7300;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-52 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-header-input-field {
  color: var(--flowui-component-library--gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-margin-bottom-53 {
  margin-bottom: 40px;
}

.f-margin-bottom-54 {
  margin-bottom: 24px;
}

.f-margin-bottom-55 {
  margin-bottom: 8px;
}

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

.f-header-image-wrapper-top {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-navigation-link-2 {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--white);
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.f-logo-mark-2 {
  width: 60%;
}

.f-navigation-logo-link-middle-2 {
  justify-content: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-logo-link-mobile-2 {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.f-navigation-container-middle-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 15px 5%;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.f-banner-flex-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--flowui-component-library--white);
  background-color: #ff7300;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-navigation-wrapper-2 {
  background-color: #00387b;
  width: 100vw;
  margin-top: 0;
}

.div-block-55 {
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 3vh;
  display: flex;
}

.button-9, .button-10 {
  padding-top: 0;
  padding-bottom: 0;
}

.button-11 {
  align-self: center;
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.section-30 {
  mix-blend-mode: darken;
  background-image: url('../images/hero-5.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
}

.heading-35 {
  color: #fff;
  text-align: center;
  border: 1px #000;
  font-family: Rock Salt, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.heading-36 {
  color: #fff;
  font-family: Rubik Moonrocks, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

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

.f-gallery-image-s-2 {
  height: 300px;
}

.f-gallery-lightbox-2 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-56 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-57 {
  margin-bottom: 48px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-5 {
  padding: 92px 5%;
  position: relative;
}

.section-31 {
  background-color: #ff73004f;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.section-31.brown {
  background-color: #4e342e4f;
}

.image-27 {
  width: 45%;
}

.div-block-56 {
  text-align: center;
  align-self: center;
  width: 25%;
}

.div-block-57 {
  width: 70%;
}

.heading-37 {
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
}

.section-32 {
  margin-top: 50px;
}

.section-33 {
  background-image: url('../images/hero.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Rubik Moonrocks, sans-serif;
  display: flex;
}

.heading-38 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.container-15 {
  display: none;
}

.div-block-58 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 30%;
  padding-left: 0;
  display: flex;
}

.section-34 {
  justify-content: space-between;
  width: 90vw;
  display: flex;
}

.section-35 {
  justify-content: space-around;
  width: 90vw;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-59 {
  background-color: #e5bd3f;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  max-width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-28 {
  width: 80%;
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-60, .div-block-61 {
  width: 25%;
}

.div-block-62 {
  background-color: #e5bd3f;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 25px 50px;
  display: flex;
}

.div-block-63 {
  background-color: #ff7300;
  padding: 50px;
}

.div-block-64 {
  background-color: #ff730052;
  padding: 50px;
}

.div-block-65 {
  background-color: #448f4b;
  padding: 50px;
}

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

.div-block-66 {
  max-width: 20%;
}

.heading-40 {
  text-align: center;
  margin-top: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-17 {
  font-family: BoldeVan, sans-serif;
  font-weight: 400;
}

.div-block-67 {
  z-index: 0;
  background-color: #0c407ce0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.become-a-stockist {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  z-index: 100;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  height: 75vh;
  margin: 151px auto auto;
  padding: 20px 40px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-41 {
  color: #0c407c;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
}

.text-field {
  width: 100%;
}

.form {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-block {
  width: 90%;
}

.div-block-69 {
  padding: 0 19px;
  font-size: 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close {
  color: #0c407c;
  cursor: pointer;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
}

.submit-button {
  border-radius: 10px;
  padding: 10px 36px;
}

.section-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.product-box {
  background-color: #bb9353;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 40vh;
  display: flex;
}

.product-box.one, .product-box.two, .product-box.three, .product-box.four {
  background-color: #fff;
  border-radius: 5px;
}

.image-30 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.heading-43 {
  color: #00387b;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.image-31 {
  width: 50%;
}

.heading-44 {
  color: #00387b;
  text-align: left;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.image-32 {
  width: 50%;
}

.heading-45 {
  color: #00387b;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.image-33 {
  width: 50%;
}

.heading-46 {
  color: #00387b;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.container-16 {
  width: 100vw;
}

.section-37 {
  justify-content: space-between;
  align-items: center;
  margin-top: 51px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.heading-47 {
  color: #4e342e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: BoldeVan, sans-serif;
  font-size: 20px;
}

.heading-48 {
  color: #4e342e;
  text-align: center;
  margin-top: 0;
  font-family: BoldeVan, sans-serif;
  font-size: 100px;
}

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

.paragraph-18 {
  color: #ff7300;
  font-family: BoldeVan, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.div-block-72 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 73px;
  display: flex;
}

.image-34 {
  width: 100%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-19 {
  color: #0c407c;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
}

.div-block-74 {
  width: 100%;
}

.section-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.button-12 {
  text-align: center;
  background-color: #ff7300;
  width: 25%;
  display: block;
}

.container-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-75 {
  z-index: 99;
  background-color: #0c407cde;
  width: 50%;
  height: 55vh;
  margin-left: 2px;
  margin-right: 0;
  padding: 40px;
}

.heading-49 {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-20 {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
}

.image-35 {
  margin-left: 0;
}

.div-block-76, .div-block-77 {
  width: 40%;
}

.link-7 {
  color: #ff7300;
  font-size: 20px;
  font-weight: 600;
}

.link-8 {
  color: #0c407c;
  font-size: 20px;
  font-weight: 600;
}

.container-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  padding-top: 50px;
  display: flex;
}

.section-39 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: space-around;
  align-items: center;
  max-width: 100vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-36 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-79 {
  background-color: #0c407c00;
  width: 50%;
  padding: 20px 40px;
}

.div-block-79.events {
  background-color: #fff;
}

.paragraph-21, .heading-50 {
  color: #00387b;
}

.link-9 {
  color: #fff;
  font-size: 20px;
  position: fixed;
}

.image-37, .image-38 {
  width: 20%;
}

.section-40 {
  justify-content: space-around;
  align-items: flex-end;
  width: 90%;
  max-width: 90vw;
  height: auto;
  display: flex;
}

.image-39 {
  width: 10%;
}

.image-40 {
  max-width: 75%;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-3.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-cta-logo-card {
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-58 {
  margin-bottom: 48px;
}

.f-h2-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-59 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-72 {
  margin-bottom: 72px;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.f-footer-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-logo {
  flex: none;
}

.f-margin-bottom-73 {
  margin-bottom: 24px;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-footer-regular {
  background-color: var(--flowui-component-library--white);
  padding: 64px 5%;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-title-wrapper-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-dropdown-2 {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.container-21 {
  max-width: 90vw;
  height: auto;
}

.section-44 {
  width: 100%;
  max-width: 100%;
}

.heading-56, .paragraph-25, .heading-57, .paragraph-26 {
  color: #00387b;
}

.container-29 {
  max-width: 100vw;
}

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

.f-contact-image-wrapper-2 {
  max-width: 550px;
  height: 100%;
}

.f-error-message-2 {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-4 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-checkbox-label-2 {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox-2 {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox-2.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-74 {
  margin-bottom: 32px;
}

.f-text-area-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area-2::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-75 {
  margin-bottom: 16px;
}

.f-field-input-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-2::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form-2 {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-76 {
  margin-bottom: 8px;
}

.f-margin-bottom-77 {
  margin-bottom: 48px;
}

.f-contact-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-6 {
  padding: 92px 5%;
  position: relative;
}

.heading-68, .paragraph-34 {
  color: #00387b;
}

.submit-button-3 {
  background-color: #ffc341;
  align-self: flex-start;
}

.lottie-animation {
  display: none;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon-2 {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper-3 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown-3 {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-3 {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .div-block-12 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .link-2.menu-item {
    font-family: Roboto Mono, sans-serif;
  }

  .container {
    height: 92vh;
  }

  .heading-8 {
    font-family: Rock Salt, sans-serif;
    font-size: 20px;
  }

  .heading-9 {
    font-size: 200px;
  }

  .div-block-14 {
    margin-top: 0;
    padding-top: 0;
    top: -200px;
  }

  .paragraph-2 {
    margin-top: 25px;
    font-family: Roboto Mono, sans-serif;
    font-size: 16px;
  }

  .div-block-17 {
    margin-top: 30px;
  }

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

  .heading-11 {
    margin-top: 0;
    font-family: Rock Salt, sans-serif;
  }

  .paragraph-3 {
    font-family: Roboto Mono, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-19 {
    padding-right: 91px;
    top: -57px;
  }

  .button-2.cta-btn.btn-bg {
    font-family: Roboto Mono, sans-serif;
  }

  .button-3 {
    font-family: Roboto Mono, sans-serif;
    font-size: 16px;
  }

  .div-block-26 {
    background-image: url('../images/asset-5.png');
    background-position: 0 0;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }

  .div-block-29 {
    width: 70vw;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #00387b;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 85vh;
  }

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

  .section-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 60vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-18 {
    font-weight: 700;
  }

  .btn.cta-btn {
    background-color: #ffc341;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 15rem;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .btn.cta-btn.herobtn {
    justify-content: center;
    align-items: center;
    width: 15rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .btn.cta-btn.shopfeature {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn.cta-btn.aboutbtn {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .btn.cta-btn.mobile {
    display: none;
  }

  .heading-27 {
    margin-top: 0;
    padding-left: 109px;
  }

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

  .container-7 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 129px;
    display: flex;
  }

  .container-10, .section-26 {
    background-color: #00387b;
  }

  .body-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .f-navigation-link-2 {
    font-size: 18px;
    font-weight: 400;
  }

  .f-navigation-link-2:hover {
    color: var(--white);
  }

  .f-navigation-link-2.w--current {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition-property: none;
  }

  .f-navigation-link-2.w--current:hover {
    background-color: #0000;
  }

  .f-logo-mark-2 {
    width: 50%;
  }

  .f-navigation-menu-2 {
    font-size: 18px;
    font-weight: 400;
  }

  .f-paragraph-regular-2 {
    color: var(--white);
  }

  .f-banner-2 {
    background-color: #ffc341;
  }

  .f-navigation-wrapper-2 {
    background-color: #00387b;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-58 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .div-block-67 {
    z-index: 99;
    display: none;
    position: fixed;
  }

  .become-a-stockist {
    justify-content: center;
    align-items: center;
    width: 70vw;
    height: 70vh;
    margin-top: 150px;
    margin-bottom: 150px;
    position: static;
    inset: 0%;
  }

  .heading-41 {
    text-align: center;
    justify-content: center;
    align-self: center;
    margin-left: 0;
    font-size: 45px;
    display: flex;
  }

  .form {
    text-align: left;
  }

  .form-block {
    width: 100%;
  }

  .close {
    margin-top: -90px;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .div-block-72 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .image-34 {
    width: 80%;
    margin-top: 0;
    display: block;
  }

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

  .paragraph-19 {
    text-align: center;
    font-size: 18px;
  }

  .container-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
  }

  .div-block-75 {
    box-sizing: border-box;
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    z-index: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 68vh;
    margin-left: 0;
    padding: 54px;
    display: flex;
  }

  .paragraph-20 {
    font-weight: 300;
    line-height: 25px;
  }

  .image-35 {
    max-width: 99%;
  }

  .link-7 {
    color: #ffc341;
    font-weight: 300;
  }

  .link-8 {
    color: #ffc341;
    margin-top: 25px;
    font-size: 30px;
    font-weight: 300;
  }

  .container-18 {
    flex-flow: column;
    justify-content: space-between;
    max-width: 90vw;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    display: flex;
  }

  .section-39 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-end;
    margin-top: 0;
    display: flex;
  }

  .image-36 {
    width: 30%;
    margin-left: 0;
    padding-left: 0;
  }

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

  .div-block-79 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ff730000;
    flex-flow: column;
    width: 50%;
    padding: 10px;
    display: flex;
  }

  .div-block-79.events {
    background-color: #fff;
    padding: 30px 30px 50px;
  }

  .paragraph-21 {
    color: #00387b;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }

  .heading-50 {
    color: #00387b;
    font-size: 60px;
    line-height: 60px;
  }

  .button-13 {
    background-color: #3898ec00;
    align-self: flex-start;
  }

  .link-9 {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
  }

  .link-10 {
    color: #fff;
    font-size: 20px;
  }

  .link-11 {
    color: #ffc341;
    font-size: 30px;
    font-weight: 300;
  }

  .stockists {
    max-width: 90vw;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .section-41 {
    background-color: #ffc341;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .f-container-regular-3 {
    max-width: 90vw;
  }

  .f-section-small {
    padding-top: 0;
  }

  .heading-51 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
  }

  .section-42 {
    justify-content: space-around;
    align-items: center;
    margin-top: -54px;
    display: flex;
  }

  .section-42.stockists {
    z-index: 0;
    margin-top: 0;
  }

  .image-41 {
    width: 60%;
  }

  .div-block-80 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    display: flex;
  }

  .heading-52 {
    color: #00387b;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }

  .f-button-neutral-3 {
    transition: background-color .3s;
  }

  .f-paragraph-large-2 {
    color: #00387b;
  }

  .f-margin-bottom-72 {
    flex-flow: column;
    display: flex;
  }

  .f-section-regular {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .f-footer-detail {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
  }

  .f-footer-bottom {
    margin-top: 51px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .f-footer-block {
    color: #fffefe;
  }

  .f-footer-social {
    background-color: var(--white);
    color: #00387b;
  }

  .f-paragraph-small {
    color: #fff;
    background-color: #fff0;
  }

  .f-footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    width: 90vw;
  }

  .f-footer-regular {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .heading-53 {
    color: #fff;
    font-size: 20px;
  }

  .paragraph-22 {
    color: #fff;
    margin-top: -10px;
  }

  .heading-54 {
    color: #fff;
    margin-top: -10px;
    font-size: 16px;
  }

  .paragraph-23 {
    color: #fff;
    margin-top: -20px;
  }

  .paragraph-24 {
    color: #fff;
    margin-top: -10px;
  }

  .link-12 {
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: block;
  }

  .footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 30px;
    display: flex;
  }

  .container-20 {
    max-width: 90vw;
    margin-top: 50px;
  }

  .heading-55 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }

  .section-43 {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .image-42 {
    width: 100%;
  }

  .f-paragraph-small-2 {
    text-align: center;
  }

  .f-accordian-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .f-accordian-icon {
    color: var(--ffc341);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .f-accordian-title {
    color: #00387b;
    font-size: 18px;
  }

  .f-accordian-title-wrapper {
    flex-flow: column;
  }

  .f-accordian-dropdown {
    max-width: 20%;
    margin-left: 0;
    margin-right: 0;
  }

  .f-accordian-wrapper {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    text-align: left;
    border-style: none;
    border-width: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .f-paragraph-small-3 {
    text-align: center;
  }

  .f-accordian-title-wrapper-2 {
    text-align: center;
    flex-flow: column;
  }

  .f-accordian-wrapper-2 {
    border-style: none;
    display: block;
  }

  .f-accordian-wrapper-2.mobile {
    display: none;
  }

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

  .container-21 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 80vw;
    margin-top: 100px;
    display: flex;
  }

  .section-44 {
    justify-content: space-between;
    margin-top: 30px;
    display: flex;
  }

  .section-45 {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .heading-56 {
    color: #ffc341;
    font-size: 45px;
  }

  .link-13 {
    color: #ffc341;
    font-size: 30px;
    font-weight: 300;
  }

  .paragraph-25 {
    color: #ffc341;
    font-size: 18px;
    font-weight: 300;
  }

  .div-block-82 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    margin-top: -23px;
    display: flex;
  }

  .div-block-83 {
    width: 45%;
  }

  .div-block-84 {
    background-color: #00387b;
    width: 45%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .heading-57 {
    color: #ffc341;
    font-size: 18px;
  }

  .paragraph-26 {
    color: #fff;
  }

  .section-46 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    margin-top: 30px;
    display: flex;
  }

  .image-43 {
    width: 50px;
  }

  .image-44 {
    width: 100%;
  }

  .div-block-85 {
    width: 33%;
  }

  .image-45 {
    width: 100%;
  }

  .div-block-86 {
    width: 33%;
  }

  .image-46 {
    width: 100%;
  }

  .div-block-87 {
    width: 33%;
  }

  .div-block-88 {
    width: 25%;
  }

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

  .heading-58 {
    color: #00387b;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 45px;
  }

  .div-block-90 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 50%;
    margin-left: -134px;
    display: flex;
  }

  .paragraph-27 {
    color: #00387b;
    font-size: 18px;
  }

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

  .container-22 {
    max-width: 90vw;
    margin-top: 150px;
  }

  .section-47 {
    color: #ffc341;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-59 {
    color: #00387b;
    font-size: 80px;
  }

  .div-block-92 {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-28 {
    color: #00387b;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-93 {
    width: 40%;
  }

  .container-23 {
    max-width: 90vw;
    margin-top: 100px;
  }

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

  .section-48 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-60 {
    color: #00387b;
    font-size: 45px;
  }

  .div-block-95 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    display: flex;
  }

  .paragraph-29 {
    color: #00387b;
    font-size: 18px;
    line-height: 25px;
  }

  .button-14 {
    background-color: #ffc341;
    padding: 30px;
    font-size: 18px;
  }

  .body-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .container-24 {
    max-width: 90vw;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .heading-61 {
    color: #00387b;
    font-size: 45px;
  }

  .section-49 {
    width: 75%;
  }

  .paragraph-30 {
    color: #00387b;
    margin-top: 50px;
    font-size: 18px;
    line-height: 25px;
  }

  .section-50 {
    justify-content: space-between;
    width: 85%;
    margin-top: 50px;
    display: flex;
  }

  .div-block-96 {
    background-color: #00387b;
    width: 30%;
    padding: 50px;
  }

  .div-block-97, .div-block-98 {
    width: 30%;
  }

  .heading-62 {
    color: #ffc341;
    font-weight: 500;
  }

  .paragraph-31 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
  }

  .container-25 {
    background-color: #00387b;
    width: 100vw;
    max-width: 100vw;
  }

  .container-26 {
    margin-top: 100px;
  }

  .heading-63 {
    color: #00387b;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .container-27 {
    width: 90vw;
    max-width: 90vw;
    margin-top: 50px;
  }

  .section-51 {
    justify-content: space-between;
    margin-top: 50px;
    display: flex;
  }

  .div-block-99 {
    flex-flow: column;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .div-block-99.message {
    background-color: #00387b;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-47 {
    width: 50%;
  }

  .heading-64 {
    color: #00387b;
    font-size: 25px;
  }

  .paragraph-32 {
    color: #00387b;
    text-align: center;
    font-size: 16px;
  }

  .heading-65 {
    color: #fff;
    text-align: center;
    font-size: 30px;
  }

  .container-28 {
    width: 90vw;
    max-width: 90vw;
    margin-top: 50px;
  }

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

  .bold-text {
    color: #00387b;
    font-size: 45px;
  }

  .section-52 {
    justify-content: space-between;
    margin-top: 50px;
    display: flex;
  }

  .heading-67 {
    color: #00387b;
    text-align: center;
    font-size: 20px;
  }

  .section-53 {
    margin-bottom: 50px;
  }

  .div-block-100 {
    flex-flow: column;
    align-items: center;
    width: 25%;
    max-width: 25%;
    display: flex;
  }

  .div-block-101 {
    width: 25%;
    max-width: 25%;
  }

  .div-block-102, .div-block-103, .div-block-104, .div-block-105, .div-block-106, .div-block-107, .div-block-108, .div-block-109, .div-block-110, .div-block-111, .div-block-112, .div-block-113, .div-block-114, .div-block-115 {
    width: 25%;
  }

  .container-29 {
    background-color: #00387b;
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 100px;
  }

  .container-30 {
    width: 90vw;
    max-width: 90vw;
    margin-top: -150px;
  }

  .section-54 {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-31 {
    width: 90vw;
    max-width: 90vw;
    margin-top: 100px;
  }

  .section-55 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-116, .div-block-117 {
    width: 45%;
  }

  .paragraph-33 {
    color: #00387b;
    font-size: 18px;
    line-height: 30px;
  }

  .body-4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .button-15 {
    background-color: #ffc341;
    align-self: center;
    padding: 30px 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .section-56 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-32 {
    background-color: #00387b;
    width: 100vw;
    max-width: 100vw;
  }

  .f-button-neutral-4 {
    color: #fff;
    background-color: #00387b;
  }

  .heading-68 {
    color: #00387b;
    font-size: 60px;
  }

  .paragraph-34 {
    color: #00387b;
    font-size: 18px;
    line-height: 25px;
  }

  .button-16 {
    background-color: #ffc341;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .heading-69 {
    color: #ffc341;
    text-align: right;
    font-size: 80px;
  }

  .div-block-118 {
    width: 80%;
    margin-top: -75px;
  }

  .button-17 {
    align-self: flex-start;
  }

  .button-17.cta-btn.btn {
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    margin-right: 26px;
  }

  .button-18 {
    text-align: center;
    background-color: #ffc341;
    border-radius: 10px;
    font-size: 18px;
  }

  .container-33 {
    display: none;
  }

  .submit-button-2 {
    text-align: center;
    background-color: #ffc341;
    align-self: center;
    padding: 15px 20px;
    font-size: 18px;
  }

  .submit-button-3 {
    background-color: #ffc341;
    border-radius: 10px;
    align-self: flex-start;
    width: 15rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-58 {
    align-self: flex-end;
  }

  .lottie-animation {
    display: none;
  }

  .heading-71 {
    color: #fffcfc;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-72 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .field-label-5, .field-label-6 {
    color: #fff;
  }

  .text-field-2 {
    background-color: #fff0;
    border: 1px #000;
    border-bottom: 1px solid #fff;
  }

  .text-field-3 {
    background-color: #fff0;
    border: 1px solid #000;
  }

  .submit-button-4 {
    background-color: #ffc341;
    font-size: 18px;
  }

  .section-61 {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-34 {
    width: 100%;
  }

  .text-field-4 {
    border: 1px #000;
    border-bottom: 1px solid #00387b;
    margin-top: 10px;
  }

  .text-field-5 {
    border-bottom: 1px #000;
  }

  .form-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .heading-73, .paragraph-36 {
    color: #00387b;
    text-align: center;
  }

  .submit-button-5 {
    background-color: #ffc341;
    border-radius: 10px;
    align-self: center;
    width: 15rem;
    font-size: 18px;
  }

  .form-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .image-34 {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-75 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
  }

  .image-35 {
    display: inline-block;
  }

  .div-block-76 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 25%;
    display: none;
  }

  .div-block-77 {
    width: 25%;
  }

  .image-48 {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .container-4 {
    height: 60vh;
    margin-top: 50px;
  }

  .section-15 {
    justify-content: center;
    align-items: center;
    margin-top: 111px;
  }

  .section-16 {
    flex-flow: column;
    align-items: center;
  }

  .heading-18 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .div-block-32 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .paragraph-5 {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .button-4.btn-color {
    text-align: center;
    align-self: center;
  }

  .container-5 {
    margin-top: 0;
  }

  .heading-19 {
    font-size: 35px;
  }

  .button-5.btn-color {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-20 {
    display: none;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: 0;
    display: flex;
  }

  .heading-25, .paragraph-6 {
    text-align: center;
  }

  .paragraph-7, .paragraph-8, .paragraph-9 {
    display: none;
  }

  .heading-26 {
    font-size: 20px;
  }

  .btn.cta-btn {
    align-self: center;
  }

  .heading-27 {
    align-self: center;
    padding-left: 0;
  }

  .heading-28 {
    align-self: center;
  }

  .container-7 {
    justify-content: center;
    display: none;
  }

  .image-13 {
    display: none;
  }

  .paragraph-10 {
    text-align: left;
    align-self: auto;
  }

  .div-block-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .image-16, .image-17 {
    display: none;
  }

  .section-25 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: 50px 0;
    display: flex;
  }

  .div-block-48 {
    justify-content: space-around;
    align-self: center;
    width: 40%;
    margin-top: 50px;
    display: flex;
  }

  .navbar, .image-19-mobile, .container-9 {
    display: none;
  }

  .heading-31 {
    font-size: 3rem;
  }

  .heading-32 {
    text-align: left;
    font-weight: 400;
    line-height: 70px;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-mobile {
    margin-left: 0;
    display: flex;
  }

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

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-logo-link-middle-2 {
    margin-left: 0;
    display: none;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-mobile-2 {
    margin-left: 0;
    display: flex;
  }

  .f-navigation-container-middle-2 {
    justify-content: space-between;
  }

  .f-navigation-2 {
    position: relative;
  }

  .image-26 {
    width: 60%;
  }

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

  .heading-36 {
    text-align: center;
    line-height: 60px;
  }

  .f-gallery-three-column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-58 {
    align-self: center;
    padding-left: 0;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

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

  .image-42 {
    max-width: 70%;
    display: block;
  }

  .f-accordian-list {
    width: 100%;
  }

  .heading-58, .paragraph-27 {
    color: #00387b;
    text-align: center;
  }

  .div-block-91 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-59 {
    color: #00387b;
    text-align: center;
  }

  .paragraph-28 {
    color: #00387b;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 20px;
  }

  .heading-60 {
    color: #00387b;
    text-align: center;
  }

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

  .paragraph-29 {
    color: #00387b;
    text-align: center;
  }

  .button-14 {
    text-align: center;
    background-color: #ffc341;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
  }

  .body-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .container-24 {
    margin-top: 50px;
  }

  .heading-61, .paragraph-30 {
    color: #00387b;
    text-align: center;
  }

  .section-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .div-block-96 {
    background-color: #00387b;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-contact-image-wrapper-2 {
    max-width: 100%;
  }

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

  .heading-69 {
    color: #ffc341;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
  }

  .f-accordian-list-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-top {
    height: 490px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-banner-flex-row-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-gallery-image-s-2 {
    height: 180px;
  }

  .f-gallery-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-contact-image-wrapper-2 {
    max-width: 100%;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

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

  .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #00387b;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 80vh;
  }

  .section-14 {
    display: none;
  }

  .container-4 {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .section-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-16 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-18 {
    text-align: center;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
  }

  .paragraph-5 {
    text-align: left;
    margin-top: -23px;
  }

  .button-4.btn-color {
    align-self: flex-start;
  }

  .container-5 {
    width: 100vw;
    margin-top: 50px;
  }

  .heading-19 {
    text-align: left;
    width: 100vw;
    padding-left: 20px;
    font-size: 27px;
    line-height: 40px;
  }

  .section-17 {
    flex-flow: column;
  }

  .div-block-37._3-section {
    width: 100%;
  }

  .heading-20 {
    text-align: center;
    align-self: flex-start;
  }

  .heading-21, .heading-22 {
    align-self: flex-start;
  }

  .heading-23 {
    text-align: left;
    padding-left: 20px;
    font-size: 37px;
  }

  .heading-24 {
    text-align: left;
    margin-top: 0;
    padding-left: 20px;
    line-height: 30px;
  }

  .button-5.btn {
    align-self: flex-start;
    margin-left: 20px;
  }

  .button-5.btn-color {
    text-align: left;
    order: 0;
    align-self: flex-start;
    margin-left: 0;
    display: block;
  }

  .button-5.btn-color.cta-btn {
    text-align: center;
    align-self: center;
    padding-bottom: 30px;
    display: flex;
  }

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

  .div-block-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-left: -74px;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 10px;
    display: flex;
  }

  .heading-25 {
    text-align: left;
    font-family: Rubik Moonrocks, sans-serif;
    font-size: 27px;
    font-weight: 400;
  }

  .paragraph-6 {
    text-align: left;
    font-family: Roboto Flex, sans-serif;
  }

  .section-21 {
    margin-top: 0;
  }

  .container-6 {
    flex-flow: column;
  }

  .heading-26 {
    text-align: center;
    width: 100%;
  }

  .btn.cta-btn {
    text-align: left;
    background-color: #ffc341;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 10rem;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .btn.cta-btn.mobile {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 12rem;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-27 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    margin-top: 54px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }

  .heading-28 {
    text-align: center;
    align-self: center;
    font-size: 90px;
  }

  .container-7 {
    margin-top: 0;
  }

  .image-14 {
    width: 100%;
    margin-right: 0;
    display: none;
  }

  .div-block-48 {
    width: 80%;
    margin-top: 0;
  }

  .navbar {
    background-color: #ddd0;
    align-self: flex-start;
    width: 100px;
    margin-top: 0;
    display: flex;
  }

  .nav-menu {
    width: 60vw;
    min-width: 50%;
    margin-left: 20px;
  }

  .image-18 {
    width: 75%;
  }

  .image-19-mobile {
    align-self: center;
    width: 60%;
    margin-top: -25px;
    display: block;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .image-20 {
    width: 30%;
  }

  .navbar-2 {
    background-color: #ddd0;
    margin-top: -20px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon {
    color: #ff7300;
  }

  .nav-menu-2 {
    background-color: #ff7300;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    color: #fff;
  }

  .section-26 {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-49 {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 60vw;
    margin-top: 0;
  }

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

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

  .heading-31 {
    text-align: left;
    font-size: 27px;
    line-height: 40px;
  }

  .container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 162px;
    padding: 0 0 0 18px;
    display: none;
  }

  .heading-32 {
    font-size: 27px;
  }

  .section-28 {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: none;
  }

  .image-23 {
    width: 100%;
    display: none;
  }

  .container-12 {
    margin-top: -76px;
  }

  .body-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .f-header-button-middle {
    justify-content: center;
  }

  .f-header-image-wrapper-top {
    height: 390px;
  }

  .f-navigation-menu-button-2 {
    display: block;
  }

  .f-navigation-logo-link-mobile-2 {
    justify-content: center;
    align-items: center;
    padding-left: 49px;
  }

  .f-navigation-logo-link-mobile-2.w--current {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .f-navigation-container-middle-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
  }

  .f-banner-flex-row-2 {
    text-align: left;
  }

  .f-navigation-wrapper-2 {
    background-color: #00387b;
  }

  .image-26 {
    width: 70%;
    max-width: 70%;
    margin-left: 40px;
  }

  .heading-35 {
    font-size: 15px;
  }

  .heading-36 {
    text-align: center;
    font-size: 40px;
  }

  .section-31 {
    flex-flow: column;
  }

  .image-27 {
    width: 100%;
  }

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

  .section-32 {
    margin-bottom: 50px;
  }

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

  .heading-38 {
    font-size: 27px;
  }

  .container-15 {
    margin-top: 50px;
    margin-bottom: 100px;
    padding-left: 20px;
    display: block;
  }

  .heading-39 {
    color: #4e342e;
    text-align: left;
    font-family: Rubik Moonrocks, sans-serif;
    font-weight: 400;
  }

  .paragraph-15, .paragraph-16 {
    text-align: center;
  }

  .div-block-58 {
    align-self: flex-start;
  }

  .div-block-67 {
    z-index: 99;
    display: none;
    position: fixed;
  }

  .become-a-stockist {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 74px;
    padding-bottom: 0;
    position: static;
  }

  .heading-41 {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-72 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .div-block-73, .paragraph-19 {
    display: none;
  }

  .section-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    color: #0c407c;
  }

  .container-17 {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-75 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    padding-top: 20px;
    display: flex;
  }

  .heading-49 {
    text-align: center;
    align-self: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .paragraph-20 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .image-35, .container-18 {
    display: none;
  }

  .section-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-79 {
    width: 100%;
    display: block;
  }

  .div-block-79.events {
    width: 100%;
  }

  .section-40 {
    display: none;
  }

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

  .heading-51 {
    color: #00387b;
    text-align: center;
    font-size: 25px;
  }

  .section-42.stockists {
    display: none;
  }

  .image-41 {
    max-width: 30%;
  }

  .div-block-80 {
    text-align: center;
  }

  .f-paragraph-large-2 {
    color: #00387b;
  }

  .f-h2-heading {
    font-size: 45px;
  }

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

  .f-footer-bottom {
    color: #fff;
    margin-top: 20px;
  }

  .f-footer-social {
    color: var(--white);
  }

  .f-footer-social-group {
    justify-content: center;
    align-items: center;
    margin-top: -33px;
  }

  .f-paragraph-small {
    color: #fff;
    text-align: center;
  }

  .f-margin-bottom-73 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .f-footer-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-53 {
    color: #fff;
    text-align: center;
    font-size: 30px;
  }

  .paragraph-22 {
    color: var(--white);
    text-align: center;
  }

  .heading-54 {
    color: #fffefe;
    text-align: center;
    font-size: 30px;
  }

  .paragraph-23, .paragraph-24 {
    color: #fff;
    text-align: center;
  }

  .link-12 {
    color: #fff;
    text-align: center;
    margin-top: 3px;
  }

  .footer-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -28px;
    display: flex;
  }

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

  .f-accordian-list {
    justify-content: center;
    display: flex;
  }

  .f-accordian-title {
    color: #ffc341;
    font-size: 22px;
  }

  .f-paragraph-small-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #00387b;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .f-accordian-title-wrapper-2 {
    text-align: center;
    justify-content: center;
  }

  .f-accordian-wrapper-2 {
    text-align: center;
    display: block;
  }

  .container-21 {
    margin-top: 50px;
  }

  .heading-56 {
    color: #00387b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .paragraph-25 {
    color: #00387b;
    text-align: center;
  }

  .div-block-82 {
    text-align: center;
  }

  .heading-57 {
    color: #00387b;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .paragraph-26 {
    color: #00387b;
    text-align: center;
  }

  .section-46 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .image-44 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-85 {
    text-align: center;
  }

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

  .div-block-86 {
    text-align: center;
    align-self: auto;
  }

  .image-46 {
    text-align: center;
    max-width: 80%;
  }

  .div-block-87 {
    text-align: center;
  }

  .heading-58 {
    color: #00387b;
    text-align: center;
    font-size: 30px;
  }

  .div-block-90 {
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-27 {
    color: #00387b;
    text-align: center;
  }

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

  .heading-59 {
    color: #00387b;
    text-align: center;
    font-size: 30px;
  }

  .paragraph-28 {
    color: #00387b;
    text-align: center;
  }

  .heading-60 {
    color: #00387b;
    text-align: center;
    font-size: 30px;
  }

  .div-block-95 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .paragraph-29 {
    color: #00387b;
    text-align: center;
  }

  .button-14 {
    background-color: #ffc341;
    border-radius: 10px;
    font-size: 18px;
  }

  .container-24 {
    margin-top: 50px;
  }

  .heading-61 {
    color: #00387b;
    text-align: center;
    font-size: 30px;
  }

  .section-49 {
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-30 {
    color: #00387b;
    text-align: center;
  }

  .section-50 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 50px;
    display: flex;
  }

  .div-block-96 {
    background-color: #00387b;
    margin-top: 30px;
    padding: 5%;
  }

  .heading-62 {
    color: #ffc341;
    text-align: center;
    font-size: 30px;
  }

  .paragraph-31 {
    color: #fff;
    text-align: center;
  }

  .container-26 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .heading-63 {
    color: #00387b;
    text-align: center;
    font-size: 30px;
  }

  .section-51 {
    margin-bottom: 50px;
  }

  .div-block-99 {
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .div-block-99.message {
    background-color: #00387b;
    margin-top: 0;
    margin-bottom: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image-47 {
    text-align: center;
    max-width: 70%;
  }

  .heading-64 {
    color: #00387b;
    font-size: 30px;
  }

  .paragraph-32 {
    color: #00387b;
    text-align: center;
    font-size: 18px;
  }

  .heading-65 {
    text-align: center;
    color: #ffc341;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 30px;
  }

  .heading-66 {
    text-align: center;
    font-size: 30px;
  }

  .bold-text {
    color: #00387b;
    text-align: center;
    font-size: 30px;
  }

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

  .heading-67 {
    color: #00387b;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
  }

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

  .container-29 {
    margin-top: 0;
  }

  .container-30 {
    margin-top: 110px;
    display: none;
  }

  .button-15 {
    background-color: #ffc341;
  }

  .section-56 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .f-button-neutral-4 {
    color: var(--white);
    background-color: #ffc341;
  }

  .f-checkbox-label-2, .f-checkbox-2 {
    display: none;
  }

  .heading-68 {
    color: #00387b;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .paragraph-34 {
    display: none;
  }

  .button-16 {
    background-color: #ffc341;
    border-radius: 10px;
  }

  .heading-69 {
    color: #ffc341;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
  }

  .icon-2 {
    color: var(--flowui-component-library--grey-300);
    display: block;
  }

  .div-block-119, .image-48 {
    display: none;
  }

  .button-18 {
    text-align: center;
    background-color: #ffc341;
    border-radius: 10px;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 2rem;
    margin-top: 10px;
    padding: 15px 20px;
    display: flex;
  }

  .container-33 {
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-70, .paragraph-35 {
    color: #00387b;
    text-align: center;
  }

  .button-19 {
    text-align: center;
    overflow-wrap: normal;
    background-color: #ffc341;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 10rem;
    font-size: 18px;
    display: flex;
  }

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

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

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

  .submit-button-3 {
    background-color: #ffc341;
    border-radius: 10px;
  }

  .image-50 {
    margin-top: 30px;
  }

  .section-59 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -100px;
    display: flex;
  }

  .section-60 {
    height: 5vh;
  }

  .lottie-animation {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .div-block-121 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

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

  .link-block:active {
    color: #3330;
  }

  .f-paragraph-small-4 {
    color: #00387b;
    font-weight: 300;
  }

  .f-accordian-title-2 {
    color: #00387b;
    font-weight: 700;
  }

  .body-5 {
    color: #00387b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .heading-72 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .field-label-5 {
    color: #fff;
  }

  .text-field-2 {
    background-color: #fff0;
    border-top: 1px #0000;
    border-bottom: 1px solid #fff;
    border-left: 1px #0000;
    border-right: 1px solid #0000;
  }

  .submit-button-4 {
    text-align: center;
    background-color: #ffc341;
    border-radius: 10px;
    margin-top: 20px;
    display: block;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .text-field-4 {
    color: #00387b;
    border-top: 1px #000;
    border-bottom: 2px solid #00387b;
    border-left: 1px #00387b;
    border-right: 1px #000;
  }

  .form-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

  .heading-73 {
    color: #00387b;
    text-align: center;
    font-size: 38px;
  }

  .paragraph-36 {
    color: #00387b;
    text-align: center;
    width: 80%;
  }

  .submit-button-5 {
    background-color: #ffc341;
    border-radius: 10px;
  }

  .form-block-2 {
    width: 80%;
  }
}

#w-node-_496ec4d4-2c2d-b570-c76d-c88399aa6ca8-89d1139c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6253c637-a71c-c97b-78fa-eb0d66c3a024-66c3a021 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Gellatio';
  src: url('../fonts/Gellatio-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BoldeVan';
  src: url('../fonts/BoldenVan.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellatio';
  src: url('../fonts/Gellatio-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellatio';
  src: url('../fonts/Gellatio-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BoldeVan';
  src: url('../fonts/BoldenVan.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BoldeVan';
  src: url('../fonts/BoldenVan.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}