@font-face {
  font-family: Ebgaramond Variablefont Wght;
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond Variablefont Wght;
  src: url('../fonts/EBGaramond-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --aquamarine: #03428d;
  --golden: #c9a84c;
  --red: #e63329;
}

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Ebgaramond Variablefont Wght, Palatino Linotype, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 20px;
}

a {
  border-bottom: 1px solid var(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.s-hero {
  background-color: var(--white);
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.s-hero.home {
  min-height: 68vh;
}

.nav-outer-wrapper {
  z-index: 2147483647;
  color: var(--black);
  padding: 10px 0 20px;
  font-size: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.body {
  color: #222;
  font-family: Ebgaramond Variablefont Wght, Palatino Linotype, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.c-1200 {
  z-index: 110;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.c-1200.center-align {
  text-align: center;
}

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

.heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 66px;
}

.heading.hero {
  z-index: 100;
  max-width: 16ch;
  color: var(--aquamarine);
  text-shadow: -2px -2px 0 var(--golden);
  font-size: 7vw;
  font-weight: 500;
  position: relative;
}

.heading.intro {
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 70px;
}

.heading.intro.scroll-highlight {
  margin-bottom: 100px;
}

.s-video {
  z-index: 10;
  height: 350vh;
  position: relative;
}

.bg-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-wrapper {
  align-items: center;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bg-video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-video-black-bar {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 7vw solid #000;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  z-index: 100;
  margin-bottom: 25px;
  font-size: 90px;
  position: static;
}

.brand {
  background-image: url('../images/logo-horizontal.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  display: flex;
}

.cursor-wrapper {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-outer-circle {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.bg-video-content-wrap {
  z-index: 5;
  text-align: center;
  max-width: 750px;
  position: relative;
}

.hero-content-left {
  z-index: 10;
  position: relative;
}

.social-icons-wrapper {
  flex-direction: row;
  display: flex;
}

.social-icons-wrapper.menu {
  filter: invert();
  margin-top: 35px;
}

.social-icon {
  filter: invert();
  cursor: pointer;
  max-width: 100%;
  padding: 0 0 0 35px;
}

.social-icon.first {
  padding-left: 0;
}

.subheader {
  color: var(--golden);
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.subheader.alt {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
}

.subheader.sans {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.subheader.sans.allcaps {
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
}

.marquee-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 100px;
  overflow: hidden;
}

.marquee-top {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filled {
  color: var(--black);
  margin: 0 35px;
  font-size: 100px;
  line-height: 1.2;
}

.stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  margin: 0 35px;
  font-size: 100px;
  line-height: 1.2;
}

.marquee-bottom {
  color: #fff;
  align-items: center;
  display: flex;
}

.s-project-1 {
  cursor: pointer;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper-full-width {
  cursor: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.project-header-img-clip {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/directors.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.project-header-img-clip.project-2 {
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/angels.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.project-header-img-clip.project-1 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/img-pamebrosta.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.project-1-bg-img {
  opacity: 0;
  background-image: url('../images/img-pamebrosta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.s-project-2 {
  background-color: var(--white);
  cursor: pointer;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-2-bg-img {
  opacity: 0;
  background-image: url('../images/angels.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.s-project-3 {
  background-color: var(--white);
  cursor: pointer;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-3-bg-img {
  opacity: 0;
  background-image: url('../images/directors.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.olympics-section {
  background-color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.olympics-section.dark {
  background-color: var(--black);
  color: var(--white);
}

.project-h2 {
  max-width: 13ch;
  font-size: 10vw;
  line-height: 1em;
  position: static;
}

.project-number {
  z-index: 100;
  opacity: .1;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px;
  font-family: Acta Display;
  font-size: 300px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: 0%;
}

.dot {
  background-color: var(--golden);
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  color: var(--golden);
  border-radius: 50%;
}

.grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.blog-card-wrapper {
  background-image: url('../images/blog-img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.blog-card-wrapper._2 {
  background-image: url('../images/restore.webp');
  background-position: 100%;
}

.blog-card-wrapper._3 {
  background-image: url('../images/build.webp');
  background-position: 100%;
}

.blog-card-wrapper._1 {
  background-image: url('../images/ruin.webp');
  background-position: 50% 0;
}

.blog-content-wrapper {
  z-index: 100;
  color: #fff;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.allcaps-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 60px;
}

.allcaps-heading.on-card {
  font-size: 40px;
}

.s-footer {
  z-index: 200;
  color: var(--white);
  background-color: #131313;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.contact-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-p {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.footer-p.menu {
  margin-bottom: 20px;
}

.contact-left {
  max-width: 50%;
}

.contact-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.text-block-3 {
  text-align: center;
  font-size: 24px;
}

.social-icon-wrapper {
  color: var(--black);
  border-bottom-style: none;
  transition: all .2s;
}

.social-icon-wrapper:hover {
  transform: translate(0, -5px);
}

.menu-full-sized {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-left {
  width: 40%;
}

.menu-left.footer {
  width: 100%;
}

.menu-inner-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-right {
  width: 60%;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
}

.paragraph.project {
  background-color: #ffffffe6;
  max-width: 56ch;
  padding: 20px;
  font-size: 26px;
}

.paragraph.bigger {
  font-size: 24px;
}

.full-menu-nav-link {
  opacity: .8;
  cursor: pointer;
  margin-bottom: 50px;
  font-size: 2em;
  transition: all .2s cubic-bezier(0, 0, .187, .851);
}

.full-menu-nav-link:hover {
  opacity: 1;
  transform: translate(20px);
}

.full-menu-nav-link.footer {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.fixed-lines-container {
  z-index: 1;
  opacity: .2;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.c-1200-lines {
  z-index: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.line-vertical {
  border-right: 2px dotted var(--golden);
  width: 1px;
  height: 100vh;
}

.blog-post-overlay {
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  opacity: .25;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.nav-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-7 {
  margin-bottom: 0;
  font-weight: 600;
}

.heading-7.italic {
  font-style: italic;
  font-weight: 400;
}

.menu-btn {
  filter: invert();
  cursor: pointer;
  max-width: 30px;
}

.preloader-wrapper {
  z-index: 2147483647;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 100px;
}

.links-overlay-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  color: #fff;
  background-color: #4268fb;
  border-bottom-style: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 13rem;
  padding: .75rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section._2 {
  min-height: 100vh;
  color: var(--white);
  background-color: #040606;
  background-image: url('../images/agora-bg.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
}

.section.angels {
  background-image: url('../images/angels.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.main {
  background-color: var(--white);
  text-align: left;
}

.section.main.split {
  flex-flow: column;
  display: flex;
}

.section.main.split2 {
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.dark {
  color: var(--white);
  position: relative;
}

.section.dark.village {
  text-align: left;
  background-image: url('../images/darkbg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 60vw;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.button {
  border: 1px solid var(--golden);
  background-color: var(--aquamarine);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-family: Ebgaramond Variablefont Wght, Palatino Linotype, sans-serif;
  font-weight: 600;
  transition: background-color .2s, color .3s;
}

.button.full-width {
  background-color: var(--golden);
  width: 100%;
  color: var(--black);
  letter-spacing: 2px;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  right: auto;
}

.button.full-width:hover {
  background-color: var(--aquamarine);
  color: var(--white);
}

.button.project {
  z-index: 111;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button.project:hover {
  background-color: var(--black);
  color: var(--golden);
}

.button.navbar {
  margin-left: auto;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 18px;
}

.button.golden {
  background-color: var(--golden);
  color: var(--white);
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
}

.topbar {
  z-index: 150;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-clip: border-box;
  padding: 8px 0;
  font-size: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.link-6 {
  float: right;
  opacity: .8;
  border-bottom-style: solid;
  border-bottom-color: #0000;
  margin-left: 20px;
  font-size: 15px;
}

.link-6:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--golden);
  opacity: 100;
}

.wreath {
  z-index: 1;
  opacity: .07;
  vertical-align: sub;
  width: 70vw;
  height: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.image-hero {
  z-index: 50;
  width: 20vw;
  position: absolute;
  inset: auto 5% 0 auto;
}

.text-block-4 {
  opacity: .7;
  margin-top: 20px;
}

.heading-block {
  width: 100%;
}

.relative {
  z-index: 2;
  position: relative;
}

.golden {
  color: var(--golden);
}

.separator40 {
  height: 40px;
}

.card {
  background-color: var(--aquamarine);
  width: 45%;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.separator80 {
  height: 80px;
}

.card-text {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 600;
}

.card-title {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.golden-plus {
  background-color: var(--golden);
  text-align: center;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 1.1;
  display: inline-block;
}

.section {
  background-color: #000;
}

.accordion_item-emoji {
  width: 40px;
  margin-right: 0;
  font-size: 44px;
}

.accordion-body {
  color: var(--white);
  padding-top: 40px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  margin-bottom: 30px;
  font-size: 28px;
}

.accordion__item {
  border: 1px solid var(--golden);
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 60px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  color: #fff;
  background-color: #131313;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  background-color: #0000;
}

.question-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 36px;
}

.question-text.gray {
  color: #b6b6b6;
  font-size: 20px;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion.js-accordion {
  margin-top: 100px;
}

.accordion-header {
  color: #838383;
  border-bottom: 1px solid #414141;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.accordion-header.js-accordion-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  font-size: 26px;
}

.list {
  padding-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.list.half {
  background-color: var(--white);
  border-left: 10px solid #00a732;
  align-self: stretch;
  width: 50%;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 40px;
}

.list.half.not {
  border-top-color: var(--red);
  border-left-color: var(--red);
}

.blue-section {
  background-color: var(--aquamarine);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.list-item-bullet {
  list-style-type: disc;
}

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

.accordion-p {
  color: #ccc;
  font-size: 24px;
  font-style: italic;
}

.block-accordion {
  flex: 1;
}

.media__desc-wrap {
  z-index: 2;
  width: 100%;
  max-width: 320px;
  margin-top: 24px;
  transition: all .8s;
  position: relative;
}

.content {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--audio {
  position: static;
}

.media__elem1 {
  width: 83px;
  height: 166px;
  position: absolute;
  inset: auto auto -26px 178px;
  overflow: hidden;
}

.hero__h1-span1 {
  font-size: 110px;
  display: inline-block;
  position: relative;
}

.audio__type-img {
  margin-right: 10px;
}

.audio__list-title {
  color: #f1f5fb;
  line-height: 1.1em;
}

.hero__elem-circle2 {
  background-image: url('../images/hero_elem-10.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 100%;
  position: absolute;
  right: 0;
  transform: rotate(0);
}

.param-link {
  color: var(--golden);
  text-transform: uppercase;
  margin-right: 36px;
  text-decoration: underline;
}

.param-link:hover {
  text-decoration: none;
}

.visit__card-elem-01 {
  filter: grayscale();
  transition: all 1s;
}

.visit__card-elem-01.active {
  transform: scale(1.1);
}

.visit__shine-wrap {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1300px;
  display: flex;
  position: absolute;
  inset: -500px 0 auto auto;
  overflow: hidden;
}

.audio__param-wrap {
  color: #fff6;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.hero__elem {
  z-index: 0;
  position: absolute;
  overflow: hidden;
}

.hero__elem.mod--6 {
  background-color: var(--black);
  width: 35px;
  height: 35px;
  inset: 50px auto auto 245px;
}

.hero__elem.mod--14 {
  background-color: var(--black);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 190px 0 auto auto;
}

.hero__elem.mod--2 {
  z-index: 1;
  inset: auto auto 0 26px;
}

.hero__elem.mod--9 {
  background-color: var(--black);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: auto auto 0 245px;
}

.hero__elem.mod--12 {
  background-color: var(--black);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 243px auto auto 160px;
}

.hero__elem.mod--4 {
  background-color: var(--white);
  width: 204px;
  height: 204px;
  inset: auto auto 3px 0%;
}

.hero__elem.mod--8 {
  width: 69px;
  height: 137px;
  inset: auto 169px 70px auto;
}

.hero__elem.mod--5 {
  width: 171px;
  height: 85px;
  inset: 0 0 auto auto;
}

.hero__elem.mod--7 {
  inset: 120px auto auto 245px;
}

.hero__elem.mod--10 {
  inset: auto 6px 0 auto;
}

.hero__elem.mod--1 {
  width: 200px;
  height: 199px;
  top: 0;
  bottom: auto;
}

.hero__elem.mod--13 {
  background-color: var(--black);
  width: 35px;
  height: 35px;
  inset: 120px 0 auto auto;
}

.hero__elem.mod--11 {
  z-index: 1;
  background-color: var(--aquamarine);
  width: 140px;
  height: 34px;
  inset: auto 0 0 auto;
}

.hero__elem.mod--3 {
  z-index: 2;
  background-color: var(--aquamarine);
  width: 120px;
  height: 35px;
  inset: 250px auto auto 0;
}

.hero__h1-span2 {
  background-color: var(--golden);
  width: 200px;
  height: 12px;
  margin-left: -89px;
  margin-right: 54px;
  display: inline-block;
  position: relative;
  top: 44px;
}

.audio__list {
  padding-left: 0;
  list-style-type: none;
}

.hero__over-heading {
  color: var(--golden);
  letter-spacing: .74em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.hero__elements {
  z-index: 0;
  width: 484px;
  height: 532px;
  position: relative;
}

.meida__img-wrap {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading--size-98 {
  z-index: 2;
  font-size: 98px;
  position: relative;
}

.hero__heading {
  letter-spacing: -.01em;
  white-space: nowrap;
  margin-bottom: 70px;
}

.heading__span {
  transition: all .8s;
  display: inline-block;
  position: relative;
}

.hero__elem-circle1-wrap {
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero__elem-circle1-wrap.mod--2 {
  top: auto;
}

.audio__heading-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
  display: flex;
}

.section-2 {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/Noise_1Noise.png');
  background-position: 0 0;
  background-size: auto;
  padding: 80px;
  position: relative;
}

.section-2.section--media {
  background-color: var(--aquamarine);
}

.hero__elem-circle3 {
  background-image: url('../images/arc-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 170px;
  transform: rotate(0);
}

.hero__h1-span3 {
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.media__border {
  z-index: -1;
  border: 1px solid #9a52614d;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.visit__card-desc {
  color: #fff9;
  letter-spacing: .02em;
  font-size: 21px;
  font-weight: 100;
}

.audio__txt {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5em;
}

.visit__card-elements {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.media__img {
  max-width: none;
  position: relative;
}

.media__elem2-into {
  background-color: #ffc75a;
  width: 100%;
  height: 100%;
  transition: all .8s;
}

.media__desc {
  min-width: 32ch;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.4em;
}

.hero__elem-circle1 {
  background-image: url('../images/hero_elem-circle2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0;
}

.hero__elem-circle1.mod--1 {
  background-image: url('../images/hero_elem-circle1.svg');
  background-position: 50% 0;
  top: 1px;
  bottom: auto;
}

.hero__elem-circle1.mod--2 {
  bottom: 1px;
}

.audio__col {
  flex: 1;
}

.audio__col.col--1 {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18%;
  display: flex;
  position: relative;
}

.audio__col.col--3 {
  margin-right: 56px;
  transition: all .2s;
}

.audio__col.col--3.active {
  color: #fff;
}

.audio__col.col--2 {
  max-width: 395px;
  padding-right: 64px;
}

.visit__card-title {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1em;
}

.visit__shine-img {
  max-height: 100%;
  position: relative;
  right: -550px;
}

.audio__shine-wrap {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nowrap {
  white-space: nowrap;
}

.media__elem1-into {
  background-image: url('../images/arc2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 166px;
  height: 100%;
  transition: all .8s;
}

.visit__card {
  border: 1px solid var(--golden);
  background-color: #0f0f0f;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 20px;
  padding: 24px 20px 24px 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.visit__card:hover {
  border-color: #9a5261b3;
}

.visit__card.mod--first {
  background-image: radial-gradient(circle at 90% -60%, #c1721899, #c1182200 68%);
  flex: 1;
}

.visit__card.mod--first:hover {
  border-color: var(--aquamarine);
  background-image: radial-gradient(circle farthest-corner at 90% -60%, var(--aquamarine), #c1182200 68%);
}

.visit__shine-mob-wrap {
  z-index: -1;
  display: none;
}

.audio__shine-img {
  position: relative;
  left: -300px;
}

.visit__cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-grid;
}

.audio__subheading {
  color: #878f9a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hero__elements-wrap {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 48px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.audio__heading {
  margin-bottom: 0;
}

.audio__list-item {
  background-image: url('../images/dash_1dash.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.audio__list-item.mod--first {
  background-image: url('../images/dash_1dash.png'), url('../images/dash_1dash.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
}

.audio__list-item.active {
  background-color: #161616;
  padding-top: 30px;
  padding-bottom: 30px;
}

.audio__type-wrap {
  color: #ffffff4d;
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  transition: all .2s;
  display: flex;
}

.visit__shine-mob-img {
  max-width: none;
}

.audio__img-wrap {
  z-index: -1;
  opacity: 0;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -20px;
}

.hero__elem-cube {
  border: 35px solid var(--aquamarine);
  flex: none;
  width: 158px;
  height: 158px;
}

.media__elem2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 173px;
  height: 58px;
  display: flex;
  position: absolute;
  inset: auto 355px 0 auto;
  transform: rotate(45deg);
}

.audio__img {
  max-width: none;
  transition: all .5s;
  transform: scale(.9);
}

.audio__img.active {
  transform: none;
}

.visit__content {
  justify-content: space-between;
  display: flex;
}

.hero__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.media__content {
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 560px;
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section-3 {
  background-color: #f5f5f5;
  background-image: url('../images/Noise_1Noise.png');
  background-position: 0 0;
  background-size: auto;
  padding: 80px;
  position: relative;
}

.section-3.section--hero {
  z-index: 3;
  background-color: var(--white);
  color: var(--aquamarine);
  overflow: hidden;
}

.split-block {
  padding-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.split-block.split-half {
  background-color: var(--white);
  width: 50%;
  margin-bottom: 0;
  padding: 60px 40px 60px 60px;
}

.split-block.split-half.no-margin {
  padding: 0;
}

.split-block.split-half.greeks-bg {
  background-image: url('../images/pame-brosta-2.webp');
  background-position: 0%;
  background-size: cover;
}

.div-block {
  width: 40ch;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-3 {
  flex: 1;
  align-self: flex-start;
}

.blue-overlay {
  z-index: 200;
  background-image: linear-gradient(45deg, var(--aquamarine), #03428d00);
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gray-text {
  color: #a3a3a3;
  font-size: 24px;
  font-style: italic;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.grid.img-bg {
  grid-template-rows: auto;
  margin-top: 60vh;
}

.grid.video {
  grid-template-columns: .75fr .5fr;
}

.grid.text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1.25fr .75fr;
}

.progression-block {
  border-top: 4px solid var(--golden);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.progression-block.special {
  background-color: var(--black);
  color: var(--golden);
  padding-left: 30px;
  padding-right: 30px;
}

.progression-block.grey {
  color: #949494;
}

.golden-arrow {
  background-color: var(--golden);
  width: 1.3em;
  height: 1.3em;
  color: var(--white);
  text-align: center;
  border-radius: .65em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .5em;
  line-height: 1.3;
  display: inline-block;
}

.div-block-2 {
  text-align: left;
}

.line-separator {
  background-color: var(--golden);
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-4 {
  border: 1px solid var(--golden);
  height: 100%;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #111111e6;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.image-4 {
  opacity: .7;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  color: #d6d6d6;
  font-size: 34px;
}

.text-block-6 {
  color: #b3b3b3;
  font-size: 32px;
}

.text-block-7 {
  border: 1px dotted var(--golden);
  background-color: var(--white);
  color: var(--aquamarine);
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 30px;
  display: inline-block;
}

.emoji {
  color: var(--golden);
  font-weight: 400;
  position: absolute;
  inset: 10% 0% auto auto;
}

.emoji.heart {
  top: 20%;
  right: 2%;
}

.black-overlay {
  z-index: 150;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  max-width: 58ch;
}

._50 {
  width: 50%;
}

.video-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
}

.code-embed {
  border-radius: 8px;
  overflow: hidden;
}

.italic {
  font-style: italic;
}

.link-7 {
  color: var(--white);
  border-bottom-style: none;
}

.link-7.w--current {
  color: var(--golden);
}

.text-block-8 {
  color: #afafaf;
  font-size: 16px;
}

.image-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.image-hiw {
  float: right;
  max-width: 125%;
}

.acc-icon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-8 {
  border-bottom-style: none;
}

.link-8.w--current {
  color: var(--golden);
}

@media screen and (min-width: 1440px) {
  .heading.hero {
    font-size: 110px;
  }

  .project-h2 {
    font-size: 160px;
  }

  .image-hero {
    width: 360px;
  }

  .visit__card {
    padding-right: 10px;
  }

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

  .image-5 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100vw;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  .s-hero.home {
    min-height: 60vh;
  }

  .nav-outer-wrapper, .body {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 50px;
  }

  .heading.hero {
    font-size: 8vw;
  }

  .heading.intro {
    font-size: 50px;
  }

  .bg-video-black-bar {
    border-width: 7vw;
  }

  .heading-2 {
    font-size: 66px;
  }

  .cursor-wrapper {
    display: none;
  }

  .bg-video-content-wrap {
    max-width: 58ch;
  }

  .hero-content-left {
    max-width: 70%;
  }

  .subheader.alt {
    font-size: 30px;
  }

  .subheader.alt.projects {
    color: var(--white);
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .filled, .stroke {
    font-size: 70px;
  }

  .s-project-1 {
    z-index: 30;
  }

  .project-header-img-clip {
    background-color: var(--white);
    background-image: none;
  }

  .project-header-img-clip.project-2 {
    background-image: none;
  }

  .project-header-img-clip.project-1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .project-1-bg-img {
    opacity: 1;
    background-image: linear-gradient(#000000b3, #ffffff1a), url('../images/img-pamebrosta.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .s-project-2 {
    min-height: 80vh;
  }

  .project-2-bg-img {
    opacity: 1;
    background-image: linear-gradient(#000000b3, #ffffff1a), url('../images/angels.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .project-3-bg-img {
    opacity: 1;
    background-image: linear-gradient(#000000b3, #ffffff1a), url('../images/directors.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .olympics-section {
    padding-top: 0;
  }

  .grid-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-card-wrapper {
    width: 100%;
  }

  .blog-card-wrapper._3 {
    background-position: 100%;
  }

  .allcaps-heading {
    font-size: 46px;
  }

  .contact-left, .contact-right {
    max-width: 30%;
  }

  .menu-full-sized {
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .paragraph.project {
    font-size: 24px;
  }

  .paragraph.bigger {
    font-size: 21px;
  }

  .full-menu-nav-link {
    font-size: 1.4em;
  }

  .blog-post-overlay {
    opacity: .6;
  }

  .heading-7.italic {
    font-size: 2.4em;
  }

  .preloader-wrapper {
    display: none;
  }

  .section._2 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.main {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.main.split, .section.main.split2 {
    flex-flow: column;
  }

  .section.dark.village {
    min-height: 70vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .topbar {
    padding-left: 0;
    padding-right: 0;
  }

  .wreath {
    width: 90vw;
    height: 80vw;
  }

  .image-hero {
    width: 24vw;
  }

  .card {
    width: 100%;
  }

  .accordion__item.js-accordion-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion.js-accordion {
    width: 100%;
  }

  .accordion-header.js-accordion-header {
    font-size: 24px;
  }

  .list.half {
    padding-left: 40px;
  }

  .blue-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .media__desc-wrap {
    max-width: 600px;
    margin-top: -20px;
  }

  .media__elem1 {
    inset: 0% auto auto 0%;
  }

  .hero__h1-span1 {
    font-size: 80px;
  }

  .audio__list-title {
    padding-left: 20px;
    font-size: 44px;
  }

  .param-link {
    font-size: 20px;
  }

  .visit__card-elem-01.active {
    max-width: 80%;
  }

  .visit__shine-wrap {
    height: 600px;
    top: -300px;
  }

  .hero__over-heading {
    font-size: 20px;
  }

  .hero__elements {
    transform: scale(.8);
  }

  .meida__img-wrap {
    margin-bottom: -150px;
    position: relative;
  }

  .heading--size-98 {
    font-size: 80px;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2.section--media {
    overflow: hidden;
  }

  .hero__h1-span3 {
    font-size: 50px;
  }

  .visit__card-desc {
    font-size: 18px;
  }

  .audio__txt {
    margin-top: 0;
  }

  .visit__card-elements {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .media__img {
    max-width: 60%;
  }

  .media__desc {
    margin-bottom: 40px;
  }

  .audio__col.col--1 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-left: 20px;
  }

  .audio__col.col--3 {
    margin-right: 0;
    padding-left: 20px;
  }

  .audio__col.col--2 {
    max-width: 270px;
    padding-left: 0;
  }

  .visit__card-title {
    font-size: 28px;
  }

  .visit__shine-img {
    right: -250px;
  }

  .audio__shine-wrap {
    overflow: hidden;
  }

  .visit__card {
    margin-left: 20px;
  }

  .visit__card.mod--first {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__elements-wrap {
    margin-right: -60px;
  }

  .audio__heading {
    font-size: 2.6em;
  }

  .audio__list-item {
    flex-wrap: wrap;
    padding-right: 20px;
  }

  .audio__list-item.active {
    flex-flow: column;
    padding-left: 20px;
  }

  .audio__type-wrap {
    margin-bottom: 16px;
  }

  .audio__img-wrap {
    display: none;
  }

  .media__elem2 {
    inset: 0% 0% auto auto;
  }

  .visit__content {
    display: block;
  }

  .hero__content {
    max-width: 42%;
    padding-left: 0;
  }

  .media__content {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .split-block.split-half {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .split-block.split-half.greeks-bg {
    min-height: 40vh;
  }

  .div-block {
    width: auto;
  }

  .list-2 {
    margin-left: 40px;
    padding-left: 0;
  }

  .image-3 {
    max-width: 36%;
    margin-left: -30px;
  }

  .grid.img-bg {
    align-items: start;
  }

  .grid.text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.25fr;
  }

  .link-7 {
    font-size: 23px;
  }

  .heading-8 {
    font-size: 2.4em;
  }

  .image-5 {
    min-width: 120%;
  }

  .list-3 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  .s-hero {
    padding-bottom: 60px;
  }

  .s-hero.home {
    min-height: 60vh;
  }

  .c-1200 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .heading.hero {
    font-size: 10vw;
  }

  .heading.intro {
    font-size: 40px;
  }

  .heading-2 {
    padding-right: 10px;
    font-size: 54px;
  }

  .hero-content-left {
    max-width: 100%;
  }

  .social-icons-wrapper {
    flex-direction: column;
    display: flex;
  }

  .social-icons-wrapper.menu {
    flex-flow: row;
  }

  .subheader {
    font-size: 24px;
  }

  .subheader.alt {
    font-size: 28px;
  }

  .subheader.sans.allcaps {
    font-size: 20px;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .marquee-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    font-size: 50px;
  }

  .s-project-2 {
    min-height: 70vh;
  }

  .olympics-section {
    padding-top: 0;
  }

  .project-number {
    font-size: 250px;
  }

  .dot {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
  }

  .blog-card-wrapper._2, .blog-card-wrapper._3, .blog-card-wrapper._1 {
    width: 100%;
  }

  .allcaps-heading {
    font-size: 40px;
  }

  .footer-wrapper {
    margin-bottom: 60px;
    display: block;
  }

  .contact-left {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .contact-right {
    max-width: 100%;
  }

  .social-icon-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-full-sized {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 160px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-left {
    width: 100%;
  }

  .menu-inner-wrapper {
    flex-flow: column-reverse wrap;
  }

  .menu-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .paragraph.project {
    max-width: none;
    font-size: 21px;
  }

  .full-menu-nav-link {
    margin-bottom: 20px;
    font-size: 1.2em;
  }

  .heading-7.italic {
    font-size: 1.8em;
  }

  .section._2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.angels {
    min-height: 70vh;
  }

  .section.main, .section.dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.dark.village {
    min-height: 80vw;
  }

  .button {
    font-size: 19px;
  }

  .button.project {
    padding: 10px 20px;
    font-size: 18px;
  }

  .wreath {
    top: 20%;
  }

  .image-hero {
    width: 26vw;
    bottom: -20px;
  }

  .separator40 {
    height: 20px;
  }

  .separator80 {
    height: 40px;
  }

  .accordion-body.js-accordion-body {
    padding-top: 20px;
  }

  .accordion-body__contents {
    font-size: 24px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
    font-size: 30px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion {
    margin-top: 60px;
  }

  .accordion-header.js-accordion-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 22px;
  }

  .list.half {
    width: 100%;
  }

  .list.half.not {
    margin-bottom: 50px;
  }

  .div-flex.list {
    flex-flow: column;
  }

  .media__elem1 {
    width: 40px;
    height: 80px;
    top: 0;
    left: 71px;
    transform: rotate(-120deg);
  }

  .audio__list-title {
    margin-bottom: 32px;
    font-size: 40px;
  }

  .hero__elem-circle2 {
    width: 80px;
  }

  .visit__shine-wrap {
    top: -500px;
  }

  .audio__param-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .hero__elem.mod--6 {
    width: 20px;
    height: 20px;
    top: 35px;
    left: 139px;
  }

  .hero__elem.mod--14 {
    width: 22px;
    height: 22px;
    top: 140px;
  }

  .hero__elem.mod--2 {
    max-width: 90px;
    left: 12px;
  }

  .hero__elem.mod--9 {
    width: 22px;
    height: 22px;
    left: 140px;
  }

  .hero__elem.mod--12 {
    width: 22px;
    height: 22px;
    top: 140px;
    left: 88px;
  }

  .hero__elem.mod--4 {
    width: 110px;
    height: 110px;
  }

  .hero__elem.mod--8 {
    width: 40px;
    height: 80px;
    bottom: 35px;
    right: 100px;
  }

  .hero__elem.mod--5 {
    width: 110px;
    height: 55px;
  }

  .hero__elem.mod--7 {
    top: 68px;
    left: 140px;
  }

  .hero__elem.mod--10 {
    max-width: 75px;
    right: 13px;
  }

  .hero__elem.mod--1 {
    width: 110px;
    height: 110px;
    bottom: 163px;
  }

  .hero__elem.mod--13 {
    width: 20px;
    height: 20px;
    top: 68px;
  }

  .hero__elem.mod--11 {
    width: 100px;
    height: 22px;
  }

  .hero__elem.mod--3 {
    width: 64px;
    height: 17px;
    top: 142px;
  }

  .hero__h1-span2 {
    width: 120px;
    height: 8px;
    margin-left: -16px;
    margin-right: 28px;
    top: 25px;
  }

  .hero__over-heading {
    margin-bottom: 10px;
  }

  .hero__elements {
    width: 280px;
    height: 290px;
    margin-right: 0;
    transform: none;
  }

  .meida__img-wrap {
    margin-bottom: -75px;
  }

  .heading--size-98 {
    font-size: 52px;
  }

  .hero__heading {
    margin-bottom: 40px;
    font-size: 52px;
  }

  .hero__elem-circle1-wrap {
    height: 55px;
  }

  .audio__heading-wrap {
    margin-bottom: 34px;
  }

  .section-2 {
    padding: 40px 25px;
  }

  .hero__elem-circle3 {
    height: 110px;
  }

  .media__border {
    display: none;
  }

  .visit__card-elements {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero__elem-circle1 {
    width: 110px;
    height: 110px;
  }

  .audio__col.col--3 {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .audio__col.col--2 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .visit__card-title {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .visit__shine-img {
    right: -200px;
  }

  .audio__shine-wrap {
    justify-content: flex-end;
    height: 500px;
    inset: -122px 0 0;
    overflow: hidden;
  }

  .media__elem1-into {
    width: 80px;
  }

  .visit__card {
    flex: 0 auto;
    width: 48%;
    max-width: none;
    margin-left: 0;
    padding: 16px;
  }

  .visit__card.mod--first {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .visit__shine-mob-wrap {
    opacity: .8;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: -32px;
  }

  .audio__shine-img {
    width: 600px;
    max-width: none;
    left: auto;
    right: -350px;
    transform: rotate(60deg);
  }

  .visit__cards {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .audio__subheading {
    display: none;
  }

  .hero__elements-wrap {
    margin-right: 0;
    position: relative;
  }

  .audio__heading {
    font-size: 2em;
  }

  .audio__type-wrap {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .visit__shine-mob-img {
    width: 400px;
    position: relative;
    left: -150px;
  }

  .hero__elem-cube {
    border-width: 20px;
    width: 92px;
    height: 92px;
  }

  .media__elem2 {
    width: 50px;
    height: 16px;
    top: 379px;
    transform: rotate(-45deg);
  }

  .hero__content {
    max-width: 100%;
    padding-top: 40px;
    padding-left: 40px;
  }

  .media__content {
    padding: 0;
  }

  .section-3 {
    padding: 40px 25px;
  }

  .split-block.split-half {
    padding-bottom: 20px;
  }

  .list-2 {
    margin-left: 0;
  }

  .image-3 {
    max-width: 50%;
    margin-left: -40px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid.img-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 40vh;
  }

  .grid.video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .link-7 {
    font-size: 21px;
  }

  .heading-8 {
    font-size: 1.8em;
  }

  .image-5 {
    min-width: 150%;
  }

  .list-3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  .s-hero {
    padding-top: 50px;
  }

  .nav-outer-wrapper {
    padding-bottom: 10px;
  }

  .c-1200.top-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    display: grid;
  }

  .hero-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .heading {
    font-size: 30px;
  }

  .heading.hero {
    max-width: 16ch;
    font-size: 11vw;
  }

  .heading.intro {
    font-size: 30px;
  }

  .heading.intro.scroll-highlight {
    margin-bottom: 70px;
  }

  .heading-2 {
    font-size: 50px;
  }

  .brand {
    background-size: cover;
    width: 60px;
    padding-left: 0;
  }

  .bg-video-content-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-content-left {
    max-width: none;
  }

  .subheader {
    font-size: 22px;
  }

  .subheader.alt {
    font-size: 24px;
  }

  .subheader.sans.allcaps {
    font-size: 18px;
  }

  .marquee-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .marquee-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 36px;
  }

  .project-h2 {
    font-size: 50px;
  }

  .blog-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .allcaps-heading {
    font-size: 32px;
  }

  .s-footer {
    padding-bottom: 20px;
  }

  .menu-full-sized {
    padding-top: 120px;
    display: none;
  }

  .paragraph.bigger {
    font-size: 20px;
  }

  .menu-btn {
    max-width: 25px;
  }

  .section.angels {
    background-position: 50% 0;
    height: 80vh;
    min-height: 60vh;
  }

  .section.main {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.dark.village {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    padding: 12px 20px;
  }

  .topbar {
    background-color: #383838;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .link-6 {
    color: var(--white);
    display: block;
  }

  .wreath {
    top: 25%;
  }

  .image-hero {
    width: 34vw;
    bottom: 0;
  }

  .accordion_item-emoji {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-body__contents {
    font-size: 23px;
  }

  .accordion__item.js-accordion-item {
    padding: 0 20px;
  }

  .accordion__item.js-accordion-item.active {
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-text {
    flex: 0 100%;
  }

  .list.half {
    border-left-width: 6px;
  }

  .accordion-p {
    font-size: 21px;
  }

  .media__elem1 {
    left: 30px;
  }

  .hero__h1-span1 {
    font-size: 70px;
  }

  .audio__list-title {
    padding-left: 0;
  }

  .param-link {
    margin-right: 16px;
    font-size: 18px;
  }

  .visit__card-elem-01 {
    max-width: 145px;
  }

  .audio__param-wrap {
    font-size: 13px;
  }

  .hero__over-heading {
    letter-spacing: .6em;
    font-size: 19px;
  }

  .media__desc {
    font-size: 20px;
  }

  .audio__col.col--1, .audio__col.col--3 {
    padding-left: 0;
  }

  .audio__col.col--2 {
    padding-right: 50px;
  }

  .visit__shine-img {
    max-width: 120%;
  }

  .visit__card.mod--first {
    padding: 20px 30px;
  }

  .visit__shine-mob-wrap {
    bottom: -20px;
  }

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

  .hero__elements-wrap {
    justify-content: center;
  }

  .visit__shine-mob-img {
    left: -150px;
  }

  .media__elem2 {
    top: 305px;
    right: -10px;
  }

  .hero__content {
    max-width: none;
  }

  .section-3.section--hero {
    padding-left: 0;
    padding-right: 0;
  }

  .split-block.split-half {
    padding-left: 25px;
    padding-right: 25px;
  }

  .split-block.split-half.greeks-bg {
    min-height: 28vh;
  }

  .image-3 {
    margin-left: -10px;
  }

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

  .grid.img-bg {
    margin-top: 35vh;
  }

  .grid.video {
    margin-bottom: 20px;
  }

  .progression-block.special {
    padding-left: 20px;
  }

  .text-block-5 {
    font-size: 28px;
  }

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

  .text-block-7 {
    font-size: 25px;
  }

  .heading-8 {
    font-size: 1.6em;
  }

  .text-block-9 {
    font-size: 30px;
  }

  .main-wrapper {
    padding-bottom: 72px;
    position: relative;
  }
}

#w-node-_7dd2fc17-98e4-8221-c357-0f4991070217-d448c5e3, #w-node-_2919cf28-dd2d-a32c-dbf5-8158601b7b0a-d448c5e3, #w-node-_6420a530-bf1c-8c93-a792-fe82266526d8-d448c5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ac53258-75bc-d7c3-c9bd-42217afb6f16-d448c5e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0aeabb41-3292-265f-2006-53a83db2a332-142409d7, #w-node-d7eafd10-f24e-4ce5-2982-943dd5e0a82e-78de25bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_11bd474f-4ce0-ca60-8082-d4a99b407a41-9b407a3d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_11bd474f-4ce0-ca60-8082-d4a99b407a3f-9b407a3d {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_11bd474f-4ce0-ca60-8082-d4a99b407a43-9b407a3d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_11bd474f-4ce0-ca60-8082-d4a99b407a45-9b407a3d {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_0ac53258-75bc-d7c3-c9bd-42217afb6f16-d448c5e3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ebgaramond Variablefont Wght';
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond Variablefont Wght';
  src: url('../fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}