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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.utility-page-wrap {
  background-image: url('../images/Nearly-Natural-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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;
}

.navbar {
  flex-direction: column;
  place-content: flex-end center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.list-item {
  padding: 10px;
}

.body {
  justify-content: center;
  align-items: center;
}

.nav1 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.h1 {
  padding: 10px;
  font-family: acumin-pro, sans-serif;
}

.home {
  align-items: center;
  margin-top: 20px;
  margin-left: 15px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.info {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.h2 {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  font-family: acumin-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.heroslider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.left-arrow {
  cursor: w-resize;
  min-width: 50vh;
  margin-top: 100px;
  margin-bottom: 100px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  cursor: e-resize;
  justify-content: flex-end;
  min-width: 50vh;
  margin-top: 100px;
  margin-bottom: 100px;
  inset: 0% 0% 0% auto;
}

.icon {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-size: 21px;
  inset: 0% 0% 0% auto;
}

.icon.arrow {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 0% 5%;
}

.icon.arrow2 {
  margin-top: auto;
  margin-bottom: auto;
  right: 5%;
}

.slide-nav {
  display: none;
}

.text {
  align-items: center;
  margin-bottom: 20px;
  margin-left: 15px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.hmoble {
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.burgerbar {
  display: none;
  overflow: hidden;
}

.brand.w--current {
  text-decoration: none;
}

.burgermenu, .burgerlink {
  font-family: acumin-pro, sans-serif;
}

.burger {
  color: var(--black);
}

.heromob {
  display: none;
  position: fixed;
  overflow: hidden;
}

.texts {
  z-index: 9999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.textcontain {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 55vw;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  font-family: acumin-pro, sans-serif;
}

.textclose {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  margin-top: 15px;
  margin-right: 15px;
  padding: .5rem 1rem;
  font-size: 1.5em;
  text-decoration: underline;
  position: fixed;
  inset: 0% 0% auto auto;
}

.paragraph {
  color: #fff;
  text-align: justify;
  white-space: break-spaces;
  margin-top: .25em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.bottom {
  padding: .25em;
  font-size: 1.5rem;
}

.textmobile {
  display: none;
  overflow: hidden;
}

.main-bg {
  background-image: url('../images/Nearly-Natural-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: fixed;
  inset: 0%;
}

.nn1 {
  background-image: url('../images/Nearly-Natural-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn2 {
  background-image: url('../images/Nearly-Natural-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn3 {
  background-image: url('../images/Nearly-Natural-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn4 {
  background-image: url('../images/Nearly-Natural-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn15 {
  background-image: url('../images/Nearly-Natural-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn7 {
  background-image: url('../images/Nearly-Natural-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn8 {
  background-image: url('../images/Nearly-Natural-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn9 {
  background-image: url('../images/Nearly-Natural-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn10 {
  background-image: url('../images/Nearly-Natural-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn11 {
  background-image: url('../images/Nearly-Natural-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn12 {
  background-image: url('../images/Nearly-Natural-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn13 {
  background-image: url('../images/Nearly-Natural-23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn16 {
  background-image: url('../images/Nearly-Natural-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn17 {
  background-image: url('../images/Nearly-Natural-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn20 {
  background-image: url('../images/Nearly-Natural-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn21 {
  background-image: url('../images/Nearly-Natural-17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn22 {
  background-image: url('../images/Nearly-Natural-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn23 {
  background-image: url('../images/Nearly-Natural-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn5 {
  background-image: url('../images/Nearly-Natural-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn6 {
  background-image: url('../images/Nearly-Natural-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.nn18 {
  background-image: url('../images/Nearly-Natural-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nn24 {
  background-image: url('../images/Nearly-Natural.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl1 {
  background-image: url('../images/wild-L-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl2 {
  background-image: url('../images/wild-L-25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl4 {
  background-image: url('../images/wild-L-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.wl5 {
  background-image: url('../images/wild-L-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl6 {
  background-image: url('../images/wild-L-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl7 {
  background-image: url('../images/wild-L-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl8 {
  background-image: url('../images/wild-L-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl9 {
  background-image: url('../images/wild-L-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl10 {
  background-image: url('../images/wild-L-26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl11 {
  background-image: url('../images/wild-L-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl12 {
  background-image: url('../images/wild-L-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl13 {
  background-image: url('../images/wild-L-29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl14 {
  background-image: url('../images/wild-L-23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl15 {
  background-image: url('../images/wild-L-34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl16 {
  background-image: url('../images/wild-L-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl17 {
  background-image: url('../images/wild-L-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl18 {
  background-image: url('../images/wild-L-31.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl19 {
  background-image: url('../images/wild-L-19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl20 {
  background-image: url('../images/wild-L-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl22 {
  background-image: url('../images/wild-L-33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl23 {
  background-image: url('../images/wild-L-32.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl24 {
  background-image: url('../images/wild-L-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl25 {
  background-image: url('../images/wild-L-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl26 {
  background-image: url('../images/wild-L-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl27 {
  background-image: url('../images/wild-L-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl28 {
  background-image: url('../images/wild-L-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl29 {
  background-image: url('../images/wild-L-30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl30 {
  background-image: url('../images/wild-L-27.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl3 {
  background-image: url('../images/wild-L-28.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wl21 {
  background-image: url('../images/wild-L-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.grid {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: minmax(15vw, 25vw) minmax(15vw, 25vw) minmax(15vw, 25vw);
  justify-content: center;
  place-items: center;
  text-decoration: none;
  position: relative;
}

.contain-co {
  max-width: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.cover:hover {
  opacity: .73;
  filter: grayscale(30%) hue-rotate(210deg);
  mix-blend-mode: difference;
}

.coverlink {
  text-decoration: none;
}

.nn25 {
  background-image: url('../images/Nearly-Natural-26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-29 {
  background-image: url('../images/SPA-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-30 {
  background-image: url('../images/SPA-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-31 {
  background-image: url('../images/SPA-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-32 {
  background-image: url('../images/SPA-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-33 {
  background-image: url('../images/SPA-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-34 {
  background-image: url('../images/SPA-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-35 {
  background-image: url('../images/SPA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-36 {
  background-image: url('../images/SPA-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-37 {
  background-image: url('../images/SPA-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-38 {
  background-image: url('../images/SPA-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.title {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-39 {
  background-image: url('../images/grape.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-40 {
  background-image: url('../images/grape-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-41 {
  background-image: url('../images/grape-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-42 {
  background-image: url('../images/grape-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-43 {
  background-image: url('../images/grape-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-44 {
  background-image: url('../images/grape-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-45 {
  background-image: url('../images/grape-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-46 {
  background-image: url('../images/grape-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-47 {
  background-image: url('../images/grape-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-48 {
  background-image: url('../images/grape-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-49 {
  background-image: url('../images/grape-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-50 {
  background-image: url('../images/envyenvy-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-51 {
  background-image: url('../images/envyenvy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-52 {
  background-image: url('../images/envyenvy3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-53 {
  background-image: url('../images/envyenvy3-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-54 {
  background-image: url('../images/envyenvy3-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-55 {
  background-image: url('../images/envyenvy3-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-56 {
  background-image: url('../images/starry-tides.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-57 {
  background-image: url('../images/headache-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-58 {
  background-image: url('../images/headache-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-60 {
  background-image: url('../images/headache-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-61 {
  background-image: url('../images/headache-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-62 {
  background-image: url('../images/headache-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-63 {
  background-image: url('../images/headache-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-64 {
  background-image: url('../images/headache-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-59 {
  background-image: url('../images/headache.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-65 {
  background-image: url('../images/headache-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-66 {
  background-image: url('../images/fengshuishi-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-67 {
  background-image: url('../images/fengshuishi-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-68 {
  background-image: url('../images/fengshuishi-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-69 {
  background-image: url('../images/fengshuishi-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-70 {
  background-image: url('../images/fengshuishi-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-71 {
  background-image: url('../images/fengshuishi-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-72 {
  background-image: url('../images/fengshuishi-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-73 {
  background-image: url('../images/chair.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-74 {
  background-image: url('../images/chair-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-75 {
  background-image: url('../images/chair-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-76 {
  background-image: url('../images/chair-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-77 {
  background-image: url('../images/yanyu-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-78 {
  background-image: url('../images/yanyu-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-79 {
  background-image: url('../images/yanyu-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-80 {
  background-image: url('../images/yanyu.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-81 {
  background-image: url('../images/yanyu-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-82 {
  background-image: url('../images/yanyu-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-83 {
  background-image: url('../images/hotelo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-84 {
  background-image: url('../images/hotelo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-85 {
  background-image: url('../images/hotelo-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-86 {
  background-image: url('../images/hotelo-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-87 {
  background-image: url('../images/hotelo-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-88 {
  background-image: url('../images/hotelo-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-89 {
  background-image: url('../images/hotelo-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-90 {
  background-image: url('../images/hotelo-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-1 {
  background-image: url('../images/hotelo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-91 {
  background-image: url('../images/Lu-Restaurant-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-92 {
  background-image: url('../images/Lu-Restaurant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-93 {
  background-image: url('../images/Lu-Restaurant-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-94 {
  background-image: url('../images/Lu-Restaurant-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-95 {
  background-image: url('../images/wuu-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-96 {
  background-image: url('../images/wuu.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-97 {
  background-image: url('../images/wuu-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-98 {
  background-image: url('../images/WUU-2020-Campaign.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-99 {
  background-image: url('../images/WUU-2020-Campaign-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-100 {
  background-image: url('../images/WUU-2020-Campaign-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-101 {
  background-image: url('../images/WUU-2020-Campaign-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-102 {
  background-image: url('../images/WUU-2020-Campaign-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-103 {
  background-image: url('../images/WUU-2020-Campaign-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-104 {
  background-image: url('../images/WUU-2020-Campaign-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-105 {
  background-image: url('../images/WUU-2020-Campaign-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-1-2 {
  background-image: url('../images/WUU-2020-Campaign-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-106 {
  background-image: url('../images/Mona-Jewelry.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-107 {
  background-image: url('../images/Mona-Jewelry-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-108 {
  background-image: url('../images/Mona-Jewelry-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-109 {
  background-image: url('../images/Mona-Jewelry-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-110 {
  background-image: url('../images/Mona-Jewelry-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-111 {
  background-image: url('../images/Mona-Jewelry-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-112 {
  background-image: url('../images/DEVOLUTION-Office-Gym.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-113 {
  background-image: url('../images/DEVOLUTION-Office-Gym-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-114 {
  background-image: url('../images/DEVOLUTION-Office-Gym-19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-115 {
  background-image: url('../images/DEVOLUTION-Office-Gym-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-116 {
  background-image: url('../images/DEVOLUTION-Office-Gym-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-117 {
  background-image: url('../images/DEVOLUTION-Office-Gym-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-118 {
  background-image: url('../images/DEVOLUTION-Office-Gym-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-119 {
  background-image: url('../images/DEVOLUTION-Office-Gym-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-120 {
  background-image: url('../images/Lazy-Left-Campaign-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-121 {
  background-image: url('../images/Lazy-Left-Campaign-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-122 {
  background-image: url('../images/Lazy-Left-Campaign-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-123 {
  background-image: url('../images/Lazy-Left-Campaign-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-124 {
  background-image: url('../images/Lazy-Left-Campaign-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-125 {
  background-image: url('../images/Lazy-Left-Campaign-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-126 {
  background-image: url('../images/LLANO-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-127 {
  background-image: url('../images/LLANO-17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-128 {
  background-image: url('../images/LLANO-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-129 {
  background-image: url('../images/LLANO-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-130 {
  background-image: url('../images/LLANO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-131 {
  background-image: url('../images/LLANO-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-132 {
  background-image: url('../images/LLANO-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-133 {
  background-image: url('../images/LLANO-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.infobg {
  background-image: url('../images/Nearly-Natural-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: fixed;
  inset: 0%;
}

.bio-contain {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: start;
  margin: 10vh 30px 6vh;
  position: relative;
  inset: 0%;
}

.bio {
  color: var(--black);
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.bio.head {
  padding-top: 10px;
  font-weight: 700;
}

.slide-134 {
  background-image: url('../images/SJJSJQ-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-135 {
  background-image: url('../images/SJJSJQ-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-136 {
  background-image: url('../images/SJJSJQ.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-137 {
  background-image: url('../images/cut-shoes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-138 {
  background-image: url('../images/cut-shoes-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-139 {
  background-image: url('../images/cut-shoes-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-140 {
  background-image: url('../images/cut-shoes-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-141 {
  background-image: url('../images/cut-shoes-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-142 {
  background-image: url('../images/cut-shoes-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-143 {
  background-image: url('../images/cut-shoes-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-144 {
  background-image: url('../images/YVMIN.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-145 {
  background-image: url('../images/YVMIN-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-146 {
  background-image: url('../images/YVMIN-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-147 {
  background-image: url('../images/YVMIN-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-148 {
  background-image: url('../images/YVMIN-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-149 {
  background-image: url('../images/wuu2022.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-150 {
  background-image: url('../images/wuu2022-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-151 {
  background-image: url('../images/wuu2022-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-152 {
  background-image: url('../images/wuu2022-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-153 {
  background-image: url('../images/wuu2022-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-155 {
  background-image: url('../images/wuu2022-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-156 {
  background-image: url('../images/wuu2022-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-154 {
  background-image: url('../images/WUU2022-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-157 {
  background-image: url('../images/D-F.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-158 {
  background-image: url('../images/D-F-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-159 {
  background-image: url('../images/D-F-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-160 {
  background-image: url('../images/D-F-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-161 {
  background-image: url('../images/D-F-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-162 {
  background-image: url('../images/D-F-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-163 {
  background-image: url('../images/silo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-164 {
  background-image: url('../images/silo-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-165 {
  background-image: url('../images/silo-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-166 {
  background-image: url('../images/silo-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-167 {
  background-image: url('../images/silo-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-168 {
  background-image: url('../images/silo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-169 {
  background-image: url('../images/TxL-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-170 {
  background-image: url('../images/TxL-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-171 {
  background-image: url('../images/TxL-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-172 {
  background-image: url('../images/TxL-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-173 {
  background-image: url('../images/TxL-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-174 {
  background-image: url('../images/TxL-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-175 {
  background-image: url('../images/TxL-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-176 {
  background-image: url('../images/TxL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-3 {
  background-image: url('../images/TxL-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-4 {
  background-image: url('../images/T-ChinaArtboard-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-5 {
  background-image: url('../images/TxL-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-6 {
  background-image: url('../images/T-ChinaArtboard-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-7 {
  background-image: url('../images/TxL-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-8 {
  background-image: url('../images/TxL-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-9 {
  background-image: url('../images/TxL-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-10 {
  background-image: url('../images/TxL-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-11 {
  background-image: url('../images/TxL-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-177 {
  background-image: url('../images/filestudio2023.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-178 {
  background-image: url('../images/filestudio2023-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-179 {
  background-image: url('../images/filestudio2023-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-180 {
  background-image: url('../images/filestudio2023-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-181 {
  background-image: url('../images/filestudio2023-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-182 {
  background-image: url('../images/filestudio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-183 {
  background-image: url('../images/Ian-Hylton-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-184 {
  background-image: url('../images/Ian-Hylton-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-185 {
  background-image: url('../images/Ian-Hylton-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-186 {
  background-image: url('../images/Ian-Hylton-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-187 {
  background-image: url('../images/Ian-Hylton-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-188 {
  background-image: url('../images/Ian-Hylton-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-189 {
  background-image: url('../images/Ian-Hylton.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-190 {
  background-image: url('../images/Ian-Hylton-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-12 {
  background-image: url('../images/Ian-Hylton-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-13 {
  background-image: url('../images/Ian-Hylton-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-14 {
  background-image: url('../images/Ian-Hylton-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-15 {
  background-image: url('../images/Ian-Hylton-x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-191 {
  background-image: url('../images/UDL_ADITM-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-192 {
  background-image: url('../images/UDL_ADITM-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-193 {
  background-image: url('../images/UDL_ADITM-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-194 {
  background-image: url('../images/UDL_ADITM-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-195 {
  background-image: url('../images/UDL_ADITM-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-196 {
  background-image: url('../images/UDL_ADITM-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-197 {
  background-image: url('../images/UDL_ADITM.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-198 {
  background-image: url('../images/UDL_ADITM-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-16 {
  background-image: url('../images/UDL_ADITM-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-17 {
  background-image: url('../images/UDL_ADITM-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-18 {
  background-image: url('../images/UDL_ADITM-x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-20 {
  background-image: url('../images/UDL_ADITM-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-21 {
  background-image: url('../images/UDL_ADITM-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-22 {
  background-image: url('../images/UDL_ADITM-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-24 {
  background-image: url('../images/UDL_ADITM-x-x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-25 {
  background-image: url('../images/UDL_ADITM-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-26 {
  background-image: url('../images/UDL_ADITM-19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-27 {
  background-image: url('../images/UDL_ADITM_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-199 {
  background-image: url('../images/wang_yifang-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-200 {
  background-image: url('../images/wang_yifang.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-201 {
  background-image: url('../images/ngcn-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-202 {
  background-image: url('../images/ngcn-31.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-203 {
  background-image: url('../images/ngcn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-204 {
  background-image: url('../images/ngcn-33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-205 {
  background-image: url('../images/ngcn-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-206 {
  background-image: url('../images/ngcn-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-207 {
  background-image: url('../images/ngcn-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-208 {
  background-image: url('../images/ngcn-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-209 {
  background-image: url('../images/ngcn-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-28 {
  background-image: url('../images/ngcn-30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-29 {
  background-image: url('../images/ngcn-35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-30 {
  background-image: url('../images/ngcn-41.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-31 {
  background-image: url('../images/ngcn-36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-32 {
  background-image: url('../images/ngcn-37.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-33 {
  background-image: url('../images/ngcn-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-34 {
  background-image: url('../images/ngcn-28.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-35 {
  background-image: url('../images/ngcn_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-36 {
  background-image: url('../images/ngcn-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-37 {
  background-image: url('../images/ngcn-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-38 {
  background-image: url('../images/ngcn-44.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/ngcn-27.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-2 {
  background-image: url('../images/ngcn-23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-3 {
  background-image: url('../images/ngcn-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-4 {
  background-image: url('../images/ngcn-25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-5 {
  background-image: url('../images/ngcn-29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-6 {
  background-image: url('../images/ngcn-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-7 {
  background-image: url('../images/ngcn-40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-8 {
  background-image: url('../images/ngcn-39.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-9 {
  background-image: url('../images/ngcn-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-10 {
  background-image: url('../images/ngcn-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/ngcn-26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-2 {
  background-image: url('../images/ngcn-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-3 {
  background-image: url('../images/ngcn-17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-4 {
  background-image: url('../images/ngcn-28.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-6 {
  background-image: url('../images/ngcn-25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-7 {
  background-image: url('../images/ngcn-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack {
  position: relative;
}

.slide-210 {
  background-image: url('../images/roamdays-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-211 {
  background-image: url('../images/roamdays-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-212 {
  background-image: url('../images/roamdays-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-213 {
  background-image: url('../images/roamdays-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-214 {
  background-image: url('../images/roamdays-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-215 {
  background-image: url('../images/roamdays-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-216 {
  background-image: url('../images/roamdays-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-217 {
  background-image: url('../images/roamdays.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-39 {
  background-image: url('../images/roamdays-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-40 {
  background-image: url('../images/roamdays-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-41 {
  background-image: url('../images/roamdays-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-218 {
  background-image: url('../images/liangkuan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-219 {
  background-color: #3f3333;
}

.slide-220 {
  background-color: #633535;
}

.slide-221 {
  background-image: url('../images/liangkuan-M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-222 {
  background-image: url('../images/liangkuan-67.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-223 {
  background-image: url('../images/liangkuan-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-224 {
  background-image: url('../images/liangkuan-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-225 {
  background-image: url('../images/liangkuan-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-226 {
  background-image: url('../images/liangkuan-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-227 {
  background-image: url('../images/liangkuan-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-228 {
  background-image: url('../images/liangkuan-81.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-42 {
  background-image: url('../images/liangkuan-35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-43 {
  background-image: url('../images/liangkuan-101.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-44 {
  background-image: url('../images/liangkuan-83.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-45 {
  background-image: url('../images/liangkuan-102.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-46 {
  background-image: url('../images/liangkuan-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-47 {
  background-image: url('../images/liangkuan-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-48 {
  background-image: url('../images/liangkuan-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-49 {
  background-image: url('../images/liangkuan-40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-50 {
  background-image: url('../images/liangkuan-53.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-11 {
  background-image: url('../images/liangkuan-29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-12 {
  background-image: url('../images/LIANGKUAN00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-13 {
  background-image: url('../images/liangkuan-28.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-14 {
  background-image: url('../images/liangkuan-74.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-15 {
  background-image: url('../images/liangkuan-33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-16 {
  background-image: url('../images/liangkuan-34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-17 {
  background-image: url('../images/liangkuan-89.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-18 {
  background-image: url('../images/liangkuan-59.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-19 {
  background-image: url('../images/liangkuan-87.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-20 {
  background-image: url('../images/liangkuan-51.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-21 {
  background-image: url('../images/liangkuan-88.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-22 {
  background-image: url('../images/liangkuan-105.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-23 {
  background-image: url('../images/liangkuan-36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-24 {
  background-image: url('../images/liangkuan-40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-25 {
  background-image: url('../images/liangkuan-86.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-26 {
  background-image: url('../images/liangkuan-36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-27 {
  background-image: url('../images/liangkuan-44.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1920px) {
  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 0;
    inset: 0% 0% auto auto;
  }

  .nav1 {
    display: block;
  }

  .home {
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .info {
    justify-content: flex-end;
    align-items: center;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .slide-1-43 {
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  .nav1 {
    min-width: 0;
    display: none;
  }

  .h2 {
    font-size: 1rem;
  }

  .heroslider {
    justify-content: center;
    align-items: flex-start;
    min-height: 80vh;
    padding: 0 10px;
    display: none;
    position: relative;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .hmoble {
    color: var(--black);
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
  }

  .burgerbar {
    z-index: 5;
    background-color: #0000;
    justify-content: center;
    align-items: stretch;
    display: block;
    position: sticky;
    inset: 0%;
    overflow: visible;
  }

  .brand {
    margin: 10px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: acumin-pro, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
  }

  .brand.w--current {
    margin-top: 10px;
  }

  .burgermenu {
    background-color: #00000080;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .burgerlink {
    color: var(--white);
    text-align: right;
    padding: 10px;
    font-weight: 700;
    text-decoration: none;
  }

  .burgerlink.w--current {
    color: var(--white);
    font-size: 1em;
  }

  .burger {
    margin: 10px 20px;
    padding: 10px 0;
  }

  .burger.w--open {
    color: #000;
    background-color: #0000;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .herogrid {
    grid-row-gap: 10vw;
    flex-direction: column;
    grid-template: "."
    / minmax(399px, 1.25fr);
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    padding-left: 65px;
    padding-right: 65px;
    display: grid;
    position: relative;
  }

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

  .herogrid.commissions {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(13vh, 60vh);
  }

  .heromob {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5vh;
    display: flex;
    position: relative;
  }

  .textcontain {
    max-width: 85vw;
  }

  .textmobile {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    display: block;
    position: fixed;
    top: 50%;
    overflow: visible;
    transform: rotate(-90deg);
  }

  .contain-co {
    padding-top: 0;
    padding-bottom: 20px;
    top: 0;
  }

  .section {
    margin: 1% 10px;
  }

  .bio-contain {
    margin-left: 40px;
    margin-right: 40px;
  }
}

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

  .burgerbar {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: sticky;
    overflow: visible;
  }

  .heromob {
    display: flex;
  }

  .paragraph {
    line-height: 20px;
  }

  .bio-contain {
    margin-top: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hmoble {
    direction: rtl;
  }

  .herogrid {
    grid-template-columns: minmax(230px, 1.25fr);
  }

  .textcontain {
    max-width: 95vw;
  }

  .paragraph {
    font-size: 12px;
  }

  .grid {
    grid-template-columns: minmax(25vw, 73vw);
  }

  .bio-contain {
    grid-template-columns: 1fr;
  }

  .bio {
    font-size: 14px;
  }
}

#w-node-cb8e9657-1b75-2f33-bcc4-1b60a8ba86fe-7c0d3533, #w-node-_738ecb36-7f44-c8d5-9bd9-b24abc0c19ce-7c0d3533, #w-node-ec363c38-494a-cd6b-9310-dde464436a32-7c0d3533, #w-node-f9b72bd1-3ef2-2f09-8521-ccac681427e8-7c0d3533, #w-node-dbb1f648-5201-23b0-0218-2966cb92344f-7c0d3533, #w-node-ff50fa59-0a73-b189-f1d7-0f8e57e81556-7c0d3533, #w-node-_76f3d9fd-d8c3-f475-7cf2-a3007f167d56-7c0d3533, #w-node-_4bdebc2b-5ecc-5303-c8ca-9661c4ddbfda-7c0d3533, #w-node-_2e6365bb-bb20-aeb7-0ef6-0a92135e0c5e-7c0d3533, #w-node-_606694f2-5a37-8ed9-c419-6f78f48d51d5-7c0d3533, #w-node-_515eef93-2796-8019-49bb-408ebb9e30ec-7c0d3533, #w-node-d779c052-d111-5b08-d3da-6ce6ced16b8a-7c0d3533, #w-node-_7a38da13-81f6-9892-a4e6-31a74dfad906-7c0d3533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1188d7-f494-2c27-0305-6cf948b9f01c-7c0d3533 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b811d140-b0b3-7311-aa3e-e9ac906ee225-7c0d3533, #w-node-_53f283bf-0879-e133-acde-bd0437b77055-7c0d3533, #w-node-_6852ff30-49c7-a17f-52c6-a86c31238fef-7c0d3533, #w-node-_1a1d14df-cdf1-a166-3b73-07fade36e6a1-7c0d3533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5af61efb-6c5e-5431-3d6c-13f70b1e1b87-7c0d353a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_95847b83-51d5-1a92-65bd-d9dbbd647ef4-7c0d353a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce988473-cd54-b30b-2673-b266225d675e-7c0d353a {
  grid-column: span 2 / span 2;
}

#w-node-e0831b1b-880b-ca7d-081e-585b3bda21d1-7c0d353a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ba4f003-977e-f2c4-b209-b61bbaeae49d-7c0d353a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31b6b982-91e3-6f54-1c21-fe406cd4e658-7c0d353a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93b6b20b-ff29-15f6-e40a-bb6c7c7b081c-7c0d353a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f65ded75-550d-73c1-bcd7-f88bb3ba209e-7c0d353a {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_532d7674-c36e-e83a-4c76-0b580bcabe44-7c0d3533 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3534 {
    place-self: center end;
  }

  #w-node-_8b6e4597-52a9-acb2-740d-704cf7da1fb0-7c0d3534, #w-node-_7e46e932-0b91-ea26-0f92-06b41c6e7137-7c0d3534, #w-node-a78436e4-e8d5-f85f-0b87-e26f3001c5d7-7c0d3534, #w-node-d39e9625-7e9f-d8ac-a87b-4165e264f6c6-7c0d3534, #w-node-a03b9703-ab6e-d9c7-6504-3f8a3dc2f52c-7c0d3534, #w-node-f85f540e-760c-040d-c350-cccf4b1d8cba-7c0d3534 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3535 {
    place-self: center end;
  }

  #w-node-f0d0881e-9c20-3bfe-2f9b-62b89e4e7898-7c0d3535, #w-node-_4cca37f7-409b-badd-39e6-db55fcea7a75-7c0d3535, #w-node-_271a9dd6-9f9c-47c2-69b7-8b0fb2275630-7c0d3535, #w-node-_84ea746d-63b5-47cd-6155-3a66ebc0f744-7c0d3535, #w-node-dcd201ea-4699-f988-4797-afd5006f2fe8-7c0d3535, #w-node-_8be9848b-b612-998c-dad6-7070e9e58f46-7c0d3535, #w-node-_5d7d5c4c-19ea-da66-edf6-278402f7d316-7c0d3535, #w-node-_6c10f705-ed36-824e-9381-d9111fe29a22-7c0d3535 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3536 {
    place-self: center end;
  }

  #w-node-_03e3c694-59ae-e633-bfa2-47b3b0dfab77-7c0d3536, #w-node-_8226f37f-6afc-a2a9-f1fd-0feffa7fbb9a-7c0d3536, #w-node-_9b67cbd2-79ab-cb10-4190-d90a7ef7a949-7c0d3536, #w-node-_3cb47ffc-c27f-6ade-479b-529018d14c68-7c0d3536, #w-node-_9167bcc8-9711-0545-2b29-61314c3376dc-7c0d3536, #w-node-ed83e750-5f65-fcd8-a77a-c1730b14785f-7c0d3536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3537 {
    place-self: center end;
  }

  #w-node-_9307532e-ebcb-db2e-d5cf-a9c63235c271-7c0d3537, #w-node-_383bd970-dfdb-1ab3-77dd-c4e29471af23-7c0d3537, #w-node-_85f08c65-3769-85ce-0688-2d5a09687f1f-7c0d3537, #w-node-_2fb677a2-936c-0c0c-c58a-5e8a2b0cda83-7c0d3537, #w-node-_60e70d06-7964-9499-a210-4fa2268e99ef-7c0d3537, #w-node-_423eeddb-94c4-dd5c-4090-595cb0532fb4-7c0d3537, #w-node-f2fe5509-5417-1e4d-77e3-7e3933d6bf22-7c0d3537, #w-node-f6bdf2a6-7e5a-076b-79eb-9c273848df4e-7c0d3537, #w-node-_001a3441-7b09-201f-ee05-e0b44a914de4-7c0d3537, #w-node-_3c2f606c-54e0-8772-6c34-18c4c05c66cf-7c0d3537, #w-node-_7b8ae683-837d-60bd-a9e2-7214efd30820-7c0d3537 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3538 {
    place-self: center end;
  }

  #w-node-_35385f4d-7ab1-dc1c-7441-bd9519141daf-7c0d3538, #w-node-ed86c20a-0e97-ccfe-fdd3-0cfbf18ac1a8-7c0d3538, #w-node-_832457be-a02d-77b0-d97c-158d7a9f5c33-7c0d3538, #w-node-a26a7e1c-2509-bdb2-a8cb-049ad029f6a6-7c0d3538, #w-node-_1dbb1db1-1a99-ab8c-e7bb-95843c9b5508-7c0d3538, #w-node-_16b43a1a-0184-1cae-8ba1-3729fcdc5886-7c0d3538, #w-node-b46b8a17-8c70-8e13-41ea-7efdae4e398f-7c0d3538, #w-node-d8ecf2d4-a0cd-a045-ef1e-0b7736f24405-7c0d3538, #w-node-_406ad5a6-0621-f0f9-4688-52ea5fa462ba-7c0d3538 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3539 {
    place-self: center end;
  }

  #w-node-_12205c9f-6af5-c944-3e41-5948b1096a78-7c0d3539, #w-node-_731e3bda-67ec-b49c-6718-93fde8b698ef-7c0d3539, #w-node-_9c57fb95-10b3-b828-5788-b4534f3cd9b0-7c0d3539, #w-node-_5ab1186b-6d08-9527-1822-7961dc01d0e8-7c0d3539, #w-node-_1e53ea3d-15b5-f224-eac1-c21c5e802569-7c0d3539, #w-node-_7fa8c5a6-2b98-c396-9f48-37c7521c1271-7c0d3539, #w-node-_5b5e5940-c779-90d0-1886-61ca3fc0b81a-7c0d3539, #w-node-_4e8c15df-f5a8-2f27-2067-10f7ead47e38-7c0d3539, #w-node-_477ed659-51d1-8c59-3a79-24cf2a223fc6-7c0d3539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d353b {
    place-self: center end;
  }

  #w-node-aa79563d-7d2f-5a21-4a91-9048ef24448e-7c0d353b, #w-node-db3f8ca2-f14c-6d97-5496-0f50937d1d94-7c0d353b, #w-node-a69068f4-9f79-04ee-48b8-436a7026bd47-7c0d353b, #w-node-_882e21ad-ffed-5d95-ad6d-78624e7287bc-7c0d353b, #w-node-c0ddce07-44f4-a186-2269-c8c4701544f9-7c0d353b, #w-node-f8b18fdb-1088-1179-1ff7-9093ecac1822-7c0d353b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d353c {
    place-self: center end;
  }

  #w-node-d87aec3e-3a0a-6053-d6b3-8f6aa2511ccb-7c0d353c, #w-node-a4957d0a-2e40-1bec-c526-c4d599b35f5b-7c0d353c, #w-node-_3ed1ab21-2c74-ff02-1e93-e1be77750b66-7c0d353c, #w-node-fe960253-6b43-ac54-d68d-5e1800eb12d8-7c0d353c, #w-node-_6c526e05-afad-ae21-71c7-dbf24649ea62-7c0d353c, #w-node-f35923c6-e9de-48d0-b3aa-3e7803fe092f-7c0d353c, #w-node-_2ab23860-0fbc-9f90-c0c8-8530af44ec79-7c0d353c, #w-node-da8366b3-16dd-895d-dcac-216f1009b8f1-7c0d353c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d353d {
    place-self: center end;
  }

  #w-node-_0e675258-2601-f8a8-0bba-fa285edf642c-7c0d353d, #w-node-_3dcac084-7b84-5aae-eb31-fc2ba86f56ed-7c0d353d, #w-node-_404cf7f9-a402-d925-8bb8-b3970e86a5b7-7c0d353d, #w-node-bf3ca7dc-b265-b784-89c6-a42ff325959f-7c0d353d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3550 {
    place-self: center end;
  }

  #w-node-_00ddb9ab-3753-f49f-a5e1-4a146847641e-7c0d3550, #w-node-c916c880-e1c0-2d6e-fc12-f3dcde8debd1-7c0d3550, #w-node-_511653b7-99da-8004-d35d-ff1933d1022b-7c0d3550, #w-node-_1c93e572-d0ca-f51a-a78e-4314b5e1a6ba-7c0d3550, #w-node-efcf6fe6-f478-4e39-35b2-6757aae5049d-7c0d3550, #w-node-_3df19b13-7f6a-117b-34c6-ab6f565b36b2-7c0d3550, #w-node-_66be1642-d7f1-1a3d-a7c3-4195d386f0d5-7c0d3551, #w-node-_2ce75d17-4989-dafe-5176-5ed43ef468da-7c0d3551, #w-node-_4af1c4c9-5dc7-f2be-2d43-a4db7fe30afc-7c0d3551, #w-node-d56813d7-c1dd-1425-9032-56b2fa94833c-7c0d3551, #w-node-_433011a3-262f-897d-8d99-f109a9b4bb6a-7c0d3551, #w-node-cb05c0c2-182c-809b-f75e-393460705238-7c0d3551, #w-node-_893ab14c-ed59-df13-650d-7605f86a0d02-7c0d3551, #w-node-_21e81757-2a03-f84e-b3ce-5dcad6cca794-7c0d3551, #w-node-feead9c2-c927-7071-227c-ecaaaa61e116-7c0d3551, #w-node-_4b7b52d0-9197-9f44-78ee-4ee098973aac-7c0d3551, #w-node-eec2a764-e81c-baae-2c96-278ab4dd6f67-7c0d3551, #w-node-ad287153-fb10-0991-c2c1-a382e70c3a8f-7c0d3551, #w-node-_59c83921-7a67-b579-93d0-ae473df0d434-7c0d3551, #w-node-_598a2df6-d186-fd99-b756-db90be04e22b-7c0d3551, #w-node-c0f18443-fcf0-9851-1fb6-3bf7ddb21fa0-7c0d3551, #w-node-c23d3bdf-725c-94e7-c150-2b7a69d85ee4-7c0d3551, #w-node-_4ebefe32-ed9d-f134-9818-8b571d65e5ca-7c0d3551, #w-node-fb5e3981-9a87-9fa2-94dd-2a58342de43e-7c0d3551, #w-node-_7694a707-e0ef-64f8-f2cd-3e10aed4a55e-7c0d3551, #w-node-_451244aa-2677-ad8a-6e55-15aa6e1a47e6-7c0d3551, #w-node-edd91bf4-7494-4752-4684-65e8ab8b6927-7c0d3551, #w-node-_44a03a49-4f44-e70d-15d9-709a7f5b07d0-7c0d3551, #w-node-_78564d60-eb01-ff5c-f7c8-999af512829d-7c0d3551 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3553 {
    place-self: center end;
  }

  #w-node-b7bd0a4e-004d-da99-b55e-4ecf6c6ac453-7c0d3553, #w-node-_6fe22e87-8614-6036-bc9c-4826eb138b80-7c0d3553, #w-node-a29ed76f-889e-1ab6-76df-b8d87ec6cf2e-7c0d3553, #w-node-bf4be3e7-7c49-a1d0-bafc-e8c9212b0381-7c0d3553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3554 {
    place-self: center end;
  }

  #w-node-_40d37849-d17f-7c42-7340-d908c8d90a34-7c0d3554, #w-node-afd6bc65-79ac-4f70-6b31-35a54cc48622-7c0d3554, #w-node-_5472fa8b-c20b-0bbb-404c-e93ccb99646c-7c0d3554, #w-node-a7a8a56a-a0c7-bb48-e2ce-edf5b20e73ec-7c0d3554, #w-node-_84185617-d854-ff05-b280-5c02c18fce23-7c0d3554, #w-node-_377db17c-a1ff-7253-e35a-7ed00ced2382-7c0d3554, #w-node-_65063e1c-da24-5633-f68f-c99ded51b136-7c0d3554 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3555 {
    place-self: center end;
  }

  #w-node-d8091f2e-0678-52a4-8728-ea06893cb15e-7c0d3555, #w-node-_40d46520-ecae-896b-36e3-e0873f1216b3-7c0d3555, #w-node-e25608ce-b57a-e6e4-b08a-67f6172815ee-7c0d3555, #w-node-dbce3656-afc7-5175-d9b7-41ea6cafcc7f-7c0d3555, #w-node-fbb70b1b-43ad-f9fd-2439-9b24e7326c8f-7c0d3555, #w-node-_6dc6bbfb-6945-352a-0845-a74da6a0bd46-7c0d3555, #w-node-b7fd5eb7-33ae-bcf3-1881-8a5b0dfbb42d-7c0d3555 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3556 {
    place-self: center end;
  }

  #w-node-_17645d7a-775c-6163-a19b-88dfa155e0c0-7c0d3556, #w-node-_0f8bb449-20da-981d-adeb-0ef8415fa1b8-7c0d3556, #w-node-ea179aeb-2d75-5511-6629-499bb53f31f6-7c0d3556 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3557 {
    place-self: center end;
  }

  #w-node-_8ad52349-9718-4deb-5172-fb4c588c647b-7c0d3557, #w-node-fb03d010-322f-ff63-b2db-c64f38e18580-7c0d3557, #w-node-_93bc43c4-04dc-9b02-f209-bd715e0624c6-7c0d3557, #w-node-_3ebecf34-12ab-1286-c4b9-6d764af1abff-7c0d3557, #w-node-_736a9045-9778-a070-00ff-66e05e1a99a2-7c0d3557, #w-node-bf53c450-99b8-b2d2-76a5-7bfff9610beb-7c0d3557, #w-node-_228b6c09-da85-63ad-73ca-3bf88cbd5bc5-7c0d3557, #w-node-_456b29e7-a89a-8ac4-ef36-a2525da1d388-7c0d3557, #w-node-a240ab4f-a921-8f5b-23a5-2174c66e6b5d-7c0d3557, #w-node-_1b8d2b32-e385-43f2-3ad6-1a00af019f29-7c0d3557 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3559 {
    place-self: center end;
  }

  #w-node-fdf46bbf-3ae5-482d-5193-b389f79c68b1-7c0d3559, #w-node-_7c509364-b299-1b0a-715a-3ba26b79eb68-7c0d355a, #w-node-cb9fcb60-538e-82e3-ec97-d8a15839b389-7c0d355a, #w-node-_8edb9cb5-7cfe-2759-24af-a9e52d00af7b-7c0d355a, #w-node-_64d935b4-dee6-4ae4-5779-753d97f3d9ed-7c0d355a, #w-node-fdc1fe9b-680c-8ce1-76dc-2777ff8fc510-7c0d355a, #w-node-aa24909b-39c9-f603-2780-38e2111be960-7c0d355a, #w-node-c213e30b-4f14-d2bc-b893-9810a682552a-7c0d355a, #w-node-a56fc5ec-b502-af13-d810-5ace28f39c86-7c0d355a, #w-node-ad960966-6f76-b9f3-f660-0ecf68258794-7c0d355a, #w-node-_1322ed27-4e8d-fc0f-5dfe-57cf4ff33c3e-7c0d355a, #w-node-_9725f200-1520-d610-0097-2f0c6fc32fc4-7c0d355a, #w-node-df0c2652-36f3-2f5d-0605-ad0690375788-7c0d355a, #w-node-b122aaf7-58fe-ee23-855c-a148cc57cd46-7c0d355a, #w-node-_4cca12c9-99f5-00d6-3176-56fae390662b-7c0d355a, #w-node-_164ed17a-f1fb-ea3e-79c8-23d947e382c4-7c0d355a, #w-node-aabcff84-a9d9-8672-0981-bd07523d699e-7c0d355a, #w-node-_91d12fee-a958-dc5c-35fd-b8c2202cdc20-7c0d355a, #w-node-bbb6a041-ceb2-23e8-f488-9bd17c979545-7c0d355a, #w-node-_94430e49-4dd1-1c03-a23b-e254bc7844da-7c0d355a, #w-node-b1210b71-13d7-331d-f020-9390a473ba38-7c0d355a, #w-node-_42c710d8-33f2-fcda-b1a4-a617ab621b73-7c0d355a, #w-node-_9bbe2123-a103-dfe6-c144-20e51fc5ad18-7c0d355a, #w-node-_13b58fd8-c063-7713-808b-3bd1e1d804dc-7c0d355a, #w-node-_8f306b02-99dd-458e-a8d8-45bf828a9a29-7c0d355a, #w-node-_804e694f-9786-ef27-7fca-706a48f66550-7c0d355a, #w-node-a69950cf-39c6-ee9c-a9ec-31494ea36bac-7c0d355a, #w-node-_3f8b162c-e657-5cbe-941b-6089f98c527a-7c0d355a, #w-node-_3b5b6484-f724-92bb-f9a0-f84378744b5a-7c0d355a, #w-node-_488d7e78-e117-90df-e0c7-11d4ffb4a40f-7c0d355a, #w-node-_599e2414-b068-bdc2-5b8b-89860fb0274f-7c0d355a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d356e {
    place-self: center end;
  }

  #w-node-fb2adcb3-2d7d-0552-bb2c-c07eef81ceb6-7c0d356e, #w-node-_7cbc8c40-e085-73db-feec-ab08cd406e99-7c0d356e, #w-node-_11799755-96bb-edde-f725-8100efd71ebb-7c0d356e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d356f {
    place-self: center end;
  }

  #w-node-f26ef282-dbb5-eaad-65f4-b4afda2ddbaa-7c0d356f, #w-node-dbdd3965-5ca5-2bbc-05d3-06977d605ab9-7c0d356f, #w-node-_96133e16-285c-c7fa-49f3-3dbf221461fe-7c0d356f, #w-node-_776d27a5-079c-2771-96dc-8501f473a15c-7c0d356f, #w-node-fa9a7c58-fa0f-536e-ccf3-5e48868e56fb-7c0d356f, #w-node-aad1c76c-1764-939d-2e4d-bad239d5aa5a-7c0d356f, #w-node-c3dbff33-b52c-4d0a-6167-911f0e64cb32-7c0d356f, #w-node-_331e7d50-ce76-930a-8335-4982c101b169-7c0d356f, #w-node-_6efda12f-e00b-c970-a411-33d4010692da-7c0d356f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3570 {
    place-self: center end;
  }

  #w-node-_1e1a159e-6704-a977-e1b4-4cb0b81a67ff-7c0d3570, #w-node-d0ef4a2e-8a58-784e-abee-29bf77fe23f6-7c0d3570, #w-node-_03f97a57-ab90-f22e-0a8a-5dfc438a2247-7c0d3570, #w-node-add3b3b6-c4aa-041a-787f-beda8b27d42a-7c0d3570, #w-node-d02f07c5-2f9c-9c60-f954-a2f55dae626a-7c0d3570, #w-node-b85c9238-3f6d-076f-fd93-14e0465863ec-7c0d3570, #w-node-_83a6c548-3b67-74ba-4521-1735a08d3777-7c0d3570, #w-node-_21d5c322-fbc1-daf2-b245-ac6403e4d68d-7c0d3570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3571 {
    place-self: center end;
  }

  #w-node-c40decb6-90d1-4515-cb77-7148b40848a8-7c0d3571, #w-node-b6e6c5e5-8ccb-ae35-000e-840ac96f0d1e-7c0d3571, #w-node-a3458657-2b2b-de4b-a5b4-73618221e442-7c0d3571, #w-node-_6bb1c056-02c1-acf9-a9d0-b42ab49f89ba-7c0d3571, #w-node-_8a8985ee-acb6-9d98-8315-7e6e90df8f17-7c0d3571, #w-node-a908f375-4d5e-3463-3781-7d77ba26a486-7c0d3571 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7c0d3572 {
    place-self: center end;
  }

  #w-node-_056b4187-5016-4586-176c-9c1897bdb590-7c0d3572, #w-node-_97f9bb29-ae93-8c74-4264-ad73f65a38d0-7c0d3572, #w-node-c1e26831-be83-b937-ae77-8caa1bffd332-7c0d3572, #w-node-_7c98534c-3b8d-ac91-05e2-5bed51ff587e-7c0d3572, #w-node-ba05815f-dad3-a8bb-ae02-2f1f55e3e158-7c0d3572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-7b379259 {
    place-self: center end;
  }

  #w-node-_5b2ff866-ec6f-e08b-1ca4-c3afcea18bca-7b379259, #w-node-_557dd9bc-38b7-ca2a-abff-8131d1712a64-7b379259, #w-node-_9ba93a7e-da18-7edf-2fd8-095bcbecd474-7b379259, #w-node-_2b41bec3-bdf2-b83e-fc78-0b2ab11f21ed-7b379259, #w-node-e47f44e8-38e1-e96e-da94-eee4332d91cb-7b379259, #w-node-_3aecaa1f-fdf8-2c0e-b333-2f81d4f43c18-7b379259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-aefbb8ae {
    place-self: center end;
  }

  #w-node-_8a71a645-d759-b61b-79eb-bd49631bbc48-aefbb8ae, #w-node-f2c19f99-0726-2c54-df86-03e1c751605a-aefbb8ae, #w-node-_462eb5d2-830b-266e-5490-b435569bf09f-aefbb8ae, #w-node-f5f6190b-8747-b8ff-f2ec-5c5eb9fc4b4b-aefbb8ae, #w-node-_5318ab12-458a-11a3-a586-37cc6b3bab9e-aefbb8ae, #w-node-_44ab01d6-00be-4ee1-8c93-a09bedc0121d-aefbb8ae, #w-node-_3db2027d-ebfc-5f7b-e5e0-1c92d01c598c-aefbb8ae, #w-node-d9fb41cc-83bf-7dc0-5924-bc8929a0cc80-aefbb8ae, #w-node-ad850a18-e78b-31eb-4520-a7134e1e35c3-aefbb8ae, #w-node-_498b670d-52cf-fcd0-e654-0dc0b9ff8aee-aefbb8ae, #w-node-f51f4947-acf7-a615-daf9-ab3cc47c0030-aefbb8ae, #w-node-_806b0945-dd7c-59b9-083e-321ab8c276f0-aefbb8ae, #w-node-ecff6fcc-a33f-be57-ff70-da7789e0d55b-aefbb8ae, #w-node-f6a65917-21f1-3274-5a29-c01a78f97b4e-aefbb8ae, #w-node-_93f9f7f3-862e-3f50-cd3c-738e577fd19f-aefbb8ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-c1be8068 {
    place-self: center end;
  }

  #w-node-_8ad52349-9718-4deb-5172-fb4c588c647b-c1be8068, #w-node-fb03d010-322f-ff63-b2db-c64f38e18580-c1be8068, #w-node-_93bc43c4-04dc-9b02-f209-bd715e0624c6-c1be8068, #w-node-_3ebecf34-12ab-1286-c4b9-6d764af1abff-c1be8068, #w-node-_736a9045-9778-a070-00ff-66e05e1a99a2-c1be8068, #w-node-bf53c450-99b8-b2d2-76a5-7bfff9610beb-c1be8068 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-0adc8d49 {
    place-self: center end;
  }

  #w-node-_8ad52349-9718-4deb-5172-fb4c588c647b-0adc8d49, #w-node-fb03d010-322f-ff63-b2db-c64f38e18580-0adc8d49, #w-node-_93bc43c4-04dc-9b02-f209-bd715e0624c6-0adc8d49, #w-node-_3ebecf34-12ab-1286-c4b9-6d764af1abff-0adc8d49, #w-node-_736a9045-9778-a070-00ff-66e05e1a99a2-0adc8d49, #w-node-bf53c450-99b8-b2d2-76a5-7bfff9610beb-0adc8d49, #w-node-_228b6c09-da85-63ad-73ca-3bf88cbd5bc5-0adc8d49, #w-node-_456b29e7-a89a-8ac4-ef36-a2525da1d388-0adc8d49, #w-node-a240ab4f-a921-8f5b-23a5-2174c66e6b5d-0adc8d49, #w-node-_1b8d2b32-e385-43f2-3ad6-1a00af019f29-0adc8d49, #w-node-e858bb07-5d9f-0196-80d9-fe8d46949ca6-0adc8d49, #w-node-_78cf049b-8acc-76ea-ac99-2271b3fe76b5-0adc8d49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-baac3d53 {
    place-self: center end;
  }

  #w-node-_8ad52349-9718-4deb-5172-fb4c588c647b-baac3d53, #w-node-fb03d010-322f-ff63-b2db-c64f38e18580-baac3d53, #w-node-_93bc43c4-04dc-9b02-f209-bd715e0624c6-baac3d53, #w-node-_3ebecf34-12ab-1286-c4b9-6d764af1abff-baac3d53, #w-node-_736a9045-9778-a070-00ff-66e05e1a99a2-baac3d53, #w-node-bf53c450-99b8-b2d2-76a5-7bfff9610beb-baac3d53, #w-node-_228b6c09-da85-63ad-73ca-3bf88cbd5bc5-baac3d53, #w-node-_456b29e7-a89a-8ac4-ef36-a2525da1d388-baac3d53, #w-node-a240ab4f-a921-8f5b-23a5-2174c66e6b5d-baac3d53, #w-node-_1b8d2b32-e385-43f2-3ad6-1a00af019f29-baac3d53, #w-node-_520ab5ab-a586-2b89-3004-a23173b0fb8c-baac3d53, #w-node-b300b3ca-b04c-8f40-4c01-e1b194703c13-baac3d53, #w-node-f7c17e96-907d-6077-f6f2-ad198a24b054-baac3d53, #w-node-_4d2c72cb-8fc0-50c3-cab7-bfe30482ad4a-baac3d53, #w-node-a54a5f44-8bf7-d103-8334-e8b5448c0155-baac3d53, #w-node-a0b1d8bd-4e73-860f-e56a-79251f683ead-baac3d53, #w-node-_052ee166-ade4-e9fd-74cb-827e46696f77-baac3d53, #w-node-ced04af9-9ab4-5c5a-d762-8e855f94c23f-baac3d53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-b6e4bb91 {
    place-self: center end;
  }

  #w-node-a240ab4f-a921-8f5b-23a5-2174c66e6b5d-b6e4bb91, #w-node-_1b8d2b32-e385-43f2-3ad6-1a00af019f29-b6e4bb91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_155cb45f-f88b-9c3f-1525-3aeb63119db1-0f2fe97b {
    place-self: center end;
  }

  #w-node-_599e2414-b068-bdc2-5b8b-89860fb0274f-0f2fe97b, #w-node-_66bbb880-82ff-81ac-cc6c-db83689e8b4e-0f2fe97b, #w-node-dd2b8b70-ee62-5157-4c3a-0ef0cf09af9b-0f2fe97b, #w-node-_668b7fbe-05e8-f61c-4219-c306efaa7818-0f2fe97b, #w-node-_501efd71-2203-7e4d-bed0-013857ef0ff5-0f2fe97b, #w-node-_46f41e23-6ba5-cc9f-dcb9-95e3da81443a-0f2fe97b, #w-node-_2916fe2e-ac08-749e-c7d7-5400fe35bdc7-0f2fe97b, #w-node-afba95ae-6ea2-b5ac-29bb-83d0410abb84-0f2fe97b, #w-node-_3c2b8d34-45de-514e-1ce6-ac34adf77032-0f2fe97b, #w-node-_97e8671a-1408-3a51-1618-06c5931c3bd8-0f2fe97b, #w-node-_5e56b93d-b025-c9c1-f227-aafd3daa6f31-0f2fe97b, #w-node-_991873c3-e04d-f9a6-6ee2-513cc269970c-0f2fe97b, #w-node-d2c08180-a2d7-bcfa-ca8c-490297b072bc-0f2fe97b, #w-node-_2fe5b1a6-aa6f-874c-6bc6-5869cf00904c-0f2fe97b, #w-node-df65952a-ef64-2425-e150-f9f024f7f4be-0f2fe97b, #w-node-f8aacfa0-2bf1-e4eb-f2d7-a67eb42f7e71-0f2fe97b, #w-node-d6ce72db-63b0-1a5b-7482-8741f6ab8698-0f2fe97b, #w-node-d3add657-434d-e902-30a0-b922ee8077f3-0f2fe97b, #w-node-d760e5dc-756e-cd90-0d59-93ae33f946a1-0f2fe97b, #w-node-aad423ee-c1c1-54b7-24f4-117759cacd7c-0f2fe97b, #w-node-_54c877f1-b6fb-28a4-32d2-00f7b62a9bd1-0f2fe97b, #w-node-bfe606a6-a022-329c-c65e-6dd818ca09ca-0f2fe97b, #w-node-ef4d036c-0b59-2150-c4ad-d2616e6b79ef-0f2fe97b, #w-node-_41b6ea40-b268-b6cc-fda9-77d3ac0ca501-0f2fe97b, #w-node-_0a8e3b9d-acb8-5f81-9c52-3c354c07facd-0f2fe97b, #w-node-c26d5c6e-d27a-4551-321d-6e37cba1d182-0f2fe97b, #w-node-_9c8f2073-0f88-58c1-3bd0-204c4aa8be01-0f2fe97b, #w-node-e0baf676-7fab-ef4a-8998-a82c7f55044e-0f2fe97b, #w-node-_013b2517-f136-a805-90c7-895e919570f1-0f2fe97b, #w-node-a20a1080-e970-1f62-77a3-ecfd2f31374c-0f2fe97b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-977b4173 {
    place-self: center end;
  }

  #w-node-c3c4f8b0-0048-3a0c-1a51-d635f95bb9b9-977b4173, #w-node-b53c27da-99db-912b-9bdb-f2b5f456a272-977b4173, #w-node-_1b8d2b32-e385-43f2-3ad6-1a00af019f29-977b4173, #w-node-b60f037e-1e13-93c3-b6f7-253763e4651b-977b4173, #w-node-d0a977ca-4800-a57b-1712-82293abc9378-977b4173, #w-node-_611cae36-e24c-8465-78fb-55810e1a6b80-977b4173, #w-node-_77fdfa4d-ff61-920f-e330-1ad63d4867b4-977b4173, #w-node-_6749f565-2474-b990-8306-ef932520ad26-977b4173, #w-node-_9ef36e5a-5e02-a06b-2a37-bd97bb266bbe-977b4173, #w-node-_86564882-c4ec-71a3-3baa-9e5954908625-977b4173, #w-node-_2e11c3c1-9df0-27c9-0e18-3c9653dc0235-977b4173 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc84b80f-fd33-84e4-58a2-8c199486d13c-54847b9b {
    place-self: center end;
  }

  #w-node-_2e11c3c1-9df0-27c9-0e18-3c9653dc0235-54847b9b, #w-node-_92a45e34-03a5-dce6-e151-27d93281af87-54847b9b, #w-node-f6fb0c78-a223-5bff-7e4f-8e13a75f3173-54847b9b, #w-node-_6103a163-6e5e-3d67-0cdb-41117c36771f-54847b9b, #w-node-ef2d1d8c-26c4-ab3f-c0c5-7fcb27b300b5-54847b9b, #w-node-_45b96b0d-3290-21b4-b6c6-17b07b0f860b-54847b9b, #w-node-_9622619b-d972-33ad-bd47-3a956ce27847-54847b9b, #w-node-_912761f5-9864-31eb-bf2f-fd392344e647-54847b9b, #w-node-_6e7f54dd-600c-41e9-c290-235fe31cb441-54847b9b, #w-node-_1636b83d-f1a5-2f8e-ffe9-2a72f0462083-54847b9b, #w-node-fbdb280d-5e6e-cb54-ead3-8ab443e20f07-54847b9b, #w-node-b3a675a7-e50c-cfea-1eef-3ae284961d13-54847b9b, #w-node-_7decf9f5-9c4d-d668-320d-19b1963653f8-54847b9b, #w-node-bb14273b-ce20-1376-bd46-8cb28f3f705f-54847b9b, #w-node-_0cb57103-ee5b-1690-811b-6b7b3ccc7132-54847b9b, #w-node-_118cd52e-4998-e6e6-f4ce-4932f31b39d3-54847b9b, #w-node-f9466ca0-e3b0-1803-6257-7ec536305d84-54847b9b, #w-node-_0d9fa318-d541-b38c-6416-140c3bec906c-54847b9b, #w-node-b8355452-8e9b-13f7-55c7-cd3f2244b623-54847b9b, #w-node-be4404fd-8c04-8f2b-27e2-20dce34a84c1-54847b9b, #w-node-_0b1d713f-4f45-4699-54e2-262048d09c62-54847b9b, #w-node-ce323115-381a-778b-8224-776f9fad1745-54847b9b, #w-node-_16b232cb-fde5-6ad0-b51b-27eb1676fae7-54847b9b, #w-node-_0ce3e4cb-61c0-ee70-2a2d-ef9ebc72dea5-54847b9b, #w-node-_8f7d2f8c-be74-4967-a115-18f909efd628-54847b9b, #w-node-_2eaa49b9-9819-2133-35c0-bcb59290fd5d-54847b9b, #w-node-_8b1c511d-6508-1fa9-480c-3acd3453c859-54847b9b, #w-node-_36dbe20f-28d6-1696-94d2-c30dd6b9312f-54847b9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf971c80-f292-1f4c-1420-2a5cce5c641e-7c0d3533, #w-node-_690d9aeb-9227-2499-9fdc-1e68d224de04-aefbb8ae, #w-node-_180a0451-3f6b-bd95-74df-e8de851cbff4-aefbb8ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


