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

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

a {
  color: #fff6f6;
  font-style: italic;
  text-decoration: none;
}

iframe {
  margin-top: 10px !important; 
  margin-bottom: 10px !important;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 140%;
}

.iframefixwide{
  display:flex;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 35vw;
  width: 70vw;
}

.iframefixsquare{
  display:flex;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 40vw;
  width: 40vw;
}


.button {
  color: #fff;
  text-align: right;
  background-color: rgba(56, 152, 236, 0);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: -2.5px;
  padding: 5px 10px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.button:hover {
  color: #ffa800;
}

.button.w--current {
  width: auto;
  height: auto;
  max-width: none;
  clear: none;
  object-fit: none;
  object-position: 50% 50%;
  position: static;
  overflow: visible;
}

.section-2 {
  flex-flow: column wrap;
  justify-content: center;
  margin-top: 20px;
  margin-left: 10vh;
  margin-right: 10vh;
  display: block;
}

.section-2.right {
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
}

.heading-2 {
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
  display: flex;
}

.heading-2.layout {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.heading-2.projecttitle {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 34px;
}

.header-1 {
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 49px;
  display: block;
}

.header-1.navigation {
  flex: none;
  align-self: center;
}

.header-1.left {
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.25em;
  display: block;
}

.columns {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 10vh;
  margin-right: 10vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.column {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.container.right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.divider {
  margin-top:5px;
  width: 100px;
  height: 1px;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.yellowtext {
  color: #ffa800;
  font-style: italic;
  text-decoration: none;
}

.text-span {
  color: #ffa800;
  font-weight: 500;
  line-height: 0;
}

.centered-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  line-height: 20px;
  display: flex;
}

.centered-section.recommended {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 32px;
  display: flex;
}

.centered-section.left {
  align-items: stretch;
  display: block;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-6.top {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(100, 100, 100, 0));
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 5vw;
  position: static;
}

.link {
  text-decoration: none;
}

.paragraph-3 {
  color: #ffa800;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.heading-3 {
  text-align: left;
  letter-spacing: 1.25px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  order: 0;
  align-self: flex-start;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.heading-3.gridtitle {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.heading-3._2 {
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 92px;
  margin-bottom: 0;
  justify-content: center;
}

.heading-3._2.selectedclients {
  text-align: center;
  background-image: linear-gradient(#b6b6b6, #b6b6b6);
  align-self: center;
  margin-top: 0;
}

.heading-3.projectcategory {
  height: 30px;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 7px;
  margin-bottom: auto;
  font-size: 20px;
}

.rich-text-block {
  max-width: 80%;
  color: #f1f0f0;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 15px auto 37px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;

}

.rich-text-block.wide {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .rich-text-block.left {
  max-width: 100%;
  clear: none;
  direction: ltr;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 5px 5px 0 0;
  display: block;
  position: static;
  bottom: 25vh;
} */

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.collection-list-2.featured {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  height: 100%;
  max-width: 1000%;
  min-height: 100%;
  object-fit: fill;
  overflow: visible;
}

.collection-item {
  width: 25vw;
  height: 15vw;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #2c2c2c;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
  border-radius:5px;
}

.collection-item.wide {
  height: 7.5vw;
  border-radius:5px;
}

.div-block {
  height: 75px;
}

.collection-list-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.body-2 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.buttonshape {
  color: #fff;
  background-color: rgba(250, 250, 250, 0);
  border-style: none;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 50px;
  display: flex;
}

.pagination {
  flex-direction: row;
  flex: none;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: stretch;
}

.icon {
  width: 25px;
  height: 25px;
  margin-left: 0;
}

.link-block {
  object-fit: fill;
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 5px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 100%;
  padding-right: 100%;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.column-3 {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.column-4 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 50%;
  height: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.empty-state {
  width: 0;
  height: 0;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-3 {
  min-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: repeat(auto-fit, minmax(478px, 5fr));
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ".";
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: block;
}

.collection-list-3.top-image {
  display: flex;
}

.container-centered-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-centered-60.top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container-centered-60.x {
  font-weight: 400;
}

.container-centered-60.extragap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-2 {
  max-height: 60vh;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.collection-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  border-radius:5px;
  margin-bottom: 5px;
  display: inline-block;
}

.collection-item-2.wide {
  min-width: 100%;
  border-radius:5px;
  background-image: none;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.video {
  // min-width: 50vw;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-3 {
  min-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.columns-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slide {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
}

.image-3 {
  object-fit: contain;
  display: block;
}

.grid-image-section {
  max-width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.side-image {
  max-height: 700px;
  min-width: 40vw;
  object-fit: contain;
  object-position: 50% 50%;
  order: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

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

.column-5 {
  display: flex;
}

.image-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.image-text.flipped {
  flex-direction: row-reverse;
}

.image-4 {
  height: 3vw;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 15px;
  margin-bottom: 50px;
}

.button-2 {
  width: 3vw;
  height: 3vw;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(56, 152, 236, 0);
  background-image: var(--image-4d3e8c62);
  background-position: 50%;
  background-size: 3vw 3vw;
  background-attachment: scroll;
  background-clip: border-box;
  margin-bottom: 30px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 32%;
  left: auto;
  right: 8%;
}

.div-block-4 {
  max-width: 60%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.animated-divider {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(#fff, #fff);
  align-self: flex-end;
  margin-top: -15px;
}

.columns-3 {
  width: 90%;
  height: 5px;
  display: block;
  position: relative;
  top: -48px;
  left: 21px;
}

.columns-3.featured {
  width: 93%;
  margin-left: -10px;
  margin-right: -10px;
  position: static;
  top: -55px;
  left: 18px;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 92vh;
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44));
  flex-direction: row;
  align-items: center;
  margin-top: -79px;
  margin-bottom: 20px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  height: 1px;
}

.div-block-7 {
  width: 20%;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-5 {
  background-color: rgba(0, 0, 0, 0);
  margin: 22px auto;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  border-radius:5px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .52), rgba(255, 255, 255, 0));
  display: inline-block;
}

.div-block-8.featured {
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius:5px;
  display: flex;
}

.div-block-9 {
  height: 40px;
}

.image-6 {
  z-index: 2;
  height: 90%;
  border-radius: 20px;
  align-self: flex-end;
  margin-top: 13px;
  margin-left: 34px;
}

.div-block-10 {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .52), rgba(255, 255, 255, 0));
  border-radius: 12px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-11 {
  align-self: flex-end;
  display: block;
  position: absolute;
  top: 25vh;
  left: 10vw;
}

.container-4 {
  z-index: 5;
  clear: none;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: flex;
  position: static;
}

.div-block-12 {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.div-block-12.buffer {
  width: 100%;
  margin-top: -45px;
  margin-bottom: 15px;
}

.div-block-12.buffer.image-text-column {
  margin-top: 0;
}

.columns-4 {
  width: 100%;
}

.link-2 {
  color: #fff;
  padding-right: 11px;
  font-weight: 300;
  text-decoration: underline;
}

.link-2:hover {
  color: #ffc800;
}

.link-2.heading-1 {
  padding-right: 0;
  font-style: normal;
  text-decoration: none;
}

.link-2.heading-1:hover {
  color: #ffa800;
}

.link-2.heading-1.link {
  text-align: center;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.heading-1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  display: flex;
}

.heading-1.layout {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.heading-1.title {
  margin-top: 60px;
}

.heading-1.x.a {
  margin-top: 83px;
}

.text-span-2 {
  margin-left: 7px;
  margin-right: 5px;
  padding-right: 0;
}

.social-media {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 25px;
  height: 25px;
}

.image-7.wide {
  width: 40px;
  height: auto;
}

.image-7.wide.x3, .image-7.x, .image-7.x2 {
  width: 30px;
  height: 30px;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  display: block;
}

.link-4 {
  color: #fff;
  display: block;
}

.link-4:hover {
  color: #ffa800;
}

.link-4.w--current {
  color: #fff6f6;
}

.link-4.w--current:hover {
  color: #ffa800;
}

.collection-list-4 {
  width: 60vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.image-8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 17px;
}

.empty-state-2 {
  background-color: rgba(221, 221, 221, 0);
}

.collection-list-wrapper-4 {
  justify-content: center;
  display: flex;
}

.image-9 {
  width: 60%;
  background-image: var(--image-45dbf288);
  background-position: 0 0;
  background-size: auto;
}

.div-block-14 {
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  display: flex;
}

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

.div-block-15 {
  background-image: var(--image-45dbf288);
  background-position: 0 0;
  background-size: contain;
}

.image-10 {
  width: 60%;
  filter: brightness(63%);
  align-self: center;
  margin-top:15px;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-10.thin {
  display: none;
}

.image-11 {
  object-fit: cover;
  border-radius: 5000px;
  display: block;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paragraph-4 {
  line-height: 24px;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  line-height: 18px;
}

.text-span-3 {
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
}

.text-span-3.x {
  font-weight: 600;
}

.paragraph-8 {
  width: 50%;
  text-align: left;
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height:26px;
}

.paragraph-8.x {
  width: 100%;
  text-align: center;
  font-weight: 300;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 800;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.navbar {
  display: none;
}

.div-block-16 {
  height: 500px;
}

.image-12 {
  width: 250px;
  height: 250px;
  border-radius: 5000px;
}

.h3 {
  text-align: right;
  margin-top: 35px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.h3.route {
  color: #f9f9fa;
  align-self: flex-start;
  margin: 0 0 0 5%;
}

.h3.route.x {
  color: #f9f9fa;
  align-self: flex-start;
  margin-left: 5%;
}

.h3.route.x.a {
  margin-left: 0%;
  font-size: 26px;
}

.h3.x {
  color: #343434;
  text-align: left;
  position: static;
}

.h3.x.a {
  text-align: left;
}

.div-block-18 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-19 {
  background-image: linear-gradient(#f9f9fa, #f9f9fa);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.div-block-20 {
  width: 20vw;
  height: auto;
  background-image: linear-gradient(#6ecee9, #6ecee9);
  border-radius: 20px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  width: 90%;
  height: 350px;
  background-image: var(--image-i7e106286);
  background-position: 50%;
  background-size: cover;
}

.div-block-21.as {
  border-radius: 20px;
  margin-top: 12px;
}

.div-block-21.as.x {
  width: 30%;
  height: 350px;
  max-height: 100%;
  align-self: flex-start;
  margin-top: 0;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
}

.p-1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.p-1.x {
  text-align: center;
  margin-bottom: 0;
}

.p-1.x.black {
  color: #343434;
}

.p-1.x.black.left {
  text-align: left;
  margin-top: 10px;
}

.p-1.az {
  color: #343434;
}

.header {
  background-image: linear-gradient(#f9f9fa, #f9f9fa);
  align-items: stretch;
  display: flex;
}

.columns-5 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 22px;
  margin-bottom: 25px;
  display: flex;
}

.div-block-23 {
  width: 50px;
  height: 66.6667px;
  background-image: var(--image-i714dca06);
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 20px;
  margin-left: 15px;
}

.div-block-23.white {
  width: 66.6667px;
  height: 88.8889px;
  background-image: var(--image-3a2563a7);
  margin-top: 0;
}

.column-6 {
  padding-bottom: 0;
}

.headerlink {
  color: #343434;
  margin-left: 10px;
  margin-right: 10px;
  font-style: normal;
}

.headerlink:hover {
  color: #6dceea;
}

.headerlink.x {
  color: #343434;
  font-style: normal;
}

.p-3 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  display: flex;
}

.p-3.white {
  color: #f9f9fa;
  text-align: center;
  margin-top: 5px;
}

.p-3.x, .p-3.az {
  color: #343434;
}

.routecards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.routes-button {
  background-image: linear-gradient(#6ecee9, #6ecee9);
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
}

.routes-button:hover {
  background-image: linear-gradient(#db5561, #db5561);
}

.banner-image {
  height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), var(--image-26dec28a);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-image.x {
  height: 50vh;
}

.banner-image.x.xx2 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), var(--image-7f4a5145);
}

.banner-image.a.ax {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), var(--image-26dec28a);
}

.banner-image.ye {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), var(--image-i5a3f207a);
}

.banner-image.yes {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), var(--image-24488ee2);
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  display: flex;
}

.routes-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-25 {
  width: 50px;
  height: 50px;
  background-image: var(--image-26c646fc);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  display: flex;
}

.route-card {
  width: 40vw;
  height: auto;
  background-image: linear-gradient(#6ecee9, #6ecee9);
  border-radius: 20px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.route-card.red {
  background-image: linear-gradient(#db5561, #db5561);
}

.route-card.orange {
  background-image: linear-gradient(#f99f44, #f99f44);
}

.route-card.black {
  background-image: linear-gradient(#343434, #343434);
}

.route-card.x {
  width: 90%;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.route-card.x.yesp {
  background-image: linear-gradient(#dc5461, #dc5461);
}

.navigator {
  width: 0;
  height: 0;
}

.p-2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.p-2.white {
  color: #f9f9fa;
  color: #f9f9fa;
  flex: 1;
  margin-bottom: 0;
  font-style: normal;
}

.p-2.az {
  color: #343434;
}

.p-2.x {
  color: #343434;
  text-align: center;
  align-self: center;
  margin-top: 0;
}

.h1 {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  display: flex;
}

.h1.white {
  color: #f9f9fa;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 60px;
}

.h1.white._30 {
  padding-top: 50px;
}

.h1.white.a {
  margin-top: 70px;
}

.h1.x {
  color: #343434;
}

.body-3 {
  background-color: #f9f9fa;
}

.h2 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.h2.x {
  color: #343434;
}

.h2.x._2 {
  text-align: center;
  margin-top: 50px;
}

.h4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.h4.yellowtext {
  color: #343434;
}

.image-15 {
  width: 250px;
  height: 250px;
}

.dobbel {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

.image-16 {
  width: 100%;
  max-height: 750px;
  border-radius: 20px;
}

.section-9 {
  margin-left: 7%;
  margin-right: 6%;
}

.paragraph-9.x {
  color: #343434;
  line-height: 24px;
}

.column-7 {
  height: 100%;
}

.columcn23 {
  padding-right: 20px;
}

.columns-6 {
  margin-top: 34px;
}

.paragraph-10 {
  line-height: 24px;
}

.paragraph-10.bold-text {
  color: #343434;
}

.image-17 {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 15px;
}

.div-block-26 {
  width: 20vw;
}

.div-block-27 {
  height: 250px;
  background-image: var(--image-i1428ee36);
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-27._1 {
  background-image: var(--image-64b3da4f);
}

.div-block-27._3 {
  background-image: var(--image-62821ccb);
  background-position: 50%;
}

.div-block-27._4 {
  background-image: var(--image-c4d26dd);
  background-position: 50%;
}

.footer {
  background-image: linear-gradient(#343434, #343434);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.paragraph-11 {
  line-height: 24px;
}

.column-8 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-12 {
  line-height: 24px;
}

.html-embed {
  height: 100%;
  min-width: 30vw;
  border-radius: 20px;
  margin-bottom: 0;
}

.div-block-28 {
  width: 30%;
  height: 100%;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-29 {
  height: 100%;
  align-self: center;
}

.div-block-30 {
  width: 225px;
  height: 300px;
  background-image: var(--image-i714dca06);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 600;
}

.field-label {
  color: #343434;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.field-label-2 {
  color: #343434;
  line-height: 24px;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-block {
  margin-top: 50px;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.column-10 {
  padding-left: 0;
  padding-right: 10px;
}

.text-field {
  border-radius: 8px;
}

.text-field.message {
  height: 250px;
}

.submit-button {
  background-color: #6bcdeb;
  align-self: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button:hover {
  background-color: #db5561;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-7 {
  width: 60%;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: center;
  margin: 25px 50px 50px;
  display: flex;
}

.section-10 {
  justify-content: center;
  display: flex;
}

.div-block-32 {
  width: 100%;
  height: 400px;
  background-image: var(--image-i3567f51b);
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

@media screen and (min-width: 1850px) {
  
  .iframefixwide{
    display:flex;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 25vw;
    width: 50vw;
  }
  
  .heading-2 {
    line-height: 45px;
  }

  .heading-2.projecttitle {
    line-height: 40px;
  }

  .header-1.left {
    top: 39%;
    left: 27%;
  }

  .centered-section.left.hmm {
    align-content: center;
    align-items: center;
    display: flex;
  }

  .centered-section.top {
    margin-top: 47px;
  }

  .section-6.top {
    padding-bottom: 0;
  }

  .paragraph-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    font-size: 20px;
  }

  .rich-text-block {
    max-width: 80%;
    flex-wrap: wrap;
    align-content: center;
    /* margin-left: 250px;
    margin-right: 250px; */
    padding-left: 0;
    font-size: 16px;
    display: flex;
  }

  .collection-item {
    width: 20vw;
    height: 15vw;
    border-radius:5px;
  }

  .container-centered-60 {
    max-width: 80%;
    display: flex;
  }

  .container-centered-60.x {
    display: flex;
  }

  .background-video {
    height: 95vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -59px;
    margin-bottom: 0;
  }

  .div-block-8 {
    width: 100%;
    height: 100%;
    border-radius:5px;
  }

  .div-block-12.buffer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .collection-list-4 {
    width: 60vw;
  }

  .collection-list-wrapper-4 {
    width: 60%;
    flex-flow: column wrap;
    align-content: center;
  }

  .column-9 {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .body {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .section-2 {
    flex-flow: column wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 5vh;
    margin-right: 5vh;
    display: flex;
  }

  .section-2.right {
    display: block;
  }

  .heading-2 {
    align-self: center;
    font-size: 3.5vw;
    line-height: 32px;
  }

  .heading-2.projecttitle {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .header-1 {
    text-align: left;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    display: block;
  }

  .header-1.navigation {
    min-width: auto;
    align-self: center;
  }

  .header-1.left {
    margin-bottom: 40px;
    margin-left: 5vw;
    left: 15%;
  }

  .columns {
    flex: 1;
    align-self: center;
    margin-top: -15px;
    display: block;
  }

  .column {
    display: none;
  }

  .column-2 {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: stretch;
    justify-items: center;
    padding-left: 0;
    display: block;
    position: static;
  }

  .container.right {
    flex-direction: row;
    display: block;
  }

  .container-2 {
    flex-flow: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
  }

  .text-span {
    color: #ffa800;
  }

  .centered-section {
    display: flex;
  }

  .centered-section.recommended {
    margin-top: 55px;
  }

  .section-6.top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: center;
    display: block;
  }

  .heading-3 {
    margin-bottom: 32px;
  }

  .heading-3.gridtitle {
    font-size: 14px;
    display: block;
  }

  .heading-3.projectcategory {
    margin-top: 5px;
    margin-bottom: auto;
    font-size: 1.8vw;
  }

  .rich-text-block {
    font-size: 2vw;
    line-height: 1.25em;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    display: grid;
  }

  .collection-list-2.featured {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image {
    width: 40vw;
    height: 20vw;
    object-fit: cover;
    display: block;
  }

  .collection-item {
    width: 40vw;
    height: 30vw;
    border-radius:5px;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .div-block {
    height: 60px;
  }

  .collection-list-wrapper-2.featured {
    align-content: center;
  }

  .div-block-2 {
    clear: none;
    position: relative;
  }

  .column-3 {
    height: 3rem;
    position: static;
  }

  .column-4 {
    position: static;
  }

  .columns-3.featured {
    position: absolute;
    top: -4px;
    left: 20px;
  }

  .background-video {
    margin-top: -87px;
  }

  .link-2.heading-1 {
    text-align: center;
    margin-bottom: 0;
  }

  .link-2.heading-1.link {
    text-align: center;
  }

  .heading-1 {
    align-self: center;
    margin-bottom: -12px;
    font-size: 30px;
    display: block;
  }

  .heading-1.title {
    margin-top: 0;
  }

  .text-span-2 {
    display: none;
  }

  .social-media {
    justify-content: center;
  }

  .collection-list-4 {
    width: 90vw;
    grid-template-columns: 1fr 1fr;
  }

  .image-8 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-3 {
    margin-left: auto;
    margin-right: auto;
    border-radius:5px;
  }

  .image-10 {
    display: none;
  }

  .image-10.thin {
    margin-top:15px;
    margin-bottom: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .paragraph-8.xx {
    width: 70%;
  }

  .navbar {
    display: none;
  }

  .div-block-21.as.x {
    width: 100%;
  }

  .routes-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .route-card.x {
    height: auto;
    flex-flow: column;
    align-items: center;
  }

  .column-7 {
    align-items: center;
    display: flex;
  }

  .html-embed {
    width: auto;
    height: auto;
    max-height: 250px;
    min-height: 100px;
    min-width: 80vw;
  }

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

  .columns-7 {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }

  .div-block-32 {
    width: 100%;
    height: 50vw;
    background-image: var(--image-i3567f51b);
    background-position: 0 0;
    background-size: cover;
  }

  .rich-text-block{

  }
}

@media screen and (max-width: 767px) {
  .iframefixwide{
    display:flex;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 45vw;
    width: 90vw;
  }
  
  .iframefixsquare{
    display:flex;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 90vw;
    width: 90vw;
  }
  

  .button {
    display: inline-block;
  }

  .section-2 {
    margin-top: 25px;
    display: inline;
  }

  .heading-2 {
    font-size: 5vw;
    line-height: 6vw;
    display: block;
  }

  .header-1 {
    text-align: left;
    justify-content: center;
    align-self: flex-start;
  }

  .header-1.navigation {
    margin-left: 0;
  }

  .header-1.left {
    font-size: 40px;
  }

  .columns {
    order: 0;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .column-2 {
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container.right {
    display: inline;
  }

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

  .text-block-3 {
    align-self: flex-end;
  }

  .yellowtext {
    flex: none;
    align-self: auto;
    display: inline;
    overflow: visible;
  }

  .text-span {
    color: #ffa800;
  }

  .centered-section {
    display: flex;
  }

  .paragraph-3 {
    justify-content: center;
    display: flex;
  }

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

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

  .heading-3.projectcategory {
    font-size: 3vw;
  }

  .rich-text-block {
    max-width: 80%;
    font-size: 2.5vw;
  }

  .rich-text-block.wide {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .collection-list-2.featured {
    grid-template-columns: 1fr;
  }

  .collection-item {
    width: 70vw;
    height: 30vw;
    border-radius:5px;
  }

  .div-block {
    height: 50px;
  }

  .column-4 {
    padding-top: 46px;
    padding-right: 3px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .container-centered-60 {
    max-width: 100%;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
    border-radius:5px;
  }

  .columns-3 {
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }

  .columns-3.featured {
    flex-direction: column;
    display: block;
    position: absolute;
  }

  .div-block-9 {
    height: 50px;
  }

  .div-block-11 {
    left: 5vw;
  }

  .div-block-12 {
    align-content: center;
    align-self: center;
    align-items: center;
  }

  .heading-1 {
    display: block;
  }

  .text-span-2 {
    display: none;
  }

  .paragraph-8.xx {
    width: 90%;
  }

  .h3 {
    font-size: 4vw;
  }

  .h3.route.x {
    font-size: 18.6667px;
    line-height: 28px;
  }

  .h3.route.x.a {
    font-size: 22px;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .div-block-19 {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-21.as.x {
    width: 100%;
    align-self: center;
  }

  .columns-5 {
    display: flex;
  }

  .p-3.x {
    font-size: 16px;
    line-height: 21px;
  }

  .routecards {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .div-block-24 {
    margin-top: 11px;
  }

  .route-card.x {
    height: auto;
    flex-flow: column;
    align-items: center;
  }

  .h1.x {
    font-size: 32px;
    line-height: 36px;
  }

  .h2.x {
    margin-bottom: 0;
    font-size: 24px;
  }

  .paragraph-9.x {
    font-size: 14px;
    line-height: 18px;
  }

  .column-7 {
    height: auto;
  }

  .columcn23 {
    order: 1;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 19px;
  }

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

  .column-10 {
    padding-right: 0;
  }

  .columns-7.x {
    flex-flow: column-reverse;
    align-items: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  
  .button {
    text-align: center;
    margin-left: -5px;
    font-style: normal;
    display: block;
    overflow: visible;
  }

  .section-2 {
    grid-column-gap: 7px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    grid-template: "."
    / .25fr 2.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section-2.right {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    flex-direction: column;
    align-items: center;
    font-size: 5vw;
    display: flex;
  }

  .heading-2.projecttitle {
    font-size: 6vw;
    line-height: 7vw;
  }

  .header-1 {
    min-width: 95vw;
    text-align: left;
    font-size: 7vw;
    line-height: 9.3vw;
    display: block;
  }

  .header-1.navigation {
    font-size: 7vw;
    display: block;
  }

  .header-1.left {
    min-width: 80vw;
    text-align: left;
    margin-bottom: 28px;
    margin-left: 0;
    font-size: 32px;
    display: block;
  }

  .column {
    display: none;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container.right {
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    display: block;
  }

  .container-2 {
    display: none;
  }

  .text-block-3 {
    text-align: center;
    font-size: 3vw;
    line-height: 4vw;
  }

  .divider {
    margin-bottom: 2vw;
  }

  .yellowtext {
    display: inline;
  }

  .centered-section {
    align-content: center;
    align-items: center;
    display: flex;
  }

  .centered-section.top {
    margin-top: 60px;
  }

  .section-6.top {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-3 {
    flex-direction: column;
    display: none;
  }

  .heading-3 {
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: static;
    top: 10px;
  }

  .heading-3.gridtitle {
    justify-content: flex-start;
    display: flex;
    top: -68px;
    right: -141px;
  }

  .heading-3._2 {
    padding-bottom: 12px;
    font-style: normal;
    text-decoration: underline;
  }

  .heading-3.projectcategory {
    margin-top: 5px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .rich-text-block {
    max-width: 100%;
    font-size: 3vw;
    line-height: 4vw;
  }

  .rich-text-block.left {
    margin-top: 0;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .image {
    width: 40vw;
    height: 40vw;
    object-position: 50% 50%;
  }

  .collection-item {
    height: 40vw;
    background-color: #1d1d1d;
    position: static;
    border-radius:5px;
  }

  .div-block {
    height: 20px;
  }

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

  .collection-list-wrapper-2.featured {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .body-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-3 {
    flex: 0 auto;
    justify-content: flex-end;
    margin-bottom: -18px;
    display: block;
    position: static;
    top: -4px;
  }

  .column-4 {
    padding-top: 27px;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .container-centered-60 {
    align-content: center;
    align-self: center;
  }

  .container-centered-60.x {
    align-content: center;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
    border-radius:5px;
  }

  .collection-list-wrapper-3 {
    display: block;
  }

  .image-text, .image-text.flipped {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .columns-3.featured {
    width: 90%;
    height: 100%;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    margin-top: -77px;
    margin-left: -12px;
    display: flex;
    position: relative;
  }

  .section-7 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(255, 255, 255, 0));
  }

  .background-video {
    height: 100vw;
    margin-top: 54px;
    display: block;
    position: static;
  }

  .div-block-8.featured {
    position: relative;
    border-radius:5px;
  }

  .div-block-9 {
    height: 10px;
  }

  .div-block-11 {
    flex-flow: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: static;
    top: 138px;
    right: -36.875px;
  }

  .container-4 {
    margin-top: -63px;
    display: block;
  }

  .div-block-12 {
    flex-direction: row;
  }

  .div-block-12.buffer {
    justify-content: center;
    margin-top: -3px;
    margin-bottom: 8px;
  }

  .link-2.heading-1 {
    text-align: center;
    flex-flow: column wrap;
    align-content: center;
    margin-top: 0;
    font-size: 6vw;
    line-height: 8vw;
    display: flex;
  }

  .link-2.heading-1.link {
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .heading-1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: -11px;
    font-size: 30px;
    display: block;
  }

  .heading-1.title.x, .heading-1.x {
    margin-top: 64px;
  }

  .text-span-2 {
    display: none;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .image-10.thin {
    width: 90%;
  }

  .paragraph-8.xx {
    font-size: 17px;
  }

  .navbar {
    background-color: rgba(238, 238, 238, 0);
    align-content: center;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
  }

  .nav:hover, .nav:focus {
    color: #ffa800;
  }

  .brand {
    display: none;
  }

  .container-5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .77);
  }

  .menu-button {
    position: static;
  }

  .menu-button.w--open {
    display: none;
  }

  .div-block-17 {
    z-index: 3000;
    float: none;
    justify-content: flex-end;
    margin-right: 5px;
    padding: 20px 18px;
    display: flex;
    position: static;
    top: 1.5%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-13 {
    width: 15px;
    height: 15px;
  }

  .menu-button-2 {
    z-index: 3000;
  }

  .menu-button-2.w--open {
    z-index: 3000;
    background-color: rgba(200, 200, 200, 0);
  }

  .image-14 {
    width: 16px;
  }

  .h3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 4vw;
    display: flex;
    position: static;
  }

  .h3.route.x {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .h3.route.x.a {
    padding-left: 0;
  }

  .h3.x {
    font-size: 24px;
  }

  .columns-5 {
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-23.w--current {
    margin-bottom: 0;
    margin-left: 0;
  }

  .column-6 {
    align-self: center;
  }

  .p-3.white, .p-3.x {
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-24 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .h1.white, .h1.x {
    font-size: 32px;
    line-height: 36px;
  }

  .h2.x {
    font-size: 32px;
    line-height: 32px;
  }

  .firedobbel {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .paragraph-9.x {
    font-size: 14px;
    line-height: 16px;
  }

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

  .column-8 {
    justify-content: center;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-7.x {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-11 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    display: flex;
  }
}

#w-node-_6d446fe4-a9da-a992-f573-c6bd3164f0f7-646268c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_144431ed-443d-fde2-e13f-1905be2955b7-be2955b5, #w-node-bcfc9a20-fc30-64f8-0303-d7b40b3cf016-596268c8 {
  justify-self: center;
}

#w-node-f83951ff-4c3f-519c-c77a-43ee66aa644a-ab6268ca, #w-node-_4688ec85-3034-e451-1193-cb84d3c76dcb-c46268cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_6d446fe4-a9da-a992-f573-c6bd3164f0f7-646268c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}


