@font-face {
  font-family: Abar Vf;
  src: url('../fonts/Abar-VF.woff') format("woff");
  font-weight: 100 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Hatton 700";
  src: url('../fonts/PP-Hatton-Bold-700.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Hatton 200";
  src: url('../fonts/PP-Hatton-Ultralight-200.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Hatton 500";
  src: url('../fonts/PP-Hatton-Medium-500.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-900: #2c0f04;
  --bg-body: #e8e7dc;
  --border: #d2d2d2;
  --transparent: #fff0;
  --line: 1px;
  --white: #fff;
  --border-card: #d2d2d285;
  --primary-500: #cb3d3d;
  --background: #f1eee5;
  --border-medium: .8rem;
  --bg-card: #fafaf5cc;
  --rounded-full: 9rem;
  --nav-bg-color: #f1efe696;
  --bg-nav: #e1dfd496;
  --text-500: #848484;
  --radius-normal: .4rem;
  --runded-large: 1.5rem;
  --saffron-color: #ffd98d;
  --saffron: #f5c531;
  --m-1: #ffdf4b38;
  --g: #632ff1;
  --nav-bg: #fff0;
  --redius-2: 1.2rem;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--text-900);
  text-align: left;
  direction: ltr;
  font-family: Abar Vf, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--text-900);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--text-900);
  text-align: right;
  text-decoration: none;
}

.body {
  background-color: var(--bg-body);
}

.section {
  width: 100%;
  position: relative;
}

.section.b-1 {
  overflow: hidden;
}

.section.full {
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 72rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.small {
  width: 100%;
  min-width: auto;
  max-width: 68rem;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.header {
  z-index: 9;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffffd9;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-default {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.text-default.center {
  text-align: center;
}

.text-default.letter-space {
  letter-spacing: 0;
}

.navbar {
  border-bottom: 1px solid var(--border);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 0 0 .5rem;
  display: flex;
  position: relative;
}

.navlink {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-bottom: var(--line) solid var(--transparent);
  letter-spacing: -.0625rem;
  white-space: nowrap;
  direction: rtl;
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.5rem .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.navlink:hover {
  background-color: var(--white);
}

.wrap-navbar-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-brand-navbar {
  justify-content: center;
  align-items: flex-start;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrap-brand-navbar.w--current {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.footer {
  z-index: 1;
  position: relative;
}

.footer-content {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start end;
  min-height: 50rem;
  max-height: 50rem;
  padding-top: 4rem;
  display: grid;
}

.category-card {
  border: var(--line) solid var(--border-card);
  cursor: pointer;
  background-color: #f7f7f2cc;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  transition: background-color .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-card:hover {
  background-color: #f8f9f4;
}

.category-card.bg-c-1 {
  background-color: #f7f7f2cc;
}

.category-card.bg-c-1:hover {
  background-color: #f8f9f4;
}

.divider-vertical {
  background-color: var(--border);
  width: 1.5px;
  height: 1rem;
  margin-left: .3rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.icon-embed-xsmall.red {
  color: var(--primary-500);
}

.logo {
  object-fit: cover;
  width: 6.5rem;
  height: 6.1875rem;
}

.wrap-link-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 6rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.wrap-footer-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  display: grid;
  position: relative;
}

.wrap-footer-brand {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-left: 25%;
  display: flex;
}

.brand-footer {
  margin-bottom: 1rem;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.wrap-77 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.txt-sm {
  text-align: right;
  white-space: nowrap;
  font-size: .75rem;
  line-height: 1.7;
}

.page-wrapper {
  z-index: 1;
  background-color: var(--background);
  flex-flow: column;
  display: flex;
  position: relative;
}

.divider-h {
  background-color: var(--border);
  width: 100px;
  height: 1.5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wrap-cr {
  padding: 2rem;
}

.product-card {
  border: 1px solid var(--border-card);
  border-radius: var(--border-medium);
  background-color: var(--bg-card);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  background-color: var(--white);
}

.wrap-87 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.1rem 1.2rem;
  display: flex;
}

.gap {
  height: 4rem;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: var(--line) solid var(--border);
  border-radius: var(--rounded-full);
  background-color: var(--bg-card);
  color: var(--text-900);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .4rem 1.3rem .4rem .9rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button:hover {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-color: #b3b3b3;
}

.button.w--current {
  background-color: #e0e0e080;
}

.button.bg-white {
  background-color: var(--white);
}

.button.default {
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.b-2:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.wrap-nav {
  background-color: var(--transparent);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.menu-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: 1rem;
  display: flex;
}

.wrap-icon-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.line-icon-menu {
  background-color: var(--text-900);
  width: 100%;
  height: 1px;
}

.wrap-nav-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-12 {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.heading-1 {
  color: var(--text-900);
  text-shadow: 0 .0625px 0 var(--text-900);
  justify-content: flex-end;
  align-items: center;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  display: flex;
}

.img-product-home {
  z-index: 1;
  aspect-ratio: 1;
  filter: brightness(110%) saturate(70%);
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
}

.progressive-blur_panel {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.menu-btn-2 {
  border-left: 1px solid var(--border);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.menu-btn-2:hover {
  background-color: var(--white);
}

.main-page {
  position: relative;
}

.page-content {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50rem;
}

.footer-homepage {
  z-index: 0;
  background-color: #e8e7dc;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-section {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 4rem 1rem 1.5rem;
  font-size: 1.3rem;
  display: flex;
}

.wrap-hero-description {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 52rem;
  padding: .5rem 1rem 1rem;
  display: flex;
}

.icon-btn-2 {
  width: 2rem;
  height: 2rem;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bottom-nav {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: var(--line) solid var(--border);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #f1efe69c;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  display: flex;
}

.bottom-nav-bar {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.nav-hme-lnk {
  border: var(--line) solid var(--border);
  background-color: #ffffff59;
  border-radius: 99rem;
  padding: .4rem 1rem;
}

.nav-hme-lnk:hover, .nav-hme-lnk.w--current {
  background-color: var(--white);
}

.progressive-blur {
  z-index: 95;
  height: 4rem;
  position: fixed;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.divider-nav {
  width: var(--line);
  background-color: var(--border);
  height: 1.5rem;
}

.icon-btn {
  width: 1.8rem;
  height: 1.8rem;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.wrap-category-card {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrap-content-category-card {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.line-1 {
  width: 50%;
  height: var(--line);
  background-color: var(--border);
  margin-top: 1.3rem;
  margin-bottom: .5rem;
}

.line-1._02 {
  width: 25%;
  margin-top: 0;
}

.text-h2 {
  font-size: 2.4rem;
  line-height: 1.5;
}

.text-h2.bold {
  font-weight: 700;
}

.text-h2.c-2 {
  font-size: 1.7rem;
  font-weight: 600;
}

.text-h1 {
  direction: rtl;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 3rem;
}

.text-h1.semi-bold {
  font-weight: 600;
}

.text-h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}

.text-h3.medium, .text-h3.medium-copy {
  letter-spacing: -.125px;
  font-weight: 500;
}

.text-h4 {
  font-size: 1.2rem;
  line-height: 1.8;
}

.text-h4.c-1 {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Hatton 700", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-h4.c-1._2 {
  width: 100%;
}

.text-h5 {
  letter-spacing: -.0625rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-h5.medium {
  font-weight: 500;
}

.text-h5.medium.txt-gp {
  opacity: .6;
}

.text-h5._02 {
  line-height: 2.1;
}

.text-h5.c-76 {
  text-align: center;
  font-size: 1.1rem;
}

.text-h5.r {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.text-h5.c-77 {
  opacity: .8;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}

.text-h5.txt-gp {
  font-weight: 300;
}

.text-body-small {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.7;
}

.global-padding-section {
  padding-top: 6rem;
  padding-bottom: .5rem;
}

.wrap-55 {
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.wrap-112 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 2.5rem;
  display: flex;
}

.wrap-44 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--border-medium);
  background-color: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.img-product-card {
  aspect-ratio: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  border-radius: .2rem;
  width: 100%;
}

.text-h6 {
  text-align: right;
  direction: rtl;
  font-size: 1.2rem;
  line-height: 1.9;
}

.back-to-top {
  z-index: 999;
  border: 1.5px solid var(--border);
  background-color: var(--white);
  border-radius: 99rem;
  padding: 1rem .7rem;
  position: absolute;
  inset: auto 4rem 3.4rem auto;
}

.back-to-top:hover {
  padding-top: 1rem;
  padding-bottom: 1.8rem;
}

.menu {
  background-color: var(--bg-nav);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  width: 100vw;
  overflow: hidden scroll;
}

.wrap-menu {
  width: 100%;
  height: 100%;
}

.content-menu {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.row-menu {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-left: 1vh;
  font-size: 3vw;
  display: flex;
}

.row-menu._01 {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-top: 4rem;
  padding-bottom: 2vh;
  padding-left: 5rem;
  position: relative;
}

.row-menu._02 {
  justify-content: center;
  align-items: flex-start;
  max-height: 35vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0;
}

.row-menu._03 {
  justify-content: center;
  align-items: flex-start;
  max-height: 32vh;
  padding-bottom: 3rem;
}

.row-menu._00 {
  justify-content: center;
  align-items: flex-end;
  height: 5.2rem;
  padding: 0;
}

.link-menu {
  border-radius: 9vh;
  padding: .7vh 1.8vh;
  font-size: 1.6vh;
  font-weight: 600;
  line-height: 1.4;
}

.link-menu:hover {
  background-color: var(--white);
}

.link-menu.close {
  background-color: var(--white);
  width: 5rem;
  height: 5rem;
  color: var(--text-500);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-menu.close:hover {
  color: var(--text-900);
}

.link-menu.large {
  white-space: nowrap;
  font-size: 1.8vh;
  font-weight: 500;
}

.text-block-9 {
  padding-left: 1vh;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 1.6vh;
  font-weight: 400;
  position: relative;
  right: 1.6vh;
}

.divider-menu {
  height: var(--line);
  background-color: var(--border);
}

.menu-frame {
  z-index: 99;
  position: fixed;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.menu-frame.open {
  height: 5.56364%;
}

.icon-embed-xxsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.div-block-104 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2vw;
  display: flex;
}

.wrap-76 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  width: 60vh;
  padding-left: 5rem;
  font-size: 1vw;
  display: flex;
}

.link-menu-small {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  border: var(--line) solid var(--border);
  border-radius: 9vh;
  justify-content: space-between;
  align-items: center;
  padding: .7vh 1.3vh .6vh 2vh;
  font-size: 1.5vh;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.link-menu-small:hover {
  background-color: var(--white);
}

.icon-menu-so {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5vh;
  height: 2.5vh;
  display: flex;
}

.icon-menu-so._2 {
  width: 1.8vh;
  height: 1.8vh;
  transform: rotate(250deg);
}

.img-product-hover {
  z-index: 0;
  aspect-ratio: 1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.wrap-about-content-page {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.div-block-113 {
  width: 44rem;
}

.wrap-category-grid-copy {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  direction: rtl;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  width: 100%;
  display: grid;
  position: relative;
}

.category-card-small {
  border-style: solid;
  border-width: var(--line);
  background-color: var(--bg-card);
  border-color: #d2d2d285;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-card-small:hover {
  background-color: var(--white);
}

.image-42 {
  z-index: 1;
  aspect-ratio: 1;
  filter: saturate(80%);
  mix-blend-mode: multiply;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  padding: .5rem;
  position: relative;
}

.wrap-54-09 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.wrap-3 {
  border-radius: var(--border-medium);
  border: .2rem solid #fff0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2rem 3rem -1rem #b7b3a45c;
}

.content-hero {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.icon-close {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.wrap-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.image-f {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-normal);
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap-product-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .2rem;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

.category-wrapper {
  padding-top: 6rem;
  padding-bottom: .5rem;
}

.wrap-category-grid {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr 1fr .9fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  width: 100%;
  display: grid;
  position: relative;
}

.wrap-72 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start end;
  padding-top: 2rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.wrap-7642 {
  grid-row-gap: 1.2rem;
  border-radius: var(--border-medium);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.5rem;
  display: flex;
  position: relative;
}

.banner-product {
  z-index: 99;
  border: 1px solid var(--border);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #fff6;
  border-radius: 1rem;
  width: 15.3rem;
  position: fixed;
  top: 6.4rem;
  right: -20rem;
  overflow: visible;
}

.text-banner {
  text-align: center;
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.wrap-bottom-banner {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  padding: 0 1rem 1.5rem;
  display: flex;
}

.text-banner-2 {
  text-align: center;
  font-size: .9rem;
  line-height: 1.5;
}

.img-banner {
  object-fit: cover;
  width: 100%;
  height: 14rem;
}

.link-nav-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: var(--line) solid var(--border);
  border-radius: var(--rounded-full);
  color: var(--white);
  white-space: nowrap;
  background-color: #242424;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2rem;
  padding: .4rem .7rem .4rem 1.3rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-nav-3:hover {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.link-nav-3.w--current {
  background-color: var(--bg-card);
}

.link-nav-3.mobile {
  display: none;
}

.card-large-i {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--runded-large);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 32rem;
  margin-left: auto;
  padding-top: 5%;
  padding-left: 7%;
  padding-right: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-saf {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120rem;
  display: flex;
  position: relative;
}

._3d-2 {
  z-index: 1;
  width: 106rem;
  height: 34rem;
  position: relative;
}

.wrap-110 {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--border-card);
  border-radius: var(--radius-normal) var(--radius-normal) 0rem 0px;
  background-color: var(--bg-card);
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.wrap-14 {
  flex-flow: row-reverse;
  display: flex;
}

.wrap-13 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
  display: flex;
}

.wrap-3d-saf {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 34rem;
  display: flex;
  position: relative;
}

.gr-2 {
  background-image: linear-gradient(90deg, #f1eee5 6%, #f1eee500 86%);
  width: 20rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gr-2._2 {
  background-image: linear-gradient(270deg, #f1eee5, #f1eee500);
  inset: 0% 0% 0% auto;
}

.gr-2._3 {
  background-image: linear-gradient(0deg, #f1eee5 4%, #f1eee500);
  width: 100%;
  height: 10rem;
  inset: auto 0% 0%;
}

.img-63 {
  object-fit: cover;
  border-radius: 1px;
  width: 9rem;
  height: 8rem;
}

.wrap-45 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.wrap-551 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.wrap-img-2 {
  width: 50%;
}

.wrap-cta-nav {
  justify-content: flex-start;
  align-items: center;
  width: 17rem;
  display: flex;
}

.wrap-17 {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-98 {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.wrap-09 {
  z-index: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-87 {
  filter: saturate(70%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-12-2 {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  display: grid;
  position: relative;
}

.wrap-15 {
  border-radius: var(--border-medium);
  border: .2rem solid #ffffff87;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem -.2rem #b7b3a45c;
}

.wrap-326 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.wrap-12 {
  height: 24vw;
}

.wrap-769 {
  position: absolute;
  inset: 0%;
}

.wrap-47 {
  background-image: linear-gradient(90deg, var(--background) 18%, var(--transparent) 77%);
  opacity: .77;
  width: 22rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.wrap-47._02 {
  background-image: linear-gradient(270deg, var(--background) 8%, var(--transparent) 82%);
  inset: 0% 0% 0% auto;
}

.close-banner {
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  position: absolute;
  inset: 0 -2rem auto auto;
  transform: translate(-1rem, -1rem);
  box-shadow: 0 2px 1rem #00000012;
}

.close-banner:hover {
  background-color: var(--white);
}

.wrap-5423 {
  border-radius: var(--border-medium);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-653 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.wrap-990 {
  justify-content: flex-end;
  align-items: center;
  width: 16.6rem;
  display: flex;
}

.faq-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 1rem 2rem 1.5rem 3rem;
  display: flex;
}

.wrap-faq {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12rem;
  display: flex;
}

.faq-item {
  z-index: 0;
  background-color: #fcfcfc;
  border: 1.5px solid #8080803d;
  border-radius: 1.2rem;
  width: 100%;
  overflow: hidden;
}

.faq-item:hover {
  border-color: var(--primary-500);
}

.p-2 {
  color: gray;
  letter-spacing: -.2px;
  font-size: 1rem;
  font-weight: 300;
}

.p-2.large {
  color: #212e48;
  font-size: 1.2rem;
  font-weight: 400;
}

.faq-title {
  flex-flow: column;
  width: 100%;
  padding: 1.5rem 2rem 1.2rem 1.5rem;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-h5-2 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.text-h5-2.bold {
  color: #212e48;
  font-weight: 600;
}

.m-z {
  position: relative;
  bottom: -.8rem;
  right: 1.1rem;
}

.m-aa {
  position: relative;
  bottom: .2rem;
  left: .1rem;
}

.m-a {
  position: relative;
  bottom: 1.5rem;
  left: 1.7rem;
}

.m-n {
  position: relative;
  bottom: 1.3rem;
  left: 2rem;
}

.m-kh {
  position: relative;
  bottom: .9rem;
  right: -1.8rem;
}

.m-ls {
  position: relative;
  bottom: 1.4rem;
  left: 2.6rem;
}

.m-r {
  position: relative;
  bottom: 3.2rem;
  left: 4rem;
}

.m-rr {
  position: relative;
  bottom: 2.8rem;
  left: 3.8rem;
}

.m-j {
  position: relative;
  bottom: 3.9rem;
  left: 5.1rem;
}

.m-nn {
  position: relative;
  bottom: 5.6rem;
  left: 4.9rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
}

.wrap-404 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

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

.button-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: var(--line) solid var(--border);
  border-radius: var(--rounded-full);
  background-color: var(--bg-card);
  color: var(--text-900);
  white-space: nowrap;
  direction: rtl;
  justify-content: center;
  align-items: center;
  padding: .4rem 1.3rem .4rem .9rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-hero:hover {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-color: #b3b3b3;
}

.button-hero.w--current {
  background-color: #e0e0e080;
}

.icon-embed-xxsmall {
  opacity: .53;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.wrap-665 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 12rem 1rem 1.5rem;
  font-size: 1.3rem;
  display: flex;
}

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

.link-banner {
  cursor: pointer;
  position: absolute;
  inset: 12% 0% 0%;
}

.icon-btn-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  transform: rotate(90deg);
}

.link-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: var(--line) solid var(--transparent);
  letter-spacing: -.0625rem;
  white-space: nowrap;
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.5rem .8rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-footer:hover {
  background-color: var(--white);
}

.wrasp-image-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.image-about {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-normal);
  object-fit: cover;
  width: 100%;
  height: 26rem;
  overflow: hidden;
}

.image-238 {
  object-fit: contain;
  width: 8rem;
  height: 13rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wrasp-image-about-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.img-m {
  display: none;
}

._3d-3 {
  position: absolute;
  inset: 10% 0% 0%;
}

.wrap-009 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wrap-887 {
  z-index: -1;
  background-color: var(--background);
  opacity: .8;
  filter: blur(4rem);
  position: absolute;
  inset: 0%;
}

.heading-2 {
  letter-spacing: -.0625rem;
  font-size: 1.2rem;
  line-height: 1.9;
}

.description-hero {
  letter-spacing: -.0625rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7;
}

.wrap-img-hero {
  opacity: 1;
  background-color: #f8f5ec;
  justify-content: center;
  align-items: flex-end;
  width: 92rem;
  height: 24rem;
  display: flex;
  position: relative;
}

.sun {
  z-index: 0;
  opacity: .62;
  background-color: #f9b653;
  border-radius: 9rem;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 3rem;
  right: 27.9rem;
}

.img-hero {
  z-index: 1;
  filter: brightness(101%);
  width: 100%;
  position: relative;
}

.wrap-gr {
  display: none;
}

.div-block-199 {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--background), #f1eee500);
  width: 100%;
  height: 3rem;
  position: absolute;
}

.card-title {
  font-family: "Pp Hatton 500", Arial, sans-serif;
}

.button-text {
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 1.1rem;
}

.bold-text {
  font-family: "Pp Hatton 500", Arial, sans-serif;
}

.bold-text._700 {
  font-family: "Pp Hatton 700", Arial, sans-serif;
}

.heading-3 {
  font-size: .8rem;
  line-height: 1.5;
}

.footer-phones {
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.8;
}

.footer-phones.center {
  text-align: center;
}

.footer-menu-link {
  font-size: 1rem;
  font-weight: 300;
}

.menu-button-links {
  font-family: "Pp Hatton 500", Arial, sans-serif;
}

.menu-link {
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: .9rem;
}

.menu-link.font {
  font-family: Abar Vf, Arial, sans-serif;
}

.bold-text-abar._700 {
  font-family: "Pp Hatton 700", Arial, sans-serif;
}

.bold-text-abar {
  font-weight: 500;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-201 {
  padding-left: 3.5rem;
}

.bold-text-2 {
  font-weight: 500;
}

.wrap-990-copy {
  justify-content: flex-end;
  align-items: center;
  width: 16.6rem;
  display: flex;
}

.button-text-copy {
  font-family: "Pp Hatton 500", Arial, sans-serif;
  font-size: 1.1rem;
}

.language {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-bottom: var(--line) solid var(--transparent);
  letter-spacing: -.0625rem;
  white-space: nowrap;
  direction: rtl;
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .4s;
}

@media screen and (min-width: 1280px) {
  .section.full {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .image-f {
    aspect-ratio: 3 / 2;
  }

  .gr-2 {
    width: 30rem;
  }

  .gr-2._3 {
    height: 13rem;
  }

  .image-about {
    aspect-ratio: 3 / 2;
  }

  .wrap-img-hero {
    width: 122rem;
  }

  .sun {
    bottom: 7rem;
    right: 67rem;
  }
}

@media screen and (min-width: 1920px) {
  .progressive-blur_panel {
    -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
    backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
    transform: rotate(0);
  }

  .wrap-product-home {
    padding-bottom: 6rem;
  }

  .gr-2 {
    background-image: linear-gradient(90deg, #f1eee5 6%, #f1eee500 86%);
    width: 19rem;
    display: flex;
  }

  .gr-2._2 {
    background-image: linear-gradient(280deg, #f1eee5, #f1eee500);
  }

  .wrap-09 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .img-87 {
    filter: saturate(70%);
  }

  .grid-12-2 {
    padding-bottom: 5rem;
  }

  .wrap-gr {
    z-index: 1;
    background-image: linear-gradient(90deg, var(--background) 9%, #fff0);
    width: 33rem;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .wrap-gr.r {
    background-image: linear-gradient(280deg, var(--background), #fff0);
    inset: 0% 0% 0% auto;
  }
}

@media screen and (max-width: 991px) {
  .container, .container.small {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navlink {
    padding-right: 0;
  }

  .navlink.hide {
    display: none;
  }

  .footer-content {
    flex-flow: column;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .category-card, .category-card.bg-c-1 {
    font-size: 1.6rem;
  }

  .wrap-link-footer {
    direction: ltr;
    padding-top: 2rem;
    padding-left: 0;
  }

  .wrap-footer-54 {
    direction: rtl;
  }

  .wrap-footer-brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0%;
  }

  .button {
    font-size: 1.2rem;
  }

  .grid-12 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .page-content {
    padding-bottom: 0;
  }

  .footer-homepage {
    position: static;
  }

  .wrap-hero-description {
    width: auto;
  }

  .divider-nav.hide {
    display: none;
  }

  .wrap-category-card {
    height: 100%;
    padding: 0;
  }

  .wrap-content-category-card {
    padding: .5rem;
  }

  .text-h2 {
    font-size: 1.4rem;
  }

  .text-h2.bold {
    font-size: 2rem;
  }

  .text-h2.c-2 {
    font-size: 1.9rem;
  }

  .text-h3.medium, .text-h3.medium-copy {
    font-size: 1.3rem;
  }

  .text-h5 {
    font-size: 1.2rem;
  }

  .global-padding-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-112 {
    order: -9999;
    width: 100%;
  }

  .wrap-44 {
    width: 100%;
    padding: 1rem;
  }

  .text-h6 {
    font-size: 1.2rem;
  }

  .row-menu._01 {
    width: 100%;
    padding-left: 3vh;
    padding-right: 0;
  }

  .row-menu._02 {
    max-height: none;
  }

  .row-menu._03 {
    padding-right: 2rem;
  }

  .row-menu._00 {
    height: auto;
  }

  .div-block-113 {
    width: auto;
  }

  .wrap-category-grid-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end center;
    display: grid;
  }

  .category-card-small {
    width: 20vh;
    font-size: 1rem;
  }

  .wrap-54-09, .wrap-category-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap-72 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .wrap-7642 {
    border: 1px solid var(--border-card);
    padding: 1rem;
  }

  .link-nav-3 {
    font-size: 1.1rem;
  }

  .link-nav-3.mobile {
    display: none;
  }

  .card-large-i {
    width: 100%;
    padding-top: 6%;
    padding-left: 7%;
  }

  ._3d-2 {
    height: 26rem;
  }

  .wrap-110 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wrap-14 {
    flex-flow: column;
  }

  .wrap-13 {
    width: 100%;
    padding-right: 0;
  }

  .wrap-551 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wrap-img-2 {
    order: -9999;
    width: 100%;
  }

  .wrap-17 {
    height: 30vw;
  }

  .grid-12-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .wrap-12 {
    height: 37vw;
  }

  .wrap-47 {
    width: 12rem;
  }

  .button-hero {
    font-size: 1.2rem;
  }

  .wrap-32 {
    flex-flow: column;
  }

  .wrap-664 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 2rem;
  }

  .heading-2, .description-hero {
    font-size: 1.2rem;
  }

  .div-block-201 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
  }

  .language {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.qua {
    display: none;
  }

  .container.c-m-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .navlink {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navlink._2 {
    display: none;
  }

  .wrap-navbar-link {
    display: flex;
  }

  .footer-content {
    min-height: auto;
    max-height: none;
  }

  .wrap-link-footer {
    direction: ltr;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .wrap-footer-54 {
    direction: rtl;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .wrap-footer-brand {
    padding-bottom: 3rem;
  }

  .brand-footer {
    font-size: 2rem;
    font-weight: 600;
  }

  .wrap-cr {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrap-nav {
    position: fixed;
  }

  .wrap-nav-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .heading-1 {
    justify-content: flex-start;
    align-items: center;
    font-size: 11vw;
    transform: translate(3.8rem);
  }

  .page-content {
    padding-bottom: 0;
    overflow: hidden;
  }

  .footer-homepage {
    position: static;
  }

  .wrap-hero-description {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .icon-btn-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .bottom-nav-bar, .divider-nav {
    display: none;
  }

  .wrap-content-category-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wrap-44 {
    padding-top: 3rem;
  }

  .back-to-top {
    inset: auto 2rem 3.5rem auto;
  }

  .content-menu {
    overflow: scroll;
  }

  .row-menu._01 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    order: -9999;
    padding-top: 2rem;
    padding-left: 2vh;
  }

  .row-menu._02 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .row-menu._03 {
    display: none;
  }

  .wrap-about-content-page {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-category-grid-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .category-card-small {
    width: 34vw;
  }

  .image-42 {
    aspect-ratio: auto;
    height: 9.6875rem;
  }

  .content-hero {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .wrap-category-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap-72 {
    flex-flow: column;
  }

  .wrap-7642 {
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    margin-left: auto;
  }

  .banner-product, .link-nav-3.nav {
    display: none;
  }

  .link-nav-3.mobile {
    display: flex;
  }

  .card-large-i {
    height: auto;
    padding-bottom: 6rem;
  }

  .frame-saf, ._3d-2 {
    display: none;
  }

  .wrap-3d-saf {
    width: 100vw;
    height: auto;
  }

  .wrap-cta-nav {
    display: none;
  }

  .wrap-17 {
    height: 31vw;
  }

  .wrap-98 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-12-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-right: 1rem;
    display: flex;
  }

  .wrap-12 {
    scrollbar-width: none;
    direction: rtl;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    display: flex;
    overflow: scroll;
  }

  .wrap-769 {
    display: none;
  }

  .wrap-47 {
    width: 8rem;
  }

  .faq-tab {
    padding: 1.2rem 1.6rem 1.2rem 2rem;
  }

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

  .p-2.large {
    text-align: left;
  }

  .faq-title {
    text-align: right;
    padding: 1.2rem 1.6rem 1.2rem 2rem;
  }

  .text-h5-2.bold {
    text-align: left;
  }

  .button-hero {
    display: none;
  }

  .wrap-665 {
    padding-top: 10rem;
  }

  .wrap-664 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem;
  }

  .wrasp-image-about {
    flex-flow: column;
    padding: 0;
  }

  .image-238 {
    height: 7rem;
  }

  .wrasp-image-about-copy {
    flex-flow: row;
    padding: 0;
  }

  .img-m {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._3d-3 {
    display: none;
    transform: translate(0, 10rem);
  }

  .sun {
    width: 4rem;
    height: 4rem;
  }

  .text-block-10 {
    font-family: "Pp Hatton 500", Arial, sans-serif;
  }

  .language {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .language._2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .container.small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-wrapper {
    height: auto;
    min-height: auto;
  }

  .wrap-navbar-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .footer-content {
    width: 100%;
    min-height: auto;
    max-height: none;
    padding-top: 0;
  }

  .divider-vertical {
    display: none;
  }

  .logo {
    width: 5.5rem;
  }

  .wrap-link-footer {
    width: auto;
  }

  .wrap-footer-54 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: ltr;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start end;
    padding-left: 0;
    display: grid;
  }

  .wrap-footer-brand {
    padding-right: 1rem;
  }

  .brand-footer {
    font-size: 1.9rem;
  }

  .wrap-77 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .txt-sm {
    white-space: normal;
  }

  .wrap-cr {
    width: 100%;
  }

  .button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-right: 1.1rem;
    font-size: 1rem;
  }

  .button:hover {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button.b-2 {
    display: none;
  }

  .heading-1 {
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.2;
  }

  .img-product-home {
    padding: 1rem;
  }

  .footer-homepage {
    position: static;
  }

  .heading-section {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-hero-description {
    padding-right: 0;
  }

  .icon-btn-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .wrap-content-category-card {
    text-align: center;
    padding: 1rem;
    font-size: 1.3rem;
  }

  .text-h2.c-2 {
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .text-h1.semi-bold {
    font-size: 2.5rem;
  }

  .text-h3.medium-copy {
    order: -9999;
  }

  .text-h5 {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .wrap-44 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-h6 {
    text-align: left;
  }

  .row-menu._01 {
    padding-bottom: 1rem;
  }

  .row-menu._02 {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .row-menu._03 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .text-block-9 {
    padding-left: 0;
    right: auto;
  }

  .div-block-104 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrap-76 {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
  }

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

  .wrap-category-grid-copy {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .category-card-small {
    width: auto;
  }

  .wrap-54-09 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-f {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 90%;
    height: 80%;
  }

  .category-wrapper {
    padding-top: 2rem;
  }

  .wrap-category-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap-72 {
    flex-flow: column;
  }

  .wrap-7642 {
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .card-large-i {
    padding-left: 1rem;
  }

  .frame-saf {
    width: 115rem;
    height: 35rem;
  }

  ._3d-2 {
    width: 116rem;
    height: 27rem;
  }

  .wrap-110 {
    flex-flow: column;
    padding: 2rem 2rem 0;
    display: flex;
  }

  .wrap-3d-saf {
    height: 18rem;
  }

  .wrap-551 {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .wrap-17 {
    height: 50vw;
  }

  .wrap-98 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .wrap-12 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wrap-47 {
    width: 6rem;
  }

  .wrap-990 {
    width: auto;
  }

  .faq-tab {
    padding: 1.5rem 1.6rem 1.5rem 1.5rem;
  }

  .wrap-faq {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .p-2 {
    line-height: 1.6;
  }

  .p-2.large {
    font-size: 1.1rem;
    line-height: 1.9;
  }

  .text-h5-2 {
    font-size: 1.1rem;
  }

  .wrap-665 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .icon-btn-2-copy {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-2, .description-hero {
    margin-top: 0;
    font-size: 1rem;
  }

  .wrap-img-hero {
    width: 75rem;
    height: 21rem;
  }

  .button-text {
    font-size: 1rem;
  }

  .button-text.wrap {
    text-align: left;
    white-space: normal;
  }

  .bold-text {
    font-size: 1rem;
  }

  .wrap-990-copy {
    width: auto;
  }

  .button-text-copy {
    font-size: .8rem;
  }

  .button-text-copy.wrap {
    text-align: left;
    white-space: normal;
  }
}

#w-node-d16dfb5f-86cf-6155-80fb-70ad141e705a-7ba886d7 {
  grid-area: 2 / 3 / 3 / 12;
  justify-self: end;
}

#w-node-_26894f21-8571-68ba-f144-486540c079ce-7ba886d7 {
  grid-area: 3 / 1 / 4 / 7;
  justify-self: end;
}

#w-node-_672dc7ee-faaa-feca-95b3-d463b528a8c1-7ba886d7 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_2839f886-84d6-4976-8f40-52c1c05faa2d-7ba886d7 {
  grid-area: 5 / 1 / 6 / 11;
}

#w-node-_2839f886-84d6-4976-8f40-52c1c05faa32-7ba886d7 {
  grid-area: 6 / 2 / 7 / 11;
}

#section-4.w-node-a22ae032-e412-2306-7501-5e05f4b5cb79-7ba886d7 {
  grid-area: 5 / 3 / 6 / 12;
}

#w-node-a22ae032-e412-2306-7501-5e05f4b5cb7c-7ba886d7 {
  grid-area: 6 / 4 / 7 / 11;
}

#w-node-a22ae032-e412-2306-7501-5e05f4b5cb82-7ba886d7 {
  grid-area: 7 / 1 / 8 / 13;
}

#w-node-a22ae032-e412-2306-7501-5e05f4b5cb83-7ba886d7, #w-node-a22ae032-e412-2306-7501-5e05f4b5cb8d-7ba886d7, #w-node-a22ae032-e412-2306-7501-5e05f4b5cb97-7ba886d7 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-f3cdaa6e-b6c2-01ff-f0ef-1a8fb7e24d0f-7ba886d7 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_9f9210f5-d345-7439-0068-332bf2e9c057-7ba886d7 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-a658f1df-ffc3-bc95-0359-0aa5819101bc-819101b8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18b38da3-7d3a-c10b-8107-f8f8660136f3-819101b8 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-_1b1c5476-8345-f812-67f8-40db528db4bc-819101b8 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_2839f886-84d6-4976-8f40-52c1c05faa2d-7ba886d7 {
    grid-area: 5 / 3 / 6 / 13;
  }

  #w-node-_2839f886-84d6-4976-8f40-52c1c05faa32-7ba886d7 {
    grid-area: 6 / 6 / 7 / 13;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_672dc7ee-faaa-feca-95b3-d463b528a8c1-7ba886d7 {
    grid-area: 3 / 7 / 4 / 13;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2839f886-84d6-4976-8f40-52c1c05faa2d-7ba886d7 {
    grid-area: 5 / 4 / 6 / 12;
  }

  #w-node-_2839f886-84d6-4976-8f40-52c1c05faa32-7ba886d7 {
    grid-area: 6 / 2 / 7 / 12;
  }

  #section-4.w-node-a22ae032-e412-2306-7501-5e05f4b5cb79-7ba886d7 {
    grid-area: 5 / 4 / 6 / 12;
  }

  #w-node-a22ae032-e412-2306-7501-5e05f4b5cb7c-7ba886d7 {
    grid-area: 6 / 2 / 7 / 12;
  }

  #w-node-a22ae032-e412-2306-7501-5e05f4b5cb82-7ba886d7 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_18b38da3-7d3a-c10b-8107-f8f8660136f3-819101b8 {
    justify-self: end;
  }

  #w-node-eaa9eb71-6df0-a8ed-82da-68098872ddf9-8872ddf0 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_372adb40-f7b8-04e4-0f0b-3726cee8abdc-8872ddf0 {
    order: 9999;
    grid-area: 1 / 2 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d16dfb5f-86cf-6155-80fb-70ad141e705a-7ba886d7 {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a658f1df-ffc3-bc95-0359-0aa5819101b8-819101b8 {
    grid-column-end: 2;
  }

  #w-node-a658f1df-ffc3-bc95-0359-0aa5819101bc-819101b8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_18b38da3-7d3a-c10b-8107-f8f8660136f3-819101b8 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end start;
  }
}


@font-face {
  font-family: 'Abar Vf';
  src: url('../fonts/Abar-VF.woff') format('woff');
  font-weight: 100 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Hatton 700';
  src: url('../fonts/PP-Hatton-Bold-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Hatton 200';
  src: url('../fonts/PP-Hatton-Ultralight-200.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Hatton 500';
  src: url('../fonts/PP-Hatton-Medium-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}