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

a {
  text-decoration: none;
}

.hero-section-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 100%;
  height: 100%;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slide {
  background-image: url('../images/optimized/IMG_7752.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  height: 100%;
  font-family: Raleway, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
}

.nav-link {
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.nav-link.w--current {
  padding-bottom: 12px;
  border-bottom: 8px solid rgba(0, 0, 0, 0.87);
  -webkit-transition: border 350ms ease;
  transition: border 350ms ease;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.6rem;
  font-weight: 600;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide-2 {
  background-image: url('../images/optimized/06-Immerse.webp');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  width: 90%;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(320px, 1fr) auto auto;
  grid-template-rows: minmax(320px, 1fr) auto auto;
}

.image-block {
  min-height: 320px;
}

.image-block.ruby-diamond {
  background-image: url('../images/optimized/08-Ruby-Diamond.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.ruby-red {
  background-image: url('../images/optimized/01_Ruby-Red_-oil-on-canvas-40-x-30-in-2017_1.webp');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.blue-vision {
  background-image: url('../images/optimized/02-Blue-Vision.webp');
  background-position: 50% 27%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.madeup {
  background-image: url('../images/optimized/03-Made-up-of-different-lines.webp');
  background-position: 50% 14%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.greenroom {
  background-image: url('../images/optimized/BEST-GREEN-ROOM-MARQUEE-2.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.asthered {
  background-image: url('../images/optimized/05-As-The-Red-Fades-from-your-Dress.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.immerse {
  background-image: url('../images/optimized/06-Immerse.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.angel-light {
  background-image: url('../images/optimized/07-Angel-Light_.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.couldnt-see-you {
  background-image: url("https://assets.website-files.com/5d0f5b394c92b4f7251faca7/5d1825de8eb894bf122c15f3_09%20Coulnd't%20see%20you%20turned%20around.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.the-evening-waits {
  background-image: url('../images/optimized/10-The-Evening-Waits.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.girl-with-the-hat {
  background-image: url('../images/optimized/Girl-with-Hat-for-website.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.therubyblue {
  background-image: url('../images/optimized/Ruby-Blue-for-website.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.the-lacemaker {
  background-image: url('../images/optimized/new_marilyn.webp');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.magnificent-one {
  background-image: url('../images/optimized/IMG_4879.webp');
  background-position: 0px 0px;
  background-size: cover;
}

.image-block.dark-horse {
  background-image: url('../images/optimized/IMG_7752.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block.newpost {
  background-image: url('../images/optimized/Abbie-High-Res.webp');
  background-position: 50% 10%;
  background-size: auto;
}

.image-block.dream {
  background-image: url('../images/optimized/Marilyn-McAvoy-_The-Dream_-2022-1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.cardtitle {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Raleway, sans-serif;
  color: #383838;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.body {
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
}

.slide-3 {
  background-image: url('../images/optimized/10-The-Evening-Waits.webp');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/optimized/02-Blue-Vision.webp');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-label {
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Raleway, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 300;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grad-sep {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: linear-gradient(267deg, rgba(0, 0, 0, 0.87) 13%, hsla(0, 0%, 100%, 0));
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.58);
}

.left-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 48px;
  height: 48px;
  margin-right: 48px;
  background-color: rgba(0, 0, 0, 0.58);
  cursor: w-resize;
}

.bg {
  width: 100%;
  height: 50vh;
  background-image: url('../images/optimized/studio-me-5.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(12%);
  filter: saturate(12%);
}

.bg.about {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  height: 60vh;
  background-image: url('../images/optimized/studio-me-blue-3.webp');
  -webkit-filter: none;
  filter: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artist-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -140px;
  margin-bottom: 64px;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: 100%;
  padding-left: 5%;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
}

.paragraph.film {
  width: 60%;
  margin-top: 0px;
  margin-bottom: -80px;
  padding: 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.38);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 8px 8px 15px 3px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0px, -81px);
  -ms-transform: translate(0px, -81px);
  transform: translate(0px, -81px);
}

.paragraph.exhibitions {
  width: 30%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph.collections {
  width: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph.dealers-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.artist-bio-section-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.film {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -140px;
  margin-bottom: 64px;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 80px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #383838;
  text-align: right;
}

.sub-nav-link {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.3rem;
  text-align: right;
}

.sub-nav-link.w--current {
  -webkit-transition: font-size 200ms ease, color 200ms ease-in-out;
  transition: font-size 200ms ease, color 200ms ease-in-out;
  color: #44a5d6;
  font-size: 1.3rem;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  width: 100%;
  height: 40vh;
  border-radius: 0px;
  background-image: url('../images/optimized/titanic-2.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(87%, rgba(116, 116, 116, 0.01)));
  background-image: linear-gradient(180deg, #f8f8f8, rgba(116, 116, 116, 0.01) 87%);
}

.collections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -140px;
  margin-bottom: 64px;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dealers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -140px;
  margin-bottom: 132px;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  width: 100%;
  height: 50vh;
  background-image: url('../images/optimized/gallery-installation-shot-2.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-divider {
  width: 1px;
  height: 50%;
  background-color: hsla(0, 0%, 100%, 0.18);
}

.exhibitions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -140px;
  margin-bottom: 64px;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projection-block {
  width: 100%;
  height: 60vh;
  background-image: url('../images/optimized/IMG_2358.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login-head {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.login-field {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 16px;
}

.login-field:focus {
  border: 1px solid #76ce89;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #76ce89;
}

.login-page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding-top: 27px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fa;
  background-image: url('../images/3.svg');
  background-position: 5% 100%;
  background-size: 323px;
  background-repeat: no-repeat;
}

.sign-up-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 50%;
  padding: 50px 50px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: center;
}

.login-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #44a5d6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.login-button:hover {
  background-color: #36b868;
}

.login-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.field-status {
  position: absolute;
  top: 5px;
  right: 4px;
  width: 15px;
  height: 15px;
  background-image: url('../images/invalid.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.login-container {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.login-label {
  width: 100%;
  margin-bottom: 2px;
  padding-left: 2px;
  opacity: 0.4;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.error-message {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.tree-image {
  background-image: url('../images/optimized/about-bg.webp');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.memberstack-form {
  position: relative;
  padding-top: 25px;
}

.water-image {
  background-image: url('../images/optimized/about-bg.webp');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

.field-wrapper.first-name-wrapper {
  margin-right: 30px;
}

.slider-section {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.field-image {
  background-image: url('../images/optimized/about-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.descriptor {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #383838;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.descriptor.medium {
  padding-top: 4px;
}

.div-block-18 {
  width: 60%;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.icon {
  cursor: e-resize;
}

.slide-5 {
  background-image: url('../images/optimized/new_marilyn.webp');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-5-copy {
  background-image: url('../images/optimized/Abbie-High-Res.webp');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-copy._2 {
  background-image: url('../images/optimized/Marilyn-McAvoy-_The-Dream_-2022-1.webp');
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

@media screen and (max-width: 991px) {
  .hero-section-slider {
    height: 100vh;
  }

  .nav-link.w--current {
    line-height: 1.6rem;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .bg {
    height: 35vh;
  }

  .bg.about {
    position: static;
  }

  .artist-bio {
    padding-top: 140px;
  }

  .paragraph {
    padding-top: 32px;
    padding-left: 0px;
  }

  .paragraph.film {
    width: 100%;
    margin-right: 32px;
    margin-left: 32px;
  }

  .paragraph.exhibitions {
    padding-top: 140px;
  }

  .paragraph.collections {
    width: 100%;
    padding-top: 32px;
  }

  .artist-bio-section-content-wrapper {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-nav-link {
    font-size: 1rem;
  }

  .sub-nav-link.w--current {
    font-size: 1rem;
  }

  .projection-block {
    width: 100%;
  }

  .login-section {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .login-box {
    max-width: 600px;
  }

  .slider-section {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .hero-section-slider {
    height: 90vh;
    margin-top: -110px;
    padding-top: 110px;
  }

  .navbar {
    z-index: 2;
    height: 110px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #383838;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .nav-link {
    width: 33%;
    font-weight: 400;
    text-align: center;
  }

  .nav-link.w--current {
    padding-bottom: 12px;
    line-height: 1.5rem;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .bg {
    height: 30vh;
  }

  .artist-bio {
    margin-top: -192px;
    padding-top: 192px;
  }

  .artist-bio-section-content-wrapper {
    width: 90%;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .sub-navigation {
    top: 110px;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sub-nav-link {
    margin-left: 0px;
  }

  .nav-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-right: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .login-head {
    font-size: 27px;
  }

  .login-section {
    padding-right: 9%;
    padding-left: 9%;
  }

  .login-box {
    z-index: 9999;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section-slider {
    height: 90vh;
    margin-top: -132px;
    padding-top: 132px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 110px;
  }

  .text-block {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }

  .nav-link {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
  }

  .nav-link.w--current {
    padding-bottom: 12px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  .div-block {
    width: 100%;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grad-sep {
    width: 40%;
  }

  .bg {
    height: 21vh;
  }

  .artist-bio {
    margin-top: -170px;
    margin-bottom: 32px;
    padding-top: 170px;
  }

  .paragraph.film {
    width: 100%;
    padding: 16px;
  }

  .paragraph.exhibitions {
    width: 100%;
    margin-top: -167px;
    padding-top: 170px;
  }

  .artist-bio-section-content-wrapper {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .film {
    margin-top: -170px;
    margin-bottom: 32px;
    padding-top: 170px;
  }

  .sub-navigation {
    top: 110px;
    overflow: scroll;
    height: 60px;
    text-align: center;
  }

  .sub-nav-link {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .sub-nav-link.w--current {
    color: #44a5d6;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .nav-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #3b3b3b;
    text-align: justify;
  }

  .collections {
    margin-top: -170px;
    margin-bottom: 32px;
    padding-top: 170px;
  }

  .dealers {
    margin-top: -170px;
    padding-top: 170px;
  }

  .bold-text {
    display: none;
  }

  .exhibitions {
    margin-top: -170px;
    margin-bottom: 32px;
    padding-top: 170px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-head {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .login-page-section {
    min-height: 80vh;
  }

  .login-section {
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 5%;
  }

  .login-button {
    background-color: #383838;
    font-weight: 400;
  }

  .login-container {
    min-width: 0px;
  }

  .login-label {
    font-family: Raleway, sans-serif;
    font-weight: 500;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 3%;
  }

  .bold-text-2 {
    margin-top: 12px;
  }
}


/* Keyboard access without changing the existing visual design. */
a:focus-visible, input:focus-visible, button:focus-visible {
  outline: 3px solid #176b91;
  outline-offset: 4px;
}
/* Keep every biography section reachable on narrow screens. */
@media screen and (max-width: 479px) {
  .nav-link-wrapper {
    overflow-x: auto;
    max-width: 100%;
  }
  .nav-link-wrapper .sub-nav-link {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .dealers .div-block-20 {
    flex-direction: column;
    gap: 24px;
  }
  .dealers .div-block-17 {
    min-width: 0;
  }
  .dealers-paragraph a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
