@font-face {
  font-family: "Inter Variablefont Opsz Wght 1";
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter Variablefont Opsz Wght 1";
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --heading: #333;
  --secondary: #dd6800;
  --button-colour\<deleted\|variable-85cb5d48-d3e0-8259-a882-5605fe9ee25b\>: #e6924d;
  --trans: #fff0;
  --light-pink: #f3dede;
  --lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>: #616928;
  --primary: #474747;
  --sub-heading: #e0e0e0;
  --orange\<deleted\|variable-e2aa7ac0-10e8-cc18-d1d7-fdbaa0733596\>: #42cf63;
  --sub-font\<deleted\|variable-90731ddf-1345-502a-584e-830ed3a6b1b3\>: #000;
  --lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>: #bb7b7b;
  --btn-colour\<deleted\|variable-cba251a3-321c-fc0b-c1e8-2776d4255216\>: #071c6b;
  --bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>: #1b3d3f;
  --website-bg\<deleted\|variable-6d471eab-d3a6-d4ba-1396-1f77bbb081ef\>: #fffaf4;
  --circle-gradient\<deleted\|variable-dbfc7e8a-57b7-2e2b-566d-e132d7f8e4b2\>: #7f873882;
  --nav-font: #646464;
  --btn-brown\<deleted\|variable-713f5cd3-dc50-d0cf-1432-17f7a28e70f6\>: #9b6742;
  --background: #e8fbfd;
  --bg-colour\<deleted\|variable-17944558-2b42-a7e0-3871-26be59f32e98\>: #fffcfc;
  --btn: white;
  --trust-badge-bg: #e0f4de;
  --dark-heading-colour: #262626;
  --active: #07a030;
  --expired: #f50303;
  --grey-border: #bdbdbd;
}

.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;
}

.image {
  width: 100px;
}

.container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fefdfb;
  background-image: none;
  border-radius: 50px 0 0 45px;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 96%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding: 30px 0 50px 40px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 20px -3px #0003;
}

.nav-menu {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #c8c8c800;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  right: 0;
}

.navbar {
  background-color: #ddd0;
  background-image: linear-gradient(#000 16%, #fff0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
  position: absolute;
}

.nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 45px;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  display: block;
  overflow: visible;
}

.div-block-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-2 {
  width: 100%;
  position: static;
}

.hero {
  background-image: none;
  border-top: 1px #1c507e;
  width: auto;
  max-width: 51%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: block;
}

.heading {
  color: var(--heading);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto 20px;
  font-family: "Ea Sports Covers Sc 1";
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.heading.about {
  text-align: left;
  border-bottom: 2px solid #333;
  width: auto;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 600;
  display: inline-block;
}

.heading.about.black {
  border-bottom-style: none;
  margin-bottom: 5px;
}

.heading.testimonails {
  text-align: center;
  margin-bottom: -20px;
}

.heading.testimonails.black {
  margin-bottom: 0;
}

.heading.black {
  color: var(--heading);
  text-align: left;
  text-transform: capitalize;
  width: auto;
  margin-bottom: 20px;
  font-family: Orbitron;
  font-size: 3.7em;
  font-weight: 500;
  line-height: 120%;
}

.heading.black.centre-align {
  text-align: left;
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 45px;
  line-height: 53px;
}

.heading.black.centre {
  text-align: left;
  width: 700px;
  max-width: none;
  line-height: 53px;
}

.heading.black.white {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.7em;
  font-weight: 300;
  line-height: 115%;
  display: block;
}

.heading.black.reserve {
  color: var(--white);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  width: 95%;
  margin-left: 0;
  font-family: Noticase;
}

.heading.why {
  font-size: 50px;
  line-height: 50px;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: 55px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 25px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button:hover {
  border-style: solid;
  border-color: var(--secondary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #dd6800;
}

.button._2 {
  border: 2px solid var(--white);
  color: #1c507e;
  background-color: #fff;
  display: none;
}

.button._2:hover {
  border: 2px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #1c507e00;
}

.button.what-we-do-btn {
  border-color: var(--heading);
  background-color: var(--heading);
  color: var(--white);
}

.button.what-we-do {
  border-color: var(--button-colour\<deleted\|variable-85cb5d48-d3e0-8259-a882-5605fe9ee25b\>);
  color: var(--white);
  background-color: #e6924d;
  background-image: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.what-we-do:hover {
  border-color: var(--heading);
  background-color: var(--trans);
  color: var(--heading);
}

.button.grey {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 2px solid var(--heading);
  color: var(--heading);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #9b7f7f00;
  background-image: none;
  border-radius: 999px;
  width: auto;
  padding: 11px 35px;
  font-family: mustica;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: inset 0 0 9px -6px #0000008f;
}

.button.grey:hover {
  background-color: var(--light-pink);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--heading);
  border-style: solid;
  border-color: #bb7b7b;
}

.button.grey.hidden {
  display: none;
}

.button.grey.centre {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button.grey.arrow-styling {
  background-color: var(--primary);
  color: var(--primary);
  border-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 5px 25px;
  box-shadow: inset 0 0 9px -6px #0000008f;
}

.button.grey.green {
  background-color: var(--secondary);
  color: var(--white);
  border-style: none;
}

.button.grey.white {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  display: inline-flex;
}

.button.grey.white:hover {
  background-color: var(--white);
  color: var(--primary);
  border-style: none;
}

.button.nav-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: none;
  border-color: var(--white);
  color: var(--white);
  border-radius: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button.nav-cta:hover {
  border-style: none;
  border-color: var(--white);
  background-color: var(--heading);
}

.button.nav-cta.static {
  background-color: var(--secondary);
  background-image: linear-gradient(#fff0 33%, #00000024);
  border-radius: 55px;
  order: -9999;
  padding: 12px 30px;
  font-size: .9rem;
  font-weight: 600;
  position: static;
}

.button.full-width {
  border: 1px none var(--sub-heading);
  background-color: var(--secondary);
  border-radius: 4px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1rem;
  font-weight: 500;
  position: static;
}

.button.full-width:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--heading);
}

.button.centre {
  background-color: var(--secondary);
  border-style: none;
  border-radius: 45px;
  padding: 13px 25px;
  font-family: Poppins;
}

.button.centre:hover {
  background-color: var(--heading);
  color: var(--white);
}

.button.centre.aboloute {
  position: absolute;
  inset: auto auto 0% 0%;
}

.button.bottom-left {
  z-index: 2;
  inset: auto auto 0% 0%;
}

.button.static {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-style: solid;
  border-color: var(--secondary);
  background-color: var(--secondary);
  background-image: linear-gradient(#fff0 63%, #00000047);
  order: 0;
  align-self: auto;
  padding: 14px 30px;
  position: static;
}

.button.static:hover {
  border-color: var(--heading);
  background-color: var(--white);
  color: var(--heading);
}

.button.static.absoloute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-3 {
  color: var(--white);
  width: 12px;
  display: block;
}

.socials {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 2px none var(--orange\<deleted\|variable-e2aa7ac0-10e8-cc18-d1d7-fdbaa0733596\>);
  color: var(--white);
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #20202000;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .45s;
  display: flex;
  position: absolute;
  inset: 0 0 0% auto;
}

.socials:hover {
  border-style: none;
  border-color: var(--heading);
  background-color: #2f2f2f00;
  box-shadow: 0 0 20px -3px #fff3;
}

.ctas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.text-block-2 {
  font-family: "Ea Sports Covers Sc 1";
  font-size: 16px;
  font-weight: 400;
}

.services {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
}

.text-block-3 {
  color: var(--sub-font\<deleted\|variable-90731ddf-1345-502a-584e-830ed3a6b1b3\>);
  text-align: left;
  width: auto;
  max-width: 500px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 165%;
}

.text-block-3.white {
  color: var(--heading);
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-3.centre-align {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.services-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 90%;
  margin: 40px auto 0;
  display: flex;
}

.service-1 {
  background-color: #eff8ff;
  background-image: linear-gradient(135deg, #fff, #e1f1fd 67%);
  background-position: 0 0;
  border-radius: 2px 2px 20px 20px;
  width: 300px;
  padding-top: 0;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -9px #0003;
}

.service-1._2 {
  background-color: #f9fcff;
  background-image: none;
  background-position: 0 0;
}

.text-block-4 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.heading-3 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-4 {
  box-sizing: border-box;
  float: none;
  clear: none;
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-3 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-heading {
  text-align: left;
  width: 43%;
  max-width: 590px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.button-2 {
  background-color: #1c507e;
  border: 2px solid #1c507e;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .45s;
  position: absolute;
  inset: auto auto 20px 20px;
  box-shadow: 0 0 20px -4px #0003;
}

.button-2:hover {
  color: #1c507e;
  background-color: #ffffffa3;
  border: 2px solid #1c507e;
}

.collections {
  background-color: #fefdfb;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  font-style: normal;
  display: block;
  position: relative;
}

.about-heading {
  text-align: left;
  width: 55%;
  max-width: 530px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.our-suggestions {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fee1bc;
  background-image: linear-gradient(270deg, #fff 35%, #fedfb9);
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 50px 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -2px #0003;
}

.image-5 {
  border-radius: 15px;
  width: 400px;
  max-width: none;
  box-shadow: 0 2px 20px #0003;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.heading-4 {
  max-width: 400px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: none;
}

.highlights {
  z-index: 1;
  background-color: var(--white);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 140px;
  padding-left: 0;
  display: block;
  position: relative;
}

.image-6 {
  width: 140px;
  margin-top: -41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.ratings {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rating-1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #f7e5db;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -2px #0003;
}

.rating-1.middle {
  background-color: #fff4ee;
}

.text-block-6 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.image-7 {
  width: 20px;
}

.image-8 {
  border-radius: 25px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 15px;
  left: 20px;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  display: flex;
}

.div-block-5 {
  background-color: #f7e5db;
  background-image: none;
  border-radius: 10px;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  box-shadow: 0 0 20px -9px #0003;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Tanheadline;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.div-block-6 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-6.name-and-number {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-bottom: 20px;
}

.div-block-7 {
  width: 50%;
}

.field-label {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.field-label.text-area {
  border-radius: 5px;
  height: 200px;
  padding-top: 12px;
}

.field-label._2 {
  margin-top: 20px;
  line-height: 21px;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
}

.text-field {
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  background-color: #8b0e0e;
  border: 2px solid #8b0e0e;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .45s;
  position: static;
  box-shadow: 0 0 20px -4px #0003;
}

.submit-button:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #333;
  background-color: #40404000;
  border: 2px solid #000;
}

.div-block-8 {
  background-color: #f7e5db;
  background-image: none;
  border-radius: 5px;
  flex-flow: column;
  order: 1;
  justify-content: space-between;
  align-items: center;
  width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 0 20px -9px #0003;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-span,
.text-span-2 {
  font-weight: 700;
}

.social-icons {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 0;
  display: flex;
}

.image-9 {
  width: 30px;
}

.div-block-9 {
  margin-top: 15px;
}

.text-block-8 {
  margin-bottom: 10px;
}

.text-span-3 {
  font-weight: 700;
}

.div-block-10 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.links {
  order: -1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  position: absolute;
}

._3-reasons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 950px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -64px;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #2e2e2e;
  background-image: linear-gradient(135deg, #e3f2fe, var(--white));
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 290px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -8px #0003;
}

.heading-7 {
  width: 90%;
  max-width: 160px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-block-9 {
  width: 95%;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
}

.image-10 {
  aspect-ratio: 1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.faq-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: Inconsolata, monospace;
  font-size: 30px;
  display: flex;
}

.image-11 {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
}

.faq-header {
  background-color: var(--heading);
  letter-spacing: -.5px;
  border: 1px #000;
  border-left-style: solid;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 0;
  padding: 5px 30px;
  display: flex;
}

.faq-header.w--open {
  border-radius: 0;
}

.container-2 {
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.paragraph-5 {
  color: var(--white);
  word-break: normal;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.div-block-23 {
  width: 90%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 90px;
}

.faq-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-10 {
  color: #2e9388;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
}

.faq-body {
  z-index: 1;
  background-color: #ddd0;
  border-top: 1px #000;
  justify-content: center;
  align-items: center;
  padding: .8rem 2rem 1.4rem;
  display: none;
  position: static;
}

.faq-body.w--open {
  justify-content: space-between;
  align-items: stretch;
  height: 450px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.faq-question {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: capitalize;
  flex: 1;
  font-family: "Aura Demo 1";
  font-size: 18px;
  font-weight: 600;
}

.faq-list {
  border-left: 1px #000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

.faq-item {
  background-color: var(--heading);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border: 1.5px #fff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.image-12 {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
}

.div-block-24 {
  width: 90%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-2 {
  font-weight: 600;
}

.div-block-25 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-end;
  align-items: stretch;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-13 {
  background-color: #1c507e;
  border-radius: 15px;
  width: 270px;
  padding: 15px;
  position: static;
  inset: auto 40px 40px auto;
}

.brand-2 {
  z-index: 99;
  position: absolute;
  left: 0;
}

.brand-2.footer {
  padding-top: 0;
  position: static;
}

.brand-2.footer-2 {
  background-color: #fff0;
  background-image: none;
  margin-bottom: 5px;
  padding-top: 0;
  position: static;
}

.navbar-2 {
  z-index: 998;
  background-color: #ffffff3b;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 18px;
  position: absolute;
}

.heading-11 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1.5px none var(--heading);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
  background-color: #e7e7e700;
  border-radius: 14px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-48 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 140px;
  display: flex;
  position: absolute;
  right: 0;
}

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1450px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 15px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .4s;
  display: inline-block;
  position: static;
}

.nav-link-2:hover {
  color: var(--secondary);
  text-overflow: clip;
}

.nav-link-2.w--current {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: var(--secondary);
}

.nav-link-2.cta-btn {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #81818170;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 0;
  transition: all .4s;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.nav-link-2.cta-btn:hover {
  color: #333;
  background-color: #fff0;
  border-color: #000;
}

.nav-link-2.cta-btn.sign-up {
  color: #333;
  cursor: pointer;
  background-color: #fff0;
  border-color: #333;
  flex-flow: row;
  transition: all .4s;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.nav-link-2.cta-btn.sign-up:hover {
  background-color: #cbf3ff;
}

.nav-link-2.cta {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(0);
}

.nav-link-2.white {
  color: var(--white);
  text-decoration: none;
}

.div-block-49 {
  display: none;
}

.image-15 {
  width: 190px;
}

.image-16 {
  background-color: #ffffff80;
  border-radius: 999px;
  width: 270px;
  padding: 15px;
  display: block;
}

.programmes-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.img1 {
  background-color: #000;
  background-image: linear-gradient(135deg, #000, #fff0 71%), url('../images/360_F_436848207_OFeCIpZECQ9q1IzeCYVNz4gHviLsSidh.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  display: flex;
}

.image-17 {
  width: 300px;
  display: none;
}

.div-block-51 {
  width: 50%;
  max-width: 350px;
  margin-left: 20px;
}

.bold-text-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-11 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 21px;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  font-family: Tanheadline;
  font-weight: 400;
}

.div-block-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff2e2;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  height: auto;
  margin-top: 0;
  padding: 0 0 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.div-block-52.burger {
  background-image: linear-gradient(135deg, #000, #fff0 56%), url('../images/gettyimages-2174482526-612x612.jpg');
  background-position: 0 0, 0%;
  background-attachment: scroll, scroll;
}

.div-block-52._2 {
  background-color: #fefdfb;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.heading-13 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  margin-left: 0;
  font-family: "Ea Sports Covers Sc 1";
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto 60px;
  line-height: 22px;
  display: flex;
}

.text-block-12 {
  text-align: left;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.bold-text-4 {
  font-weight: 600;
}

.bold-text-5 {
  line-height: 60px;
}

._3-images {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  color: var(--heading);
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  background-color: #e1e1e100;
  border: 1px #a7a7a7;
  border-bottom-style: solid;
  border-radius: 3px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 300px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 2px 10px -9px #0003;
}

._3-images.text-area {
  padding-bottom: 60px;
}

._1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -2px #0003;
}

._1.middle {
  background-color: #f7e5db;
}

.heading-14 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tanheadline;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-13 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-18 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 217.719px;
  margin-left: auto;
  margin-right: auto;
}

.image-18.ribs {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-18.linguine {
  object-fit: cover;
}

.div-block-55 {
  background-color: #8b0e0e;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px 5px;
  display: flex;
  position: absolute;
  inset: -20px auto auto -20px;
  transform: rotate(-18deg);
  box-shadow: 0 0 20px 7px #0003;
}

.text-block-14 {
  color: var(--white);
  font-family: Tanheadline;
  font-size: 13px;
}

.div-block-56 {
  width: 100%;
  margin-top: 15px;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.bold-text-6,
.bold-text-7 {
  font-weight: 400;
}

.text-block-16 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-15 {
  text-align: center;
  font-family: Tanheadline;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-8 {
  font-weight: 400;
}

.text-block-17 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-57 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 350px;
  margin-bottom: 0;
  display: flex;
}

.div-block-58 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Tanheadline;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.starters {
  z-index: 0;
  background-color: #f7e5db;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  padding-top: 153px;
  padding-bottom: 83px;
  position: relative;
  left: 0%;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/istockphoto-1207305768-612x612.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 260px;
  display: block;
  position: relative;
}

.div-block-59._2 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/istockphoto-2162005770-612x612.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.div-block-59._3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/istockphoto-1736726577-612x612.jpg');
}

.div-block-59._4 {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/istockphoto-2170801575-612x612.jpg');
}

.div-block-59._5 {
  background-image: linear-gradient(#00000036, #00000036), url('../images/istockphoto-474048190-612x612.jpg');
}

.div-block-59._6 {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/istockphoto-535453532-612x612.jpg');
}

.starters-container {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.starters-heading {
  margin-bottom: 40px;
}

.text-block-18 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-19 {
  color: var(--white);
  text-shadow: 0 1px 20px #000, 0 1px 20px #0e0d0d, 0 0 20px #000;
  width: 220px;
  margin-top: 0;
  margin-left: 0;
  font-family: Tanheadline;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.div-block-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.bold-text-9 {
  text-shadow: 0 1px 1px #0003;
  font-weight: 400;
}

.bold-text-10,
.bold-text-11 {
  font-weight: 400;
}

.about {
  background-color: #f7e5db;
  padding-top: 65px;
  padding-bottom: 115px;
}

.about-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #8b0e0e;
  border-radius: 90px 5px 5px 90px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px 11px #0003;
}

.heading-17 {
  color: var(--white);
  font-family: Tanheadline;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.top-right-content {
  background-color: #fefdfb;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.image-19 {
  width: auto;
  height: 100%;
}

.text-block-20 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.bold-text-12 {
  font-weight: 800;
}

.div-block-61 {
  background-image: url('../images/istockphoto-1867032522-612x612.jpg');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-63 {
  background-image: url('../images/Untitled-design-7.png'), linear-gradient(90deg, #e7b087, #ffe2bc);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 50px 0 0 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43%;
  height: 75vh;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 12% 0% 0% auto;
  box-shadow: 0 0 20px #0003;
}

.image-20 {
  width: 200px;
  margin-bottom: 20px;
  display: block;
}

.image-21 {
  width: 101px;
}

.div-block-64 {
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
}

.div-block-65 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  display: inline-flex;
}

.div-block-66 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 20px;
}

.bold-text-13 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.text-block-21 {
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-23 {
  width: 350px;
  position: absolute;
  inset: auto 0% 0% 24%;
}

.image-24 {
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.div-block-67 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.image-25 {
  width: 18px;
}

.features {
  margin-bottom: 0;
}

.text-block-22 {
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.button-3 {
  border: 2px solid var(--button-colour\<deleted\|variable-85cb5d48-d3e0-8259-a882-5605fe9ee25b\>);
  background-color: var(--button-colour\<deleted\|variable-85cb5d48-d3e0-8259-a882-5605fe9ee25b\>);
  color: var(--white);
  letter-spacing: .3px;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Ea Sports Covers Sc 1";
  font-weight: 400;
  transition: all .45s;
  position: absolute;
  inset: auto auto 20px 20px;
}

.button-3:hover {
  background-color: var(--trans);
  color: var(--heading);
  border: 2px solid #000;
}

.button-3.whychooseus-cta {
  border-radius: 45px;
  margin-top: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
  position: static;
}

.div-block-68 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 25px;
}

.text-block-23 {
  color: var(--heading);
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: grid;
}

.button-4 {
  margin-top: 30px;
}

.image-27 {
  width: 52%;
  position: absolute;
  inset: auto auto 0% -40px;
}

.slide {
  background-color: #fefdfb;
  border-radius: 7px;
  width: 100%;
  height: auto;
  margin-right: 20px;
  padding: 0;
  position: static;
  overflow: hidden;
}

.test-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
}

.slide-2 {
  background-color: #fefdfb;
  width: 100%;
}

.slider {
  border-radius: 20px;
  width: 320px;
  margin-left: 0;
  margin-right: auto;
  position: static;
  left: -404px;
  overflow: visible;
}

.mask {
  border-radius: 0;
  position: static;
  overflow: visible;
}

.icon-3,
.icon-4 {
  color: var(--heading);
}

.slider-container {
  align-self: auto;
  height: 100%;
  display: none;
  position: relative;
  top: 0;
  overflow: visible;
}

.image-28 {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.test-image {
  background-image: url('../images/240_F_1112803193_HyP2kLeIlzGJURYfaFw9Ee3jMNhHc31D.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 8px solid #fefdfb;
  order: -1;
  width: 100%;
  height: 200px;
}

.test-image._2 {
  background-image: url('../images/240_F_635516165_4KJ3bG11hlJ6cLl1J9fP2duKhPtVdh3A.jpg');
}

.test-image._3 {
  background-image: url('../images/240_F_608954470_A4hVA9BDxU8tOiMvDZg9be0SGHOE37XF.jpg');
}

.test-image._4 {
  background-image: url('../images/240_F_569051488_j9T1VJmErqknNqWvzM2ZoJ075MJzKoWn.jpg');
}

.test-image._5 {
  background-image: url('../images/240_F_569839012_IcwFlRzZre78zBDGWaVXbpLZSWR7u0f5.jpg');
}

.test-image._6 {
  background-image: url('../images/240_F_554799811_UzZU63BgMMArG6k8JChnQkeHzRbp3DMJ.jpg');
}

.text-block-24 {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.testimonial-text {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  height: 39%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-25 {
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.slide-nav {
  top: 367px;
}

.slider-2 {
  background-color: #ddd0;
  width: auto;
  height: 380px;
  margin-right: 0;
  position: static;
  overflow: visible;
}

.mask-2 {
  border-radius: 10px;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.slide-3 {
  z-index: 0;
  background-color: #fff2e2;
  border-radius: 10px;
  width: 280px;
  margin-right: 20px;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 20px -4px #0003;
}

.right-arrow {
  box-sizing: content-box;
  aspect-ratio: 1;
  color: var(--heading);
  object-fit: fill;
  background-color: #e6924d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: auto;
  margin-left: 50px;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow {
  z-index: 0;
  box-sizing: content-box;
  aspect-ratio: 1;
  color: var(--heading);
  background-color: #e6924d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 90px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 0 20px -20px #0003;
}

.slide-nav-2 {
  z-index: 0;
  width: 600px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: none;
  position: absolute;
  inset: auto auto 7px 0%;
  overflow: visible;
}

.image-29 {
  width: 12px;
}

.div-block-70 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e6924d;
  border: 2px #000;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 10px 15px;
  display: flex;
}

.text-block-26 {
  color: var(--white);
  font-family: "Ea Sports Covers Sc 1";
  font-size: 15px;
  font-weight: 700;
}

.text-block-27 {
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.div-block-71 {
  z-index: 99;
  width: auto;
  margin-left: 1px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  position: relative;
  left: 0;
  overflow: hidden;
}

.icon-5 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin: 5px auto 0;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0%;
}

.icon-6 {
  color: var(--white);
  width: 20px;
  margin: 5px auto 0;
  position: static;
}

.meet-the-team {
  padding-top: 0;
  padding-bottom: 0;
}

.team-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.heading-18 {
  text-align: center;
  margin-top: 0;
  font-family: "Ea Sports Covers Sc 1";
}

.div-block-72 {
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  height: 400px;
  padding: 15px 15px 20px;
  display: flex;
  box-shadow: 0 0 17px #0003;
}

.div-block-73 {
  overflow-wrap: normal;
  background-color: #ffc889;
  background-image: url('../images/3.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  box-shadow: 0 0 20px -6px #0003;
}

.div-block-73._2 {
  background-color: #ffdcb4;
  background-image: url('../images/1.png');
  background-position: 50% 30%;
}

.div-block-73._3 {
  background-color: #ffc889;
  background-image: url('../images/2.png');
  background-position: 50% 30%;
}

.text-block-28 {
  margin-top: 0;
  font-family: "Ea Sports Covers Sc 1";
  font-size: 18px;
  font-weight: 400;
}

.div-block-74 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.text-block-29 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-30 {
  width: 25px;
}

.div-block-75 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-30 {
  color: var(--heading);
  width: 400px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.cta {
  border-top: 1px #e9e9e9;
  border-radius: 0;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: 0 2px 20px -6px var(--white);
  background-image: url('../images/AdobeStock_406405912_Editorial_Use_Only_1.jpeg');
  background-position: -500%;
  background-repeat: no-repeat;
  background-size: 1200px;
  border: 2px solid #ebebeb9e;
  border-radius: 18px;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  height: 450px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
  overflow: hidden;
}

.form-block {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.field-label-3,
.text-field-2 {
  font-family: Exo, sans-serif;
}

.submit-button-2 {
  background-color: var(--btn-colour\<deleted\|variable-cba251a3-321c-fc0b-c1e8-2776d4255216\>);
  color: var(--white);
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  width: 100%;
  margin-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all .4s;
  box-shadow: inset 0 0 6px -3px #0003;
}

.submit-button-2:hover {
  border-color: var(--heading);
  background-color: var(--trans);
  color: var(--heading);
}

.form {
  border: 1px #000;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.text-block-31 {
  color: var(--white);
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-77 {
  background-image: none;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.bold-text-14 {
  max-width: 350px;
}

.heading-19 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Ea Sports Covers Sc 1";
  font-size: 27px;
  font-weight: 400;
  line-height: 31px;
}

.cta-form {
  background-color: #fefdfbe6;
  border: 1px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 16px -5px #0003;
}

.image-31 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  width: 190px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  inset: auto auto -30px 0%;
  overflow: clip;
}

.heading-20 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: auto;
  margin: 0 auto 10px 0;
  font-family: Noticase;
  font-size: 23px;
  line-height: 36px;
}

.specifications {
  background-color: #fff8ef;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-78 {
  width: auto;
  margin: 20px auto;
}

.plan-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-21 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Ea Sports Covers Sc 1";
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.image-32 {
  border-radius: 20px;
  width: auto;
  padding: 50px 30px 50px 40px;
}

.left-content {
  background-color: #fee1bd;
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 460px;
  border-radius: 20px;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.text-block-32 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.right-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-right-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e4995a;
  border-radius: 20px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 15px #0003;
}

.div-block-79 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.image-33 {
  width: 20px;
}

.text-block-33 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.div-block-80 {
  order: -1;
}

.div-block-83 {
  aspect-ratio: 1;
  background-image: url('../images/Untitled-1250-x-1250-px-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 52%;
  position: absolute;
  inset: auto auto 0% -30px;
}

.div-block-84 {
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-22 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Ea Sports Covers Sc 1";
  font-size: 45px;
  font-weight: 400;
}

.brand-name {
  color: var(--primary);
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-family: mustica;
  font-size: 27px;
  font-weight: 400;
  line-height: 25px;
}

.brand-name.white {
  color: var(--white);
}

.hero-text {
  width: 390px;
  position: absolute;
  inset: 20% 15% auto auto;
}

.heading-23 {
  color: var(--heading);
  letter-spacing: 2px;
  text-shadow: none;
  width: auto;
  height: auto;
  font-family: Orbitron;
  font-size: 5.3em;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  top: 114px;
  left: 42px;
  right: 50px;
}

.div-block-85 {
  z-index: 99;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  background-image: linear-gradient(#2e4e57, #0c1e1c);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 820px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 60px;
  display: none;
  position: absolute;
  inset: auto 0% -4%;
}

.div-block-86 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-left: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding: 0 0 0 10px;
  display: inline-flex;
}

.text-block-35 {
  color: var(--white);
  text-align: left;
  width: auto;
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.text-block-35.speed {
  width: auto;
  font-size: 16px;
}

.text-block-35.charging-time {
  width: auto;
}

.image-34 {
  background-color: #fff;
  border-radius: 99px;
  width: 40px;
  padding: 5px;
  display: block;
}

.image-35 {
  z-index: 0;
  width: 58%;
  position: absolute;
  inset: 6% 0% 0% auto;
}

.italic-text-2 {
  font-style: normal;
  font-weight: 400;
  line-height: 12%;
}

.text-block-36 {
  z-index: 999;
  color: var(--white);
  width: auto;
  font-family: Orbitron;
  font-size: 4em;
  font-weight: 300;
  line-height: .8em;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-36.info-grid-content-1 {
  border-left: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  width: auto;
  padding-left: 20px;
  font-size: 45px;
  font-weight: 300;
  line-height: 18px;
  position: static;
}

.text-block-36.black {
  color: var(--heading);
  width: 118.906px;
}

.text-block-36.battery,
.text-block-36.charging-time,
.text-block-36._0-60 {
  width: auto;
}

.text-span-4 {
  color: var(--white);
  font-size: 18px;
}

.text-span-4.black {
  color: var(--heading);
  letter-spacing: 2px;
  font-size: 16px;
}

.button-5 {
  border: 1px solid var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  text-transform: capitalize;
  border-radius: 4px;
  padding: 8px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  transition: all .4s;
}

.button-5:hover {
  border: 1px solid var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  background-color: var(--trans);
  color: var(--heading);
}

.spec-container {
  background-color: var(--sub-font\<deleted\|variable-90731ddf-1345-502a-584e-830ed3a6b1b3\>);
  color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-36 {
  width: 50%;
  height: 100%;
}

.div-block-87 {
  background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.info-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 90%;
  max-width: 500px;
  margin-top: 5.9em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
  position: relative;
}

.text-span-5 {
  font-size: 16px;
}

.text-span-6 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 17px;
}

.bold-text-15 {
  font-weight: 500;
}

.div-block-88 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.selection-1 {
  border: 1px solid #b4b4b4;
  border-radius: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  padding: 20px 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.selection-1.grey-bg {
  background-color: #26464d12;
}

.heading-24 {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Orbitron;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-37 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-38 {
  background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  color: var(--white);
  border-radius: 5px;
  padding: 4px 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.text-block-39 {
  font-family: Orbitron;
  font-size: 15px;
  font-weight: 500;
}

.text-block-40 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-89 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

._38 {
  height: auto;
  padding-top: 17px;
}

.image-38 {
  object-fit: contain;
  height: 219.563px;
}

.button-6 {
  border: 1px solid var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  text-align: center;
  background-color: #3898ec03;
  border-radius: 4px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: auto;
  padding: 6px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .4s;
  display: inline-block;
}

.button-6:hover {
  background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  color: var(--white);
}

.button-6.middle {
  background-color: #fcfcfa;
}

.button-6.middle:hover {
  background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  color: var(--white);
}

.hero-content-text {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 970px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.banner-and-text {
  background-image: url('../images/12Porsche-Taycan-GTS.webp');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.text-block-41 {
  letter-spacing: 1px;
  font-family: Orbitron;
  font-size: 45px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 64px;
}

.text-block-42 {
  color: var(--white);
  text-align: center;
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  position: absolute;
  inset: auto 0% 40px;
}

.div-block-91 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main {
  background-image: url('../images/Satin-Black-Taycan-Cross-Turismo.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 13px;
  width: 50%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.main.right {
  background-image: url('../images/taycan4s_53.webp');
  background-position: 50% 0;
  height: 450px;
  transform: translate(0, -47px);
}

.main.bottom-lef {
  background-image: url('../images/1_1950597_e.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.main.bottom-right {
  background-image: url('../images/071-porsche-taycan-gts.webp');
  background-size: cover;
}

.text-block-43 {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #0000008c;
  border-radius: 13px;
  align-self: flex-start;
  padding: 4px 8px;
  font-family: Orbitron;
  font-size: 13px;
  font-weight: 500;
  display: block;
  position: static;
  inset: auto auto 20px 20px;
}

.div-block-92 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000007d;
  border-radius: 0;
  flex-flow: column;
  width: auto;
  padding: 12px 20px 15px;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.text-block-44 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.highlightsw-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bold-text-16 {
  color: #e2e2e2;
  width: 100%;
  font-family: Orbitron;
  font-size: 100px;
}

.text-block-45 {
  color: #f5f5f5;
  white-space: nowrap;
  width: 100vw;
  font-family: Orbitron;
  font-size: 6.2em;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 5% 0% auto;
}

.bold-text-17 {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 83px;
  position: absolute;
}

.about-battery {
  background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
}

.about-container-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-39 {
  object-fit: cover;
  border-radius: 13px;
  width: 52%;
}

.div-block-93 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-25 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Orbitron;
  font-size: 2.1em;
  line-height: 1.4em;
}

.text-block-46 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-94 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-26 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron;
  font-size: 11px;
  font-weight: 300;
  line-height: 36px;
}

.link-block {
  border: 1px solid var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  background-color: #28464c66;
  border-radius: 3px;
  width: auto;
  padding: 1px 30px;
  text-decoration: none;
  transition: all .4s;
}

.link-block:hover {
  background-color: var(--trans);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #000;
}

.image-40 {
  width: 35px;
}

.div-block-95 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.image-41 {
  width: 16px;
}

.heading-27 {
  letter-spacing: 1px;
  text-transform: capitalize;
  width: 50%;
  font-family: Orbitron;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
  position: static;
  inset: -17% auto auto 0%;
}

.image-42 {
  width: 75px;
  position: absolute;
  inset: 0% 10px auto auto;
}

.text-block-47 {
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 10.5px;
  line-height: 16px;
}

.div-block-96 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: flex-end;
  height: 50px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-96.white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  position: static;
}

.div-block-96.white.battery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-96.black {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.text-block-48 {
  color: var(--white);
  letter-spacing: 1px;
  width: auto;
  font-family: Orbitron;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1em;
}

.text-block-48.black {
  color: var(--heading);
  letter-spacing: 2px;
}

.div-block-97 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  line-height: 5px;
  display: flex;
}

.spec-text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: Orbitron;
  font-size: 1.3em;
  font-weight: 300;
}

.div-block-98 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-99 {
  display: none;
}

.arrow {
  width: 16px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-100 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-101 {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: cover;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  max-width: none;
  height: 550px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.image-43 {
  object-fit: fill;
  width: 100%;
  margin-top: 0;
}

.hero-content {
  z-index: 555;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding: 15px 20px 20px 40px;
  font-family: Noticase;
  display: inline-flex;
  position: relative;
  inset: 0 0% 0%;
}

.main-heading {
  color: var(--heading);
  text-align: left;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
  text-shadow: none;
  max-width: 790px;
  margin: 0 0 15px auto;
  font-family: Poppins;
  font-size: 57px;
  font-weight: 600;
  line-height: 115%;
  display: block;
}

.main-heading.why-us {
  text-align: left;
  max-width: 830px;
  margin-bottom: 0;
  line-height: 75px;
}

.main-heading.banner {
  text-align: left;
  max-width: 650px;
  margin-left: 0;
}

.main-heading.centre {
  text-align: center;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ee994d, #dd6800);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-weight: 600;
}

.main-heading.contact {
  color: var(--heading);
  text-align: center;
  max-width: 700px;
  margin-left: 0;
  padding-top: 0;
}

.main-heading.contact._2 {
  text-align: left;
}

.main-heading.brand-section {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
}

.main-heading.max-width {
  color: var(--heading);
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  max-width: none;
  margin-bottom: 20px;
  font-size: 65px;
  line-height: 110%;
}

.main-heading.white {
  color: var(--white);
  text-align: left;
  width: 90%;
  max-width: 890px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  line-height: 115%;
}

.italic-text-3 {
  font-family: "Powermax 1";
}

.sub-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 1px 17px #000;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  display: block;
}

.sub-heading.sub {
  margin-bottom: 0;
  font-size: 23px;
}

.sub-heading.white {
  color: var(--sub-heading);
  font-size: 1rem;
  font-weight: 400;
}

.sub-heading.white.semi-bold {
  color: var(--heading);
  text-align: center;
  text-shadow: none;
  white-space: normal;
  width: auto;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.sub-heading.white.semi-bold.centre {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.sub-heading.white.left-align {
  font-family: Poppins;
}

.sub-heading.white.left-align.centre {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading.last-order {
  order: 1;
  max-width: 300px;
  font-size: 13px;
}

.sub-heading.centre-align {
  text-align: center;
  max-width: 680px;
  margin: 10px auto 20px;
  font-size: 1.1rem;
}

.sub-heading.centre-align.white {
  color: var(--white);
  font-weight: 500;
}

.sub-heading.centre-display {
  color: var(--heading);
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.sub-heading.bold {
  color: var(--heading);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.sub-heading.left-align {
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  display: block;
}

.sub-heading.left-align.centre {
  text-align: center;
}

.sub-heading.left-align.none {
  display: none;
}

.sub-heading.footer-text {
  color: var(--white);
  font-size: 13px;
}

.sub-heading.medium {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sub-heading.semi-bold {
  color: var(--white);
  font-weight: 500;
}

.sub-heading.semi-bold.centre {
  color: var(--heading);
  text-align: center;
  margin-right: 0;
  font-weight: 500;
}

.sub-heading.semi {
  color: var(--heading);
  margin-right: 0;
  font-weight: 600;
}

.sub-heading.black {
  color: var(--heading);
  text-align: left;
  text-shadow: none;
}

.link-block-3 {
  background-color: var(--btn-colour\<deleted\|variable-cba251a3-321c-fc0b-c1e8-2776d4255216\>);
  border: 1px #00000040;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.link-block-3.contact {
  background-color: #9b674200;
  border: 1.5px solid #000;
  width: 147px;
  margin-left: 0;
}

.link-block-3.book-today {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.div-block-103 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: stretch;
  margin: 30px auto;
  display: flex;
}

.text-block-50 {
  color: var(--white);
  letter-spacing: 0;
  text-shadow: 0 0 0 var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-50.black {
  color: var(--heading);
  text-shadow: none;
  font-family: "Aura Demo 1";
}

.text-block-50.black-font {
  color: var(--heading);
}

.image-44 {
  order: -1;
  width: 18px;
}

.div-block-104 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-45 {
  width: 20px;
}

.image-45.fb {
  background-color: var(--white);
  border-radius: 6px;
}

.image-46 {
  width: 20px;
}

.div-block-105 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  display: flex;
}

.social-media {
  display: block;
}

.social-media.conatc-form {
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-us-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border: 1px #ccc;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-106 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-left: 1px solid var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 40px;
  padding-left: 30px;
  display: flex;
}

.bullet-points-for-section-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.text-block-51 {
  font-family: "Aura Demo 1";
}

.heading-29 {
  letter-spacing: 2px;
  width: 520px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Noticase;
  font-size: 41px;
  line-height: 50px;
  display: block;
}

.heading-29.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  line-height: 65px;
}

.heading-29.centre.white {
  color: var(--white);
  text-align: left;
}

.heading-29.centre.white.whitte-font {
  z-index: 2;
  color: var(--white);
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 60px;
  position: relative;
}

.heading-29.white {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gliker;
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
}

.heading-29.white.centre {
  color: var(--heading);
  width: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 70px;
}

.heading-29.white.centre.middle {
  color: var(--white);
  width: 90%;
}

.heading-29.white.why {
  color: var(--white);
  width: auto;
}

.heading-29.white.new {
  color: var(--white);
  width: auto;
  font-size: 40px;
  line-height: 50px;
}

.italic-text-4 {
  letter-spacing: 1px;
  -webkit-text-stroke-width: .3px;
  font-family: "Aura Demo 1";
  font-size: 16px;
  font-style: italic;
}

.italic-text-4.white {
  color: var(--white);
}

.div-block-107 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.image-47 {
  height: 317.891px;
}

.div-block-108 {
  background-image: url('../images/dining-furniture-category-image-178.webp');
  background-position: 0%;
  background-size: cover;
  border-top-left-radius: 10px;
  height: 340px;
}

.div-block-108.bottom-left {
  background-image: url('../images/VenturiArmlessDeepSeatCornerSofa_5_740d5c98-a167-4cc2-b16a-8108f20c9aab_1400x.webp');
  border-top-left-radius: 0;
  border-bottom-left-radius: 90px;
}

.product-details-container-first {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-109 {
  background-image: url('../images/muuto_compile_shelving_config_3_white_02_1500.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 90px;
  width: 55%;
}

.product-details {
  background-color: var(--nav-font);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 90px;
  font-size: 13px;
  position: static;
}

.what-we-sell-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.heading-30 {
  text-align: center;
}

.text-block-52 {
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .3px;
  justify-content: center;
  align-items: center;
  font-family: "Aura Demo 1";
  font-size: 16px;
  display: flex;
}

.text-block-52.white {
  color: var(--white);
}

.div-block-110 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-110._2 {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.div-block-111 {
  background-color: var(--heading);
  width: 55px;
  height: 1px;
}

.div-block-111.white {
  background-color: var(--white);
}

.product-details-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-113 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 540px;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.div-block-114 {
  background-image: url('../images/GCSF-2348-GREY-FAB_groupscene3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.div-block-114._2 {
  background-image: url('../images/366-Concept-Minimalist-Desk-M80-W03-mood-1_1024x10242x.webp');
}

.div-block-114._3 {
  background-image: url('../images/Ultrabedwhitefront.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.bold-text-18 {
  letter-spacing: 1.5px;
  font-family: Noticase;
  font-size: 24px;
}

.heading-31 {
  color: var(--heading);
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: Noticase;
  font-size: 21px;
  line-height: 26px;
}

.text-block-53 {
  color: var(--heading);
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .3px;
  font-family: "Aura Demo 1";
  font-size: 14px;
  line-height: 21px;
}

.button-7 {
  background-color: var(--btn-brown\<deleted\|variable-713f5cd3-dc50-d0cf-1432-17f7a28e70f6\>);
  color: var(--website-bg\<deleted\|variable-6d471eab-d3a6-d4ba-1396-1f77bbb081ef\>);
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .3px;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Aura Demo 1";
  font-size: 14px;
  position: absolute;
  inset: auto auto 15px 0;
}

.div-block-115 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.bold-text-19 {
  font-size: 21px;
}

.our-work {
  padding-top: 68px;
  padding-bottom: 40px;
}

.our-wrk-container {
  border-radius: 19px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-work-heading {
  margin-bottom: 20px;
}

.our-work-images {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-116 {
  background-image: url('../images/39674c60b3c469a044e6698a833269a2.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 120px;
  width: auto;
  height: 650px;
}

.div-block-117 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-118 {
  background-image: url('../images/IMG_2571.webp');
  background-position: 50%;
  background-size: cover;
  height: 420px;
}

.div-block-119 {
  background-image: url('../images/Modern-Living-Room-Tables-End-Side-Storage-Coffee-Table-With-Storage.webp');
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 30px;
  height: 420px;
}

.div-block-120 {
  background-image: url('../images/208-910-table-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 30px;
  width: 100%;
  height: 420px;
}

.div-block-120._2 {
  background-image: url('../images/hopper-light-luxu-center-816.webp');
  background-position: 50%;
  border-top-right-radius: 0;
}

.div-block-121 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-122 {
  background-image: url('../images/e29abf890ea1a0771dc4bbe376b2d6d9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 130px;
  height: 650px;
}

.reviews {
  background-color: var(--website-bg\<deleted\|variable-6d471eab-d3a6-d4ba-1396-1f77bbb081ef\>);
  padding-top: 71px;
  padding-bottom: 120px;
  overflow: hidden;
}

.reviews-container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
  left: 0;
}

.slide-4 {
  border-radius: 20px;
  width: 31%;
  height: 360px;
  margin-right: 40px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px 20px -5px #0003;
}

.mask-3 {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  overflow: visible;
}

.slider-3 {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.icon-7 {
  color: var(--heading);
  font-size: 20px;
  position: static;
  inset: auto 0% 0% auto;
}

.icon-8 {
  color: var(--heading);
  margin: 0 auto;
  font-size: 20px;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  inset: auto auto -40px 45px;
}

.left-arrow-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  inset: auto auto -40px 20px;
}

.image-48 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 999px;
  width: 120px;
  max-width: 612px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-123 {
  margin-top: 10px;
}

.heading-32 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Noticase;
  font-size: 18px;
  line-height: 28px;
}

.italic-text-5 {
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .4px;
  font-family: "Aura Demo 1";
  font-size: 13px;
  font-style: normal;
}

.text-block-54 {
  text-align: center;
}

.slide-nav-3 {
  display: none;
  top: 347px;
}

.div-block-124 {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.link {
  color: var(--white);
  font-family: "Aura Demo 1";
}

.image-49 {
  background-color: var(--heading);
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  padding: 5px;
}

.heading-33 {
  color: #fff;
  text-align: left;
  width: auto;
  margin: 0 auto 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.heading-33.black {
  color: #333;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: Noticase;
}

.faqq {
  background-color: var(--website-bg\<deleted\|variable-6d471eab-d3a6-d4ba-1396-1f77bbb081ef\>);
  padding-top: 84px;
  padding-bottom: 60px;
  position: relative;
}

.div-block-125 {
  background-color: var(--heading);
  width: 690px;
  height: 1px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-128 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff2b;
  border-radius: 5px;
  width: 25%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
}

.div-block-128.about-us {
  width: 200px;
}

.text-block-59 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-60 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}

.image-50 {
  width: 11px;
}

.div-block-129 {
  aspect-ratio: 1;
  background-color: #242e5c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
}

.text-block-61 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-block-62 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-span-7 {
  font-size: 18px;
}

.text-block-63 {
  color: var(--heading);
  border-right: 1px solid #00000040;
  width: 450px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-span-8 {
  color: var(--btn-colour\<deleted\|variable-cba251a3-321c-fc0b-c1e8-2776d4255216\>);
}

.product-details-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.product-details-image {
  aspect-ratio: 1;
  object-fit: fill;
  background-image: url('../images/freepik_br_8bb6a927-025e-4c9a-945d-56cabfeb2032.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  width: auto;
  height: 510px;
}

.product-details-image._2 {
  background-image: url('../images/AdobeStock_328080090_Editorial_Use_Only.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.product-details-image._3 {
  background-image: url('../images/Untitled-design---2025-04-22T115223.196.png');
  background-position: 100%;
}

.text-block-64 {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Gliker;
  font-size: 24px;
  line-height: 29px;
}

.text-block-65 {
  color: var(--heading);
  text-align: left;
  order: 1;
  max-width: 270px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.button-8 {
  font-family: mustica;
  display: block;
}

.button-9 {
  background-color: var(--trans);
  box-shadow: 0 0 0 -1px var(--heading), inset 0 0 4px -2px #0003;
  color: var(--white);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-top: 15px;
  padding: 7px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .45s;
  display: flex;
}

.button-9:hover {
  border-color: var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
  box-shadow: 0 0 20px 6px var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>);
}

.product-details-container1 {
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-135,
.div-block-136 {
  width: 100%;
}

.div-block-137 {
  background-image: linear-gradient(180deg, black, var(--trans) 38%), url('../images/AdobeStock_481165293_Editorial_Use_Only.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 0;
  width: 45%;
  height: 500px;
}

.div-block-137.image-right {
  background-image: url('../images/2024-monaco-grand-prix-yacht-party.jpg');
  background-position: 50%;
  order: 1;
}

.div-block-137.bottom-image-left {
  background-image: url('../images/f25096db-fbcd-4992-94cb-398e71dddf74_safari.jpg');
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.div-block-138 {
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-138.image-right {
  background-color: #353535;
}

.div-block-138.black {
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.div-block-139 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-66 {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Gliker;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.text-block-66.black {
  color: var(--heading);
}

.text-block-67 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-67.black {
  color: var(--heading);
}

.div-block-140 {
  margin-top: 20px;
}

.text-block-68 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-68.black {
  color: var(--heading);
}

.text-span-9 {
  font-size: 15px;
}

.link-2 {
  color: var(--white);
  text-underline-position: under;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-thickness: .1px;
}

.link-2:hover {
  color: var(--button-colour\<deleted\|variable-85cb5d48-d3e0-8259-a882-5605fe9ee25b\>);
}

.link-2.black {
  color: var(--white);
  font-family: Gliker;
}

.link-2.black:hover {
  color: var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
}

.div-block-141 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: linear-gradient(135deg, var(--trans) 78%, var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>)), linear-gradient(135deg, var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>), #fff0 24%);
  box-shadow: 0 0 20px -9px var(--white);
  border: 2px solid #ebebeb9e;
  border-radius: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  padding: 40px 10px;
  display: flex;
}

.div-block-141.bottom {
  transform: translate(0, 16px);
}

.image-51 {
  width: 13px;
}

.text-block-69 {
  color: var(--white);
  font-family: Gliker;
  font-size: 14px;
  font-weight: 500;
}

.text-block-70 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-142 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  margin-bottom: 3px;
  display: flex;
}

.image-52 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  order: -1;
  width: 60px;
  height: 60px;
}

.div-block-144 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  display: flex;
  overflow: visible;
}

.bold-text-20 {
  font-size: 13px;
}

.div-block-145 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-71 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.div-block-146 {
  background-color: var(--trans);
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-147 {
  width: 50%;
}

.div-block-148 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.div-block-149 {
  z-index: auto;
  aspect-ratio: 1;
  background-image: url('../images/TB_OlhuveliRomance_MLE_AC_1484578_Beach_2845WebOriginalCompressed_1TB_OlhuveliRomance_MLE_AC_1484578_Beach_2845WebOriginalCompressed.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 300px;
  height: auto;
  position: static;
  top: -48px;
  transform: translate(38px, -38px);
}

.image-holder {
  background-image: linear-gradient(270deg, black, var(--trans) 16%), url('../images/AdobeStock_481165276_Editorial_Use_Only.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 62%;
  height: 400px;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 23% -3% 0% auto;
}

.div-block-150 {
  aspect-ratio: 1;
  background-image: url('../images/ACC_011109_MLD_13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 300px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-72 {
  border-left: 2px solid var(--heading);
  color: var(--heading);
  width: 190px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-151 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  width: auto;
  display: flex;
}

.bold-text-21 {
  text-align: center;
  font-weight: 400;
}

.btn-image {
  aspect-ratio: 1;
  width: 13px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.link-3 {
  color: var(--white);
}

.btn-text {
  direction: ltr;
  color: var(--white);
  width: auto;
  margin-left: auto;
  margin-right: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.btn-text:hover {
  text-decoration: none;
}

.btn-text.black {
  color: var(--primary);
}

.button-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--heading);
  background-color: var(--heading);
  border-radius: 77px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 25px;
  font-family: mustica;
  font-size: 13px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
}

.button-cta:hover {
  border-bottom: 2px none var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
  color: var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
  text-decoration: none;
  box-shadow: inset 0 0 13px #fff;
}

.button-cta.clear-background {
  border-bottom: 2px solid var(--primary);
  background-color: var(--trans);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 10px;
}

.text-span-10 {
  background-image: linear-gradient(0deg, var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>), var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-11 {
  background-image: linear-gradient(0deg, var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>), var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>));
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-12 {
  background-image: linear-gradient(180deg, var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>), var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-152 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  border-left: 1px solid var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.image-54 {
  aspect-ratio: 1;
  width: 40px;
  max-width: none;
}

.div-block-153 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.image-55 {
  width: 16px;
}

.text-block-74 {
  color: var(--white);
  font-family: Gliker;
  font-size: 16px;
  transition: all .5s;
}

.text-block-74:hover {
  color: var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
}

.link-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid #000;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 5px 8px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block-5:hover {
  border: 2px solid var(--circle-gradient\<deleted\|variable-dbfc7e8a-57b7-2e2b-566d-e132d7f8e4b2\>);
  color: var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
}

.text-block-75 {
  color: var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
  border: 1px #000;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gliker;
  font-size: 45px;
}

.text-span-13 {
  text-align: left;
  white-space: nowrap;
  font-size: 18px;
}

.text-block-76 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-154 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.button-10 {
  border: 2px solid var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
  background-color: var(--trans);
  text-align: center;
  border-radius: 8px;
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gliker;
  transition: all .45s;
}

.button-10:hover {
  border-style: solid;
  border-color: var(--white);
  box-shadow: 0 0 20px -1px var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>);
}

.div-block-155 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-bottom: 2px solid var(--white);
  text-align: center;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-77 {
  color: var(--white);
  text-align: left;
  white-space: nowrap;
  font-family: Gliker;
  font-size: 16px;
}

.info-container {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-156 {
  box-shadow: 0 0 20px 0 var(--white);
  background-color: #929292;
  width: 80%;
  height: 2px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-14 {
  background-image: linear-gradient(180deg, var(--circle-gradient\<deleted\|variable-dbfc7e8a-57b7-2e2b-566d-e132d7f8e4b2\>), var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 1000px;
  font-size: 65px;
}

.div-block-157 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-158 {
  background-image: url('../images/AdobeStock_406405912_Editorial_Use_Only_1.jpeg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 450px;
  display: none;
}

.text-span-15 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.text-block-78 {
  color: var(--white);
  max-width: 350px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-159 {
  background-image: url('../images/AdobeStock_406405912_Editorial_Use_Only_1.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
}

.footer {
  background-color: var(--secondary);
  box-shadow: none;
  border: 1px #ececec;
  border-radius: 0;
  padding-top: 0;
}

.footer-container {
  border-top: 1px #cecece;
  border-bottom: 1px #757575;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  display: flex;
}

.footer-containerr {
  border-top: 1px solid #a1a1a1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-160 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.link-4 {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.text-block-79 {
  color: var(--heading);
  flex-flow: row;
  width: 290px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: block;
}

.div-block-161 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.hero-container {
  z-index: 0;
  background-color: var(--background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0000 30%, #0000002e), url('../images/3817.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  border: 1px #000;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  min-height: 900px;
  margin: 0 auto;
  padding: 4rem 3rem 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-product-image {
  aspect-ratio: 1;
  background-image: url('../images/Untitled-design-1.svg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: 450px;
  position: static;
  inset: 22% 0% 0% auto;
}

.italic-text-6 {
  text-align: left;
}

.pink-circle {
  z-index: -1;
  aspect-ratio: 1;
  border: 4px solid var(--bg-colour\<deleted\|variable-17944558-2b42-a7e0-3871-26be59f32e98\>);
  background-color: #f3dede;
  border-radius: 999px;
  width: auto;
  height: 360px;
  position: absolute;
  inset: 5% 60px 0% auto;
}

.pink-circle.small-circle {
  z-index: 0;
  border-color: var(--bg-colour\<deleted\|variable-17944558-2b42-a7e0-3871-26be59f32e98\>);
  background-color: #f3d7d7;
  height: 125px;
  top: -8%;
}

.pink-circle.small-circle._2 {
  z-index: -2;
  border-color: var(--bg-colour\<deleted\|variable-17944558-2b42-a7e0-3871-26be59f32e98\>);
  height: 110px;
  inset: -8% auto 0% -16%;
}

.pink-circle.small-circle.why-us {
  z-index: -1;
  inset: 30% auto auto 13%;
}

.pink-circle.larger-circle {
  z-index: 0;
  background-color: var(--light-pink);
  border-color: #fffcfc;
  height: 600px;
  inset: -85% auto auto -21%;
}

.div-block-162 {
  background-image: linear-gradient(90deg, var(--trans) 31%, #9b9b9b 50%, var(--trans) 87%);
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.delivery-badge {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px 0 0;
  display: inline-flex;
}

.image-56 {
  order: 0;
  width: 22px;
}

.text-block-80 {
  color: var(--primary);
  text-transform: uppercase;
  order: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.small-circle-glow {
  z-index: 1;
  aspect-ratio: 1;
  box-shadow: none;
  background-color: #f3d7d7;
  border-radius: 999px;
  height: 17px;
  position: absolute;
  inset: 45px auto 0% 33%;
}

.small-circle-glow._2 {
  height: 16px;
  top: 166px;
  left: 49%;
}

.small-circle-glow._2._3 {
  height: 19px;
  top: 41px;
  left: 63%;
}

.small-circle-glow._2._3._4 {
  height: 14px;
  top: 29px;
  left: 80%;
}

.small-circle-glow._2._5 {
  box-shadow: none;
  height: 14px;
  display: none;
  top: 437px;
  left: 52%;
}

.buttons {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-top: 1px none var(--btn);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: .9rem;
  display: flex;
}

.find-out-more-btn {
  color: var(--heading);
  font-family: mustica;
  font-size: 13px;
  text-decoration: none;
}

.trust-section {
  background-color: #856246;
  background-image: none;
}

.trust-container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.trust-heading {
  color: var(--white);
  width: auto;
  font-family: mustica;
  font-size: 24px;
  line-height: 35px;
}

.trust-figure-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: mustica;
  font-size: 54px;
}

.star {
  width: 18px;
}

.text-block-82 {
  width: 150px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.trust-figure {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.trust-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.star-rating {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  display: flex;
}

.star-rating.item {
  order: -1;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.product-details-benefits {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.product-details-benefit {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border-left: 2px #a7a7a7;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.benefits-icon {
  background-color: var(--trust-badge-bg);
  border-radius: 30px;
  width: 50px;
  padding: 10px;
}

.benefits-heading {
  color: var(--white);
  font-family: mustica;
  font-size: 15px;
  line-height: 24px;
}

.button-11 {
  margin-left: auto;
  margin-right: auto;
}

.large-circle {
  z-index: -1;
  aspect-ratio: 1;
  border: 4px solid var(--bg-colour\<deleted\|variable-17944558-2b42-a7e0-3871-26be59f32e98\>);
  background-color: var(--light-pink);
  border-radius: 999px;
  height: 350px;
  position: absolute;
  inset: 36% 0% auto 12%;
}

.collection-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-35 {
  font-family: mustica;
}

.product {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 32%;
  display: flex;
}

.product-image {
  aspect-ratio: 1;
  background-image: url('../images/11.png'), linear-gradient(225deg, var(--light-pink) 15%, #f9f0f08f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 14px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.product-image._2 {
  background-image: url('../images/12.png'), linear-gradient(#f3dede, #f3dede);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-image._3 {
  background-image: url('../images/13.png'), linear-gradient(#f3dede, #f3dede);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-image._4 {
  background-image: url('../images/12.png'), linear-gradient(225deg, var(--light-pink) 15%, #f9f0f08f);
}

.product-image._5 {
  background-image: url('../images/13.png'), linear-gradient(225deg, var(--light-pink) 15%, #f9f0f08f);
}

.product-heading {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: mustica;
  font-size: 22px;
  line-height: 125%;
}

.product-price {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.product-price.price {
  margin-top: 10px;
  font-weight: 600;
}

.item-content {
  margin-bottom: 10px;
}

.collection-product-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.div-block-172 {
  background-color: #e0e0e0;
  width: 80%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-information {
  background-color: var(--secondary);
  background-image: url('../images/6550-Photoroom.png'), linear-gradient(#65360070, #00000082), url('../images/42925.jpg');
  background-position: 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 700px, auto, auto;
  height: 600px;
  padding-bottom: 0;
  display: flex;
}

.brand-container {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.banner-content {
  max-width: 600px;
}

.text-block-85 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.reviews-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.reviews-containerr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-content {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.review-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px none var(--secondary);
  background-color: #fff7f054;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  width: 35%;
  padding: 30px;
  display: flex;
}

.review-1.bg-col-2 {
  opacity: 1;
  background-color: #fff7f1;
}

.customer-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-37 {
  font-family: mustica;
  font-size: 18px;
  line-height: 125%;
}

.reviews-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mustica;
  font-size: 18px;
  line-height: 125%;
}

.sub-heading-italic {
  color: var(--heading);
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.customer-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 999px;
  width: 40px;
}

.customer-occupation {
  color: #9b9b9b;
  font-family: Montserrat, sans-serif;
}

.customer-name {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.customer-text {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.sub {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-90,
.text-block-91 {
  font-family: Montserrat, sans-serif;
}

.text-span-16 {
  font-size: 22px;
  line-height: 100%;
}

.text-span-17,
.text-span-18 {
  font-size: 16px;
}

.text-block-92 {
  font-family: Montserrat, sans-serif;
}

.contact-section {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-container {
  background-image: linear-gradient(#fff0 8%, #f3f3f30d 43%, #1b1a19d1 82%, #1b1a19), linear-gradient(#00000080, #00000080), url('../images/7959.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.contact-container._2 {
  background-image: url('../images/freepik_br_e859e593-726e-41c0-8b73-f6e3158326ae.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 650px;
  border-radius: 20px;
}

.text-block-93 {
  color: var(--heading);
  text-align: center;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
}

.text-block-93._2 {
  text-align: left;
}

.contact-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 55%;
  max-width: 550px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 30px 0 40px;
  display: inline-flex;
}

.contact-text._2 {
  margin-left: 0;
}

.subscribe-container {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: var(--white);
  border-radius: 666px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  padding: 5px 5px 5px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-94 {
  background-color: var(--white);
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.submit-button-3 {
  background-color: var(--heading);
  color: var(--white);
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.benefits-sub-heading {
  color: var(--sub-heading);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.email-and-opening-time {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.text-block-108 {
  color: #313131;
  flex-flow: row;
  width: 290px;
  font-family: mustica;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.text-block-108.slogan {
  color: #313131;
  margin-bottom: 10px;
  font-weight: 400;
}

.social-media-icon {
  width: 22px;
}

.footer-links-container {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.footer-containerr-2 {
  border-top: 1px solid #a1a1a1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-70 {
  width: 190px;
  margin-bottom: 0;
}

.link-6 {
  color: var(--sub-heading);
  order: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.business-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navi-heading {
  color: var(--white);
  word-break: normal;
  order: -1;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navi-heading.social-mdia {
  white-space: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-right: 10px;
}

.sociial-media-links {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.navi {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.text-block-106 {
  color: #313131;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.text-block-106.number {
  color: #313131;
  font-size: 13px;
  font-weight: 600;
}

.footer-2 {
  background-color: #84b5ed66;
  background-image: linear-gradient(0deg, var(--light-pink), #fffcfc 61%);
  padding-top: 30px;
}

.reviews-content-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  order: -1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block-2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-173 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px none var(--primary);
  color: var(--heading);
  border-radius: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.text-span-19 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-style: italic;
}

.div-block-174 {
  aspect-ratio: 1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.trust-card {
  z-index: 888;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 2px #925015;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0;
  padding: 0 20px 0 0;
  display: none;
  position: static;
  inset: auto auto 0 0;
}

.div-block-188 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-block-97 {
  color: var(--heading);
  text-align: left;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 115%;
}

.text-block-98 {
  color: var(--heading);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-186 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-61 {
  width: 14px;
}

.div-block-191 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.div-block-190 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  display: flex;
}

.div-block-190.item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-189 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.text-block-96 {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.div-block-185 {
  aspect-ratio: 1;
  background-image: url('../images/Perfocal_17-11-2019_TYWFAQ_100_standard-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 99px;
  width: auto;
  height: 32px;
}

.div-block-185._2 {
  z-index: -1;
  background-image: url('../images/happy-mid-aged-older-business-600nw-2322385015.webp');
  margin-left: -20px;
  position: relative;
}

.div-block-185._2._3 {
  z-index: -2;
  background-image: url('../images/istockphoto-1398385367-612x612.jpg');
}

.div-block-185._2._3._4 {
  z-index: -3;
  background-image: url('../images/360_F_383258331_D8imaEMl8Q3lf7EKU2Pi78Cn0R7KkW9o.jpg');
}

.div-block-185._2._3._4._5 {
  z-index: -4;
  background-image: url('../images/240_F_569051488_j9T1VJmErqknNqWvzM2ZoJ075MJzKoWn.jpg');
}

.div-block-185._2._3._4._5._6 {
  z-index: -5;
  background-image: url('../images/240_F_554799811_UzZU63BgMMArG6k8JChnQkeHzRbp3DMJ.jpg');
}

.image-71 {
  width: 55px;
}

.text-block-109 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-192 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.item-container {
  background-color: #ffffffc7;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 35%;
  padding: 6px 6px 20px;
  display: flex;
}

.item---image.head.des {
  border-top: 1px solid #8c690030;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.item-heading {
  text-align: center;
  margin-top: 10px;
  font-family: mustica;
  font-size: 24px;
  line-height: 125%;
}

.image-72 {
  background-image: linear-gradient(#ebbb8c, #fff0);
  border: 1px #000;
  border-bottom-color: #774e22a3;
  border-radius: 3px;
  width: 100%;
}

.text-block-110 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.text-block-111 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-73 {
  width: 19px;
  margin-left: 5px;
}

.div-block-193 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text-10 {
  text-align: center;
}

.div-block-194 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-194._2 {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.faq-item-2 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border: 1.5px #fff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.text-block-112 {
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .3px;
  justify-content: center;
  align-items: center;
  font-family: "Aura Demo 1";
  font-size: 16px;
  display: flex;
}

.text-block-112.faq {
  padding-top: 0;
  padding-bottom: 0;
  font-family: mustica;
}

.faq-header-2 {
  letter-spacing: 0;
  border: 1px #000;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 65px;
  margin-top: 0;
  padding: 8px 0;
  display: flex;
}

.faq-header-2.w--open {
  border-radius: 0;
}

.faq-question-2 {
  color: var(--heading);
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 1;
  font-family: mustica;
  font-size: 20px;
  font-weight: 600;
}

.heading-38 {
  color: #fff;
  text-align: left;
  width: auto;
  margin: 0 auto 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.heading-38.black {
  color: #333;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: mustica;
  font-size: 65px;
  line-height: 110%;
}

.image-74 {
  aspect-ratio: 1;
  flex: none;
  width: 1.6rem;
  height: auto;
  padding: 5px;
}

.faqq-2 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-195 {
  background-color: #333;
  width: 55px;
  height: 1px;
}

.paragraph-6 {
  color: #fff;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.div-block-196 {
  background-color: var(--secondary);
  width: 690px;
  height: 3px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.bold-text-23 {
  color: var(--heading);
  letter-spacing: .5px;
}

.image-75 {
  width: 60px;
}

.div-block-165 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--trust-badge-bg);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.div-block-164 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  box-shadow: none;
  border: 1px #f3f3f3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  width: auto;
  padding: 30px 0;
  display: flex;
}

.heading-34 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: mustica;
  font-size: 45px;
}

.div-block-166 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  display: flex;
}

.image-57 {
  width: 16px;
}

.text-block-113 {
  color: var(--heading);
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.image-76 {
  aspect-ratio: 1;
  width: auto;
  min-height: 100%;
}

.div-block-197 {
  aspect-ratio: 1;
  background-image: url('../images/490453110_1247131633701037_8471908102428090975_n.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 5px;
  width: 50%;
  min-height: 100%;
  position: relative;
}

.div-block-198 {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 230px;
  height: 190px;
  padding: 4px 4px 0;
  display: none;
  position: absolute;
  inset: auto 30px 30px auto;
  overflow: hidden;
}

.text-block-114 {
  color: var(--heading);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.div-block-199 {
  background-image: url('../images/2148907396.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-20,
.text-span-21 {
  color: var(--primary);
}

.text-span-22 {
  font-size: 16px;
}

.large-circle-2 {
  z-index: -1;
  aspect-ratio: 1;
  background-color: #f3dede;
  border: 4px solid #fffcfc;
  border-radius: 999px;
  height: 350px;
  position: absolute;
  inset: 36% 0% auto 12%;
}

.main-heading-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  text-shadow: none;
  max-width: 790px;
  margin: 0 auto;
  font-family: mustica;
  font-size: 45px;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.main-heading-2.black {
  color: var(--heading);
  letter-spacing: -1px;
}

.product-details-heading-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.pink-circle-2 {
  z-index: -1;
  aspect-ratio: 1;
  background-color: #f3dede;
  border: 4px solid #fffcfc;
  border-radius: 999px;
  width: auto;
  height: 360px;
  position: absolute;
  inset: 5% 60px 0% auto;
}

.pink-circle-2.small-circle {
  z-index: 0;
  background-color: #f3d7d7;
  border-color: #fffcfc;
  height: 125px;
  top: -8%;
}

.pink-circle-2.small-circle.why-us {
  z-index: -1;
  inset: 30% auto auto 13%;
}

.product-details-image-2 {
  aspect-ratio: 1;
  object-fit: fill;
  background-image: url('../images/14014.jpg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 800px;
  height: auto;
  min-height: auto;
  display: block;
}

.about-us-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-span-23 {
  font-size: 16px;
}

.sub-heading-2 {
  color: #333;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 165%;
  display: block;
}

.sub-heading-2.last-order {
  order: 1;
  max-width: 300px;
  font-size: 13px;
}

.sub-heading-2.last-order.centre-align {
  color: var(--sub-heading);
  font-weight: 400;
}

.button-12 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #333;
  background-image: none;
  background-clip: border-box;
  border: 2px solid #333;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 159px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Ea Sports Covers Sc 1";
  font-size: 15px;
  font-weight: 600;
  transition: all .4s;
  display: flex;
  position: static;
  inset: auto auto 20px 20px;
}

.button-12:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #333;
  background-color: #1c507e00;
  border-style: solid;
  border-color: #333;
}

.button-12.grey {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #333;
  background-image: none;
  border: 2px #333;
  border-radius: 999px;
  width: 135px;
  padding: 11px 25px;
  font-family: mustica;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.button-12.grey:hover {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #333;
  background-color: #f3dede;
  border-style: none;
  border-color: #bb7b7b;
}

.button-12.grey.centre {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.about-cotnainer {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-77 {
  opacity: .44;
  width: 150px;
}

.div-block-200 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.section-3 {
  background-color: var(--secondary);
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-201 {
  order: -1;
}

.text-block-115 {
  color: var(--trust-badge-bg);
  margin-bottom: 5px;
  font-family: mustica;
  font-size: 16px;
}

.text-block-115.diff-green {
  color: var(--primary);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.bold-text-24,
.bold-text-25 {
  line-height: 110%;
}

.image-79 {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.services-2 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.text-block-116 {
  color: var(--primary);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.image-78 {
  width: 25px;
  padding: 6px;
}

.section-heading {
  color: var(--dark-heading-colour);
  margin-top: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.section-heading.centre {
  color: var(--dark-heading-colour);
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.section-heading.centre.left-align {
  text-align: left;
  width: auto;
  margin-left: 0;
  font-family: Poppins;
  font-weight: 500;
  line-height: 125%;
}

.section-heading.centre.white.larger-font {
  font-size: 55px;
}

.section-heading.white {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 2rem;
}

.section-heading.white.centre {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 2rem;
}

.section-heading.left-align {
  color: var(--dark-heading-colour);
  text-align: left;
  margin-bottom: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-213 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.section-heading-text {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-heading-text.left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.image-80 {
  border-radius: 0;
  width: 45px;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding: 4px;
}

.div-block-211 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 -17px 20px -1px #00000014;
}

.div-block-211.selected {
  background-image: none;
}

.div-block-211.none {
  display: none;
}

.trust-card-heading {
  background-image: linear-gradient(180deg, var(--secondary) 17%, #efb683);
  color: var(--heading);
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.div-block-212 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-214 {
  aspect-ratio: 1;
  box-shadow: none;
  border-radius: 9px;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
}

.link-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--primary);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sub-heading-3 {
  text-align: left;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 165%;
}

.section-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-216 {
  background-image: url('../images/2150439336-2.jpg');
  background-position: 50% 57%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-26,
.bold-text-27 {
  color: var(--heading);
}

.text-block-117 {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-118 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-217 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000008c;
  border-radius: 18px;
  width: 95%;
  padding: 20px;
}

.text-block-119 {
  background-color: var(--trust-badge-bg);
  border-radius: 20px;
  padding: 7px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.div-block-218 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.div-block-219 {
  flex: 1;
  display: none;
}

.process {
  background-color: var(--secondary);
  padding-top: 50px;
  padding-bottom: 50px;
}

.process-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.proces-text-div {
  width: 55%;
}

.div-block-220 {
  margin-bottom: 40px;
  display: inline-block;
}

.steps-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area-3 ."
    ". Area ."
    ". Area-4 Area-2"
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step {
  border-left: 1px dashed #e9e9e98c;
  border-right: 1px dashed #e9e9e98c;
  padding: 30px 20px;
}

.step.no-left-padding {
  border-left-style: none;
  border-right-style: none;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 0;
}

.step.no-border {
  border-left-style: none;
  border-right-style: none;
}

.text-block-120 {
  font-size: 13px;
}

.text-block-121 {
  color: var(--trust-badge-bg);
  margin-bottom: 10px;
  font-family: mustica;
  font-size: 17px;
}

.text-block-122 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-221 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex: 1;
  grid-template: ". ."
    ". Area"
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-81 {
  object-fit: cover;
  border-radius: 4px;
  height: 50%;
}

.image-82 {
  object-fit: cover;
  border-radius: 4px;
  width: 60%;
  display: block;
}

.div-block-222 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-83 {
  object-fit: cover;
  border-radius: 4px;
  height: 50%;
}

.image-84 {
  z-index: -1;
  opacity: .14;
  width: 46%;
  position: absolute;
  inset: auto auto -40px 0%;
}

.link-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
}

.image-85 {
  aspect-ratio: 1;
  width: auto;
  height: 15px;
}

.visit-site-link {
  z-index: 99;
  cursor: pointer;
  order: 1;
  transition: all .45s;
  display: block;
  position: static;
  inset: auto auto 0 30px;
  overflow: hidden;
}

.visit-site-link:hover {
  border-bottom: 1.5px #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.div-block-223 {
  z-index: 99;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-bottom: 2px #20202000;
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 1px 2px;
  font-size: 13px;
  transition: all .3s;
  display: inline-flex;
  position: static;
  inset: auto auto 20px 20px;
}

.div-block-223:hover {
  border: 1px #000;
}

.text-span-24 {
  font-size: 16px;
}

.link-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px #cacaca;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.slide-nav-5 {
  color: #333;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
}

.slide-5 {
  cursor: pointer;
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  min-height: auto;
  transition: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-86 {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.slide-1 {
  object-fit: fill;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 1px;
  width: 30vw;
  height: auto;
  min-height: 100%;
  margin-right: 15px;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 2px 20px -9px #00000091;
}

.animated-underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: static;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.animated-underline.black {
  background-color: #252525;
}

.visit-website-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
}

.text-block-123 {
  color: #fff;
  font-weight: 600;
}

.next-button {
  background-color: #f5f5f5;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.8rem;
  display: flex;
  inset: auto -55px -55px 0%;
}

.next-button.rotated {
  aspect-ratio: 1;
  background-image: linear-gradient(#074881, #2e8cdf);
  width: 45px;
  height: auto;
}

.next-button.gallery {
  background-color: var(--white);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  inset: 0% 0% 0% auto;
}

.link-block-4 {
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 20px auto auto 30px;
  overflow: hidden;
}

.arrow-icon {
  aspect-ratio: 1;
  width: 22px;
  height: auto;
  display: block;
}

.image-88 {
  width: 34vw;
  height: auto;
  overflow: hidden;
}

.black-hover-background {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #27272757;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.black-hover-background:hover {
  display: flex;
}

.slider-button {
  background-color: #b10000;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  inset: 0% 0% auto auto;
}

.slider-button.left {
  z-index: 999;
  background-color: #fff;
  border-radius: 3px;
  width: 3rem;
  height: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  inset: auto 0% -55px -55px;
}

.slider-button.left.gallery {
  z-index: 99999;
  background-color: var(--white);
  margin-left: 75px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  inset: 0% auto 0% 0%;
}

.text-block-124 {
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .2px;
  text-transform: capitalize;
  padding-bottom: 1px;
  font-size: 26px;
  font-weight: 900;
  line-height: 30px;
  position: static;
  inset: 20px auto auto 30px;
}

.text-block-124.gourmet-heading {
  letter-spacing: .4px;
  font-family: Tanheadline;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-124.gourmet-heading.black {
  color: #333;
  font-size: 22px;
}

.image-89 {
  width: 60%;
}

.services-slider {
  background-color: #e6f1ff00;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-90 {
  width: 22px;
  height: auto;
  display: block;
}

.mask-4 {
  flex: 0 auto;
  width: 90%;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.brand-3 {
  z-index: 99;
  margin-left: 20px;
  position: absolute;
  left: 0;
}

.brand-3.footer-2 {
  background-color: #fff0;
  background-image: none;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  position: static;
}

.image-91 {
  aspect-ratio: 1;
  order: -1;
  width: auto;
  height: 17px;
  margin-left: auto;
  margin-right: 0;
}

.text-block-125 {
  color: #313131;
  flex-flow: row;
  width: 290px;
  font-family: mustica;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.text-block-125.slogan {
  color: #313131;
  margin-bottom: 10px;
  font-weight: 400;
}

.contact-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.contact-details.inline-felx {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: inline-flex;
}

.brand-name-2 {
  color: #dbdbdb;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-size: 32px;
  font-weight: 400;
  line-height: 25px;
}

.conatct-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.conatct-card.background {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000006e;
  border: 1px solid #4b4b4b;
  border-radius: 99px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-size: 1rem;
  display: inline-flex;
}

.business-info-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 190px;
  margin-left: 20px;
  display: inline-flex;
}

.sub-heading-4 {
  color: #333424;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 185%;
  display: block;
}

.sub-heading-4.cream {
  color: #f8f5f0;
  width: 100%;
  margin-right: 0;
}

.sub-heading-4.footer-text {
  margin-bottom: 0;
}

.gallery {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.gallery-slide {
  aspect-ratio: 1;
  border-radius: 4px;
  width: 35vw;
  height: auto;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px 2px #00000040;
}

.gallery-slide._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.gallery-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.gallery-image {
  background-image: url('../images/IMG_1907.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-image._2 {
  background-image: url('../images/IMG_1361-1.jpg');
  background-position: 50%;
}

.gallery-image._3 {
  background-image: url('../images/IMG_2112.jpg');
}

.gallery-image._4 {
  background-image: url('../images/IMG_2152.jpg');
}

.gallery-image._5-star {
  background-image: url('../images/IMG_1215.jpg');
}

.gallery-image._6 {
  background-image: url('../images/IMG_0205.JPG');
}

.gallery-image._7 {
  background-image: url('../images/IMG_3636.jpg');
}

.gallery-image._38 {
  background-image: url('../images/IMG_2999.jpg');
}

.gallery-image._9 {
  background-image: url('../images/IMG_3966.jpg');
}

.gallery-image._10 {
  background-image: url('../images/IMG_4283.jpg');
  background-position: 50%;
}

.gallery-image._11 {
  background-image: url('../images/IMG_3925.jpg');
  background-position: 50% 75%;
}

.gallery-image._12 {
  background-image: url('../images/IMG_3664.jpg');
}

.gallery-image._13 {
  background-image: url('../images/IMG_3065.jpg');
}

.gallery-image._14 {
  background-image: url('../images/IMG_0644.jpg');
}

.gallery-image._15 {
  background-image: url('../images/IMG_4828.jpg');
}

.gallery-image._16 {
  background-image: url('../images/Gas-.-Plumbing.JPG');
  background-position: 50% 30%;
}

.gallery-image._17 {
  background-image: url('../images/IMG_4986.jpg');
}

.gallery-image._18 {
  background-image: url('../images/IMG_1906.jpg');
}

.gallery-image._19 {
  background-image: url('../images/IMG_1278.jpg');
}

.div-block-229 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1450px;
  padding-bottom: 0;
  display: flex;
}

.form-block-3 {
  width: 50%;
  margin-bottom: 0;
}

.div-block-230 {
  border-top: 1px solid #bdbdbd;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: inline-flex;
}

.field-label-4 {
  font-family: Montserrat, sans-serif;
}

.name-and-email {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.field {
  width: 50%;
}

.field.full-width {
  width: 100%;
}

.form-text-field {
  color: var(--white);
  background-color: #fff0;
  border: 1px #b0c3ff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
}

.form-text-field.input-message {
  color: var(--white);
  height: auto;
  margin-bottom: 15px;
  font-size: 1rem;
}

.form-2 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0006;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 30px;
  display: block;
}

.link-7 {
  color: var(--sub-heading);
  text-decoration: none;
}

.link-8 {
  color: var(--white);
  white-space: normal;
  text-decoration: none;
}

.hero-slider {
  aspect-ratio: 1;
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  width: 47%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.image-slide-1 {
  background-image: url('../images/490453110_1247131633701037_8471908102428090975_n.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-slide-1._2 {
  background-image: url('../images/Book-Store-Promo-Me.jpg');
  border-radius: 5px;
}

.image-slide-1._3 {
  background-image: url('../images/494147050_1265429761871224_7606346176765977870_n.jpg');
  background-position: 50%;
  border: 1px #000;
  border-radius: 0;
}

.mask-5 {
  border: 1px #000;
  width: 100%;
  height: auto;
}

.slide-nav-6 {
  display: none;
}

.image-92 {
  object-fit: cover;
  height: 100%;
}

.left-arrow-3 {
  z-index: 99;
  aspect-ratio: 1;
  background-color: var(--white);
  color: var(--heading);
  border: 2px #000;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  padding: 5px;
  inset: auto auto 20px 20px;
}

.right-arrow-3 {
  z-index: 999;
  background-color: var(--white);
  color: var(--heading);
  border: 2px #000;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  padding: 5px;
  inset: auto 20px 20px auto;
}

._3-trust-badge {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-content-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-93 {
  width: 12px;
  height: 12px;
}

.link-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-126 {
  color: var(--secondary);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.div-block-231 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  display: flex;
}

.div-block-231.top-right-revews {
  position: static;
  inset: 17% 14% auto auto;
}

.reviews-container-2 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  left: 0;
}

.italic-text-12 {
  color: #696969;
}

.customer-details-2 {
  order: -1;
  width: 90%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.image-94 {
  width: 16px;
}

.image-94.small {
  aspect-ratio: 1;
  color: #007508;
  width: 14px;
}

.mee {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.sub-heading-italic-2 {
  color: #333;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.customer-image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 999px;
  width: 40px;
  display: none;
}

.meet-the-team-container {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.meet-the-team-container._2nd-row {
  transform: translate(-65px);
}

.div-block-227 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.customer-name-2 {
  margin-bottom: 0;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.customer-name-2.bold {
  order: -1;
  font-weight: 600;
}

.main-heading-3 {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  text-shadow: none;
  max-width: 790px;
  margin: 0 0 0 auto;
  font-family: mustica;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
  display: block;
}

.main-heading-3.centre {
  text-align: center;
  text-transform: capitalize;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 45px;
}

.review-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #0037ff36;
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  padding: 30px 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 20px -10px #0003;
}

.text-block-127 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.collections-2 {
  background-color: #f8faf8;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-style: normal;
  display: block;
  position: relative;
}

.div-block-180 {
  margin-bottom: 10px;
}

.div-block-232 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.div-block-232.left-allgn {
  margin-bottom: 5px;
  margin-left: 0;
}

.div-block-179 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 135%;
}

.section-heading-2.left-align {
  text-align: left;
  margin-bottom: 10px;
}

.buttons-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-top: 1px solid #bebebe;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.buttons-2.full-width {
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
}

.button-cta-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #5f6d59;
  border: 1px #e7f2ea;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 25px;
  font-family: mustica;
  font-size: 13px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
}

.button-cta-2:hover {
  color: #bb7b7b;
  border-bottom: 2px #bb7b7b;
  text-decoration: none;
  box-shadow: inset 0 0 13px #fff;
}

.div-block-233 {
  background-color: #aaa5a5;
  width: 20px;
  height: 1px;
  display: block;
}

.btn-text-2 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.btn-text-2:hover {
  text-decoration: none;
}

.about-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-95 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  order: -1;
  width: auto;
  position: relative;
}

.sub-heading-5 {
  color: #333424;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 165%;
  display: block;
}

.btn-image-2 {
  aspect-ratio: 1;
  width: 10px;
  max-width: none;
  overflow: clip;
}

.small-section-heading {
  color: #818181;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.small-section-heading.centre {
  text-align: center;
}

.product-details-heading-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.product-details-benefit-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border: 1px #c6d4c9;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 20px 0;
  display: flex;
}

.why-chose-us-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.benefits-heading-2 {
  margin-bottom: 5px;
  font-family: mustica;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.section-small-heading {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: inline-flex;
}

.section-small-heading.left-align {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: auto;
}

.section-small-heading.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 135%;
}

.why-chose-us-content {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits-icon-2 {
  background-image: linear-gradient(0deg, #e6e6e6, #fff);
  border: 1px solid silver;
  border-radius: 5px;
  width: 55px;
  padding: 10px;
}

.benefits-sub-heading-2 {
  font-size: 13px;
}

.image-96 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 400px;
}

.div-block-235 {
  background-color: var(--secondary);
  width: 20px;
  height: 1px;
  display: block;
}

.product-details-image-3 {
  aspect-ratio: 1;
  object-fit: fill;
  background-color: #a8a8a8;
  background-image: url('../images/495122679_1265429781871222_3091884283546672931_n.jpg'), linear-gradient(#e7f2ea, #c6d4c9);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.why-choose-us {
  background-color: #f8faf8;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 5rem;
  font-size: 13px;
  position: relative;
}

.product-details-benefits-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 47%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-236 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-237 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.image-97 {
  opacity: .15;
  filter: blur(5px);
  width: 100vw;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.blue-heading-text-span {
  color: var(--secondary);
}

.get-your-tickets {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary));
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.tickets-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-238 {
  margin-bottom: 15px;
}

.ticket-arrow {
  width: 130px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  bottom: -73px;
}

.image-98 {
  width: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-9 {
  color: var(--white);
  text-align: left;
  text-decoration: none;
}

.image-99 {
  width: 505px;
}

.image-100 {
  filter: none;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.div-block-239 {
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.div-block-240 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: none;
  background-size: auto;
  border-radius: 10px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 47%;
  display: grid;
  position: relative;
}

.popular-destination {
  display: flex;
}

.global-styles,
.custom-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-101 {
  border-radius: 0;
  width: 45px;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding: 4px;
}

.div-block-241 {
  box-shadow: none;
  border: 1px #e9e9e9;
  border-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.div-block-241.meet-the-team {
  padding: 0;
}

.image-102 {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.sub-heading-6 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  width: auto;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 165%;
  display: block;
}

.sub-heading-6.left-align {
  text-align: left;
  width: auto;
  max-width: none;
  font-size: 1em;
}

.sub-heading-6.left-align.expiry-date {
  margin-top: 10px;
  font-size: .9em;
  font-weight: 600;
}

.div-block-242 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.destination {
  object-fit: fill;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 10px;
  width: 250px;
  height: 100%;
  min-height: 100%;
  margin-right: 20px;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 2px 20px -9px #00000091;
}

.destination.bali {
  border-radius: 12px;
  margin-right: 40px;
}

.destination.paris {
  border-radius: 20px;
}

.destination.popular-destination {
  box-shadow: none;
  border-radius: 3px;
  width: 350px;
  margin-right: 1.5rem;
}

.div-block-243 {
  aspect-ratio: 1;
  box-shadow: none;
  border-radius: 9px;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.slider01_comp {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4.5rem;
  font-size: 13px;
  position: relative;
}

.slider01_comp.deals {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.destinations-card-heading {
  color: #313131;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.destinations-card-heading.centre {
  margin-bottom: 5px;
}

.slider_arrow {
  aspect-ratio: 1;
  object-fit: fill;
  border: 1px solid #585858;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.7rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #ffcba3;
}

.slider_arrow.is-left {
  aspect-ratio: 1;
  border-radius: 99px;
  width: auto;
  height: 2.7rem;
  right: 3.1rem;
}

.slider01_mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.our-services {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-103 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 7px;
  order: -1;
  width: 100%;
  margin-bottom: 20px;
}

.image-103.holidayimage {
  border-radius: 0;
}

.destination-content.holidays {
  border: 1px #dfdfdf;
  border-radius: 10px;
  padding-bottom: 0;
  overflow: hidden;
}

.link-10 {
  color: #e0e0e0;
  order: 0;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}

.link-10:hover {
  color: var(--secondary);
}

.contact-details-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.text-block-128 {
  color: #313131;
  flex-flow: row;
  width: 290px;
  font-family: mustica;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.text-block-128.slogan {
  color: #313131;
  margin-bottom: 10px;
  font-weight: 400;
}

.image-104 {
  aspect-ratio: 1;
  color: #fff;
  order: -9999;
  width: auto;
  height: 23px;
}

.image-104.smaller {
  height: 17px;
}

.social-media-icon-2 {
  width: 22px;
}

.link-block-12 {
  align-self: flex-start;
  text-decoration: none;
}

.sub-heading-7 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  width: auto;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 165%;
  display: block;
}

.sub-heading-7.white {
  color: #e0e0e0;
  text-align: left;
  align-self: flex-start;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.sub-heading-7.medium {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.footer-3 {
  box-shadow: none;
  background-color: #1b1a19;
  border: 1px #ececec;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
}

.business-info-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  margin-left: 20px;
  display: inline-flex;
}

.navi-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  display: flex;
}

.text-block-129 {
  color: #313131;
  flex-flow: row;
  width: 290px;
  font-family: mustica;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.text-block-129.slogan {
  color: #313131;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-244 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-11 {
  color: #e0e0e0;
  line-height: 1.2;
  text-decoration: none;
}

.navi-heading-2 {
  color: #fff;
  word-break: normal;
  order: -1;
  margin-bottom: 12px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  white-space: nowrap;
}

.business-info-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.image-105 {
  width: 150px;
}

.image-105.larger {
  width: 80px;
}

.footer-right-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.text-span-25 {
  letter-spacing: 0;
  font-style: italic;
  font-weight: 600;
}

.deals-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 14px;
  display: none;
  overflow: hidden;
}

.deal-image {
  aspect-ratio: 1;
  border-radius: 8px;
  margin-bottom: 15px;
}

.deal-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 125%;
}

.text-block-130 {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.link-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.text-block-131 {
  color: var(--secondary);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  -webkit-text-decoration: underline #b35401;
  text-decoration: underline #b35401;
}

.path {
  color: var(--heading);
}

.svg {
  width: 16px;
}

.button-14 {
  padding: 12px 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 0;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: var(--heading);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.orange {
  background-color: var(--secondary);
  color: var(--white);
  border-style: none;
  font-weight: 700;
}

.dashboard-sub {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-40 {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 65px;
  line-height: 125%;
}

.heading-40.black {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--active);
  color: var(--active);
  margin-top: 0;
  font-size: 30px;
}

.section {
  border: 1px solid #afafaf;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.deals-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.deals-heading.centre {
  text-align: center;
}

.div-block-245 {
  border: 1px solid #797979;
  border-radius: 7px;
  width: auto;
  height: 40px;
}

.div-block-245.height {
  height: 100px;
}

.div-block-246 {
  width: 100%;
  margin-top: 20px;
}

.div-block-246.no-margin {
  width: 100%;
  margin-top: 0;
}

.div-block-247 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-132 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-248 {
  border: 1px solid #424242;
  border-radius: 6px;
  width: 150px;
  height: auto;
  margin-left: 10px;
  padding: 10px;
}

.upload_button-wrap {
  background-color: #4354f8;
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 1.3rem;
  font-weight: 600;
  transition: all .3s;
  display: none;
}

.upload_button-wrap:hover {
  color: #4354f8;
  background-color: #0000;
  border: 1px solid #4354f8;
}

.upload_form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.upload_detail-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f2f6fc;
  border: 1px dashed #9fbad5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.text-size-large {
  font-size: 1.3rem;
}

.upload_or-line {
  background-color: #7394b4;
  width: 20%;
  height: 2px;
}

.upload_detail {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.upload_or-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #7394b4;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.upload_main-div {
  background-color: #fff;
  border-radius: 30px;
  width: 50%;
  min-width: 615px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px;
}

.upload_image-wrap,
.upload_buttobn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.upload_file-image {
  width: 35px;
}

.text-size-medium {
  font-size: 1.5rem;
}

.div-block-249 {
  margin-top: 40px;
}

.form-block-4 {
  margin-bottom: 0;
}

.expired-and-active-deals {
  width: 90%;
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.tab-link-heading {
  color: #00a030;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-heading.red {
  color: #a00000;
}

.text-block-134 {
  font-family: Montserrat, sans-serif;
}

.tabs-content {
  overflow: visible;
}

.section-5 {
  overflow: hidden;
}

.tab-pane-tab-1 {
  border-top: 1px #000;
  padding-top: 10px;
}

.heading-41 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins;
}

.tab-link-tab-1 {
  background-color: #d5ffd6;
}

.tab-link-tab-1.w--current {
  background-color: #d5ffd4;
}

.tabs-menu {
  border-bottom: 1px solid #000;
  display: inline-block;
}

.tab-link-tab-2 {
  background-color: #ffe7e7;
}

.tab-link-tab-2.w--current {
  background-color: #fcdada;
}

.text-block-135 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-span-26 {
  color: #4c49ff;
}

.expired-text {
  color: var(--expired);
  border: 1px solid #f50303;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.expired-text.active {
  border-color: var(--active);
  color: var(--active);
  -webkit-text-stroke-color: #00a03a;
}

.text-span-27 {
  color: var(--expired);
}

.tab-pane-tab-2 {
  padding-top: 10px;
}

.container-4 {
  max-width: none;
}

.hero-heading {
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 0 20px #00000082;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.nav-banner-wrapper {
  background-color: #00000036;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.social-icon {
  color: var(--white);
  width: 1.6rem;
  transition: all .2s;
}

.social-icon:hover {
  color: var(--secondary);
}

.social-icon-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-wrapper.flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.social-icon-wrapper.more-padding {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.heading-42 {
  order: -9999;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-text {
  color: var(--white);
  order: 9999;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.banner-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  order: -9999;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-banner-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-icon {
  color: var(--white);
  width: 17px;
}

.welcome-text {
  text-shadow: 0 0 20px #00000026;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}

.white-divider {
  background-color: #fff;
  background-image: none;
  width: 80px;
  height: 2px;
}

.white-divider.gradient-swap {
  background-image: linear-gradient(270deg, var(--secondary), #fff 67%);
}

.whote-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.welcome-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-text {
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.small-text {
  text-shadow: none;
  order: 0;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.small-text.white {
  color: var(--white);
}

.desitnation-card-description {
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.section-sub-heading {
  text-align: left;
  max-width: none;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.section-sub-heading.max-width {
  text-align: center;
  max-width: 500px;
}

.section-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section-container.no-bottom-padding {
  padding-bottom: 0;
}

.section-container._1-bottom-padding {
  padding-bottom: 5rem;
}

.services-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.svg-2 {
  width: 1.2rem;
}

.trust-card-text {
  text-align: center;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact-link-text {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.last-min-deals {
  display: none;
  overflow: hidden;
}

.deals-image {
  margin-bottom: 15px;
}

.deal-text-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-136 {
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .9rem;
}

.deals-icon-and-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.deals-icon {
  order: -9999;
  width: 1.3rem;
}

.text-block-137,
.deals-text {
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .8rem;
}

.price-of-deal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--heading);
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.original-price {
  color: #b14040;
  font-size: .8rem;
  text-decoration: line-through;
}

.services-text-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.deals-card-wrapper {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}

.deals-icon-and-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #dadada;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  padding-bottom: 6px;
  display: flex;
}

.image-106 {
  object-fit: cover;
  border-radius: 10px;
}

.image-107,
.image-108 {
  border-radius: 8px;
}

.image-109 {
  width: 165px;
}

.team-text {
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}

.team-image {
  margin-bottom: .8rem;
}

.services-wrapper-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.member-image-wrap {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.space-top-small {
  margin-top: 15px;
}

.social-logo {
  color: #fcfbfa;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.opacity-white-text {
  color: var(--heading);
  text-align: left;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.profile-card-description {
  color: var(--heading);
  font-size: 1rem;
  line-height: 1.4;
}

.member-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 28em;
  display: block;
}

.social-logos-wrap {
  grid-column-gap: 8px;
  display: flex;
}

.social-logos-wrap.space-top-tiny {
  z-index: 0;
  flex-flow: row;
  order: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: static;
}

.member-wrap {
  width: 100%;
}

.three-column-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  margin-top: 40px;
  display: flex;
}

.team-name {
  text-align: left;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.member-image-cover {
  z-index: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: cover;
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.logo-image {
  width: 50%;
}

.qna-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.qna-heading {
  background-color: #e0e0e078;
  border-radius: 20px;
  margin-bottom: 7px;
  padding: 4px 14px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.qna-text {
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .8rem;
}

.orange-text {
  color: var(--secondary);
  font-weight: 600;
}

.logo-icon {
  aspect-ratio: 1;
  width: auto;
  height: 50%;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.text-medium {
  color: #ffffffb3;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}

.footer-form-blog {
  width: 100%;
  max-width: 35rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-link {
  color: #ececec;
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
}

.text-link:hover {
  color: #797979;
}

.foot-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.logo-link {
  margin-bottom: 1rem;
}

.text-small {
  color: #ffffffb3;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5;
}

.text-small.text-color-light {
  color: #ffffffb3;
}

.text-small.none {
  display: none;
}

.form-input {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: #101828;
  border-color: #996aff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #d7f76f80;
}

.form-input::placeholder {
  color: #ffffffb3;
}

.button-15 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-15:hover {
  background-color: var(--secondary);
  box-shadow: none;
  color: #fcfbfa;
  border-color: #7aa35a;
}

.button-15:focus {
  outline-offset: 0px;
  background-color: #b3b3b3;
  outline: 3px solid #996aff;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.image-110 {
  width: 70px;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid #3b3b3b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.footer-legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: none;
}

.footer-legal-link {
  color: #ffffffb3;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: #ececec;
}

.social-media-icon-wrapper {
  display: block;
}

.link-block-14 {
  color: var(--white);
  text-decoration: none;
  transition: all .35s;
}

.link-block-14:hover {
  color: var(--secondary);
}

.find-out-more-hover-text {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--white);
  text-shadow: 0 1px 20px #000c;
  background-color: #ff80007a;
  border-radius: 20px;
  padding: 5px 10px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  position: absolute;
  inset: auto 32px 32px auto;
}

.link-block-15,
.link-block-16 {
  display: none;
}

.social-icon-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logos-container {
  border-top: 2px none var(--grey-border);
  border-bottom: 2px none var(--grey-border);
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-row {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex: none;
  align-items: center;
  margin-top: 20px;
  padding-left: 3rem;
  display: flex;
}

.logos-row.brands {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-top: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand-logo {
  width: 180px;
}

.brand-logo.small {
  width: 130px;
}

.brand-logo.very-small {
  width: 100px;
}

.brand-logo.large {
  width: 230px;
}

.section-6 {
  margin-bottom: 4rem;
}

.partners {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  width: 90%;
  margin: 3rem auto 4rem;
  box-shadow: inset 0 0 30px -11px #0003;
}

.banner-gradient {
  background-image: linear-gradient(270deg, #0000, #fff 62%);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.banner-gradient.right-side {
  background-image: linear-gradient(270deg, #fff 38%, #0000);
  width: 15%;
  inset: 0% 0% 0% auto;
}

.image-111 {
  width: 120px;
}

.image-111.centre {
  margin-left: auto;
  margin-right: auto;
}

.abta-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.abta-container.flex {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000045;
  border: 1px solid #00000045;
  border-radius: 14px;
  max-width: none;
  padding: 10px;
}

.meet-the-team-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.link-block-17 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: none;
  }

  .div-block-2 {
    height: 800px;
    padding-top: 43px;
  }

  .heading.black {
    font-size: 50px;
  }

  .heading.black.white {
    max-width: 600px;
    font-size: 50px;
  }

  .heading.black.reserve {
    width: 90%;
    font-size: 50px;
  }

  .services {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .paragraph-5 {
    line-height: 24px;
  }

  .navbar-2 {
    padding-bottom: 20px;
  }

  .nav-link-2 {
    font-size: 1rem;
  }

  .cta-container {
    background-position: 300px;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1300px;
  }

  .form-block {
    width: 600px;
  }

  .submit-button-2 {
    font-size: 12px;
  }

  .text-block-31 {
    max-width: 500px;
    font-size: 13px;
  }

  .div-block-77 {
    padding-left: 0;
  }

  .heading-20 {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .div-block-78 {
    margin-top: 0;
  }

  .heading-23 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 65px;
    left: 0;
    right: 0;
  }

  .text-block-36 {
    font-size: 50px;
  }

  .button-5 {
    font-size: 13px;
  }

  .div-block-87 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .info-grid {
    grid-column-gap: 4.8em;
    grid-row-gap: 4.8em;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-text {
    margin-top: 0;
  }

  .highlightsw-content,
  .about-container-2 {
    max-width: 1200px;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .heading-26 {
    font-size: 11px;
  }

  .heading-27 {
    font-size: 50px;
  }

  .text-block-48,
  .spec-text {
    font-size: 18px;
  }

  .div-block-98,
  .div-block-100 {
    max-width: 1200px;
  }

  .div-block-101 {
    max-width: 550px;
  }

  .hero-image {
    max-width: none;
    margin-top: 0;
  }

  .main-heading {
    margin-left: 0;
  }

  .sub-heading.white.semi-bold {
    text-align: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading.last-order.centre-align {
    margin-right: 0;
  }

  .about-us-container {
    width: auto;
    max-width: none;
  }

  .heading-29.centre.white.whitte-font {
    max-width: 1152px;
  }

  .heading-29.white.new {
    line-height: 50px;
  }

  .product-details {
    margin-top: 70px;
    padding-top: 20px;
  }

  .our-wrk-container {
    max-width: 1300px;
  }

  .reviews-container {
    width: 90%;
    max-width: 1200px;
  }

  .text-block-59 {
    margin-bottom: 7px;
    font-size: 30px;
  }

  .div-block-138.black,
  .div-block-145 {
    max-width: 1300px;
  }

  .div-block-146 {
    padding-bottom: 166px;
  }

  .div-block-147 {
    max-width: 600px;
  }

  .image-holder {
    top: 32%;
  }

  .footer-containerr {
    max-width: 1300px;
  }

  .hero-container {
    border-bottom-style: none;
  }

  .trust-text {
    width: 272.922px;
  }

  .collection-container,
  .brand-container {
    max-width: 1200px;
  }

  .contact-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-container {
    max-width: none;
  }

  .footer-containerr-2 {
    max-width: 1300px;
  }

  .faqq-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph-6 {
    line-height: 24px;
  }

  .main-heading-2 {
    margin-left: 0;
  }

  .about-us-container-2 {
    width: 90%;
    max-width: 1200px;
  }

  .sub-heading-2.last-order.centre-align {
    margin-right: 0;
  }

  .section-3,
  .services-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-heading.white.centre {
    font-size: 2rem;
  }

  .slide-1 {
    height: 247.406px;
    min-height: auto;
  }

  .slider-button.left {
    bottom: -57px;
  }

  .image-91 {
    aspect-ratio: 1;
    width: auto;
    height: 25px;
  }

  .contact-details.inline-felx {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .conatct-card.background {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-229 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .reviews-container-2 {
    width: 90%;
    max-width: 1200px;
  }

  .main-heading-3 {
    margin-left: 0;
  }

  .buttons-2.full-width {
    margin-top: 30px;
  }

  .why-chose-us-container {
    width: 90%;
    max-width: 1200px;
  }

  .why-choose-us {
    margin-top: 0;
    padding-top: 5rem;
  }

  .destination {
    height: auto;
    min-height: auto;
  }

  .image-104 {
    aspect-ratio: 1;
    width: auto;
    height: 25px;
  }

  .footer-right-container {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .nav-banner-wrapper {
    margin-bottom: 20px;
  }

  .nav-banner-container {
    max-width: 1450px;
  }

  .trust-card-text {
    font-size: 1rem;
  }

  .space-top-small {
    margin-top: 15px;
  }

  .profile-card-description {
    font-size: 1.2rem;
  }

  .member-image {
    height: 420px;
  }

  .qna-heading {
    font-size: .8rem;
  }

  .brand-logo.small {
    width: 70px;
  }

  .partners {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1500px;
  }

  .div-block-2 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    background-image: none;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .text-block {
    font-size: 16px;
    line-height: 23px;
  }

  .services {
    padding-bottom: 7rem;
  }

  .services-container,
  .service-heading {
    max-width: 1200px;
  }

  .highlights {
    padding-top: 100px;
  }

  .heading-5 {
    margin-bottom: 20px;
  }

  .div-block-10 {
    max-width: 1100px;
  }

  ._3-reasons {
    max-width: 1000px;
  }

  .paragraph-5 {
    line-height: 25px;
  }

  .faq-list {
    width: 100%;
  }

  .div-block-25 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-2 {
    padding-bottom: 20px;
  }

  .nav-menu-2 {
    max-width: none;
  }

  .nav-link-2 {
    font-weight: 500;
  }

  .programmes-container {
    max-width: 1200px;
  }

  .div-block-63 {
    background-image: url('../images/Untitled-design-7.png'), linear-gradient(90deg, #e7b087, #ffe2bc);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .meet-the-team {
    padding-bottom: 0;
  }

  .cta-container {
    max-width: 1400px;
  }

  .form-block,
  .form {
    width: 100%;
  }

  .cta-form {
    max-width: 600px;
  }

  .heading-20 {
    line-height: 37px;
  }

  .image-35 {
    max-width: 750px;
  }

  .div-block-87 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .info-grid {
    max-width: 550px;
    margin-top: 6.8em;
  }

  .hero-content-text {
    max-width: none;
    margin-top: 20px;
  }

  .highlightsw-content {
    width: auto;
    max-width: 1300px;
  }

  .about-battery {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .div-block-95 {
    bottom: 7%;
  }

  .heading-27 {
    width: 585px;
  }

  .div-block-98 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .div-block-100 {
    max-width: 1300px;
  }

  .hero-image {
    z-index: 2;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 45%;
    max-width: 1400px;
    height: 550px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .hero-content {
    max-width: 1300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-heading {
    width: auto;
    font-size: 13px;
  }

  .sub-heading.white,
  .sub-heading.white.semi-bold,
  .sub-heading.white.left-align.centre {
    font-size: 13px;
  }

  .sub-heading.centre-align {
    font-size: 1.1rem;
  }

  .text-block-50 {
    font-size: 14px;
  }

  .about-us-container {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    width: auto;
    max-width: none;
  }

  .heading-29.centre {
    margin-top: 10px;
  }

  .heading-29.white.centre.middle {
    max-width: 1400px;
  }

  .product-details {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .what-we-sell-container {
    max-width: 1200px;
  }

  .text-block-52.faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-110._2.faqqq {
    margin-left: 0;
  }

  .our-wrk-container {
    max-width: 1200px;
  }

  .our-work-heading {
    margin-bottom: 30px;
  }

  .reviews {
    margin-top: 0;
    padding-top: 45px;
  }

  .reviews-container {
    width: 90%;
    max-width: 1200px;
  }

  .div-block-124 {
    max-width: 1200px;
  }

  .text-block-59 {
    font-size: 35px;
  }

  .div-block-131 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-61,
  .text-block-62 {
    font-size: 15px;
  }

  .div-block-138.black,
  .div-block-145 {
    max-width: 1400px;
  }

  .div-block-156 {
    max-width: 1200px;
  }

  .footer-containerr {
    max-width: 1400px;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
  }

  .pink-circle.small-circle._2 {
    left: -25%;
  }

  .trust-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
  }

  .trust-heading {
    width: auto;
    max-width: 350px;
  }

  .trust-figure {
    flex-flow: column;
    width: 300px;
  }

  .trust-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 350px;
  }

  .contact-section {
    padding-top: 0;
  }

  .contact-container {
    max-width: none;
  }

  .contact-text {
    width: 50%;
  }

  .footer-links-container {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
  }

  .footer-containerr-2 {
    max-width: 1400px;
  }

  .div-block-194._2.faqqq {
    margin-left: 0;
  }

  .text-block-112.faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-6 {
    line-height: 25px;
  }

  .div-block-197 {
    width: 45%;
  }

  .about-us-container-2 {
    max-width: 1200px;
  }

  .sub-heading-2 {
    width: auto;
    font-size: 15px;
  }

  .about-cotnainer {
    max-width: 1300px;
  }

  .services-2 {
    background-image: linear-gradient(#fffaf4, #fff 28%);
    max-width: 1300px;
  }

  .section-heading.white {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }

  .section-heading.white.centre {
    font-size: 2.4rem;
  }

  .section-heading-text.left {
    margin-left: 0;
    margin-right: auto;
  }

  .process-container {
    max-width: 1300px;
  }

  .image-84 {
    bottom: -108px;
  }

  .slide-1 {
    width: 25vw;
    height: 247.406px;
    min-height: auto;
  }

  .text-block-123 {
    font-size: 1.2em;
  }

  .next-button {
    bottom: -65px;
  }

  .link-block-4 {
    top: 30px;
  }

  .slider-button.left {
    bottom: -65px;
  }

  .conatct-card.background {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sub-heading-4 {
    width: auto;
    font-size: 13px;
  }

  .sub-heading-4.cream {
    font-size: 13px;
  }

  .div-block-229 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .div-block-230 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .name-and-email {
    margin-top: 20px;
  }

  ._3-trust-badge {
    margin-top: 40px;
  }

  .reviews-container-2 {
    width: 90%;
    max-width: 1300px;
  }

  .div-block-179 {
    justify-content: center;
  }

  .sub-heading-5 {
    width: auto;
    font-size: 15px;
  }

  .why-chose-us-container {
    max-width: 1200px;
  }

  .why-choose-us {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-239 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-240 {
    aspect-ratio: 1;
    width: 49%;
  }

  .sub-heading-6 {
    width: auto;
    font-size: 13px;
  }

  .sub-heading-6.left-align {
    font-size: 13px;
  }

  .destination {
    width: 250px;
    height: auto;
    min-height: auto;
  }

  .sub-heading-7 {
    width: auto;
    font-size: 13px;
  }

  .footer-right-container {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    max-width: 750px;
  }

  .hero-without-image {
    margin-top: 0;
  }

  .heading-wrapper {
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 125%;
  }

  .dashboard-sub {
    text-align: center;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 145%;
  }

  .heading-40 {
    color: var(--secondary);
    text-align: center;
    margin-bottom: 0;
    font-family: Poppins;
    font-size: 65px;
  }

  .heading-40.black {
    border-bottom-width: 2px;
    border-bottom-color: var(--active);
    margin: 0 auto 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 125%;
    display: inline-block;
  }

  .section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: 800px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .deals-heading {
    text-align: left;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 125%;
  }

  .deals-heading.centre {
    font-weight: 500;
  }

  .div-block-245 {
    border: 1px solid gray;
    border-radius: 8px;
    width: auto;
    height: 45px;
    margin-bottom: 20px;
  }

  .div-block-246 {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .nav-banner-wrapper {
    margin-bottom: 20px;
  }

  .opacity-white-text {
    font-size: 1rem;
  }

  .member-image {
    height: 430px;
  }

  .find-out-more-hover-text {
    font-size: .9rem;
  }

  .logos-row.brands {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .brand-logo.small {
    width: 145px;
  }

  .brand-logo.very-small {
    width: 120px;
  }

  .brand-logo.large {
    width: 245px;
  }

  .partners {
    margin-top: 4rem;
  }

  .abta-container.flex {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 95%;
    max-width: none;
  }

  .body {
    background-image: none;
  }

  .div-block-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    height: auto;
    padding-top: 8px;
    display: block;
  }

  .hero {
    max-width: 57%;
  }

  .heading {
    font-size: 50px;
    line-height: 70px;
  }

  .heading.black {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
  }

  .heading.black.white {
    max-width: 650px;
    margin-top: 0;
    font-size: 60px;
    line-height: 75px;
  }

  .heading.black.reserve {
    font-size: 50px;
    line-height: 60px;
  }

  .text-block {
    max-width: 550px;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 161.969px;
    font-size: 15px;
    display: flex;
  }

  .button.grey {
    border-radius: 29px;
    width: auto;
    padding: 9px 35px;
    font-size: 14px;
  }

  .button.nav-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.nav-cta:hover {
    border-style: none;
  }

  .button.centre {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button.static {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .socials {
    right: 30px;
  }

  .ctas {
    margin-top: 30px;
  }

  .services {
    background-color: var(--trans);
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 7rem;
    overflow: visible;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .service-heading {
    width: 45%;
    margin-bottom: 40px;
  }

  .collections {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-suggestions {
    max-width: 1200px;
  }

  .highlights {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .contact {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-start;
    max-width: 1400px;
  }

  .faq {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .faq-wrapper {
    max-width: 1300px;
  }

  .brand-2 {
    left: 0;
  }

  .navbar-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .nav-menu-2 {
    max-width: none;
    padding: 1px 0;
  }

  .nav-container {
    color: var(--heading);
    width: auto;
  }

  .nav-link-2 {
    color: var(--white);
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1rem;
  }

  .nav-link-2.white {
    letter-spacing: 2px;
    -webkit-text-stroke-width: .2px;
    font-family: "Aura Demo 1";
  }

  .image-16 {
    width: 340px;
  }

  .programmes-container {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: 1350px;
    margin-top: 115px;
  }

  .div-block-51 {
    margin-left: 30px;
  }

  .text-block-11,
  .heading-12,
  .heading-13 {
    text-align: left;
  }

  .div-block-54 {
    margin-left: 30px;
  }

  .text-block-12 {
    text-align: left;
  }

  ._3-images {
    margin-bottom: 23px;
    padding-bottom: 7px;
    font-size: 13px;
    line-height: 20px;
  }

  ._3-images.text-area {
    margin-bottom: 0;
  }

  .about {
    padding-top: 55px;
  }

  .div-block-63 {
    height: 670px;
    top: 13%;
  }

  .div-block-71 {
    width: auto;
  }

  .meet-the-team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta {
    padding-top: 90px;
  }

  .cta-container {
    background-position: 450px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
  }

  .submit-button-2 {
    letter-spacing: 1px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
  }

  .text-block-31 {
    max-width: 700px;
    font-size: 13px;
    line-height: 26px;
  }

  .div-block-77 {
    max-width: none;
    margin-top: 60px;
  }

  .div-block-78 {
    width: 100%;
  }

  .plan-container {
    max-width: 1200px;
  }

  .brand-name {
    font-size: 28px;
  }

  .heading-23 {
    max-width: 1700px;
    font-size: 75px;
    top: 141px;
  }

  .div-block-85 {
    display: block;
  }

  .image-35 {
    width: 63%;
    inset: 10% -1% 0% auto;
    overflow: hidden;
  }

  .text-block-36 {
    width: auto;
    font-size: 60px;
  }

  .text-block-36.black {
    width: auto;
    font-weight: 300;
  }

  .text-block-36.battery,
  .text-block-36.charging-time,
  .text-block-36._0-60 {
    width: auto;
  }

  .button-5 {
    font-size: 15px;
  }

  .image-36 {
    width: 50%;
  }

  .div-block-87 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .info-grid {
    grid-column-gap: 4.6em;
    grid-row-gap: 4.6em;
    max-width: 650px;
    margin-top: 0;
  }

  .selection-1 {
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 40px;
  }

  .selection-1.grey-bg {
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-24 {
    font-size: 24px;
  }

  .text-block-37 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-block-38 {
    font-size: 13px;
  }

  .text-block-39 {
    font-size: 20px;
  }

  .text-block-40 {
    font-size: 15px;
  }

  .div-block-89 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .div-block-90 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-38 {
    height: 260px;
  }

  .button-6 {
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 15px;
  }

  .button-6.middle:hover {
    background-color: var(--bg\<deleted\|variable-79f67464-af31-fed6-6a76-6e65c9b647a4\>);
  }

  .hero-content-text {
    max-width: none;
    margin-top: 20px;
  }

  .banner-and-text {
    height: 1000px;
  }

  .text-block-41 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 65px;
    line-height: 75px;
    left: 0;
    right: 0;
  }

  .text-block-42 {
    width: 980px;
    font-size: 22px;
    line-height: 40px;
    bottom: 54px;
  }

  .main.right.bottom-right,
  .main.bottom-lef {
    height: 500px;
  }

  .text-block-43 {
    padding: 6px 11px;
    font-size: 17px;
  }

  .div-block-92 {
    padding: 25px 30px;
  }

  .text-block-44 {
    font-size: 15px;
    line-height: 25px;
  }

  .highlightsw-content {
    max-width: 1700px;
  }

  .text-block-45 {
    width: auto;
    max-width: 1200px;
    line-height: 1em;
    position: relative;
    top: 1%;
  }

  .about-battery {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .about-container-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    max-width: 1300px;
  }

  .heading-25 {
    line-height: 1.3em;
  }

  .text-block-46 {
    font-size: 15px;
    line-height: 26px;
  }

  .heading-26 {
    text-transform: uppercase;
    font-size: 14px;
  }

  .link-block {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #28464c66;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-95 {
    inset: auto 0% 90px;
  }

  .heading-27 {
    width: 650px;
    font-size: 60px;
    line-height: 75px;
  }

  .text-block-47 {
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-96.white.battery {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-96.black {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .text-block-48 {
    width: 93.7031px;
    font-size: 20px;
  }

  .div-block-97 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .spec-text {
    font-size: 20px;
  }

  .div-block-98 {
    max-width: 1500px;
  }

  .div-block-100 {
    max-width: 1700px;
  }

  .div-block-101 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    max-width: 670px;
    margin-bottom: 40px;
    display: flex;
  }

  .hero-image {
    background-size: 1300px;
    max-width: 1920px;
    height: 650px;
    margin-top: 0;
  }

  .hero-content {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .main-heading {
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 125%;
  }

  .main-heading.centre {
    font-size: 65px;
    line-height: 125%;
  }

  .main-heading.brand-section {
    font-size: 60px;
    line-height: 125%;
  }

  .sub-heading {
    font-size: 13px;
    font-weight: 400;
    line-height: 165%;
  }

  .sub-heading.white.semi-bold {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading.white.left-align.centre {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading.centre-align {
    text-align: center;
    line-height: 165%;
  }

  .sub-heading.left-align {
    line-height: 165%;
  }

  .sub-heading.semi-bold {
    font-size: 13px;
  }

  .sub-heading.semi-bold.centre {
    max-width: 560px;
    font-weight: 500;
  }

  .link-block-3 {
    width: auto;
  }

  .link-block-3.contact {
    width: 155px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-103 {
    justify-content: center;
    align-items: stretch;
  }

  .text-block-50 {
    font-size: 14px;
  }

  .about-us-container {
    grid-column-gap: 85px;
    grid-row-gap: 85px;
    max-width: 1450px;
  }

  .bullet-points-for-section-2 {
    margin-bottom: 40px;
  }

  .heading-29 {
    width: 650px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-29.centre {
    font-size: 50px;
  }

  .heading-29.centre.white {
    margin-bottom: 20px;
    line-height: 60px;
  }

  .heading-29.white.centre.middle {
    text-align: left;
    margin-bottom: 40px;
    font-size: 65px;
  }

  .heading-29.white.new {
    width: 650px;
  }

  .product-details {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .what-we-sell-container {
    max-width: 1400px;
  }

  .section-2 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-block-52 {
    font-size: 17px;
  }

  .div-block-110._2 {
    width: 260px;
  }

  .product-details-heading {
    margin-bottom: 20px;
  }

  .our-work {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .our-wrk-container {
    max-width: 1300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-work-heading {
    margin-bottom: 40px;
  }

  .reviews {
    padding-top: 80px;
    padding-bottom: 166px;
  }

  .reviews-container {
    max-width: 1200px;
    overflow: visible;
  }

  .slide-4 {
    width: 360px;
  }

  .mask-3 {
    width: 100%;
    overflow: visible;
  }

  .div-block-124 {
    max-width: 1400px;
  }

  .heading-33 {
    font-size: 50px;
    line-height: 60px;
  }

  .faqq {
    padding-top: 137px;
    padding-bottom: 60px;
  }

  .div-block-125 {
    width: 750px;
    margin-top: 80px;
  }

  .div-block-130 {
    max-width: 1200px;
  }

  .div-block-137 {
    height: 550px;
  }

  .div-block-139 {
    width: 40%;
    max-width: 700px;
    margin-left: 100px;
  }

  .div-block-145 {
    max-width: 1400px;
  }

  .btn-text {
    width: auto;
    font-size: 13px;
  }

  .button-10 {
    font-size: 13px;
  }

  .div-block-156 {
    margin-bottom: 100px;
  }

  .hero-container {
    background-position: 0 0, 50%, 0 0;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 1700px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pink-circle.small-circle._2 {
    inset: -19% auto 0% -44%;
  }

  .pink-circle.larger-circle {
    left: -15%;
  }

  .buttons {
    max-width: 560px;
  }

  .brand-information {
    background-position: 75%, 0 0;
  }

  .reviews-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .customer-occupation,
  .customer-name {
    font-size: 13px;
  }

  .contact-container {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .contact-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    max-width: none;
  }

  .trust-card {
    margin-top: 40px;
  }

  .div-block-194._2 {
    width: 260px;
  }

  .text-block-112 {
    font-size: 17px;
  }

  .heading-38 {
    font-size: 50px;
    line-height: 60px;
  }

  .faqq-2 {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .div-block-196 {
    width: 750px;
    margin-top: 80px;
  }

  .main-heading-2 {
    margin-bottom: 25px;
    font-size: 55px;
    line-height: 125%;
  }

  .product-details-heading-2 {
    margin-bottom: 20px;
  }

  .about-us-container-2 {
    max-width: 1200px;
  }

  .sub-heading-2 {
    font-size: 15px;
    line-height: 26px;
  }

  .button-12 {
    justify-content: center;
    align-items: center;
    width: 161.969px;
    font-size: 15px;
    display: flex;
  }

  .button-12.grey {
    border-radius: 29px;
    width: auto;
    padding: 9px 35px;
    font-size: 14px;
  }

  .div-block-200 {
    max-width: 1300px;
  }

  .text-block-115.diff-green {
    font-size: 16px;
  }

  .services-2 {
    text-align: center;
    background-color: #fff0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-heading {
    font-size: 3.5rem;
  }

  .section-heading.centre {
    max-width: 1100px;
  }

  .section-heading.white,
  .section-heading.white.centre {
    font-size: 2.9rem;
  }

  .section-heading.left-align {
    font-size: 3.5rem;
  }

  .section-heading-text.left {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .trust-card-heading {
    font-size: 3rem;
  }

  .image-84 {
    width: 42%;
    bottom: -77px;
    left: 25px;
  }

  .slide-1 {
    width: 20vw;
    height: 247.406px;
    min-height: auto;
    margin-right: 20px;
  }

  .next-button {
    z-index: 99;
  }

  .services-slider {
    flex-flow: column;
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    overflow: visible;
  }

  .mask-4 {
    max-width: 1600px;
  }

  .brand-3 {
    margin-left: 10px;
    left: 30px;
  }

  .image-91 {
    aspect-ratio: 1;
    width: auto;
    height: 25px;
  }

  .contact-details.inline-felx {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .brand-name-2 {
    font-size: 28px;
  }

  .conatct-card.background {
    flex-flow: row;
    width: auto;
  }

  .sub-heading-4 {
    font-size: 15px;
    line-height: 26px;
  }

  .gallery {
    overflow: hidden;
  }

  .gallery-slider {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
  }

  .div-block-229 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-230 {
    justify-content: space-between;
    align-items: center;
  }

  .form-2 {
    width: 100%;
    padding: 40px;
  }

  .reviews-container-2 {
    max-width: 1200px;
    overflow: visible;
  }

  .mee {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .meet-the-team-container {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }

  .customer-name-2 {
    font-size: 13px;
  }

  .main-heading-3 {
    margin-bottom: 25px;
    font-size: 55px;
    line-height: 125%;
  }

  .main-heading-3.centre {
    font-size: 55px;
    line-height: 125%;
  }

  .collections-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .btn-text-2 {
    font-size: 16px;
  }

  .about-us {
    padding-top: 0;
  }

  .sub-heading-5 {
    font-size: 15px;
    line-height: 26px;
  }

  .small-section-heading {
    font-size: 1.1rem;
  }

  .small-section-heading.centre {
    margin-bottom: 6px;
  }

  .product-details-heading-3 {
    margin-bottom: 20px;
  }

  .why-chose-us-container {
    max-width: 1200px;
  }

  .section-small-heading.centre {
    margin-bottom: 5px;
  }

  .why-choose-us {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-heading-6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 165%;
  }

  .sub-heading-6.left-align {
    line-height: 165%;
  }

  .sub-heading-6.left-align.centre {
    text-align: center;
  }

  .destination {
    width: 250px;
    height: auto;
    min-height: auto;
    margin-right: 20px;
  }

  .slider01_comp {
    width: auto;
    max-width: 1450px;
  }

  .destinations-card-heading.centre {
    text-align: center;
  }

  .our-services {
    padding-bottom: 0;
  }

  .image-104 {
    aspect-ratio: 1;
    width: auto;
    height: 25px;
  }

  .social-media-icon-2 {
    background-color: var(--trans);
    border-radius: 0;
  }

  .sub-heading-7 {
    font-size: 13px;
    font-weight: 400;
    line-height: 165%;
  }

  .footer-right-container {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .div-block-245 {
    margin-bottom: 10px;
  }

  .expired-and-active-deals {
    max-width: 1900px;
  }

  .nav-banner-wrapper {
    margin-bottom: 20px;
  }

  .social-icon-wrapper {
    justify-content: center;
    align-items: center;
  }

  .banner-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .nav-banner-container {
    justify-content: space-between;
    align-items: center;
    max-width: 1450px;
  }

  .phone-icon {
    width: 19px;
  }

  .section-sub-heading.max-width {
    margin-top: 5px;
  }

  .image-109 {
    width: 185px;
  }

  .profile-card-description {
    font-size: 1.3rem;
  }

  .member-image {
    height: 460px;
  }

  .three-column-grid {
    margin-top: 50px;
  }

  .qna-heading {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .qna-text {
    font-size: .9rem;
    line-height: 1.5;
  }

  .find-out-more-hover-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: .9rem;
    font-weight: 500;
    right: 30px;
  }

  .logos-container {
    margin-top: 0;
  }

  .logos-row.brands {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .brand-logo {
    width: 200px;
  }

  .brand-logo.small {
    width: 150px;
  }

  .brand-logo.very-small {
    width: 130px;
  }

  .brand-logo.large {
    width: 240px;
  }

  .partners {
    max-width: 1450px;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  .abta-container.flex {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .meet-the-team-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 95%;
    padding-left: 30px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #e0f0fc;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: row;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: flex;
    position: relative;
    left: 0;
  }

  .navbar {
    z-index: 1;
    background-image: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-link {
    color: #000;
  }

  .div-block {
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 90px;
  }

  .div-block-2 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    height: 750px;
    padding-top: 0;
  }

  .hero {
    width: 85%;
    margin-left: 0;
    margin-right: auto;
  }

  .heading {
    text-align: center;
    font-size: 35px;
    line-height: 55px;
  }

  .heading.black {
    font-size: 4em;
    line-height: 1.2em;
  }

  .heading.black.centre-align {
    font-size: 33px;
    line-height: 37px;
  }

  .heading.black.centre {
    max-width: 350px;
    margin-left: 0;
    line-height: 45px;
  }

  .heading.black.white {
    width: auto;
    margin-bottom: 10px;
    line-height: 120%;
  }

  .heading.black.reserve {
    width: auto;
    font-size: 3.2em;
  }

  .text-block {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 22px;
  }

  .button {
    border-width: 1px;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button.grey {
    display: inline-flex;
  }

  .button.grey.arrow-styling {
    margin-left: auto;
    margin-right: auto;
  }

  .button.grey.none {
    display: none;
  }

  .button.grey.white {
    border-color: var(--white);
    color: var(--white);
  }

  .button.nav-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .button.full-width {
    padding-right: 25px;
  }

  .button.centre {
    flex: 0 auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 10px;
  }

  .button.static {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .socials {
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    margin-top: 40px;
    display: block;
    position: relative;
    inset: auto 0% 20px 0;
  }

  .ctas {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .services {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .text-block-3 {
    max-width: none;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.7em;
  }

  .text-block-3.white {
    text-align: center;
  }

  .text-block-3.centre-align {
    font-size: 13px;
    line-height: 20px;
  }

  .services-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .service-1 {
    width: auto;
  }

  .service-heading {
    margin-bottom: 30px;
  }

  .collections {
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .about-heading {
    clear: none;
    text-align: center;
    width: 90%;
    max-width: 700px;
    margin: -23px 0 0;
  }

  .our-suggestions {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fdebd5;
    background-image: none;
    flex-flow: column;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-5 {
    float: none;
    clear: none;
  }

  .highlights {
    padding-top: 160px;
    padding-left: 0;
  }

  .ratings {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .rating-1 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 11px;
  }

  .image-8 {
    width: 21px;
  }

  .italic-text {
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-5 {
    width: 100%;
    padding: 30px 20px 20px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .div-block-6.name-and-number {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    margin-bottom: 17px;
  }

  .field-label {
    font-size: 14px;
  }

  .text-field {
    height: 40px;
    font-size: 13px;
  }

  .submit-button {
    margin-top: 15px;
    font-size: 14px;
  }

  .div-block-8 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-radius: 8px;
    flex-flow: row;
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .text-span {
    font-size: 13px;
  }

  .image-9 {
    width: 28px;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 91%;
    padding-top: 66px;
  }

  .links {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 40px;
    display: block;
  }

  .menu-button {
    position: absolute;
    right: 0;
  }

  .menu-button.w--open {
    background-color: #e0f0fc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .icon {
    color: #fff;
    font-size: 28px;
  }

  ._3-reasons {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: space-between;
    align-items: stretch;
    width: 94%;
  }

  .heading-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-9 {
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
  }

  .image-10 {
    width: 40px;
    height: 40px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-list {
    width: 90%;
    max-width: none;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-13 {
    width: 240px;
    bottom: 0;
    right: 0;
  }

  .brand-2 {
    margin-left: 0;
    left: 0;
  }

  .brand-2.footer,
  .brand-2.footer-2 {
    margin-left: 0;
  }

  .menu-button-2 {
    border-radius: 8px;
    margin-right: 0;
    padding: 12px;
    display: none;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
    margin-right: 0;
  }

  .icon-2 {
    color: var(--white);
    font-size: 26px;
  }

  .navbar-2 {
    z-index: 99;
    padding-top: 0;
    padding-bottom: 25px;
    position: absolute;
    overflow: visible;
  }

  .heading-11 {
    font-size: 30px;
  }

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-color: var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>);
    box-shadow: none;
    text-align: left;
    border-radius: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 40px;
    display: flex;
    position: absolute;
  }

  .nav-container {
    border: 1px #000;
    border-radius: 15px;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    position: relative;
  }

  .nav-link-2 {
    color: var(--white);
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 13px 0;
    font-size: 1rem;
    display: flex;
  }

  .nav-link-2:hover {
    color: var(--primary);
  }

  .nav-link-2.cta-btn,
  .nav-link-2.cta-btn.sign-up {
    display: none;
  }

  .nav-link-2.cta {
    border: 1px #fff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .nav-link-2.cta.sign-up {
    color: #333;
    background-color: #fff0;
    border: 2px solid #333;
  }

  .nav-link-2.white {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 2px solid var(--white);
    background-color: var(--white);
    color: #8b0e0e;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 130px;
    margin-left: 0;
    margin-right: auto;
    padding: 9px 10px;
    text-decoration: none;
    transition: all .45s;
    display: flex;
    position: relative;
    left: 0;
  }

  .div-block-49:hover {
    border: 2px solid var(--trans);
    background-color: var(--white);
    color: var(--white);
  }

  .image-14 {
    order: 1;
    width: 18px;
    height: 18px;
  }

  .text-block-10 {
    color: var(--heading);
    letter-spacing: 0;
    -webkit-text-stroke-width: .4px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 400;
  }

  .image-16 {
    order: -1;
    width: 210px;
    margin-top: 20px;
  }

  .programmes-container {
    width: 93%;
    margin-top: -1px;
  }

  .div-block-52 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-52.burger {
    background-image: linear-gradient(135deg, #000, #fff0 56%), url('../images/gettyimages-2174482526-612x612.jpg');
    background-position: 0 0, 50%;
  }

  .div-block-52._2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-53 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-13 {
    font-size: 18px;
    line-height: 23px;
  }

  .div-block-54 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .text-block-12 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  ._3-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 11px;
  }

  ._3-images.text-area {
    margin-bottom: 0;
  }

  ._1 {
    width: 33%;
    padding: 20px 20px 25px;
  }

  ._1.middle {
    width: 33%;
  }

  .heading-14 {
    font-size: 15px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .image-18 {
    aspect-ratio: auto;
    object-fit: cover;
    height: 195.109px;
    overflow: clip;
  }

  .image-18.ribs {
    aspect-ratio: auto;
    width: auto;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .bold-text-8 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-16 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-59._3 {
    overflow: hidden;
  }

  .div-block-59._5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/istockphoto-474048190-612x612.jpg');
    background-position: 0 0, 50% 100%;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .text-block-19 {
    width: auto;
    max-width: 90%;
  }

  .div-block-60 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .about-container {
    padding-left: 40px;
  }

  .heading-17 {
    font-size: 35px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .div-block-62 {
    order: -1;
  }

  .div-block-63 {
    height: 65vh;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .div-block-67 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .image-25 {
    width: 15px;
  }

  .features {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex;
  }

  .text-block-22 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 15px;
    display: block;
  }

  .button-3 {
    padding: 5px 22px;
    font-size: 12px;
  }

  .button-3.whychooseus-cta {
    font-size: 14px;
  }

  .div-block-69 {
    place-items: center stretch;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-27 {
    width: 300px;
    position: relative;
    top: -102px;
    left: 0;
    right: 0;
  }

  .test-image {
    background-size: cover;
  }

  .slide-3 {
    width: 260px;
  }

  .div-block-70 {
    font-size: 12px;
  }

  .text-block-26 {
    font-size: 14px;
    font-weight: 400;
  }

  .meet-the-team {
    padding-bottom: 0;
  }

  .div-block-72 {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .text-block-29 {
    font-size: 12px;
  }

  .div-block-75 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: stretch;
  }

  .text-block-30 {
    max-width: 330px;
    font-size: 14px;
    line-height: 22px;
  }

  .cta-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-position: 150px;
    padding-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .submit-button-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
  }

  .form {
    width: 101%;
    padding: 30px;
  }

  .text-block-31 {
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-77 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 65%;
    max-width: 500px;
  }

  .cta-form {
    width: 450px;
    max-width: 480px;
  }

  .image-31 {
    width: 160px;
    bottom: -20px;
  }

  .heading-20 {
    width: auto;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 135%;
  }

  .specifications {
    background-color: #fff8ef00;
    padding-top: 0;
    padding-bottom: 0;
  }

  .plan-container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .heading-21 {
    font-size: 23px;
    line-height: 28px;
  }

  .left-content {
    background-size: 370px;
  }

  .text-block-32 {
    font-size: 13px;
    line-height: 20px;
  }

  .right-content {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-33 {
    width: 16px;
  }

  .text-block-33 {
    font-size: 13px;
  }

  .div-block-80 {
    margin-bottom: 15px;
  }

  .div-block-81 {
    order: -1;
    margin-bottom: 20px;
  }

  .div-block-82 {
    order: -1;
    margin-bottom: 10px;
  }

  ._81 {
    order: -1;
  }

  .div-block-83 {
    background-image: linear-gradient(#0000 61%, #fdebd5), url('../images/Untitled-1250-x-1250-px-2.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    order: -1;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -81px;
    left: 0;
  }

  .brand-name {
    -webkit-text-stroke-width: .3px;
    font-size: 23px;
    font-weight: 500;
  }

  .heading-23 {
    text-shadow: none;
    width: 90%;
    top: 86px;
    left: 6%;
  }

  .image-35 {
    width: 59%;
    top: 10%;
    right: 1%;
  }

  .text-block-36.black {
    width: 43.28%;
  }

  .text-block-36.battery {
    width: 58.496%;
  }

  .text-block-36.charging-time {
    width: 48.081%;
  }

  .text-block-36._0-60 {
    width: 62.342%;
  }

  .button-5 {
    padding: 7px 25px;
    font-size: 1.3em;
  }

  .div-block-87 {
    padding-bottom: 0;
  }

  .info-grid {
    grid-column-gap: 3.6em;
    grid-row-gap: 3.6em;
    width: auto;
    max-width: none;
    margin-top: -.3em;
  }

  .div-block-88 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 95%;
  }

  .selection-1 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-24 {
    margin-bottom: 8px;
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .text-block-37 {
    font-size: 1.1em;
    line-height: 1.7em;
  }

  .text-block-38 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.1em;
  }

  .text-block-39 {
    font-size: 1.3em;
    line-height: 1em;
  }

  .text-block-40 {
    font-size: 1.1em;
    line-height: 1.7em;
  }

  .div-block-89 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-90 {
    margin-top: 14px;
  }

  .image-38 {
    object-fit: contain;
    width: auto;
    margin-bottom: 5px;
    overflow: clip;
  }

  .image-38.cross-turismo-imag {
    width: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .button-6 {
    margin-top: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2em;
  }

  .button-6.middle {
    font-size: 1.2em;
  }

  .hero-content-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin: 40px auto 0;
    display: flex;
  }

  .banner-and-text {
    aspect-ratio: auto;
    object-fit: fill;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
  }

  .text-block-41 {
    font-size: 4.5em;
    top: 42px;
    left: 6%;
  }

  .text-block-42 {
    width: 75%;
    font-size: 1.6em;
    line-height: 1.8em;
  }

  .div-block-91 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: auto;
    margin-top: 13px;
  }

  .main {
    background-position: 100%;
    height: 420px;
  }

  .main.right {
    background-position: 65% 0;
    height: 420px;
  }

  .main.right.bottom-right {
    background-position: 45% 0;
    height: 420px;
  }

  .main.bottom-lef {
    background-size: cover;
    height: 420px;
  }

  .text-block-43 {
    letter-spacing: 1.5px;
    font-size: 12px;
  }

  .div-block-92 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .text-block-44 {
    font-size: 11px;
    line-height: 18px;
  }

  .highlightsw-content {
    width: 95%;
  }

  .text-block-45 {
    line-height: 1em;
    top: 2%;
  }

  .text-block-46 {
    font-size: 1.3em;
  }

  .heading-27 {
    position: static;
    top: -14%;
  }

  .text-block-47 {
    font-size: 10px;
  }

  .div-block-96.black {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 40px;
    top: 0%;
    right: 7%;
  }

  .text-block-48.black {
    width: 109.734px;
  }

  .div-block-97 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 45px;
    padding-bottom: 0;
  }

  .div-block-98 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 95%;
  }

  .div-block-99 {
    height: 50px;
  }

  .arrow {
    inset: 0% auto 0% 0%;
  }

  .div-block-100 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2 {
    text-decoration: none;
    position: relative;
    left: 0;
  }

  .div-block-101 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    max-width: 400px;
    display: flex;
  }

  .hero-image {
    background-position: 50% 100%;
    background-size: 900px;
    width: 100%;
    height: 350px;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    top: 0;
  }

  .main-heading {
    text-align: center;
    max-width: none;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 120%;
  }

  .main-heading.why-us {
    text-align: center;
    font-size: 1em;
  }

  .main-heading.centre {
    text-align: center;
    margin-bottom: 10px;
  }

  .main-heading.contact {
    font-size: 7em;
  }

  .main-heading.brand-section {
    text-align: left;
    margin-bottom: 15px;
    font-size: 50px;
  }

  .main-heading.max-width {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
  }

  .main-heading.white {
    text-align: center;
    font-size: 55px;
  }

  .sub-heading {
    text-align: left;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: 0;
    display: inline-flex;
  }

  .sub-heading.sub.white {
    font-size: 2.5em;
  }

  .sub-heading.white.left-align.centre {
    text-align: center;
    max-width: 650px;
  }

  .sub-heading.last-order {
    max-width: none;
  }

  .sub-heading.last-order.centre-align {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading.centre-align {
    color: var(--white);
    margin: 0 auto;
    font-size: 1rem;
  }

  .sub-heading.bold {
    text-align: left;
    font-size: 12px;
  }

  .sub-heading.left-align {
    text-align: left;
    font-size: .9rem;
  }

  .sub-heading.left-align.centre {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .sub-heading.footer-text {
    text-align: left;
    font-size: 12px;
  }

  .sub-heading.medium {
    text-align: center;
    margin-bottom: 0;
  }

  .sub-heading.semi-bold {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .sub-heading.semi {
    color: var(--heading);
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .about-us-container {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .div-block-106 {
    height: 50px;
  }

  .bullet-points-for-section-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-29.centre.white.whitte-font {
    font-size: 4.5em;
  }

  .heading-29.white {
    max-width: 680px;
    font-size: 4.5em;
    line-height: 120%;
  }

  .heading-29.white.centre {
    max-width: none;
    line-height: 120%;
  }

  .heading-29.white.centre.middle {
    text-align: left;
    margin-bottom: 0;
  }

  .heading-29.white.why {
    max-width: none;
  }

  .heading-29.white.new {
    width: 490px;
    font-size: 4em;
  }

  .italic-text-4.white {
    font-size: .9em;
    line-height: 1.2em;
  }

  .product-details-container-first {
    grid-column-gap: 2.5%;
    grid-row-gap: 2.5%;
  }

  .product-details {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-block-52 {
    white-space: nowrap;
    font-size: 1.9em;
  }

  .text-block-52.white {
    font-size: 1.9em;
  }

  .text-block-52.faq {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .8em;
  }

  .div-block-110._2 {
    margin-left: 0;
  }

  .div-block-111,
  .div-block-111.white {
    width: 45px;
  }

  .product-details-heading {
    flex-flow: column;
    margin-bottom: 40px;
    font-size: 1vw;
  }

  .div-block-113 {
    height: 540px;
  }

  .heading-31 {
    font-size: 2.2em;
    line-height: 1.3em;
  }

  .text-block-53 {
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .button-7 {
    margin-top: 0;
    font-size: 1.4em;
    bottom: 0;
  }

  .div-block-115 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .our-work {
    padding-top: 40px;
  }

  .reviews-container {
    padding-top: 0;
  }

  .italic-text-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-33 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-33.black {
    text-align: left;
    font-size: 1.3em;
  }

  .div-block-126 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 300.969px;
    display: flex;
  }

  .text-block-55,
  .text-block-56,
  .text-block-57,
  .text-block-58 {
    font-size: 2em;
  }

  .text-block-59 {
    margin-bottom: 7px;
    font-size: 27px;
  }

  .text-block-60 {
    line-height: 130%;
  }

  .text-block-63 {
    max-width: 360px;
    font-size: 11px;
  }

  .product-details-image {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .text-block-64 {
    font-size: 20px;
    line-height: 125%;
  }

  .text-block-65 {
    text-align: center;
    width: 80%;
    max-width: none;
    font-size: 11px;
  }

  .button-9 {
    font-size: 11px;
  }

  .product-details-container1 {
    flex-flow: column;
  }

  .div-block-137 {
    width: 90%;
    height: 400px;
  }

  .div-block-138.black {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .div-block-139 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .text-block-66 {
    font-size: 19px;
    line-height: 26px;
  }

  .text-block-66.black {
    font-size: 22px;
  }

  .text-block-67,
  .text-block-67.black,
  .text-block-68,
  .text-block-68.black,
  .link-2,
  .link-2.black {
    font-size: 11px;
  }

  .div-block-141 {
    flex-flow: column;
  }

  .text-block-69 {
    font-size: 15px;
    font-weight: 400;
  }

  .text-block-70 {
    font-size: 11px;
    line-height: 18px;
  }

  .bold-text-20 {
    font-size: 12px;
  }

  .div-block-145 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-71 {
    font-size: 11px;
  }

  .image-holder {
    background-image: linear-gradient(90deg, black, var(--trans) 20%), linear-gradient(270deg, black, var(--trans) 16%), url('../images/AdobeStock_481165276_Editorial_Use_Only.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: 55%;
    height: 280px;
    margin-right: 40px;
  }

  .text-block-72 {
    font-size: 11px;
  }

  .btn-image {
    width: 13px;
  }

  .btn-text {
    margin-right: 0;
    font-size: 13px;
  }

  .button-cta.clear-background {
    margin-top: 10px;
  }

  .image-54 {
    width: 35px;
  }

  .text-block-74 {
    font-size: 13px;
  }

  .link-block-5 {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .text-block-75 {
    font-size: 30px;
  }

  .text-block-76 {
    font-size: 11px;
  }

  .button-10 {
    font-size: 10px;
  }

  .div-block-155 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 90%;
  }

  .text-block-77 {
    font-size: 15px;
  }

  .text-span-14 {
    font-size: 1em;
  }

  .footer {
    padding-top: 2rem;
  }

  .footer-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .hero-container {
    z-index: 0;
    box-sizing: content-box;
    border-bottom-style: none;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 100vh;
    min-height: 800px;
    padding: 4rem 0 0;
    display: flex;
    overflow: hidden;
  }

  .hero-product-image {
    margin-top: 34px;
    position: relative;
  }

  .pink-circle {
    height: auto;
    bottom: 8%;
    right: 40px;
  }

  .pink-circle.small-circle {
    height: 110px;
    top: -3%;
  }

  .pink-circle.small-circle._2 {
    display: none;
  }

  .pink-circle.small-circle.why-us {
    inset: 0% auto auto 8%;
  }

  .pink-circle.larger-circle {
    z-index: 0;
    inset: -43% auto auto -43%;
  }

  .delivery-badge {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .small-circle-glow._2 {
    z-index: 0;
    top: 368px;
  }

  .small-circle-glow._2._3._4,
  .small-circle-glow._2.none {
    display: none;
  }

  .buttons {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .find-out-more-btn {
    font-size: 13px;
  }

  .star {
    width: 14px;
  }

  .star-rating.item {
    justify-content: center;
    align-items: center;
  }

  .product-details-benefits {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    display: grid;
  }

  .product-details-benefit {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .benefits-heading {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .large-circle {
    height: 370px;
    min-height: auto;
    inset: 10px 65px 0 auto;
  }

  .product {
    width: 35%;
  }

  .product-image {
    width: 100%;
    height: auto;
  }

  .product-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    font-size: 18px;
    display: flex;
  }

  .product-price {
    text-align: center;
  }

  .item-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .collection-product-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .brand-information {
    background-position: 100%, 0 0;
    background-size: contain, auto;
    height: 400px;
  }

  .brand-container {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .reviews-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reviews-content {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
  }

  .review-1 {
    justify-content: space-between;
    height: auto;
    min-height: 100%;
  }

  .reviews-heading {
    text-align: center;
    line-height: 145%;
  }

  .sub-heading-italic {
    text-align: center;
  }

  .customer-occupation,
  .customer-name {
    font-size: 13px;
  }

  .sub,
  .text-block-90,
  .text-block-91,
  .text-block-92 {
    text-align: center;
  }

  .contact-section {
    padding-top: 0;
  }

  .contact-container {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .contact-text {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benefits-sub-heading {
    text-align: center;
  }

  .social-media-icon {
    width: 18px;
  }

  .footer-links-container {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-6 {
    text-align: center;
    font-size: 12.5px;
  }

  .business-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
  }

  .navi-heading {
    white-space: nowrap;
  }

  .navi {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 30px;
  }

  .div-block-173 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-174 {
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
  }

  .trust-card {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-block-190.item {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-194._2 {
    margin-left: 0;
  }

  .text-block-112 {
    white-space: nowrap;
    font-size: 1.9em;
  }

  .text-block-112.faq {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .8em;
  }

  .faq-question-2 {
    font-size: 16px;
  }

  .heading-38 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-38.black {
    text-align: left;
    font-size: 1.3em;
  }

  .div-block-195 {
    width: 45px;
  }

  .paragraph-6 {
    font-size: 13px;
  }

  .image-75 {
    width: 60px;
  }

  .div-block-197 {
    width: 100%;
    height: 370px;
  }

  .large-circle-2 {
    height: 370px;
    min-height: auto;
    inset: 10px 65px 0 auto;
  }

  .main-heading-2 {
    text-align: left;
    max-width: none;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 120%;
  }

  .product-details-heading-2 {
    flex-flow: column;
    margin-bottom: 40px;
    font-size: 1vw;
  }

  .pink-circle-2 {
    height: auto;
    bottom: 8%;
    right: 40px;
  }

  .pink-circle-2.small-circle {
    height: 110px;
    top: -3%;
  }

  .pink-circle-2.small-circle.why-us {
    inset: 0% auto auto 8%;
  }

  .product-details-image-2 {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .sub-heading-2 {
    text-align: left;
    width: 95%;
    max-width: 650px;
    margin-left: 0;
    margin-right: auto;
    font-size: 13px;
  }

  .sub-heading-2.last-order {
    max-width: none;
  }

  .sub-heading-2.last-order.centre-align {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button-12 {
    margin-top: 0;
  }

  .about-cotnainer {
    flex-flow: column;
  }

  .image-77 {
    width: 120px;
  }

  .div-block-201 {
    margin-bottom: 20px;
  }

  .services-2 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .section-heading {
    max-width: 550px;
    font-size: 3.2rem;
  }

  .section-heading.centre {
    font-size: 3rem;
  }

  .section-heading.centre.left-align {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading.white {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    font-size: 2rem;
  }

  .section-heading.white.centre {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    line-height: 1.3;
  }

  .section-heading.white.max-width {
    max-width: 450px;
  }

  .section-heading.left-align {
    font-size: 3.2rem;
  }

  .section-heading-text.left {
    margin-bottom: 0;
  }

  .image-80 {
    width: 40px;
    margin-bottom: 10px;
  }

  .div-block-211 {
    justify-content: flex-start;
    align-items: center;
  }

  .trust-card-heading {
    font-size: 2.8rem;
  }

  .div-block-212 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .div-block-214 {
    height: auto;
  }

  .process-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .proces-text-div {
    width: 65%;
  }

  .image-81 {
    display: none;
  }

  .image-82 {
    width: auto;
  }

  .image-83 {
    display: none;
  }

  .image-84 {
    width: auto;
    bottom: -48px;
  }

  .slide-1 {
    width: 350px;
    height: auto;
    overflow: hidden;
  }

  .next-button {
    bottom: -65px;
  }

  .image-88 {
    width: auto;
  }

  .slider-button.left {
    bottom: -65px;
  }

  .text-block-124 {
    font-size: 25px;
  }

  .text-block-124.gourmet-heading {
    font-size: 16px;
  }

  .text-block-124.gourmet-heading.black {
    font-size: 20px;
  }

  .image-89 {
    width: 45%;
  }

  .services-slider {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    overflow: visible;
  }

  .mask-4 {
    width: 90%;
    height: auto;
  }

  .brand-3 {
    margin-left: 20px;
    left: 10px;
  }

  .brand-3.footer-2 {
    margin-left: 0;
  }

  .contact-details {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-details.inline-felx {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .brand-name-2 {
    -webkit-text-stroke-width: .3px;
    font-size: 30px;
    font-weight: 500;
  }

  .conatct-card.background {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .business-info-2 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 185px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .sub-heading-4 {
    text-align: left;
    width: 95%;
    max-width: 650px;
    margin-left: 0;
    margin-right: auto;
    font-size: 13px;
  }

  .sub-heading-4.cream {
    width: auto;
    max-width: none;
  }

  .sub-heading-4.footer-text {
    font-size: 12px;
  }

  .gallery-slide {
    width: 55vw;
  }

  .div-block-229 {
    flex-flow: column;
  }

  .form-block-3 {
    width: 100%;
  }

  .div-block-230 {
    flex-flow: column;
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .name-and-email {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    margin-top: 40px;
  }

  .field {
    width: 100%;
  }

  .form-2 {
    background-color: #0006;
  }

  ._3-trust-badge {
    max-width: none;
  }

  .service-content-text {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .reviews-container-2 {
    padding-top: 0;
  }

  .image-94.small {
    width: 14px;
  }

  .mee {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-heading-italic-2 {
    text-align: left;
    font-size: 12px;
  }

  .customer-image-2 {
    width: 35px;
  }

  .meet-the-team-container {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
  }

  .meet-the-team-container._2nd-row {
    transform: translate(-124px);
  }

  .customer-name-2 {
    font-size: 12px;
  }

  .main-heading-3 {
    text-align: center;
    max-width: none;
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 120%;
  }

  .main-heading-3.centre {
    text-align: center;
    margin-bottom: 0;
  }

  .review-2 {
    justify-content: space-between;
    width: 330px;
    height: auto;
    min-height: 100%;
  }

  .collections-2 {
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .div-block-179 {
    width: auto;
  }

  .buttons-2 {
    z-index: 1;
    position: relative;
  }

  .btn-text-2 {
    font-size: 13px;
  }

  .about-us {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
  }

  .sub-heading-5 {
    text-align: left;
    width: 95%;
    max-width: 650px;
    margin-left: 0;
    margin-right: auto;
    font-size: 13px;
  }

  .btn-image-2 {
    width: 13px;
  }

  .product-details-heading-3 {
    flex-flow: column;
    margin-bottom: 40px;
    font-size: 1vw;
  }

  .product-details-benefit-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .benefits-heading-2 {
    text-align: center;
  }

  .section-small-heading.left-align,
  .section-small-heading.left-align.center {
    margin-left: auto;
    margin-right: auto;
  }

  .why-chose-us-content {
    flex-flow: column;
  }

  .benefits-sub-heading-2 {
    text-align: center;
  }

  .product-details-image-3 {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .why-choose-us {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .product-details-benefits-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    display: grid;
  }

  .div-block-236 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-100 {
    inset: 0%;
  }

  .div-block-239 {
    flex-flow: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-240 {
    aspect-ratio: auto;
    object-fit: cover;
    order: 1;
    width: auto;
  }

  .image-101 {
    width: 40px;
    margin-bottom: 10px;
  }

  .div-block-241 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-heading-6 {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .sub-heading-6.left-align {
    text-align: left;
  }

  .sub-heading-6.left-align.expiry-date {
    margin-top: 15px;
  }

  .destination {
    width: 200px;
    height: auto;
    margin-right: 15px;
    overflow: hidden;
  }

  .div-block-243 {
    height: auto;
  }

  .slider01_comp {
    padding-bottom: 4.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .destinations-card-heading {
    line-height: 1.4;
  }

  .slider_arrow {
    aspect-ratio: 1;
    width: auto;
    height: 2.5rem;
  }

  .slider_arrow.is-left {
    aspect-ratio: 1;
    width: auto;
    height: 2.5rem;
    right: 3rem;
  }

  .slider01_mask {
    width: 50%;
  }

  .link-10 {
    text-align: left;
    font-size: .9rem;
  }

  .contact-details-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-size: .9rem;
  }

  .image-104.smaller {
    height: 16px;
  }

  .social-media-icon-2 {
    width: 23px;
  }

  .sub-heading-7 {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .sub-heading-7.white {
    white-space: normal;
    font-size: .9rem;
  }

  .sub-heading-7.medium {
    text-align: center;
    margin-bottom: 0;
  }

  .footer-3 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .business-info-3 {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .navi-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 200px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-244 {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .navi-heading-2 {
    white-space: nowrap;
    font-size: .9rem;
  }

  .business-info-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
  }

  .image-105 {
    width: 135px;
  }

  .footer-right-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .deals-section {
    overflow: hidden;
  }

  .deal-heading {
    margin-bottom: 3px;
  }

  .container-3 {
    max-width: 728px;
  }

  .section {
    width: 90%;
    padding: 30px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 3.5rem;
  }

  .nav-banner-wrapper {
    margin-bottom: 25px;
  }

  .banner-text {
    font-size: .9rem;
  }

  .welcome-text {
    font-size: 1.7rem;
  }

  .button-text {
    font-weight: 500;
  }

  .small-text {
    text-shadow: none;
  }

  .section-sub-heading {
    font-size: 1rem;
  }

  .image-109 {
    width: 145px;
  }

  .services-wrapper-content {
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
  }

  .member-image-wrap {
    width: 50%;
    height: auto;
  }

  .space-top-small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-top: 0;
    display: flex;
  }

  .opacity-white-text {
    font-size: .9rem;
  }

  .profile-card-description {
    font-size: .9rem;
    font-weight: 600;
  }

  .member-image {
    object-fit: none;
    width: 100%;
  }

  .member-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .three-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    margin-top: 40px;
    display: flex;
  }

  .team-name {
    margin-top: 0;
  }

  .member-image-cover {
    object-fit: none;
    height: 100%;
    padding: 20px 20px 32px 25px;
  }

  .logo-image {
    width: 50%;
  }

  .footer-left-wrapper {
    width: auto;
  }

  .foot-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
  }

  .button-15 {
    text-align: left;
    font-size: .9rem;
  }

  .footer-bottom-wrapper {
    margin-top: 1.5rem;
  }

  .find-out-more-hover-text {
    right: 25px;
  }

  .logos-row.brands {
    margin-top: 0;
  }

  .brand-logo {
    width: 150px;
  }

  .brand-logo.small {
    width: 130px;
  }

  .brand-logo.very-small {
    width: 100px;
  }

  .brand-logo.large {
    width: 180px;
  }

  .meet-the-team-content-wrapper {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 95%;
    padding-left: 20px;
  }

  .nav-menu {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 275px;
  }

  .body {
    font-size: 1vw;
  }

  .div-block-2 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 680px;
    padding-top: 56px;
  }

  .hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading {
    flex-flow: column;
    width: auto;
    max-width: none;
    margin-bottom: 7px;
    font-size: 34px;
    line-height: 46px;
    display: block;
    position: static;
  }

  .heading.testimonails.black {
    font-size: 35px;
  }

  .heading.black {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 35px;
    display: flex;
  }

  .heading.black.centre-align {
    margin-left: 0;
    margin-right: auto;
    font-size: 30px;
  }

  .heading.black.centre {
    text-align: center;
    width: auto;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 35px;
  }

  .heading.black.white {
    text-align: left;
    width: 68%;
    max-width: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 125%;
  }

  .heading.black.reserve {
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    line-height: 45px;
  }

  .heading.why {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
  }

  .text-block {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    display: inline-flex;
    position: static;
    inset: auto 0% 0% auto;
  }

  .button._2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .button.what-we-do {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .button.grey {
    width: auto;
    padding: 9px 30px;
    font-size: 12px;
    display: inline-flex;
  }

  .button.grey.centre {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button.nav-cta {
    margin-left: auto;
    margin-right: auto;
  }

  .button.nav-cta.static {
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }

  .button.full-width {
    font-size: .9rem;
  }

  .button.centre {
    width: auto;
    padding-left: 15px;
  }

  .button.static {
    width: auto;
  }

  .ctas {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .services {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .text-block-3 {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 21px;
  }

  .text-block-3.white {
    width: auto;
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-3.centre-align {
    text-align: left;
    width: 95%;
    max-width: 450px;
    margin-left: 0;
    margin-right: auto;
    font-size: 14px;
  }

  .services-container {
    place-items: stretch center;
  }

  .text-block-4 {
    font-size: 11px;
    line-height: 18px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .service-heading {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    font-size: 11px;
  }

  .collections {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    position: relative;
    overflow: scroll;
  }

  .about-heading {
    margin-top: -57px;
  }

  .our-suggestions {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    max-width: 600px;
  }

  .image-5 {
    width: 320px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .highlights {
    padding-top: 61px;
    padding-bottom: 110px;
  }

  .ratings {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .rating-1 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: row;
    width: auto;
  }

  .italic-text {
    font-size: 11px;
  }

  .contact {
    padding-top: 86px;
  }

  .div-block-5 {
    padding-top: 30px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 45px;
  }

  .field-label,
  .submit-button {
    font-size: 13px;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
  }

  .text-block-7 {
    width: 74%;
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 12px;
  }

  .social-icons {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-9 {
    margin-top: 10px;
  }

  .div-block-10 {
    padding-top: 0;
  }

  ._3-reasons {
    justify-content: center;
    align-items: stretch;
    max-width: 550px;
    bottom: -56px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 20px;
    display: flex;
  }

  .div-block-11.mobile-none {
    display: none;
  }

  .heading-7 {
    text-align: left;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-9 {
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 9px;
    line-height: 16px;
  }

  .image-10 {
    order: 1;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .faq-heading {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 1rem;
    height: 1rem;
  }

  .faq-header {
    justify-content: space-between;
    align-items: center;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 22px;
  }

  .faq-wrapper {
    flex-flow: column;
    width: 90%;
    max-width: 550px;
  }

  .heading-10 {
    font-size: 3rem;
  }

  .faq-question {
    white-space: normal;
    word-break: keep-all;
    flex: none;
    max-width: 90%;
    font-size: 14px;
  }

  .faq-list {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-item {
    margin-bottom: 5px;
  }

  .image-12 {
    width: 1rem;
    height: 1rem;
  }

  .div-block-26 {
    text-align: center;
  }

  .brand-2 {
    margin-left: 0;
    padding-left: 0;
    left: 0;
  }

  .brand-2.footer-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .icon-2 {
    color: var(--white);
    font-size: 28px;
  }

  .navbar-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
    position: absolute;
  }

  .heading-11 {
    font-size: 27px;
  }

  .nav-menu-2 {
    z-index: 999;
    background-color: #242424;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 40px;
    display: inline-flex;
    position: fixed;
    inset: 0 0% auto;
  }

  .nav-container {
    margin-top: 0;
  }

  .nav-link-2 {
    color: var(--white);
    text-align: left;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: .9rem;
  }

  .nav-link-2.white {
    font-size: 13px;
  }

  .div-block-49 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .image-16 {
    width: 43%;
    max-width: 250px;
  }

  .programmes-container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    width: 90%;
    margin-top: 4.8rem;
  }

  .img1 {
    height: 350px;
  }

  .text-block-11 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .heading-12 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-52 {
    flex-flow: column;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .div-block-52.burger {
    background-image: linear-gradient(135deg, #000, #fff0 56%), linear-gradient(#00000026, #00000026), url('../images/gettyimages-2174482526-612x612.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    padding-right: 40px;
  }

  .div-block-53 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    margin-top: 16px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 29px;
  }

  .text-block-12 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  ._3-images {
    flex-flow: column;
  }

  ._1 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: row;
    width: 100%;
    padding-bottom: 20px;
  }

  ._1.middle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-14 {
    text-align: left;
  }

  .text-block-13 {
    text-align: left;
    font-size: 11.5px;
  }

  .image-18 {
    aspect-ratio: 1;
    width: 35%;
    height: auto;
  }

  .image-18.ribs {
    width: 100%;
    height: 195px;
  }

  .div-block-55 {
    width: 65px;
    height: 65px;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .div-block-56 {
    max-width: 280.5px;
  }

  .text-block-16 {
    text-align: left;
    font-size: 11.5px;
  }

  .heading-15 {
    text-align: left;
  }

  .div-block-57 {
    text-align: center;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    margin-bottom: 5px;
    font-size: 35px;
  }

  .div-block-59 {
    height: 220px;
  }

  .starters-heading {
    margin-bottom: 35px;
  }

  .text-block-18 {
    font-size: 15px;
  }

  .text-block-19 {
    max-width: 80%;
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-60 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    grid-auto-rows: 0;
    grid-auto-flow: row dense;
    place-items: stretch stretch;
  }

  .about {
    margin-top: -37px;
    padding-top: 268px;
    padding-bottom: 92px;
  }

  .about-container {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .heading-17 {
    text-align: center;
    font-size: 30px;
  }

  .top-right-content {
    width: 100%;
    padding-top: 30px;
  }

  .text-block-20 {
    text-align: center;
    font-size: 11px;
    line-height: 23px;
  }

  .div-block-61 {
    width: 100%;
    height: 260px;
    display: block;
    position: static;
  }

  .div-block-63 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 90%;
    max-width: 550px;
    height: 30vh;
    margin-top: 0;
    position: static;
  }

  .image-21 {
    width: 70px;
  }

  .div-block-65 {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-3,
  .button-3.whychooseus-cta {
    font-size: 13px;
  }

  .image-26 {
    width: 21px;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .div-block-69 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .div-block-70 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-26 {
    font-size: 13px;
  }

  .div-block-71 {
    padding-top: 40px;
  }

  .meet-the-team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-72 {
    width: auto;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .text-block-29 {
    font-size: 13px;
  }

  .image-30 {
    width: 29px;
  }

  .div-block-75 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    width: 432px;
    max-width: 380px;
  }

  .div-block-76 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-30 {
    text-align: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
  }

  .cta {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .cta-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/AdobeStock_406405912_Editorial_Use_Only.jpeg'), url('../images/AdobeStock_406405912_Editorial_Use_Only_1.jpeg');
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat, repeat;
    background-size: 120%, auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 500px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .form {
    width: 100%;
  }

  .text-block-31 {
    text-align: center;
    max-width: none;
    margin: 10px auto 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
  }

  .div-block-77 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-form {
    width: 100%;
    max-width: none;
  }

  .image-31 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .heading-20 {
    text-align: center;
    -webkit-text-stroke-width: .3px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
  }

  .specifications {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-78 {
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-container {
    flex-flow: column;
    max-width: 600px;
  }

  .left-content {
    background-size: 220px;
    width: 100%;
    height: 200px;
  }

  .right-content {
    box-sizing: border-box;
    flex-flow: column;
    width: auto;
  }

  .brand-name {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }

  .brand-name.white {
    font-size: 20px;
  }

  .heading-23 {
    text-shadow: none;
  }

  .image-35 {
    order: -1;
    width: 95%;
    max-width: 550px;
    margin-top: 10px;
    position: static;
  }

  .text-block-36 {
    font-size: 35px;
  }

  .text-block-36.black {
    font-size: 30px;
  }

  .button-5 {
    font-size: 12px;
  }

  .spec-container {
    flex-flow: column;
  }

  .image-36 {
    width: auto;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
  }

  .info-grid {
    grid-column-gap: 6.8em;
    grid-row-gap: 6.8em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-grid;
  }

  .div-block-88 {
    flex-flow: row;
    width: 1200%;
    max-width: 1200px;
    padding-bottom: 19px;
    overflow: visible;
  }

  .selection-1 {
    width: 320px;
    position: relative;
    overflow: visible;
  }

  .selection-1.grey-bg {
    position: relative;
  }

  .heading-24 {
    font-size: 14px;
  }

  .text-block-37 {
    font-size: 10px;
  }

  .text-block-38 {
    font-size: 9px;
  }

  .text-block-39 {
    font-size: 11px;
  }

  .text-block-40 {
    font-size: 10px;
  }

  .button-6 {
    margin-top: 20px;
    font-size: 10px;
  }

  .button-6.middle {
    font-size: 10px;
  }

  .hero-content-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .banner-and-text {
    background-position: 15%;
  }

  .text-block-41 {
    font-size: 30px;
  }

  .text-block-42 {
    font-size: 12px;
  }

  .div-block-91 {
    flex-flow: column;
  }

  .main {
    width: 100%;
  }

  .main.right {
    transform: none;
  }

  .main.right.bottom-right {
    width: 100%;
    transform: none;
  }

  .main.bottom-lef {
    width: 100%;
  }

  .highlightsw-content {
    width: 90%;
  }

  .about-battery {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .about-container-2 {
    flex-flow: column;
  }

  .image-39 {
    width: 100%;
  }

  .div-block-93 {
    width: auto;
  }

  .heading-25 {
    font-size: 16px;
  }

  .text-block-46 {
    font-size: 10px;
  }

  .heading-27 {
    width: 90%;
    margin-bottom: 20px;
    font-size: 30px;
    position: static;
  }

  .text-block-47 {
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-96.black {
    height: auto;
    right: 9%;
  }

  .text-block-48 {
    font-size: 12px;
  }

  .text-block-48.black {
    width: 109px;
    font-size: 11px;
  }

  .spec-text {
    font-size: 12px;
  }

  .div-block-98 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 900px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
    overflow: visible;
  }

  .div-block-99 {
    background-color: var(--website-bg\<deleted\|variable-6d471eab-d3a6-d4ba-1396-1f77bbb081ef\>);
    padding-top: 20px;
    padding-bottom: 90px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
  }

  .arrow {
    z-index: 99;
    width: 16px;
    display: block;
    position: absolute;
    inset: 80px 30px auto auto;
  }

  .div-block-100 {
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-101 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 580px;
  }

  .hero-image {
    background-image: url('../images/AdobeStock_481165282_Editorial_Use_Only.jpeg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-size: 600px, auto;
    justify-content: flex-end;
    align-items: center;
    height: 300px;
    margin-top: 20px;
    top: -4%;
  }

  .hero-content {
    border-radius: 20px;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
    position: static;
    inset: 5% 0% auto;
  }

  .main-heading {
    text-align: center;
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    max-width: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 120%;
  }

  .main-heading.centre {
    font-size: 45px;
  }

  .main-heading.max-width {
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    margin-bottom: 10px;
    font-size: 45px;
  }

  .main-heading.white {
    text-align: center;
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
  }

  .sub-heading {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5em;
  }

  .sub-heading.sub.white {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    margin-left: 0;
    font-size: 2.9em;
  }

  .sub-heading.white.semi-bold {
    text-align: center;
    margin-right: 0;
  }

  .sub-heading.white.left-align.centre {
    text-align: center;
    max-width: 530px;
    line-height: 165%;
  }

  .sub-heading.last-order.centre-align {
    line-height: 150%;
  }

  .sub-heading.centre-align {
    text-align: center;
    width: 90%;
    max-width: none;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.7em;
  }

  .sub-heading.centre-display {
    font-size: 12px;
  }

  .sub-heading.bold {
    text-align: center;
  }

  .sub-heading.left-align {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    font-size: .9rem;
  }

  .sub-heading.left-align.centre {
    font-size: .9rem;
  }

  .sub-heading.footer-text {
    text-align: center;
  }

  .sub-heading.medium {
    text-align: center;
    margin-bottom: 0;
  }

  .link-block-3 {
    width: auto;
  }

  .link-block-3.contact {
    width: auto;
    padding-top: 10px;
  }

  .div-block-103 {
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }

  .text-block-50 {
    font-size: 12px;
  }

  .div-block-105 {
    justify-content: center;
    align-items: center;
  }

  .social-media {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media.conatc-form {
    margin-top: 20px;
    position: static;
  }

  .about-us-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .div-block-106 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    height: 65px;
  }

  .bullet-points-for-section-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .heading-29 {
    text-align: center;
    width: auto;
    margin-top: 10px;
  }

  .heading-29.centre {
    width: auto;
    margin-top: 10px;
    font-size: 5em;
    line-height: 1.4em;
  }

  .heading-29.centre.white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-29.centre.white.whitte-font {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.3rem;
  }

  .heading-29.white {
    text-align: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    font-size: 2.4rem;
  }

  .heading-29.white.centre.middle {
    text-align: left;
    margin-bottom: 0;
  }

  .heading-29.white.why {
    max-width: none;
  }

  .heading-29.white.new {
    text-align: left;
    width: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    font-size: 1.8rem;
    line-height: 40px;
  }

  .italic-text-4.white {
    font-size: 1.1em;
    line-height: 1.6em;
  }

  .div-block-107 {
    width: auto;
  }

  .div-block-108 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .div-block-108.bottom-left {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .product-details-container-first {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
  }

  .div-block-109 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 90px;
    width: auto;
    height: 500px;
  }

  .product-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .text-block-52 {
    font-size: 2.3em;
  }

  .text-block-52.white {
    font-size: 2.1em;
  }

  .div-block-110._2 {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-110._2.faqqq {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .product-details-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    margin-bottom: 38px;
  }

  .div-block-113 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 460px;
  }

  .heading-31 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-53 {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .button-7 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    position: static;
  }

  .div-block-115 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .our-work {
    padding-bottom: 0;
  }

  .our-wrk-container {
    width: 94%;
    padding-top: 40px;
  }

  .our-work-heading {
    text-align: center;
  }

  .our-work-images {
    flex-flow: column;
    width: 100%;
  }

  .div-block-116 {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    width: 100%;
    height: 600px;
  }

  .div-block-117 {
    flex-flow: column;
  }

  .div-block-119 {
    border-bottom-left-radius: 0;
  }

  .div-block-120 {
    border-top-right-radius: 0;
  }

  .div-block-121 {
    width: 100%;
  }

  .div-block-122 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    height: 500px;
  }

  .reviews {
    padding-bottom: 120px;
  }

  .reviews-container {
    width: 90%;
  }

  .slide-4 {
    margin-right: 20px;
  }

  .image-49 {
    width: 1rem;
    height: 1rem;
  }

  .heading-33 {
    flex-flow: column;
    width: auto;
    max-width: 450px;
    margin-bottom: 7px;
    font-size: 34px;
    line-height: 43px;
    display: block;
    position: static;
  }

  .heading-33.black {
    text-align: center;
    font-size: 35px;
  }

  .div-block-125 {
    width: 80%;
  }

  .div-block-126 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-55 {
    font-size: 1.9em;
    line-height: 1.9em;
  }

  .div-block-127 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-128 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-59 {
    font-size: 19px;
  }

  .text-block-60 {
    font-size: 12px;
  }

  .div-block-130 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-131 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-63 {
    width: 45%;
    max-width: 300px;
    padding-right: 20px;
    font-size: .6rem;
    line-height: 180%;
    display: none;
  }

  .product-details-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-bottom: 40px;
  }

  .product-details-image {
    max-width: 430px;
  }

  .text-block-64 {
    margin-top: 20px;
    font-size: 24px;
  }

  .text-block-65 {
    max-width: 600px;
    font-size: 11px;
  }

  .product-details-container1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-137 {
    width: 100%;
  }

  .div-block-137.image-right {
    order: -1;
    width: 100%;
  }

  .div-block-138.image-right,
  .div-block-138.black {
    flex-flow: column;
    padding-bottom: 30px;
  }

  .div-block-139 {
    place-items: stretch stretch;
    width: 100%;
    margin-top: 20px;
  }

  .text-block-66 {
    font-size: 16px;
  }

  .div-block-141 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 100%;
    max-width: 450px;
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-141.bottom {
    background-color: #463c3c;
  }

  .image-51 {
    width: 7%;
  }

  .text-block-69 {
    font-size: 16px;
    line-height: 170%;
  }

  .text-block-70 {
    font-size: 1.4em;
    line-height: 190%;
  }

  .image-52 {
    width: 34%;
    height: auto;
  }

  .div-block-144 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-145 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .text-block-71 {
    text-align: center;
    max-width: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-146 {
    padding-top: 40px;
    padding-bottom: 100px;
    display: block;
  }

  .div-block-147 {
    width: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-148 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-holder {
    width: 100%;
    height: 320px;
    position: static;
  }

  .div-block-151 {
    justify-content: center;
    align-items: stretch;
  }

  .btn-image {
    width: 12px;
  }

  .btn-text {
    width: auto;
    margin-right: 5px;
    font-size: 12px;
  }

  .button-cta {
    font-size: 12px;
  }

  .text-span-11 {
    -webkit-text-stroke-width: 0px;
  }

  .image-54 {
    width: 30px;
  }

  .image-55 {
    width: 14px;
  }

  .link-block-5 {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-155 {
    width: 50%;
  }

  .text-block-77 {
    font-size: 16px;
  }

  .div-block-156 {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .div-block-157 {
    justify-content: center;
    align-items: center;
  }

  .text-block-78 {
    text-align: left;
    max-width: 400px;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .footer-container {
    flex-flow: column;
    width: 93%;
    max-width: 650px;
  }

  .div-block-160 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 0;
  }

  .link-4 {
    font-size: 11px;
  }

  .text-block-79 {
    width: auto;
    font-size: 10px;
  }

  .div-block-161 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 40%;
    max-width: 250px;
  }

  .hero-container {
    padding: 4rem 0 0;
  }

  .flex-block {
    display: block;
  }

  .hero-product-image {
    height: 370px;
  }

  .pink-circle.small-circle {
    z-index: 0;
    height: 90px;
  }

  .pink-circle.small-circle.why-us {
    height: 100px;
    left: 0%;
  }

  .pink-circle.larger-circle {
    height: 450px;
    inset: -36% auto 0% -290px;
  }

  .image-56 {
    width: 20px;
  }

  .text-block-80 {
    font-size: 12px;
    font-weight: 700;
  }

  .buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .find-out-more-btn {
    font-size: 12px;
  }

  .trust-container {
    max-width: 590px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .trust-heading {
    width: 190px;
    font-size: 18px;
    line-height: 135%;
  }

  .trust-figure-heading {
    font-size: 40px;
  }

  .trust-figure {
    justify-content: space-between;
    align-items: center;
  }

  .trust-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .product-details-benefit {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .benefits-icon {
    width: 35px;
  }

  .benefits-heading {
    margin-bottom: 10px;
    line-height: 145%;
  }

  .large-circle {
    height: 95%;
    inset: -10px 0% 0 4%;
  }

  .item-content {
    flex-flow: column;
  }

  .collection-product-info {
    margin-top: 20px;
  }

  .brand-information {
    background-position: 300px, 0 0;
  }

  .brand-container {
    flex-flow: row;
  }

  .reviews-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reviews-content {
    flex-flow: column;
  }

  .review-1 {
    flex-flow: column;
    width: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-details {
    justify-content: center;
    align-items: center;
  }

  .sub-heading-italic {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 165%;
  }

  .customer-image {
    width: 45px;
  }

  .customer-occupation,
  .customer-name {
    font-size: 12px;
  }

  .contact-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-container {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .contact-text {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .benefits-sub-heading {
    font-size: 12px;
    line-height: 150%;
  }

  .text-block-108 {
    width: auto;
    font-size: 10px;
  }

  .social-media-icon {
    display: inline-block;
  }

  .footer-links-container {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: start center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: grid;
  }

  .link-6 {
    font-size: 11px;
  }

  .business-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    max-width: 250px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .icons {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navi-heading {
    margin-bottom: 10px;
  }

  .sociial-media-links {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .navi {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .form-block-2 {
    width: 90%;
  }

  .div-block-173 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #58585800;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .trust-card {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .div-block-190.item {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-194._2 {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-194._2.faqqq {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-item-2 {
    margin-bottom: 5px;
  }

  .text-block-112 {
    font-size: 2.3em;
  }

  .faq-header-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-question-2 {
    white-space: normal;
    word-break: keep-all;
    flex: none;
    max-width: 90%;
    font-size: 16px;
  }

  .heading-38 {
    flex-flow: column;
    width: auto;
    max-width: 450px;
    margin-bottom: 7px;
    font-size: 34px;
    line-height: 43px;
    display: block;
    position: static;
  }

  .heading-38.black {
    text-align: center;
    font-size: 35px;
  }

  .image-74 {
    width: 1rem;
    height: 1rem;
  }

  .faqq-2 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-196 {
    width: 80%;
  }

  .image-75 {
    width: 55px;
    margin-left: 0;
    margin-right: auto;
  }

  .image-75.larger {
    width: 145px;
  }

  .heading-34 {
    font-size: 35px;
  }

  .text-block-113 {
    font-size: 12px;
  }

  .large-circle-2 {
    height: 95%;
    inset: -10px 0% 0 4%;
  }

  .main-heading-2 {
    text-align: center;
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    max-width: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    line-height: 120%;
  }

  .product-details-heading-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    margin-bottom: 38px;
  }

  .pink-circle-2.small-circle {
    z-index: 0;
    height: 90px;
  }

  .pink-circle-2.small-circle.why-us {
    height: 100px;
    left: 0%;
  }

  .product-details-image-2 {
    max-width: none;
  }

  .about-us-container-2 {
    width: 90%;
  }

  .sub-heading-2 {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5em;
  }

  .sub-heading-2.last-order.centre-align {
    font-size: 12px;
    line-height: 150%;
  }

  .button-12 {
    width: 135.578px;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

  .button-12.grey {
    width: auto;
    padding: 9px 30px;
    font-size: 12px;
    display: inline-flex;
  }

  .button-12.grey.centre {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .div-block-200 {
    display: none;
  }

  .section-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-block-201 {
    margin-bottom: 10px;
  }

  .text-block-115 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-115.diff-green {
    font-size: 14px;
  }

  .services-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
  }

  .section-heading.centre {
    font-size: 2.4rem;
  }

  .section-heading.white,
  .section-heading.white.centre,
  .section-heading.white.max-width {
    font-size: 2rem;
  }

  .section-heading.left-align {
    text-align: center;
    max-width: none;
    font-size: 2.4rem;
  }

  .section-heading-text {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .section-heading-text.left {
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-80 {
    width: 35px;
    margin-bottom: 6px;
  }

  .div-block-211 {
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .trust-card-heading {
    font-size: 2rem;
  }

  .div-block-212 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-214 {
    margin-bottom: 10px;
  }

  .section-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-block-118 {
    font-size: 11px;
    display: none;
  }

  .text-block-119 {
    font-size: 12px;
  }

  .process {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .process-container {
    flex-flow: column;
  }

  .proces-text-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-220 {
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-container {
    width: 100%;
  }

  .image-82 {
    width: 100%;
    height: 400px;
  }

  .image-84 {
    width: auto;
    bottom: 95px;
  }

  .text-span-24 {
    font-size: .9em;
  }

  .slide-5 {
    height: 100%;
  }

  .slide-1 {
    width: 35vw;
  }

  .text-block-123 {
    font-size: 1em;
  }

  .next-button {
    width: 2.6rem;
    height: 1.6rem;
    inset: auto -45px -47px 0%;
  }

  .next-button.gallery {
    width: 1.6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .arrow-icon {
    width: 16px;
  }

  .slider-button.left {
    width: 2.6rem;
    height: 1.6rem;
    inset: auto 0% -50px -45px;
  }

  .slider-button.left.gallery {
    width: 1.6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-124 {
    font-size: 27px;
  }

  .text-block-124.gourmet-heading {
    font-size: 3em;
    line-height: 1.6em;
  }

  .image-89 {
    width: 18px;
  }

  .image-90 {
    width: 16px;
  }

  .brand-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-91 {
    aspect-ratio: 1;
    width: auto;
    height: 22px;
  }

  .text-block-125 {
    width: auto;
    font-size: 10px;
  }

  .contact-details {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-details.inline-felx {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-name-2 {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    font-size: 24px;
    font-weight: 500;
  }

  .conatct-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .conatct-card.background {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 20px;
  }

  .business-info-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading-4 {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5em;
  }

  .sub-heading-4.cream {
    width: auto;
    max-width: 500px;
  }

  .gallery-slide {
    width: 80vw;
  }

  .div-block-229 {
    flex-flow: column;
  }

  .form-block-3 {
    width: 100%;
  }

  .div-block-230 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .field,
  .form-text-field,
  .form-text-field.input-message {
    font-size: .9rem;
  }

  .form-2 {
    background-color: #0006;
  }

  ._3-trust-badge {
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
  }

  .service-content-text {
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-container-2 {
    width: 90%;
  }

  .customer-details-2 {
    justify-content: center;
    align-items: center;
  }

  .mee {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sub-heading-italic-2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 165%;
  }

  .customer-image-2 {
    width: 45px;
  }

  .meet-the-team-container {
    grid-column-gap: 36%;
    grid-row-gap: 36%;
    flex-flow: column;
    display: flex;
  }

  .div-block-227 {
    margin-bottom: 20px;
  }

  .customer-name-2 {
    font-size: 12px;
  }

  .main-heading-3 {
    text-align: center;
    -webkit-text-stroke-width: .6px;
    max-width: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 120%;
  }

  .review-2 {
    flex-flow: column;
    width: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .collections-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    position: relative;
    overflow: scroll;
  }

  .div-block-179 {
    margin-bottom: 10px;
  }

  .button-cta-2,
  .btn-text-2 {
    font-size: 12px;
  }

  .about-us {
    margin-top: 0;
    padding-top: 0;
  }

  .sub-heading-5 {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5em;
  }

  .btn-image-2 {
    width: 12px;
  }

  .small-section-heading {
    text-align: center;
    font-size: .9rem;
    line-height: 1.5;
  }

  .product-details-heading-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    margin-bottom: 38px;
  }

  .product-details-benefit-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .why-chose-us-container {
    width: 90%;
  }

  .benefits-heading-2 {
    margin-bottom: 10px;
    line-height: 145%;
  }

  .section-small-heading {
    margin-bottom: 5px;
  }

  .section-small-heading.left-align {
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-chose-us-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .benefits-icon-2 {
    width: 35px;
  }

  .benefits-sub-heading-2 {
    font-size: 12px;
    line-height: 150%;
  }

  .product-details-image-3 {
    max-width: 430px;
  }

  .why-choose-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-236 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-239 {
    width: 90%;
  }

  .image-101 {
    width: 35px;
    margin-bottom: 6px;
  }

  .div-block-241 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 15px;
  }

  .sub-heading-6 {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5em;
  }

  .sub-heading-6.left-align {
    width: auto;
    margin-left: 0;
    font-size: 1em;
  }

  .destination {
    width: 100%;
    max-width: 350px;
    margin-right: 15px;
  }

  .destination.popular-destination {
    width: 250px;
  }

  .div-block-243 {
    margin-bottom: 10px;
  }

  .slider_pagination {
    font-size: .5rem;
  }

  .slider01_comp {
    padding-bottom: 4rem;
    font-size: 12px;
  }

  .testimonial20_arrow-icon {
    aspect-ratio: 1;
    width: auto;
    height: .9rem;
  }

  .destinations-card-heading {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .slider_arrow {
    aspect-ratio: 1;
    width: auto;
    height: 2rem;
  }

  .slider_arrow.is-left {
    aspect-ratio: 1;
    width: auto;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    right: 2.5rem;
  }

  .slider01_mask {
    width: 50%;
  }

  .our-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-103 {
    width: 50%;
    margin-bottom: 0;
  }

  .image-103.holidayimage {
    width: auto;
    margin-bottom: 15px;
  }

  .image-103.team-image {
    width: 35%;
  }

  .destination-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
  }

  .destination-content.holidays {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .destination-content.team-content {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
  }

  .link-10 {
    font-size: .9rem;
  }

  .contact-details-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-128 {
    width: auto;
    font-size: 10px;
  }

  .image-104 {
    aspect-ratio: 1;
    width: auto;
    height: 22px;
  }

  .social-media-icon-2 {
    width: 23px;
    display: inline-block;
  }

  .sub-heading-7 {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5em;
  }

  .sub-heading-7.medium {
    text-align: center;
    margin-bottom: 0;
  }

  .footer-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .business-info-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .navi-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .text-block-129 {
    width: auto;
    font-size: 10px;
  }

  .div-block-244 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navi-heading-2 {
    margin-bottom: 7px;
  }

  .business-info-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-105 {
    width: 130px;
    margin-left: 0;
    margin-right: auto;
  }

  .image-105.larger {
    width: 70px;
  }

  .footer-right-container {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: start;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: grid;
  }

  .deals-section {
    padding-top: 3rem;
  }

  .deal-heading {
    margin-bottom: 5px;
    font-size: 1.5em;
    line-height: 120%;
  }

  .hero-without-image {
    padding: 60px 15px 40px;
  }

  .heading-40 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 110%;
  }

  .section {
    width: auto;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .upload_detail {
    width: 100%;
  }

  .upload_main-div {
    width: 100%;
    min-width: 0;
    max-width: 500px;
  }

  .expired-and-active-deals {
    width: auto;
  }

  .hero-heading {
    max-width: none;
    font-size: 2.8rem;
    line-height: 1.15;
  }

  .nav-banner-wrapper {
    margin-bottom: 15px;
  }

  .social-icon {
    width: 18px;
  }

  .banner-text {
    font-size: .8rem;
  }

  .phone-icon {
    width: 15px;
  }

  .welcome-text {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .white-divider {
    width: 60px;
  }

  .welcome-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .button-text {
    font-size: .9rem;
  }

  .small-text {
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    font-size: .9rem;
  }

  .desitnation-card-description {
    font-size: .9rem;
    line-height: 1.6;
  }

  .section-sub-heading {
    text-align: center;
    font-size: .9rem;
    line-height: 1.6;
  }

  .section-container._1-bottom-padding {
    padding-bottom: 4rem;
  }

  .section-container._2-top-padding {
    padding-top: 2rem;
  }

  .trust-card-text,
  .contact-link-text {
    font-size: .9rem;
  }

  .services-wrapper-content {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .member-image-wrap {
    width: 100%;
    height: auto;
  }

  .space-top-small {
    width: auto;
    margin-top: 0;
  }

  .social-logo {
    width: 35px;
    height: 35px;
  }

  .opacity-white-text {
    font-size: .9rem;
  }

  .profile-card-description {
    font-size: 1.2rem;
  }

  .member-image {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 370px;
  }

  .member-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 100%;
    margin-bottom: 0;
  }

  .three-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .member-image-cover {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: auto;
    padding: 25px;
  }

  .footer-left-wrapper {
    width: 100%;
  }

  .footer-form-blog {
    margin-top: 1.5rem;
  }

  .foot-form {
    grid-auto-flow: column;
    place-items: center end;
    display: flex;
  }

  .logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .text-small.text-color-light {
    font-size: .8rem;
  }

  .form-input {
    width: 100%;
  }

  .button-15 {
    font-size: 1rem;
  }

  .button-15:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .image-110 {
    width: 90px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-bottom-wrapper {
    flex-flow: row;
    align-items: flex-start;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-legal-link:hover {
    color: #98a2b3;
  }

  .logos-container {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .logos-row {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .logos-row.brands {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-logo {
    width: 130px;
  }

  .brand-logo.small {
    width: 85px;
  }

  .brand-logo.very-small {
    width: 70px;
  }

  .brand-logo.large {
    width: 170px;
  }

  .partners {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .abta-container {
    flex-flow: row;
  }

  .abta-container.flex {
    flex-flow: column;
    max-width: none;
  }

  .meet-the-team-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    padding-left: 30px;
  }

  .div-block-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    background-image: none;
    height: 650px;
    padding-top: 52px;
  }

  .heading {
    max-width: 350px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading.about.black {
    margin-bottom: 15px;
  }

  .heading.testimonails.black {
    font-size: 24px;
  }

  .heading.black {
    width: 350px;
    max-width: none;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .heading.black.centre-align {
    line-height: 35px;
  }

  .heading.black.white {
    text-align: left;
    width: 320px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .heading.black.reserve {
    font-size: 25px;
    line-height: 32px;
  }

  .heading.why {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block {
    max-width: 370px;
    margin-top: 7px;
    font-size: 13px;
    line-height: 18px;
  }

  .button {
    width: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
  }

  .button._2 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }

  .button.what-we-do {
    width: 122.047px;
  }

  .button.grey {
    border-width: 1.7px;
    width: 110px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
  }

  .button.grey.arrow-styling,
  .button.grey.white {
    width: auto;
  }

  .button.nav-cta {
    width: 150px;
  }

  .button.full-width {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .8rem;
  }

  .button.centre {
    margin-left: 0;
  }

  .button.centre.aboloute {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: -5px;
  }

  .button.static {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .socials {
    margin-top: 30px;
  }

  .ctas {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .services {
    padding-top: 10px;
    padding-bottom: 5rem;
  }

  .text-block-3 {
    width: auto;
    max-width: none;
    font-size: 11px;
    line-height: 18px;
  }

  .text-block-3.white {
    font-size: 12px;
  }

  .text-block-3.centre-align {
    font-size: 13px;
  }

  .services-container {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .text-block-4 {
    font-size: 9px;
    line-height: 17px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 21px;
  }

  .service-heading {
    margin-bottom: 20px;
  }

  .button-2 {
    font-size: 9px;
  }

  .collections {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .our-suggestions {
    max-width: 350px;
  }

  .image-5 {
    width: 270px;
  }

  .text-block-5 {
    font-size: 10px;
    line-height: 20px;
  }

  .image-6 {
    width: 100px;
    margin-top: -31px;
  }

  .rating-1 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    max-width: 290px;
    padding: 30px;
  }

  .text-block-6 {
    font-size: 9px;
  }

  .image-8 {
    width: 17px;
    margin-bottom: 0;
    top: 20px;
  }

  .italic-text {
    font-size: 9px;
    line-height: 16px;
  }

  .contact {
    padding-top: 70px;
  }

  .div-block-5 {
    padding-top: 30px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-6.name-and-number {
    margin-bottom: 10px;
  }

  .field-label {
    margin-bottom: 3px;
    font-size: 11px;
  }

  .field-label._2 {
    margin-top: 10px;
    line-height: 18px;
  }

  .text-field {
    padding-left: 8px;
    font-size: 11px;
  }

  .submit-button {
    height: 35px;
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
  }

  .div-block-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .heading-7,
  .text-block-9 {
    text-align: left;
  }

  .image-10 {
    display: none;
  }

  .container-2 {
    flex-wrap: nowrap;
  }

  .paragraph-5 {
    font-size: 10px;
    line-height: 20px;
  }

  .heading-10 {
    font-size: 2.8rem;
  }

  .faq-body.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    max-width: 85%;
    font-size: 13px;
    line-height: 20px;
  }

  .faq-item {
    margin-bottom: 0;
  }

  .image-13 {
    width: 200px;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .icon-2 {
    color: var(--white);
    font-size: 24px;
  }

  .navbar-2 {
    z-index: 9;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .heading-11 {
    font-size: 23px;
  }

  .nav-menu-2 {
    z-index: 9999;
    width: 90vw;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 30px;
    top: 0;
  }

  .nav-container {
    width: 90%;
    margin-top: 0;
  }

  .nav-link-2 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: .8rem;
  }

  .div-block-49 {
    width: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .image-14 {
    width: 24px;
    height: 24px;
  }

  .text-block-10 {
    font-size: 11px;
  }

  .div-block-50 {
    text-align: left;
  }

  .image-15 {
    width: 160px;
  }

  .image-16 {
    width: 170px;
  }

  .img1 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 250px;
  }

  .div-block-51 {
    width: 65%;
    margin-top: 20px;
  }

  .text-block-11 {
    font-size: 11px;
    font-weight: 500;
  }

  .div-block-52 {
    width: 100%;
  }

  .div-block-53 {
    flex-flow: column;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 27px;
  }

  ._3-images {
    max-width: 431.094px;
    font-size: 11px;
  }

  ._1 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    max-width: 290px;
    padding: 30px;
  }

  .heading-14 {
    margin-bottom: 5px;
  }

  .image-18 {
    width: 100%;
  }

  .text-block-16 {
    font-size: 10px;
    line-height: 18px;
  }

  .heading-15 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-57 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .heading-16 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-59 {
    height: 190px;
  }

  .starters-heading {
    margin-bottom: 25px;
  }

  .text-block-18 {
    width: 90%;
    max-width: 90%;
    font-size: 12px;
    line-height: 19px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 21px;
  }

  .about {
    padding-bottom: 80px;
  }

  .heading-17 {
    text-align: center;
  }

  .top-right-content {
    padding-top: 10px;
  }

  .text-block-20 {
    text-align: center;
    font-size: 10px;
    line-height: 21px;
  }

  .div-block-61 {
    height: 250px;
  }

  .div-block-62 {
    width: 100%;
  }

  .div-block-63 {
    height: 25vh;
  }

  .div-block-65 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-66 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-22 {
    width: 17px;
  }

  .text-block-21 {
    font-size: 13px;
  }

  .button-3 {
    font-size: 12px;
  }

  .button-3.whychooseus-cta {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .div-block-69 {
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2,
  .mask-2 {
    overflow: visible;
  }

  .div-block-71 {
    width: auto;
    padding-left: 0;
    overflow: hidden;
  }

  .image-30 {
    width: 27px;
  }

  .div-block-75 {
    width: auto;
  }

  .text-block-30 {
    font-size: 13px;
    line-height: 20px;
  }

  .cta-container {
    background-image: url('../images/AdobeStock_406405912_Editorial_Use_Only.jpeg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 155%;
  }

  .form-block {
    width: 100%;
  }

  .field-label-3 {
    font-size: 13px;
  }

  .submit-button-2 {
    font-size: 11px;
  }

  .form {
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .text-block-31 {
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-77 {
    padding-left: 0;
  }

  .heading-20 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-21 {
    font-size: 21px;
    line-height: 26px;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .image-33 {
    width: 14px;
  }

  .text-block-33 {
    font-size: 12px;
  }

  .div-block-83 {
    width: 65%;
  }

  .brand-name {
    font-size: 20px;
    font-weight: 500;
  }

  .heading-23 {
    font-size: 28px;
    top: 70px;
    left: 20px;
    right: 0;
  }

  .image-35 {
    width: 100%;
    margin-top: 21px;
  }

  .text-block-36 {
    font-size: 30px;
  }

  .text-block-36.black {
    width: 69.7344px;
    font-weight: 300;
    line-height: .75em;
  }

  .button-5 {
    padding: 6px 21px;
    font-size: 11px;
  }

  .info-grid {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-columns: 1fr 1fr;
    width: 320px;
  }

  .div-block-88 {
    overflow: hidden;
  }

  .text-block-38 {
    font-size: 9px;
  }

  .button-6.middle {
    font-size: 10px;
  }

  .hero-content-text {
    z-index: 0;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: static;
  }

  .banner-and-text {
    object-fit: fill;
    background-position: 8%;
    background-size: cover;
    height: 500px;
  }

  .text-block-41 {
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-42 {
    width: 90%;
    font-size: 11px;
    bottom: 19px;
  }

  .text-block-43 {
    font-size: 11px;
  }

  .heading-27 {
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-47 {
    font-size: 9px;
    line-height: 15px;
  }

  .text-block-48,
  .spec-text {
    font-size: 11px;
  }

  .div-block-98 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
    overflow: visible;
  }

  .div-block-99 {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .arrow {
    width: 13px;
  }

  .hero-image {
    background-image: linear-gradient(#0000, #0000);
    height: 260px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    z-index: 2;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 92%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0%;
  }

  .main-heading {
    -webkit-text-stroke-width: 0px;
    max-width: none;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 125%;
  }

  .main-heading.why-us {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .main-heading.banner {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 115%;
  }

  .main-heading.centre {
    text-align: center;
    margin-bottom: 10px;
    font-size: 38px;
  }

  .main-heading.contact {
    font-size: 35px;
  }

  .main-heading.brand-section {
    text-align: center;
    max-width: none;
    font-size: 35px;
  }

  .main-heading.max-width {
    font-size: 35px;
  }

  .main-heading.white {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .sub-heading {
    width: auto;
    max-width: none;
    font-size: 12px;
  }

  .sub-heading.sub.white {
    font-size: 16px;
  }

  .sub-heading.white {
    font-size: 13px;
  }

  .sub-heading.white.semi-bold {
    font-size: 12px;
  }

  .sub-heading.white.left-align.centre {
    width: auto;
    font-size: 12px;
  }

  .sub-heading.centre-align {
    width: auto;
    font-size: .8rem;
    line-height: 1.6;
  }

  .sub-heading.centre-display {
    font-size: 11px;
  }

  .sub-heading.left-align {
    text-align: left;
    font-size: .8rem;
  }

  .sub-heading.left-align.centre {
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
  }

  .sub-heading.medium {
    font-size: 13px;
  }

  .sub-heading.semi-bold.centre {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading.semi {
    margin-right: 0;
  }

  .link-block-3,
  .link-block-3.contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-103 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: stretch;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-50 {
    text-align: center;
    font-size: 11px;
  }

  .about-us-container {
    width: auto;
  }

  .div-block-106 {
    height: 50px;
    padding-left: 20px;
  }

  .bullet-points-for-section-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .heading-29 {
    text-align: left;
    margin-left: 0;
    font-size: 35px;
  }

  .heading-29.centre {
    font-size: 35px;
  }

  .heading-29.centre.white {
    width: auto;
    font-size: 35px;
  }

  .heading-29.centre.white.whitte-font {
    font-size: 27px;
  }

  .heading-29.white {
    text-align: left;
    width: auto;
    font-size: 27px;
    line-height: 115%;
  }

  .heading-29.white.centre.middle {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
  }

  .heading-29.white.why {
    text-align: center;
  }

  .heading-29.white.new {
    font-size: 27px;
    line-height: 34px;
  }

  .italic-text-4.white {
    font-size: 11px;
  }

  .div-block-108 {
    background-position: 50%;
  }

  .product-details-container-first {
    width: 100%;
  }

  .product-details {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .section-2 {
    padding-top: 20px;
  }

  .text-block-52,
  .text-block-52.white {
    font-size: 12px;
  }

  .product-details-heading {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .our-work {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .our-wrk-container {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-116,
  .div-block-122 {
    height: 450px;
  }

  .reviews {
    padding-top: 40px;
  }

  .reviews-container {
    width: 90%;
  }

  .div-block-124 {
    flex-flow: column;
    margin-top: 43px;
  }

  .image-49 {
    width: 1.4rem;
    height: 1.4rem;
  }

  .heading-33 {
    max-width: 350px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-33.black {
    font-size: 24px;
  }

  .div-block-126 {
    margin-top: 10px;
  }

  .text-block-55 {
    font-size: 12px;
  }

  .div-block-128 {
    width: auto;
  }

  .text-block-59 {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .text-block-60 {
    font-size: 11px;
  }

  .div-block-130 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-61,
  .text-block-62 {
    font-size: 11px;
  }

  .text-span-7 {
    font-size: 16px;
  }

  .product-details-container {
    width: 100%;
  }

  .product-details-image {
    width: auto;
    height: 250px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-64 {
    font-size: 20px;
  }

  .text-block-65 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .button-9 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
  }

  .product-details-container1 {
    width: 100%;
  }

  .div-block-137 {
    height: 300px;
  }

  .div-block-139 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 0;
  }

  .text-block-66 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-66.black {
    font-size: 24px;
  }

  .text-block-67,
  .text-block-67.black,
  .text-block-68,
  .text-block-68.black,
  .link-2 {
    font-size: 10px;
    line-height: 18px;
  }

  .link-2.black {
    font-size: 10px;
  }

  .div-block-141 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .div-block-141.bottom {
    transform: none;
  }

  .image-51 {
    width: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-69 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .text-block-70 {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-142 {
    width: 100%;
  }

  .div-block-143 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-52 {
    width: 55px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-144 {
    grid-column-gap: 23%;
    grid-row-gap: 23%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-71 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-146 {
    padding-bottom: 60px;
  }

  .div-block-149,
  .div-block-150 {
    width: 260px;
  }

  .text-block-72 {
    align-self: flex-end;
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-151 {
    justify-content: center;
    align-items: flex-end;
  }

  .btn-image {
    width: 10px;
  }

  .btn-text,
  .btn-text.black {
    font-size: 11px;
  }

  .button-cta {
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 11px;
  }

  .button-cta.clear-background {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .text-span-11 {
    background-image: linear-gradient(0deg, var(--lambo-green-font\<deleted\|variable-7b2cfedf-f7bb-0bb7-fac9-8454b7902532\>), var(--lambo-dark-font\<deleted\|variable-75fa64b9-8638-929a-3c2a-c92e362dc7f8\>));
  }

  .div-block-152 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    padding-left: 10px;
  }

  .image-54 {
    width: 25px;
  }

  .image-55 {
    width: 12px;
  }

  .text-block-74 {
    font-size: 12px;
  }

  .link-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-75 {
    font-size: 35px;
  }

  .div-block-155 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .div-block-156 {
    margin-bottom: 40px;
  }

  .text-block-78 {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .footer-container {
    width: 90%;
    padding-bottom: 0;
  }

  .footer-containerr {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-160 {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .link-4,
  .text-block-79 {
    font-size: 12px;
  }

  .div-block-161 {
    text-align: center;
    width: 80%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container {
    z-index: 0;
    height: 100vh;
    padding: 3rem 0 .8rem;
    overflow: hidden;
  }

  .hero-product-image {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .pink-circle {
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% 0% 0;
  }

  .pink-circle.small-circle {
    z-index: -1;
    height: 100px;
    top: 48%;
    right: 41%;
  }

  .pink-circle.small-circle._2 {
    z-index: 99;
    height: 90px;
    display: block;
    top: -17%;
    left: 0%;
    right: -105px;
  }

  .pink-circle.small-circle.why-us {
    border-width: 3px;
    height: 70px;
    inset: -9% auto 0% 68%;
  }

  .pink-circle.larger-circle {
    z-index: 0;
    height: 350px;
    display: flex;
    top: -235px;
    left: -181px;
  }

  .delivery-badge {
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-56 {
    width: 18px;
  }

  .text-block-80 {
    font-size: 11px;
  }

  .small-circle-glow {
    display: none;
    top: 250px;
    left: 5%;
  }

  .small-circle-glow._2 {
    top: 151px;
    left: 9%;
  }

  .small-circle-glow._2._3 {
    top: 116px;
    left: 83%;
  }

  .small-circle-glow._2._3._4 {
    top: 311px;
  }

  .buttons {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: inline-flex;
  }

  .trust-container {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trust-heading {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .trust-figure-heading {
    text-align: center;
    font-size: 45px;
  }

  .star {
    width: 16px;
  }

  .text-block-82 {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }

  .trust-text,
  .star-rating,
  .star-rating.item {
    justify-content: center;
    align-items: center;
  }

  .product-details-benefits {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .product-details-benefit {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .benefits-icon {
    width: 35px;
  }

  .benefits-heading {
    text-align: left;
    font-size: 14px;
  }

  .large-circle {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    left: 0%;
  }

  .product {
    width: auto;
  }

  .product-heading {
    font-size: 20px;
  }

  .product-price {
    font-size: 13px;
  }

  .collection-product-info {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 350px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-information {
    background-position: 50% 100%, 0 0;
    background-size: auto 340px, auto;
    justify-content: center;
    align-items: flex-start;
    height: 570px;
    padding-top: 0;
  }

  .brand-container {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
  }

  .banner-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-85 {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .reviews-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .reviews-content {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    margin-top: 20px;
  }

  .review-1 {
    width: auto;
    margin-bottom: 10px;
  }

  .reviews-heading {
    font-size: 15px;
  }

  .sub-heading-italic,
  .customer-occupation,
  .customer-name {
    font-size: 11px;
  }

  .sub,
  .text-block-90,
  .text-block-91 {
    font-size: 12px;
  }

  .text-block-92 {
    max-width: 320px;
    font-size: 12px;
  }

  .contact-section {
    background-image: linear-gradient(#0006, #0006), url('../images/7959.jpg');
    background-position: 0 0, 50% 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-container {
    background-image: linear-gradient(#fff0, #1b1a19);
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-93 {
    font-size: 12px;
  }

  .contact-text {
    width: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .subscribe-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .italic-text-7 {
    font-size: 12px;
  }

  .italic-text-8 {
    font-size: 11px;
  }

  .bold-text-22 {
    font-size: 15px;
  }

  .italic-text-9 {
    font-size: 11px;
  }

  .benefits-sub-heading {
    text-align: left;
    width: 90%;
    font-size: 11px;
  }

  .email-and-opening-time {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-108 {
    font-size: 12px;
  }

  .footer-links-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .footer-containerr-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .link-6 {
    font-size: 13px;
  }

  .business-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    width: 80%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .navi-heading {
    margin-bottom: 6px;
  }

  .navi {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .div-block-173 {
    background-color: #58585800;
    margin-bottom: 7px;
    font-size: .8rem;
  }

  .div-block-174 {
    padding: 4px;
  }

  .trust-card {
    margin-top: 30px;
    padding-right: 0;
  }

  .image-61 {
    width: 13px;
  }

  .div-block-190 {
    justify-content: center;
    align-items: center;
  }

  .div-block-190.item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-189 {
    margin-left: auto;
    margin-right: 0;
  }

  .faq-item-2 {
    margin-bottom: 0;
  }

  .text-block-112 {
    font-size: 12px;
  }

  .faq-question-2 {
    max-width: 85%;
    font-size: 16px;
    line-height: 145%;
  }

  .heading-38 {
    max-width: 350px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-38.black {
    font-size: 24px;
  }

  .image-74 {
    width: 1.4rem;
    height: 1.4rem;
  }

  .faqq-2 {
    padding-bottom: 2rem;
  }

  .paragraph-6 {
    font-size: 11px;
    line-height: 155%;
  }

  .image-75 {
    width: 50px;
  }

  .image-75.larger {
    width: 145px;
  }

  .div-block-165 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-34 {
    text-align: center;
    margin-bottom: 7px;
    font-size: 35px;
  }

  .div-block-166 {
    justify-content: center;
    align-items: center;
  }

  .image-57 {
    width: 16px;
  }

  .text-block-113 {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-197 {
    height: 300px;
  }

  .div-block-198 {
    width: 180px;
    height: 160px;
  }

  .text-block-114 {
    font-size: 11px;
  }

  .large-circle-2 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    left: 0%;
  }

  .main-heading-2 {
    -webkit-text-stroke-width: 0px;
    max-width: none;
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 125%;
  }

  .product-details-heading-2 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .pink-circle-2 {
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% 0% 0;
  }

  .pink-circle-2.small-circle {
    z-index: -1;
    height: 100px;
    top: 48%;
    right: 41%;
  }

  .pink-circle-2.small-circle.why-us {
    border-width: 3px;
    height: 70px;
    inset: -9% auto 0% 68%;
  }

  .product-details-image-2 {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-container-2 {
    width: 90%;
  }

  .sub-heading-2 {
    max-width: 350px;
    font-size: 11px;
  }

  .sub-heading-2.last-order.centre-align {
    font-size: 11px;
  }

  .button-12 {
    width: 121px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .button-12.grey {
    border-width: 1.7px;
    width: 110px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
  }

  .about-cotnainer {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-201 {
    margin-bottom: 0;
  }

  .text-block-115.diff-green {
    font-size: 13px;
  }

  .services-2 {
    padding-top: 10px;
  }

  .text-block-116 {
    font-size: 11px;
  }

  .section-heading {
    max-width: none;
    font-size: 1.8rem;
  }

  .section-heading.centre {
    width: auto;
    font-size: 1.8rem;
  }

  .section-heading.centre.left-align {
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading.white {
    text-align: left;
    font-size: 1.8rem;
  }

  .section-heading.white.centre {
    font-size: 1.8rem;
  }

  .section-heading.left-align {
    text-align: center;
    font-size: 1.8rem;
  }

  .section-heading-text {
    margin-bottom: 2rem;
  }

  .section-heading-text.left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-80 {
    width: 32px;
  }

  .div-block-211 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px;
  }

  .trust-card-heading {
    margin-bottom: 7px;
    font-size: 1.5rem;
  }

  .div-block-212 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .sub-heading-3 {
    font-size: 11px;
  }

  .div-block-216 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .text-block-117 {
    font-size: 20px;
  }

  .text-block-119 {
    font-size: 11px;
    line-height: 145%;
  }

  .process-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-220 {
    margin-bottom: 10px;
  }

  .steps-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .step {
    text-align: center;
    border-left-style: none;
    border-right-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .step.no-left-padding {
    text-align: center;
    padding-bottom: 15px;
  }

  .step.none {
    display: none;
  }

  .div-block-221 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .bold-text-28 {
    font-size: 16px;
  }

  .image-84 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 35%;
  }

  .visit-site-link {
    left: 20px;
  }

  .slide-5 {
    width: auto;
    height: auto;
  }

  .slide-1 {
    width: 91vw;
    height: auto;
    min-height: 0;
    margin-right: 10px;
    position: static;
    overflow: visible;
  }

  .visit-website-div {
    margin-bottom: 10px;
  }

  .text-block-123 {
    font-size: 11px;
  }

  .next-button.gallery {
    width: 1.7rem;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4 {
    left: 20px;
  }

  .image-88 {
    width: 100vw;
    height: auto;
  }

  .slider-button.left.gallery {
    width: 1.7rem;
    margin-left: 10px;
  }

  .text-block-124 {
    font-size: 4em;
  }

  .text-block-124.gourmet-heading.black {
    -webkit-text-stroke-width: .2px;
    font-size: 3.2em;
    font-weight: 300;
  }

  .image-89 {
    width: 17px;
  }

  .services-slider {
    height: 100%;
  }

  .mask-4 {
    height: auto;
    overflow: visible;
  }

  .brand-3 {
    margin-left: 10px;
  }

  .image-91 {
    height: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-125 {
    font-size: 12px;
  }

  .contact-details.inline-felx {
    flex-flow: column;
    width: auto;
    display: inline-flex;
  }

  .brand-name-2 {
    font-size: 20px;
    font-weight: 500;
  }

  .conatct-card.background {
    flex-flow: row;
    width: auto;
  }

  .business-info-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    order: 0;
    width: 80%;
    max-width: 280px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading-4 {
    width: auto;
    max-width: none;
    font-size: 12px;
  }

  .sub-heading-4.cream {
    margin-left: 0;
  }

  .gallery {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .gallery-slide {
    width: 90vw;
  }

  .div-block-229 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-230 {
    border-top-color: #dfdfdf;
    width: 90%;
  }

  .name-and-email {
    flex-flow: column;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-text-field,
  .form-text-field.input-message {
    font-size: .8rem;
  }

  .form-2 {
    padding: 20px;
  }

  ._3-trust-badge {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    max-width: none;
    margin-top: 20px;
  }

  .div-block-231 {
    justify-content: center;
    align-items: center;
  }

  .reviews-container-2 {
    width: 90%;
  }

  .italic-text-12 {
    font-size: 11px;
  }

  .image-94 {
    width: 16px;
  }

  .mee {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .sub-heading-italic-2 {
    font-size: 11px;
  }

  .meet-the-team-container {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    margin-top: 20px;
  }

  .customer-name-2 {
    font-size: 11px;
  }

  .main-heading-3 {
    -webkit-text-stroke-width: .4px;
    max-width: none;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 125%;
  }

  .main-heading-3.centre {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .review-2 {
    width: auto;
    margin-bottom: 10px;
  }

  .collections-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .buttons-2 {
    justify-content: center;
    align-items: center;
  }

  .button-cta-2 {
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 11px;
  }

  .btn-text-2 {
    font-size: 11px;
  }

  .about-us {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    max-width: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-heading-5 {
    max-width: 350px;
    font-size: 11px;
  }

  .btn-image-2 {
    width: 10px;
  }

  .small-section-heading {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .small-section-heading.centre {
    margin-bottom: 3px;
  }

  .product-details-heading-3 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .product-details-benefit-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .why-chose-us-container {
    width: 90%;
  }

  .benefits-heading-2 {
    text-align: left;
    font-size: 14px;
  }

  .section-small-heading {
    margin-bottom: 0;
  }

  .section-small-heading.left-align {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-chose-us-content {
    width: 100%;
  }

  .benefits-icon-2 {
    width: 35px;
  }

  .benefits-sub-heading-2 {
    text-align: left;
    font-size: 11px;
  }

  .product-details-image-3 {
    width: auto;
    height: 250px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-choose-us {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .product-details-benefits-2 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .image-100 {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 7px;
  }

  .div-block-239 {
    width: auto;
  }

  .div-block-240 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-101 {
    width: 32px;
  }

  .div-block-241 {
    flex-flow: column;
    margin-bottom: 0;
    padding: 10px 0 0;
  }

  .sub-heading-6 {
    max-width: none;
    font-size: 11px;
  }

  .sub-heading-6.left-align {
    text-align: left;
    font-size: 10.5px;
    line-height: 165%;
  }

  .sub-heading-6.left-align.centre {
    font-size: 12px;
  }

  .destination {
    width: 52%;
    height: auto;
    min-height: 0;
    margin-right: 10px;
    position: static;
    overflow: visible;
  }

  .destination.popular-destination {
    width: 90vw;
  }

  .slider_pagination {
    font-size: .3rem;
    display: none;
  }

  .slider01_comp {
    padding-bottom: 3.8rem;
  }

  .testimonial20_arrow-icon {
    height: .7rem;
  }

  .destinations-card-heading {
    margin-bottom: 0;
    font-size: 17px;
  }

  .destinations-card-heading.centre {
    font-size: 18px;
  }

  .slider_arrow {
    aspect-ratio: 1;
    border-width: 1px;
    width: auto;
    height: 1.8rem;
  }

  .slider_arrow.is-left {
    border-width: 1px;
    width: auto;
    height: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    right: 2.1rem;
  }

  .slider01_mask {
    width: 95%;
  }

  .our-services {
    padding-bottom: 0;
  }

  .image-103.holidayimage {
    aspect-ratio: 1;
    width: 100%;
  }

  .image-103.team-image {
    width: auto;
  }

  .destination-content.holidays {
    margin-bottom: 0;
  }

  .destination-content.team-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .link-10 {
    font-size: .8rem;
  }

  .contact-details-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .text-block-128 {
    font-size: 12px;
  }

  .image-104 {
    height: 19px;
  }

  .image-104.smaller {
    height: 15px;
  }

  .social-media-icon-2 {
    width: 22px;
  }

  .sub-heading-7 {
    max-width: none;
    font-size: 11px;
  }

  .sub-heading-7.white {
    font-size: 12px;
  }

  .sub-heading-7.medium {
    font-size: 13px;
  }

  .footer-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .business-info-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    order: 0;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .navi-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .text-block-129 {
    font-size: 12px;
  }

  .navi-heading-2 {
    margin-bottom: 6px;
    font-size: .8rem;
  }

  .business-info-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    width: 80%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-105 {
    width: 90px;
  }

  .image-105.larger {
    width: 60px;
    margin-bottom: 5px;
  }

  .footer-right-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .team-text-div {
    text-align: center;
  }

  .deals-section {
    padding-bottom: 3rem;
  }

  .deal-image {
    margin-bottom: 10px;
  }

  .deal-heading {
    font-size: 1.4em;
  }

  .button-13 {
    flex-flow: column;
    display: flex;
  }

  .hero-without-image {
    padding-top: 40px;
  }

  .container-3 {
    max-width: none;
  }

  .button-primary {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .dashboard-sub {
    font-size: 13px;
  }

  .heading-40 {
    margin-bottom: 10px;
    font-size: 45px;
  }

  .heading-40.black {
    margin-bottom: 20px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .deals-heading {
    font-size: 15px;
  }

  .div-block-246,
  .div-block-246.no-margin {
    width: 90%;
  }

  .div-block-247 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    width: 90%;
  }

  .div-block-248 {
    width: 100%;
    margin-left: 5px;
  }

  .upload_button-wrap,
  .text-size-large {
    font-size: 1rem;
  }

  .upload_main-div {
    width: 95%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .text-size-medium.text-align-center.text-weight-semibold.text-color-gray {
    font-size: 1.2rem;
  }

  .heading-41 {
    font-size: 24px;
    line-height: 110%;
  }

  .tabs-menu {
    display: flex;
  }

  .expired-text.active {
    font-size: 11px;
  }

  .hero-heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .nav-banner-wrapper {
    margin-bottom: 15px;
  }

  .welcome-text {
    font-size: 1.1rem;
  }

  .white-divider {
    width: 25px;
  }

  .welcome-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .button-text,
  .small-text {
    font-size: .8rem;
  }

  .desitnation-card-description {
    font-size: .8rem;
    line-height: 1.6;
  }

  .section-sub-heading {
    font-size: .8rem;
  }

  .section-sub-heading.max-width {
    width: 95%;
    font-size: .8rem;
  }

  .section-container {
    width: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section-container._1-bottom-padding {
    width: 90%;
    padding-bottom: 3.5rem;
  }

  .section-container._2-top-padding {
    width: 90%;
  }

  .services-image {
    margin-bottom: .8rem;
  }

  .trust-card-text {
    max-width: 100px;
    font-size: .8rem;
  }

  .contact-link-text {
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
  }

  .services-text-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-106,
  .image-107 {
    display: none;
  }

  .image-109 {
    width: 115px;
  }

  .services-wrapper-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .member-image-wrap {
    height: auto;
  }

  .social-logo {
    width: 30px;
    height: 30px;
  }

  .opacity-white-text {
    font-size: .8rem;
  }

  .profile-card-description {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .member-image {
    aspect-ratio: 1;
    object-fit: cover;
    height: 380px;
  }

  .three-column-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    display: none;
    overflow: hidden;
  }

  .team-name {
    font-size: 1.3rem;
  }

  .member-image-cover {
    padding: 25px;
  }

  .footer-left-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .text-medium,
  .footer-form-blog {
    font-size: .9rem;
  }

  .foot-form {
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-columns: 1fr;
  }

  .text-small {
    font-size: .9rem;
  }

  .text-small.text-color-light {
    font-size: .7rem;
  }

  .button-15 {
    font-size: .9rem;
  }

  .logos-container {
    margin-top: 0;
  }

  .logos-row.brands {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .brand-logo {
    width: 120px;
  }

  .brand-logo.small {
    width: 90px;
  }

  .brand-logo.very-small {
    width: 65px;
  }

  .brand-logo.large {
    width: 145px;
  }

  .partners {
    padding-bottom: 0;
  }

  .image-111.centre {
    width: 110px;
  }

  .abta-container {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
  }

  .abta-container.flex {
    justify-content: center;
    align-items: center;
    max-width: none;
  }
}

#w-node-_920d5c71-46d7-7bb2-8d1f-963f865cdc5e-a67021f0,
#w-node-a08ca6e4-ab05-3800-8665-ab99b5f850da-a67021f0,
#w-node-f339b5c0-dca0-172f-dac3-6d649e69a963-a67021f0,
#w-node-ddd292e5-413a-1fa4-099f-9d7235e42bb4-a67021f0,
#w-node-d637ca29-1dbd-915f-dd83-5153b24f4ef6-a67021f0,
#w-node-_85dcf971-de88-b981-6d28-c0d1c089790e-a67021f0,
#w-node-_2f428d4a-857f-5ee5-a4c5-5bc24a1f2c33-a67021f0,
#w-node-bca36eae-3326-a2a7-79c0-5eed81543119-a67021f0,
#w-node-a8bffac2-bc71-650d-dd59-a7470e923593-a67021f0,
#w-node-e7907ea2-4a18-be83-17a6-83546828dddf-a67021f0,
#w-node-_36e62d4d-efb0-a989-efef-ecd07feac62d-a67021f0,
#w-node-a7ddc4bc-844c-d1db-260f-6ac94048f657-a67021f0,
#w-node-a4dff59a-3e64-db92-8c26-3bfb22822d0a-a67021f0,
#w-node-b7a05cec-e671-b753-8535-751de37c0828-a67021f0,
#w-node-_43ddbf39-08c4-477b-536e-ce64d1840b97-a67021f0,
#w-node-_4c3f418a-4ed0-6968-29a8-16bbe8e4e0b0-a67021f0,
#w-node-_45d9fe25-dc03-d51e-2f74-f9ab4892d436-a67021f0,
#w-node-_69ecf5b8-174a-2eb1-fc0d-71870fd9bea4-a67021f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d161f79f-ae45-fced-6742-67c8ce4b9f0e-a67021f0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0bd216e5-3671-458b-d8ef-e45c71369b6d-a67021f0,
#w-node-_64cb3f3a-89f3-47e4-ec5a-2e99ba53584e-a67021f0,
#w-node-ceb252f2-9c8b-8793-0cf6-8bc407108247-a67021f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9b091424-324f-5e67-71fb-fb5b3d895ec6-a67021f0,
#w-node-_82b15651-1697-3c4d-9c1e-ecbcb50950a3-a67021f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42fa1db7-1ab1-c998-f249-c5512eebb04a-8eef9dc6,
#w-node-_96ae6a79-7823-7882-9f7c-74b78db73137-8eef9dc6,
#w-node-_196b905c-25ef-f0b6-6fdd-cb8872c9d77a-8eef9dc6,
#w-node-_7eb20735-7dde-7944-f285-56a165e758ba-8eef9dc6,
#w-node-ed3a392e-72d2-f33e-6988-f588ede2df47-8eef9dc6,
#w-node-_1eba65cc-d7d6-6923-1a5c-6f478b56c37a-8eef9dc6,
#w-node-_21da58fb-6d50-e4a7-a899-2e6a35fcaa2b-8eef9dc6,
#w-node-_1abdcf94-6187-2d92-f3ee-4363f0f89f9b-8eef9dc6,
#w-node-_60fc9368-fb0e-75c3-a775-2950153bed6b-8eef9dc6,
#w-node-_729a25b8-1dad-350a-e350-740357a35f38-8eef9dc6,
#w-node-_9f1715b6-d7cb-b94b-b9cb-c1b589c46319-8eef9dc6,
#w-node-c06af2eb-3711-6eb6-deee-8176a54be871-8eef9dc6,
#w-node-_03c0691b-ac23-3a43-25a4-6498945d2068-8eef9dc6,
#w-node-fbbd140c-dfe9-1453-8df8-000bbf53f499-8eef9dc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a55475bb-fff7-0b1a-a5f7-7526fe61b5cf-a67021f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a55475bb-fff7-0b1a-a5f7-7526fe61b5dd-a67021f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b091424-324f-5e67-71fb-fb5b3d895ea6-a67021f0 {
    place-self: end;
  }

  #w-node-_9b091424-324f-5e67-71fb-fb5b3d895eb8-a67021f0 {
    align-self: end;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght 1';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Variablefont Opsz Wght 1';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}