:root {
  --white: white;
  --black: black;
}

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

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

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

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1a1b1f;
  background-image: linear-gradient(295deg, #996506 45%, #1e1e1e);
  border: 0 #000;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 4px 4px 8px #001b2c40, inset -2px -2px 4px #061c3d40, inset -4px -4px 8px #001b2c40;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
  background-image: none;
}

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

.button-primary.no-fill-button {
  outline-offset: 0px;
  background-image: none;
  outline: 1px solid #ffa90a;
  font-weight: 400;
}

.button-primary.no-fill-button.contact-button {
  margin-bottom: 0;
}

.menu-button.styling {
  color: #333;
}

.menu-button.styling.w--open {
  background-color: #e9e9e9;
  border-radius: 10px;
}

.section-1 {
  background-color: #e9e9e9;
}

.cell {
  background-image: url('../images/Figma--webflow-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container-2 {
  flex-flow: column;
  height: 800px;
  display: flex;
}

.quick-stack {
  object-fit: fill;
  height: 600px;
  position: static;
  overflow: visible;
}

.navbar-no-shadow {
  background-color: #e9e9e9;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  background-color: #e9e9e9;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 32px;
}

.body {
  font-family: Poppins, sans-serif;
}

.menu-link {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.hero-heading-left {
  background-color: #e9e9e9;
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px -2px 4px #061c3d40;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-3.why-section {
  background-color: #f0eaea;
  padding-top: 0;
  padding-bottom: 0;
}

.container-3.about-us {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.h1-text {
  color: #1e1e1e;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.bold-text {
  color: #684402;
  font-style: normal;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-2 {
  background-color: #f0eaea;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.heading {
  color: #1e1e1e;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.why-us-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.heading-2 {
  color: #684402;
  text-shadow: 8px 1px 1px #68440233;
  margin-top: 10px;
  font-family: Sen, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.heading-3 {
  color: #1e1e1e;
  height: 58px;
  font-size: 24px;
  font-weight: 600;
}

.paragraph {
  color: #000;
  font-weight: 400;
}

.section-3 {
  background-image: url('../images/About-image.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block {
  background-color: #1e1e1e;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: 135px;
  box-shadow: 4px 4px 8px #001b2c40, inset -2px -2px 4px #061c3d40, inset -4px -4px 8px #001b2c40;
}

.about-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 145px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  padding-left: 212px;
  padding-right: 212px;
}

.paragraph-2.about-paragraph {
  margin-top: 64px;
  margin-bottom: 24px;
  padding-top: 0;
  font-weight: 400;
}

.button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 146px;
  display: flex;
}

.section-4 {
  background-color: #1e1e1e;
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading-4 {
  color: #fff;
  margin-bottom: 64px;
}

.outcome-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.outcome-div {
  outline-offset: 0px;
  text-align: center;
  border-radius: 10px;
  outline: 1px solid #ffffff80;
  padding-left: 8px;
  padding-right: 8px;
}

.outcome-div:hover {
  mix-blend-mode: normal;
}

.heading-5 {
  color: #ffa90a;
  font-size: 16px;
}

.paragraph-3 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.image:hover {
  mix-blend-mode: hard-light;
}

.section-5 {
  background-color: #f5fffa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.contact-div {
  background-color: #1e1e1e;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  box-shadow: 4px 4px 8px #001b2c40, inset -2px -2px 4px #061c3d40, inset -4px -4px 8px #001b2c40;
}

.heading-6 {
  color: #fff;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  margin-left: 180px;
  margin-right: 180px;
  padding-bottom: 0;
  font-weight: 300;
}

.button {
  margin-bottom: 146px;
}

.section-6 {
  text-align: center;
  background-color: #e9e9e9;
  padding-top: 0;
  padding-bottom: 64px;
}

.offer-div {
  background-color: #fff;
  border-radius: 0 0 60px 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 200px;
  margin-right: 200px;
  display: flex;
  box-shadow: 4px 4px 8px #001b2c40, inset -2px -2px 4px #061c3d40, inset -4px -4px 8px #001b2c40;
}

.offer-div:hover {
  mix-blend-mode: normal;
}

.heading-7 {
  color: #1e1e1e;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Pacifico, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 80px;
  text-decoration: line-through;
}

.heading-7.colour {
  color: #ffa90a;
}

.heading-7.orange {
  color: #ffa90a;
  margin-top: 0;
  margin-bottom: 24px;
  text-decoration: none;
}

.paragraph-5 {
  color: #1e1e1e;
  margin-bottom: 20px;
  font-size: 49px;
  line-height: 52px;
}

.paragraph-6 {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 200;
}

.paragraph-7 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-7 {
  background-color: #1e1e1e;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-part-1 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-part-1.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.footer-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 52px;
  display: grid;
}

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

.link {
  color: #fff;
  margin-right: 0;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  color: #f5d35b;
}

.paragraph-8 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
}

.social-link:hover {
  background-color: #996506;
  border-radius: 4px;
  box-shadow: 0 2px 5px #ffa90a;
}

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu {
    background-color: #e9e9e9;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .container-3 {
    max-width: 728px;
    margin-left: auto;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .why-us-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    height: auto;
    line-height: 32px;
  }

  .section-3 {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .about-heading {
    padding-top: 100px;
  }

  .paragraph-2.about-paragraph {
    padding-left: 64px;
    padding-right: 64px;
  }

  .button-div {
    padding-bottom: 100px;
  }

  .outcome-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

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

  .offer-div {
    margin-left: 100px;
    margin-right: 100px;
  }

  .heading-7 {
    font-size: 54px;
  }

  .paragraph-5 {
    font-size: 40px;
  }

  .paragraph-6 {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
  }

  .icon {
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    text-align: left;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.styling {
    padding-top: 20px;
  }

  .menu-button.styling.w--open {
    background-color: #e0e0de;
  }

  .nav-menu {
    background-color: #e0e0de;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .heading {
    text-align: center;
    padding-left: 16px;
  }

  .why-us-grid {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-3 {
    height: auto;
  }

  .section-3 {
    background-position: 100%;
  }

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

  .about-heading {
    padding-top: 64px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-2.about-paragraph {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 12px;
    font-weight: 300;
  }

  .button-div {
    padding-bottom: 64px;
  }

  .heading-4 {
    margin-bottom: 32px;
    margin-left: 32px;
    font-size: 28px;
  }

  .outcome-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-left: 32px;
    margin-right: 32px;
  }

  .contact-div {
    border-radius: 40px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-6 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-4 {
    margin-bottom: 32px;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 12px;
    font-weight: 200;
  }

  .offer-div {
    margin-left: 100px;
    margin-right: 100px;
  }

  .heading-7 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-7.orange {
    margin-bottom: 16px;
  }

  .paragraph-5 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-6 {
    margin-bottom: 32px;
  }

  .paragraph-7 {
    font-size: 12px;
    font-weight: 300;
  }

  .footer-part-1 {
    align-items: center;
  }

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

  .icon {
    color: #333;
  }
}

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

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-3 {
    max-width: none;
  }

  .heading {
    text-align: left;
  }

  .div-block {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 64px;
  }

  .about-heading {
    padding-top: 32px;
    font-size: 24px;
  }

  .paragraph-2.about-paragraph {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 200;
  }

  .button-div {
    flex-flow: column;
    padding-bottom: 32px;
  }

  .section-4 {
    overflow: hidden;
  }

  .heading-4 {
    margin-left: 16px;
    font-size: 24px;
  }

  .outcome-grid {
    margin-left: 16px;
    margin-right: 16px;
  }

  .outcome-div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-3 {
    font-weight: 200;
  }

  .section-5 {
    overflow: hidden;
  }

  .contact-div {
    border-radius: 30px;
  }

  .paragraph-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .section-6 {
    overflow: hidden;
  }

  .offer-div {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .footer-part-1.footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .paragraph-8 {
    font-size: 10px;
  }

  .icon {
    color: #333;
  }
}


