@font-face {
  font-family: Gotham book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

:root {
  --light-grey: #979797;
  --dark-grey: #414141;
  --black: black;
  --white: white;
}

.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;
}

h1 {
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #00000069;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}

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

strong {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

figcaption {
  color: var(--light-grey);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 21px;
  font-size: 13px;
}

.body {
  color: #fff;
  background-color: #414141;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  line-height: 2;
}

.photo-flexed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.photo-wrap {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 95%;
  display: flex;
}

.image-interaction {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
}

.slide-nav {
  display: none;
}

.left-arrow {
  z-index: 5;
  background-image: url('../images/arrowL.avif');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 34px;
  width: 22%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.left-arrow.hide {
  display: none;
}

.right-arrow {
  z-index: 5;
  background-image: url('../images/arrowR.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 34px;
  flex-direction: row;
  justify-content: flex-end;
  width: 22%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.right-arrow.hide {
  display: none;
}

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

.image-2 {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%)translate(-50%);
}

.slide-copy {
  background-image: url('../images/Wall-with-Children.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  background-image: url('../images/Congregation-Ladies.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pic-caption-holder {
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  height: 8%;
  padding-top: 18px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.photo-caption {
  color: #fff;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  font-family: Gotham book, sans-serif;
  font-size: 12px;
}

.div-block-3-copy {
  background-image: url('../images/Wall-with-Children.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slide-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slide-wrapper.hide {
  display: none;
}

.collection-item {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.collection-item-2 {
  text-align: center;
}

.photo-main {
  max-height: 100%;
  display: block;
  box-shadow: 0 1px 6px #0000006e;
}

.collection-list-wrapper {
  height: 100%;
}

.photo-holder {
  justify-content: center;
  align-items: center;
  height: 92%;
  display: flex;
}

.nav-menu {
  background-color: var(--dark-grey);
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  box-shadow: 0 0 5px #00000036;
}

.navbar {
  z-index: 1111;
  background-color: #0000;
  display: block;
  position: static;
}

.nav-link {
  border-bottom: 1px solid #dbdbdb;
  display: block;
}

.body-2 {
  background-color: #414141;
  background-image: url('../images/content-page.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1280px;
  height: 1847px;
}

.menu-button {
  background-color: #000;
  background-image: url('../images/hamburger.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 22px;
  display: flex;
}

.menu-button.w--open {
  background-color: #000;
  background-image: url('../images/close-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.icon {
  display: none;
}

.image-4 {
  display: block;
}

.burk-logo {
  background-image: url('../images/burk-logo-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 28px;
  display: block;
  transform: rotate(-90deg);
}

.text-block-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham book, sans-serif;
  font-size: 13px;
}

.link-block {
  border-right: 1px solid var(--light-grey);
  padding: 8px 15px;
  text-decoration: none;
  transform: rotate(0);
}

.link-block:hover {
  background-color: #ffffff0d;
  border-right-color: #0000;
}

.link-block.w--current {
  text-decoration: none;
}

.contact {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
  transform: rotate(-90deg);
}

.nav-container {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.full-page-nav-contaner {
  z-index: 1111;
  position: fixed;
  inset: 0 auto auto 0;
}

.nav-photo-container {
  justify-content: flex-start;
  display: flex;
}

.div-block-6 {
  align-items: center;
  width: 85px;
  height: 99px;
  margin-top: 11px;
  margin-bottom: 11px;
  display: flex;
}

.mask {
  z-index: 5;
  margin-left: 19px;
  margin-right: 19px;
}

.close-btn {
  display: none;
}

.flexed-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  overflow: auto;
}

.fixed-width-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 98px;
  display: block;
}

.fixed-width-container.post-collection {
  padding-top: 17.3em;
  padding-bottom: 17em;
  position: relative;
}

.text-block-3 {
  line-height: 1.4;
}

.nav-btn {
  border: 1px solid var(--light-grey);
  text-transform: uppercase;
  width: 100%;
  margin-top: -1px;
  padding: 25px 22px;
  font-size: 12px;
  line-height: 2;
  text-decoration: none;
}

.nav-btn:hover {
  background-color: #505050;
}

.nav-btn.w--current {
  color: #ffffff3d;
  background-color: #505050;
  transition: all .2s;
  display: inline-block;
}

.nav-btn.about.w--current {
  background-color: #0000;
}

.link-block-3 {
  flex: none;
  width: 60px;
  margin-bottom: 17px;
  padding: 16px 11px;
}

.image-5 {
  display: none;
  transform: translate(0);
}

.floated-column {
  float: none;
  text-align: center;
  letter-spacing: 1px;
  flex-direction: column;
  width: auto;
  max-width: 300px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.attribution-about {
  opacity: .35;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 80px;
  margin-left: 51px;
  text-decoration: none;
  transition: opacity .222s;
  display: flex;
  position: static;
  bottom: 0;
  left: -41px;
}

.attribution-about:hover {
  opacity: 1;
}

.attribution-about.nav {
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-div {
  justify-content: center;
  align-items: center;
  width: 960px;
  margin-left: 68px;
  display: block;
  position: relative;
}

.content-div.article {
  padding-bottom: 109px;
}

.div-block-7 {
  float: left;
  width: 60%;
}

.absolute-wrapper {
  float: right;
  width: 33%;
  margin-top: 77px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.content-wrapper-flex {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.content-section {
  border-top: 1px solid var(--light-grey);
  margin-top: 77px;
  padding-top: 77px;
}

.content-section.top {
  border-top-style: none;
  margin-top: 0;
}

.fixed-wrapper {
  width: 310px;
  position: fixed;
}

.fixed-wrapper.article {
  position: static;
}

.paragraph {
  width: 100%;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
}

.row {
  border-top: 1px dotted #97979796;
  padding-top: 39px;
  padding-bottom: 39px;
  text-decoration: none;
  display: flex;
}

.row:hover {
  background-color: #ffffff17;
}

.row.nolink:hover {
  background-color: #0000;
}

.image-7 {
  height: auto;
}

.monograph-img-div {
  width: 20%;
  padding-right: 20px;
}

.monograph-div {
  width: 80%;
}

.button {
  text-transform: uppercase;
  background-color: #000;
  padding: 8px 26px;
  font-family: Gotham, sans-serif;
}

.button.is--right-margin {
  margin-right: 27px;
}

.button.start {
  color: var(--black);
  background-color: #fff;
  margin-right: 26px;
}

.button.is--icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.video {
  margin-top: 22px;
  margin-bottom: 22px;
}

.heading-2 {
  margin-top: 0;
}

.contact-section {
  border: 1px solid var(--light-grey);
  background-color: #505050;
  margin-bottom: 50px;
  padding: 42px;
}

.contact-section.top {
  border-top-style: none;
  margin-top: 0;
}

.heading-3 {
  margin-top: 0;
}

.contact-wrapper {
  padding-top: 77px;
  padding-bottom: 155px;
}

.heading-4 {
  border-top: 1px solid var(--light-grey);
  margin-top: 77px;
  padding-top: 77px;
}

.nav-header {
  opacity: .29;
  margin-bottom: 10px;
  font-size: 13px;
}

.paragraph-2 {
  text-decoration: none;
}

.text-block-4 {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.div-block-8 {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  display: inline-block;
  box-shadow: 0 0 10px #00000080;
}

.adesigns-txt {
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Gotham book, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.icon-2, .icon-3 {
  display: none;
}

.attribution-nav {
  z-index: 9999;
  background-color: var(--dark-grey);
  opacity: .5;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 18px;
  text-decoration: none;
  transition: opacity .222s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.attribution-nav:hover {
  opacity: 1;
}

.attribution-nav.nav {
  position: absolute;
  bottom: 0;
  left: 0;
}

.div-block-9 {
  padding-top: 52px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-10 {
  margin-bottom: 14px;
}

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

.intro-text-container {
  width: 540px;
  max-width: 540px;
}

.intro-text-container.ctr {
  text-align: center;
}

.div-block-12 {
  margin-top: 21px;
}

.the-end {
  margin-bottom: 23px;
}

.image-8 {
  width: 21px;
}

.photos-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.photo-main-copy {
  text-align: left;
  max-height: 100%;
  display: block;
  box-shadow: 0 1px 6px #0000006e;
}

.collection-item-3 {
  text-align: left;
  flex: none;
  width: auto;
  height: 20vw;
  padding-left: 0;
  padding-right: 1vw;
}

.collection-list-2 {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.fade-div {
  background-image: linear-gradient(270deg, var(--dark-grey) 3%, #41414100);
  width: 25%;
  margin-right: -3px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-14 {
  font-size: 12px;
}

.link-block-4 {
  margin-left: -7px;
  padding: 7px;
}

.link-block-5 {
  height: 100%;
}

.home-buttons-holder {
  margin-top: 18px;
}

.home-buttons-holder.is--btm {
  margin-top: 8vh;
  margin-bottom: -8vh;
}

.home-buttons-holder.is-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  opacity: .41;
  margin-top: 9px;
  font-size: 12px;
}

.article-rte {
  margin-bottom: 16px;
}

.content-section-2 {
  border-top: 1px solid #979797;
  margin-top: 77px;
  padding-top: 77px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #000;
  padding: 13px 26px;
}

.scroll-down-wrapper {
  z-index: 5;
  opacity: .28;
  background-image: linear-gradient(#41414100, #414141 59%);
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 330px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-6 {
  font-size: 12px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-18 {
  width: 14px;
  margin-right: 10px;
}

.div-block-19 {
  z-index: 555;
  background-color: var(--black);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-5 {
  text-transform: uppercase;
}

.div-block-20 {
  background-color: var(--black);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  display: flex;
}

.text-block-7 {
  margin-left: 8px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  width: 100%;
  height: 20vw;
  display: flex;
}

.photo-main-copy-copy {
  text-align: left;
  max-height: 100%;
  margin-right: 1vw;
  display: block;
  box-shadow: 0 1px 6px #0000006e;
}

.home_text-wrapper {
  padding-left: 60px;
}

.home_text-wrapper.is--after1 {
  z-index: 5;
  margin-top: -60vh;
  position: relative;
}

.home_text-container {
  padding-left: 2vw;
  padding-right: 2vw;
}

.accordion-pane {
  text-align: left;
  background-color: #ececec;
  border-radius: 15px;
  height: 100vh;
  padding: 72px 132px 72px 72px;
  display: flex;
  position: sticky;
  bottom: 72px;
  overflow: hidden;
  box-shadow: 0 0 7px #0000000d;
}

.accordion-pane.pane1 {
  z-index: 1;
  color: var(--black);
  background-color: #fff;
  overflow: hidden;
}

.accordion-pane.pane2 {
  z-index: 2;
  color: #fff;
  background-color: #f99d1b;
}

.accordion-pane.pane3 {
  z-index: 1;
  color: #fff;
  background-color: #f25922;
}

.bg-v-holder {
  width: 350px;
  height: 350px;
  position: absolute;
  inset: -11% auto auto -9%;
}

.corner-number-holder {
  opacity: .44;
  color: #aaa;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 12px 34px;
}

.corner-number-holder.white {
  color: #fff;
}

.panes-heading {
  margin-top: 0;
}

.div-block-117 {
  z-index: 2;
  flex: 1;
  margin-left: 229px;
  position: relative;
}

.white {
  color: #fff;
  background-color: #0000;
}

.bg-v {
  width: 100%;
  height: 100%;
}

.home-text-section {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.home-image {
  width: auto;
  box-shadow: 1px 1px 20px 5px #00000052, 1px 1px 20px 4px #00000054;
}

.home-section-padding {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  position: relative;
}

.home-hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-left: 3rem;
}

.home-hero-burk-pic {
  border-radius: 50%;
  margin-bottom: 54px;
  overflow: hidden;
}

.home-hero-title-text {
  font-family: Gotham, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.home-hero-title-text.home-title-big {
  font-size: 9vw;
}

.home-title-block {
  margin-top: -.8vw;
  font-family: Gotham, sans-serif;
  font-size: 4.5vw;
  line-height: 1;
}

.home-title-block._1 {
  opacity: .2;
}

.home-title-block._2 {
  opacity: .4;
}

.home-title-block._3 {
  opacity: .65;
}

.home-title-block.is--small-20 {
  opacity: .2;
  margin-bottom: 1vw;
  font-size: 3vw;
}

.text-block-9 {
  margin-top: 34px;
  display: inline;
}

.text-block-9.full {
  margin-top: 0;
  display: block;
}

.home-blurb {
  text-align: left;
  margin-top: 1vw;
}

.image-holder {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.caption-text {
  margin-top: .5vh;
  padding-left: 60px;
}

.home-text-image-holder.is--after1 {
  margin-top: -70vh;
}

.home-below-hero {
  margin-top: -31vh;
  padding-top: 30vh;
}

.div-block-119 {
  margin-top: 60vh;
}

.div-block-120 {
  background-color: var(--white);
  opacity: .15;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  padding: 10px;
  display: flex;
  transform: translate(5px);
  box-shadow: 1px 1px 3px #00000082;
}

.hide {
  display: none;
}

.btm-cta_component {
  margin-top: -50vh;
}

.btm-cta_bg-pic-holder {
  background-image: url('../images/bottom-pic.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 39.7%;
  position: relative;
}

.div-block-121 {
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.btm-cta_content {
  text-align: center;
}

.div-block-122 {
  text-align: left;
  padding-top: 3rem;
  padding-left: 3rem;
}

.grid {
  grid-column-gap: 116px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.home-hero-image-holder {
  width: 100%;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
}

.home-hero-img {
  object-fit: cover;
  height: 100%;
}

.image-9 {
  margin-left: -3rem;
}

.div-block-123 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.small {
  color: var(--light-grey);
  font-size: 12px;
}

.small.medium-width {
  max-width: 25rem;
}

.div-block-124 {
  margin-top: .5rem;
}

.image-10 {
  border: 7px solid var(--black);
  width: 100%;
  max-width: 17rem;
  height: auto;
  margin-top: -9.375rem;
}

.button-white {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  margin-right: 26px;
  padding: 8px 26px;
  font-family: Gotham, sans-serif;
}

.home-ercoline-wrapper {
  border: 6px solid #fff;
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  box-shadow: 0 0 20px 5px #0000006b;
}

.home-ercoline-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .photo-flexed {
    z-index: 0;
    width: 100%;
    height: 90%;
  }

  .photo-wrap {
    width: 100%;
  }

  .image-interaction {
    align-items: center;
    height: auto;
  }

  .left-arrow {
    background-image: url('../images/arrow-mobile.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 40px;
    display: flex;
    top: 0;
    bottom: auto;
    left: 0;
    transform: rotate(180deg);
  }

  .right-arrow {
    background-image: url('../images/arrow-mobile.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 40px;
    justify-content: flex-end;
    margin-top: 0;
    display: flex;
    top: 0;
    right: 0;
  }

  .pic-caption-holder {
    height: 15%;
  }

  .photo-holder {
    height: 85%;
  }

  .nav-menu {
    z-index: 111111;
    display: block;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .navbar {
    height: 10%;
    position: static;
  }

  .burk-logo {
    border-bottom-style: none;
    align-items: flex-start;
    width: 76%;
    margin-top: 5px;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
    transform: none;
  }

  .link-block {
    border-left: 1px solid #979797;
    border-right-style: none;
    margin-top: 9px;
    transform: none;
  }

  .link-block:hover {
    border-left-color: #0000;
  }

  .link-block.w--current {
    margin-top: 7px;
  }

  .contact {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    transform: none;
  }

  .nav-container {
    z-index: 222222;
    background-color: var(--dark-grey);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 11px #00000045;
  }

  .full-page-nav-contaner {
    z-index: 11111;
    background-color: var(--dark-grey);
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-photo-container {
    height: 100vh;
    font-size: 16px;
    display: block;
  }

  .div-block-6 {
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .flexed-container {
    display: block;
  }

  .fixed-width-container {
    text-align: center;
    width: 100%;
    display: block;
  }

  .link-block-3 {
    width: 120px;
    height: 60px;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .image-5 {
    display: block;
  }

  .nav-burk-logo {
    display: none;
  }

  .floated-column {
    float: none;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .attribution-about {
    margin: 29px auto 155px;
    display: flex;
    position: static;
  }

  .attribution-about.nav {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .content-div {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-7 {
    float: none;
    width: 100%;
  }

  .absolute-wrapper {
    display: none;
  }

  .absolute-wrapper.article {
    float: none;
    width: auto;
    margin-top: 42px;
    display: block;
    position: static;
  }

  .content-wrapper-flex {
    width: 100%;
    height: 90%;
  }

  .content-wrapper-flex.article {
    height: auto;
    padding-bottom: 53px;
  }

  .fixed-wrapper.article {
    max-width: 310px;
    position: static;
  }

  .attribution-nav {
    z-index: 8888;
    width: 100%;
    margin-top: 32px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .attribution-nav.nav {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .collection-item-3 {
    height: 34vw;
  }

  .home_text-wrapper {
    padding-left: 0;
  }

  .bg-v-holder {
    opacity: .1;
  }

  .bg-v-holder.dkbg {
    opacity: .33;
  }

  .div-block-117 {
    margin-left: 0;
  }

  .home-image {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .home-section-padding {
    padding-top: 14vh;
    padding-left: 0;
  }

  .home-hero-content {
    padding-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .home-hero-title-text {
    font-size: 2rem;
  }

  .home-hero-title-text.home-title-big {
    font-size: 4rem;
  }

  .home-title-block {
    font-size: 10vw;
  }

  .text-block-9.full {
    display: inline;
  }

  .image-holder {
    height: auto;
    padding-left: 0;
  }

  .caption-text {
    padding-left: 0;
  }

  .home-text-image-holder.is--after1 {
    margin-top: 0;
  }

  .home-below-hero {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-120 {
    margin-bottom: 0;
  }

  .btm-cta_component {
    margin-top: 7vh;
  }

  .btm-cta_bg-pic-holder {
    padding-top: 62.7%;
  }

  .div-block-122 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-hero-image-holder {
    width: 70%;
    height: auto;
    margin-top: 7vh;
    padding: 0;
  }

  .image-9 {
    margin-left: 0;
  }

  .image-10 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .floated-column {
    text-align: center;
  }

  .attribution-about {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .fixed-wrapper.article {
    width: auto;
  }

  .contact-section {
    padding: 39px;
  }

  .attribution-nav {
    display: flex;
  }

  .intro-text-wrapper {
    justify-content: flex-start;
  }

  .intro-text-container {
    width: 85%;
  }

  .intro-text-container.ctr {
    width: 100%;
  }

  .accordion-pane {
    flex-direction: column;
    height: auto;
    padding: 49px;
    position: static;
  }

  .accordion-pane.pane1, .accordion-pane.pane2 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .accordion-wrapper {
    margin-top: 41px;
  }

  .bg-v-holder {
    display: none;
  }

  .corner-number-holder {
    display: block;
    position: static;
  }

  .corner-number-holder.white {
    flex: 1;
    display: block;
    position: static;
  }

  .home-text-section {
    justify-content: flex-end;
    height: 33vh;
    padding-bottom: 4vh;
  }

  .home-text-image-holder.is--after1 {
    margin-top: 0;
  }
}

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

  .slider {
    padding-bottom: 9vh;
  }

  .left-arrow {
    background-image: url('../images/arrow-mobile.svg');
    background-position: 100%;
    background-size: 40px;
    transform: rotate(180deg);
  }

  .right-arrow {
    background-image: url('../images/arrow-mobile.svg');
    background-position: 100%;
    background-size: 40px;
  }

  .pic-caption-holder {
    align-items: flex-end;
    height: 15%;
    padding-top: 0;
    inset: auto 0% 0%;
  }

  .photo-holder {
    height: 82%;
  }

  .fixed-width-container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav-btn {
    text-align: center;
  }

  .nav-btn.article {
    text-align: left;
  }

  .floated-column {
    width: 100%;
    min-width: 0;
  }

  .content-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section {
    margin-top: 60px;
    padding-top: 60px;
  }

  .row {
    text-align: center;
    display: block;
  }

  .monograph-img-div {
    text-align: center;
    width: 44%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .monograph-div {
    width: 100%;
  }

  .button {
    text-align: center;
  }

  .button.start {
    margin-bottom: 19px;
    margin-right: 0;
  }

  .contact-section {
    margin-bottom: 51px;
    padding: 29px;
  }

  .contact-wrapper {
    padding-bottom: 10px;
  }

  .nav-header {
    text-align: center;
  }

  .nav-header.article {
    text-align: left;
  }

  .attribution-nav {
    flex-direction: column;
  }

  .image-8 {
    margin-bottom: 3px;
  }

  .content-section-2 {
    margin-top: 60px;
    padding-top: 60px;
  }

  .button-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .accordion-pane {
    padding: 38px 30px;
  }

  .home-hero-content {
    padding-top: 0;
  }

  .home-hero-title-text {
    font-size: 1.5rem;
  }

  .home-hero-title-text.home-title-big {
    font-size: 2.8rem;
  }

  .button-white {
    text-align: center;
    margin-right: 0;
    display: inline-block;
  }

  .home-ercoline-wrapper {
    padding: 1.4rem;
  }
}

#w-node-_18b4a8fa-cffc-b709-af8d-4af2f87b6241-42e5c301, #w-node-ee78783a-dd6a-6857-2812-2a087368eccb-42e5c301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a4042e2-79c4-238e-c8e8-3a7171498517-42e5c301 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0a4042e2-79c4-238e-c8e8-3a7171498517-42e5c301 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}