:root {
  --white: white;
  --black: black;
}

.content_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.body {
  font-size: .9vw;
}

.background_wrap {
  z-index: -1;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.own_wrap {
  z-index: 2;
  width: 100%;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.own_content {
  width: 45em;
  height: 33.5em;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}

.own_paintings_wrap {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
  position: relative;
}

.own_painting_img_inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(165deg, #17354b 3%, #0f1836 73%, #131f49 93%);
  padding: .63em;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img.auto_height {
  height: auto;
  mix-blend-mode: screen;
  transform: rotate(0);
}

.img.hero_card {
  opacity: 1;
  mix-blend-mode: screen;
}

.own_painting_img_outer {
  width: 25em;
  height: 33.5em;
  background-image: linear-gradient(165deg, #17354b 3%, #b79651 28%, #131f49 93%);
  padding: .05em;
  position: relative;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .3), 12px 10px 100px rgba(17, 18, 33, .7);
}

.background_gradient {
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(circle farthest-side at 50% 0, #1f3346, #0b1225 32%, #030725 62%, #090511);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background_image {
  z-index: 0;
  width: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image: url('../images/Background2x.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100vw;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title_container {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.title_container.hero_two {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.title_container.hero_one {
  pointer-events: none;
}

.title_container.is--ontop {
  z-index: 2;
}

.title_line {
  height: 11em;
  margin-top: -2em;
  margin-bottom: -2em;
  display: flex;
}

.title_script {
  color: #fff;
  font-family: Nautica, sans-serif;
  font-size: 10em;
  line-height: 2em;
}

.title_reg {
  color: #fff;
  padding-top: .175em;
  font-family: Tan Pearl, sans-serif;
  font-size: 5.1em;
  line-height: 2em;
}

.title_reg.left_0-15 {
  padding-left: .15em;
}

.title_reg.right_neg_0-15 {
  margin-right: -.15em;
}

.title_reg.left_neg_0-2 {
  margin-left: -.2em;
}

.script_line {
  height: 7.5em;
  align-items: center;
  margin-top: -2em;
  margin-bottom: -2.5em;
  display: flex;
}

.script_line.mural {
  position: absolute;
  top: 3.7em;
  left: 29.2em;
}

.script {
  color: #fff;
  padding-top: .25em;
  font-family: Windsong, sans-serif;
  font-size: 5.1em;
  line-height: 1.2em;
}

.script.footer_abs {
  position: absolute;
  top: .4em;
  right: .4em;
}

.spacer {
  width: 2em;
  height: 1em;
}

.spacer._5 {
  width: 5em;
}

.spacer._12 {
  width: 12em;
}

.spacer._8 {
  width: 8em;
}

.spacer._10 {
  width: 10em;
}

.spacer._4 {
  width: 4em;
}

.spacer._34 {
  width: 34em;
}

.spacer._20 {
  width: 20em;
}

.spacer._16 {
  width: 16em;
}

.own_content_container {
  width: 33.13em;
  grid-column-gap: 1.04em;
  grid-row-gap: 1.04em;
  flex-direction: column;
  margin-top: 3em;
  margin-left: 12em;
  display: flex;
}

.paragraph {
  width: 100%;
  color: #fff;
  text-align: justify;
  padding-top: .1em;
  padding-left: .5em;
  padding-right: .5em;
  font-family: Bagoss, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0.42px;
}

.paragraph.offwhite {
  opacity: .6;
}

.paragraph.opacity_80 {
  opacity: .8;
}

.paragraph.autowidth {
  width: auto;
  flex: none;
}

.paragraph.autowidth.opacity40 {
  opacity: .4;
}

.cta_outer_wrap {
  height: 5em;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta_inner_wrap {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_img_wrap {
  width: 3.54em;
  height: 3.54em;
  align-items: center;
  display: flex;
}

.cta_text_wrap {
  height: 1.2em;
  flex-direction: column;
  flex: none;
  display: flex;
  overflow: hidden;
}

.cta_text {
  color: #feed82;
  font-family: Bagoss, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
}

.cta_text.is--white {
  color: #fff;
}

.cta_text.is--white.opacity--40 {
  opacity: .4;
}

.cta_circle {
  width: 5em;
  height: 5em;
  opacity: .3;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 1.6em;
  right: auto;
}

.cta_circle.primary {
  left: 2.5em;
}

.own_content_cta_container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin-top: 2.5em;
  display: flex;
}

.cta2_outer_wrap {
  height: 5em;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta2_circle {
  width: 5em;
  height: 5em;
  opacity: .3;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.cta2_inner_wrap {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  align-items: center;
  padding-left: 4em;
  display: flex;
  position: relative;
}

.cta_glow {
  width: 10em;
  height: 10em;
  opacity: .3;
  filter: blur(4em);
  mix-blend-mode: normal;
  background-color: #db9e4e;
  border-radius: 50%;
  position: absolute;
  top: -2.5em;
  bottom: auto;
  left: -1em;
  right: auto;
}

.tag_outer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(165deg, #17354b 3%, #b79651 28%, #131f49 93%);
  padding: .05em;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .3), 12px 10px 100px rgba(17, 18, 33, .7);
}

.tag_inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(165deg, #17354b 3%, #0f1836 73%, #131f49 93%);
  padding: .63em;
}

.own_painting_tag {
  z-index: 2;
  height: 2.8em;
  position: absolute;
  top: auto;
  bottom: 1.5em;
  left: auto;
  right: -1.5em;
}

.paragraph_small {
  width: 100%;
  color: #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: Bagoss, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0.42px;
}

.own_graphic_wrap {
  width: 8.59em;
  position: absolute;
  top: -2em;
  right: 18em;
}

.footer_wrap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding-top: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_content_wrap {
  width: 80em;
  max-width: 2160px;
  justify-content: space-between;
  display: flex;
}

.footer_content_outer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.footer_content_inner {
  width: 26em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-left: 8em;
  display: flex;
}

.footer_links_wrap {
  width: 100%;
  height: 4em;
  display: flex;
}

.footer_link_outer {
  width: 4em;
  height: 4em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer_link_inner {
  width: 1.25em;
  height: 1.25em;
  overflow: hidden;
}

.footer_link_img_wrap {
  width: 1.25em;
  height: 1.25em;
  flex-direction: column;
  display: flex;
}

.link_circle {
  width: 5em;
  height: 5em;
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -.5em;
  bottom: auto;
  left: -.5em;
  right: auto;
}

.primarycta_img_wrap {
  width: 6em;
  height: 6em;
  align-items: center;
  margin-left: -.4em;
  display: flex;
}

.primarycta_circle {
  width: 5em;
  height: 5em;
  opacity: .3;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 2.6em;
  right: auto;
}

.primarycta_outer_wrap {
  height: 5em;
  align-items: center;
  display: flex;
  position: relative;
}

.primarycta_inner_wrap {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_images_container {
  width: 100%;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  margin-top: 6em;
  display: flex;
}

.footer_img_outer {
  z-index: 2;
  width: 25em;
  height: 25em;
  background-image: linear-gradient(165deg, #17354b 3%, #b79651 28%, #131f49 93%);
  flex: none;
  padding: .05em;
  position: relative;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .3), 12px 10px 100px rgba(17, 18, 33, .7);
}

.footer_img_outer.large {
  width: 22em;
  height: 22em;
}

.footer_img_outer.medium {
  width: 19em;
  height: 19em;
}

.footer_img_outer.small {
  width: 15em;
  height: 15em;
}

.footer_img_inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(165deg, #17354b 3%, #0f1836 73%, #131f49 93%);
  padding: .63em;
}

.footer_images_block {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  display: flex;
}

.footer_copyright {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 8em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.hero_wrap {
  width: 100%;
  height: 100vh;
  font-size: .85vw;
  position: relative;
}

.hero_content_outer {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_graphic_left {
  z-index: 1;
  width: 25em;
  height: auto;
  position: absolute;
  bottom: -8.5em;
  left: -12.5em;
}

.hero_graphic_right {
  z-index: 1;
  width: 25em;
  height: auto;
  position: absolute;
  top: 18em;
  right: -10.5em;
}

.carousel_outer {
  z-index: 1;
  width: 36em;
  height: 42em;
  margin-top: -8em;
  position: absolute;
}

.carousel {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_ring {
  z-index: 3;
  width: 35em;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0em;
}

.hero_content_wrap {
  z-index: 2;
  width: 80em;
  height: 36em;
  margin-right: 5em;
  position: relative;
}

.hero_content_inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.hero_paragraph_wrap {
  width: 27.5em;
  margin-top: 1em;
  padding-left: 5em;
}

.hero_cta_wrap {
  padding-left: 3.5em;
}

.hero_card_inner {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(#11172d, #151b30);
  box-shadow: 2px 3px 1em rgba(0, 0, 0, .15), 9px 13px 5em rgba(0, 0, 0, .45);
}

.arrow_wrap {
  z-index: 3;
  width: 1vw;
  height: auto;
  opacity: .4;
  position: absolute;
  bottom: 0.8em;
  left: 49vw;
}

.nav_outer {
  z-index: 5;
  width: 100%;
  height: 6em;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: fixed;
  top: 0;
}

.link_outer {
  flex: none;
  align-items: center;
  padding: 1em;
  text-decoration: none;
}

.logo_wrap {
  width: 3.33em;
  height: auto;
  flex: none;
  margin-right: 5.5em;
}

.about_wrap {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15em;
  display: flex;
  position: relative;
}

.about_content_outer {
  z-index: 1;
  width: 80em;
  margin-bottom: -15em;
  display: flex;
  position: relative;
}

.about_graphic_wrap {
  width: 42em;
  height: 44em;
  position: relative;
  top: -15em;
}

.about_graphic_bg {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
}

.about_graphic_fg {
  z-index: 3;
  width: 100%;
  height: auto;
  position: absolute;
}

.about_graphic_img {
  z-index: 2;
  width: 28.5em;
  height: auto;
  position: relative;
  left: 6.8em;
}

.about_content {
  width: 35em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-left: -3em;
  padding-top: 2em;
  display: flex;
}

.about_graphic {
  width: 16em;
  height: auto;
  position: absolute;
  top: -9em;
  right: 1em;
}

.mural_wrap {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15em;
  display: flex;
  position: relative;
}

.mural_graphic {
  width: 11em;
  height: auto;
  position: absolute;
  top: -2.6em;
  right: 7.2em;
}

.mural_content_outer {
  z-index: 1;
  width: 80em;
  margin-top: -9em;
  display: flex;
  position: relative;
}

.mural_content {
  width: 100%;
  height: 35em;
  background-image: linear-gradient(rgba(57, 58, 62, .5), rgba(57, 58, 62, .5));
}

.mural_title_outer {
  display: flex;
}

.hero_card_wrap {
  z-index: 1;
  width: 20em;
  height: 100vh;
  font-size: 1vw;
  position: fixed;
  left: 40em;
  overflow: hidden;
}

.own_content_outer {
  width: 45em;
  margin-top: 0;
  margin-left: -5em;
  position: relative;
  top: 0;
}

@media screen and (max-width: 991px) {
  .content_wrap {
    font-size: 1.2vw;
  }

  .own_content {
    top: 25vh;
  }

  .footer_content_wrap {
    width: 70em;
  }

  .hero_wrap {
    font-size: .95vw;
  }

  .own_content_outer {
    top: 25vh;
  }
}

@media screen and (max-width: 479px) {
  .content_wrap {
    font-size: 2vw;
  }

  .own_wrap {
    flex-direction: column;
    align-items: center;
  }

  .own_content {
    width: 40em;
    margin-top: 8em;
    margin-left: 0;
  }

  .own_paintings_wrap {
    margin-top: 0;
  }

  .background_image {
    background-size: 200vw;
  }

  .title_line.about_2 {
    margin-right: 18em;
    font-size: 1.7vw;
  }

  .title_line.about_1 {
    margin-left: 8em;
  }

  .own_content_container {
    margin-left: 3em;
    font-size: 2.4vw;
  }

  .paragraph.offwhite {
    display: none;
  }

  .own_graphic_wrap {
    top: -3em;
    right: 14em;
  }

  .footer_content_wrap {
    width: 50em;
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-direction: column;
    align-items: center;
  }

  .footer_content_outer {
    font-size: 2.4vw;
  }

  .footer_copyright {
    margin-top: 8em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero_wrap {
    height: 100svh;
    font-size: 2vw;
  }

  .carousel_outer {
    font-size: 2.5vw;
  }

  .hero_content_wrap {
    width: 45em;
    height: 60em;
    margin-right: 0;
  }

  .hero_card_inner {
    width: 40em;
    height: 100svh;
    left: 30em;
  }

  .arrow_wrap {
    width: 3vw;
    bottom: 3em;
    left: 48vw;
  }

  .nav_outer {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 2.5vw;
  }

  .logo_wrap {
    margin-right: 1.5em;
  }

  .about_wrap {
    margin-top: 20em;
    margin-bottom: 20em;
  }

  .about_content_outer {
    width: 40em;
    flex-direction: column;
  }

  .about_graphic_wrap {
    top: 5em;
  }

  .about_content {
    width: 100%;
    margin-left: 0;
    font-size: 2.3vw;
  }

  .about_graphic {
    right: 8em;
  }

  .mural_wrap {
    margin-top: 10em;
    margin-bottom: 10em;
  }

  .mural_graphic {
    right: 8em;
  }

  .mural_content_outer {
    width: 40em;
    flex-direction: column;
    margin-top: 3em;
  }

  .mural_title_outer {
    flex-direction: column;
  }

  .hero_card_wrap {
    width: 40em;
    height: 100svh;
    left: 30em;
  }

  .own_content_outer {
    width: 40em;
    margin-top: 0;
    margin-left: 0;
  }
}




@media (max-width:575px) {
.title_script {
    font-size: 70px;
    line-height: 2em;
}

.title_reg {
    font-size: 30px;
}
.hero_content_wrap {
    margin-top: -72px;
}

.hero_paragraph_wrap {
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.primarycta_outer_wrap {
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
}
}