.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fe01fe;
  text-shadow: none;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b100b1;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #4f7572;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #b100b1;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.navigation-link:hover, .navigation-link:active {
  color: #38413f;
}

.navigation-link:focus {
  color: #38413f;
  text-decoration: none;
}

.navigation-link:focus-visible {
  color: #38413f;
  mix-blend-mode: normal;
}

.navigation-link[data-wf-focus-visible] {
  color: #38413f;
  mix-blend-mode: normal;
}

.navigation-link:visited {
  color: #b100b1;
  text-shadow: none;
}

.navigation-bar {
  color: #b100b1;
  background-color: #cde4e2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.navigation-menu:hover {
  color: #38413f;
  text-decoration: none;
}

.brand-text {
  width: auto;
  height: auto;
  color: #b100b1;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.brand-link {
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  object-fit: fill;
  background-color: #cde4e2;
  border: 1px #000;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: 100vh;
  color: #b100b1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Dots.svg');
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  border: 1px #000;
  padding-top: 100px;
  padding-bottom: 0;
}

.hero-heading {
  color: #b100b1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Newedge6666vx, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.hero-subheading {
  color: #b100b1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  opacity: 1;
  color: #b100b1;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(177, 0, 177, .09);
  border-color: #b100b1;
}

.hollow-button.all-caps:hover {
  background-color: rgba(79, 117, 114, .3);
}

.section-heading {
  color: #b100b1;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #284b48;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading {
  color: #38413f;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-subheading.center {
  color: #284b48;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.learn-more-accordion {
  color: #b100b1;
  text-align: left;
  cursor: pointer;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.form-wrapper {
  display: none;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #cde4e2;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 35%;
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #38413f;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(152, 0, 153, .87);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
  display: block;
}

.body {
  color: #fe01fe;
  background-color: #cde4e2;
  font-family: Newedge6666vx, sans-serif;
}

.container {
  padding-top: 4px;
  font-family: Newedge6666vx, sans-serif;
}

.html-embed {
  object-fit: cover;
  background-color: #cde4e2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event {
  width: 40px;
}

.container-2 {
  text-align: left;
}

.text-span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-text-span-title {
  color: #b100b1;
  text-transform: none;
  white-space: normal;
  font-family: Newedge6666vx, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  bottom: 4px;
  overflow: visible;
}

.heading-text-span-title.hour {
  color: #38413f;
}

.text-span-dot-dot-dot-block {
  color: #b100b1;
  font-size: 10px;
  line-height: 15px;
  position: relative;
  bottom: 4px;
}

.text-span-dot-dot-dot-block.accordion {
  transition: opacity .3s ease-in-out, font-size .3s ease-in-out;
}

.text-span-dot-dot-dot-block.accordion:hover {
  opacity: .85;
  mix-blend-mode: normal;
  font-size: 14px;
  line-height: 16px;
}

.button-div {
  padding-top: 36px;
}

.dropdown-toggle {
  width: auto;
  color: #b100b1;
  text-shadow: none;
  font-style: normal;
}

.text-block {
  padding-right: 20px;
}

.text-block.section-heading {
  width: auto;
  height: auto;
  color: #b100b1;
  text-transform: uppercase;
  white-space: pre-wrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 25px;
  font-style: normal;
  line-height: 30px;
}

.dropdown {
  width: 90vw;
  color: #fe01fe;
  text-align: left;
  text-shadow: none;
  cursor: pointer;
  background-color: rgba(64, 64, 71, 0);
  border: 1px solid #b100b1;
  border-radius: 4px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Newedge6666vx, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
}

.dropdown.calendar-events {
  color: #333;
  text-shadow: none;
  background-color: rgba(254, 1, 254, .15);
  font-family: Newedge6666vx, sans-serif;
  text-decoration: none;
}

.rich-text-block {
  text-transform: capitalize;
}

.accordion-div-designer-events {
  text-shadow: none;
  border: 1px #b100b1;
  border-bottom-style: solid;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 10px;
  display: block;
}

.accordion-div-designer-events.project-details {
  display: none;
}

.dropdown-list {
  width: auto;
  height: auto;
  color: #fe01fe;
  background-color: #cde4e2;
  margin-top: 4px;
  display: none;
}

.dropdown-list.w--open {
  background-color: #cde4e2;
}

.dropdown-link-calendar {
  width: 90%;
  color: #b100b1;
  margin-top: 4px;
  padding-top: 10px;
  font-size: 22px;
  line-height: 24px;
  display: block;
}

.dropdown-link-calendar.section-subheading, .icon {
  color: #b100b1;
}

.section-text {
  color: #38413f;
  text-transform: none;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-text.event-schedule {
  color: #38413f;
  text-transform: none;
  font-weight: 400;
}

.columns {
  border: 1px rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.columns.text-project-description {
  align-items: flex-start;
}

.accordion-item {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: hidden;
}

.accordion-toggle {
  width: 100%;
  float: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #b100b1;
  border-radius: 10px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion-toggle.accordion-designer {
  width: 95%;
}

.accordion-list {
  width: 85%;
  background-color: #cde4e2;
  padding-left: 20px;
  display: none;
  position: static;
}

.image {
  opacity: .9;
  filter: hue-rotate(40deg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: multiply;
  margin-top: 10px;
  margin-bottom: 10px;
}

.video-designers {
  opacity: .79;
  filter: sepia(40%) hue-rotate(17deg);
  mix-blend-mode: multiply;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-media-icons {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  width: 40px;
  height: 40px;
  background-color: #b100b1;
  border-radius: 50%;
}

.columns-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.column {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.link-block-2 {
  width: 40px;
  height: 40px;
  color: #284b48;
  background-color: rgba(40, 75, 72, .4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.column-2, .column-3, .column-4, .column-5 {
  height: 100%;
  justify-content: flex-start;
  display: flex;
}

.container-about {
  padding-top: 80px;
  padding-bottom: 60px;
}

.paragraph {
  color: #38413f;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-2 {
  color: #38413f;
  font-family: Open Sans, sans-serif;
}

.project-accordion-toggle {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
}

.container-contact {
  padding-top: 80px;
}

.heading {
  color: #284b48;
  padding-bottom: 10px;
}

.location_link {
  color: #38413f;
  cursor: pointer;
  text-decoration: underline;
}

.location_icon {
  background-color: #38413f;
}

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

.image-3 {
  cursor: pointer;
  margin-bottom: 16px;
}

.image_designers {
  height: auto;
  opacity: .9;
  filter: hue-rotate(5deg) sepia(25%);
  mix-blend-mode: multiply;
  margin-bottom: 14px;
}

.italic-text {
  font-style: italic;
}

.project-title-container {
  height: 100%;
  clear: none;
  text-align: left;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 12px;
  line-height: 24px;
  display: block;
}

.text-block-2 {
  color: #b100b1;
  font-family: Varela Round, sans-serif;
}

.close-x-span {
  color: #b100b1;
  text-align: right;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  transition: font-size .2s;
}

.close-x-span:hover {
  font-size: 24px;
}

.text-block-3 {
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3.close-x {
  cursor: pointer;
  transition: font-size .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.text-block-3.close-x:hover {
  opacity: .6;
  mix-blend-mode: multiply;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
}

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

.text-span-3, .text-span-4 {
  font-weight: 400;
}

.heading-2, .heading-3 {
  padding-bottom: 10px;
}

.link {
  color: #38413f;
  text-decoration: underline;
}

.link-block-3 {
  cursor: pointer;
}

.bold-text-4 {
  color: #38413f;
}

.link-header {
  color: #b100b1;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #580459;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #6c9592;
  }

  .navigation-menu {
    background-color: #6c9692;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    color: #b100b1;
    font-size: 24px;
    display: inline-block;
  }

  .hamburger-button.w--open {
    background-color: #729592;
  }

  .navigation-menu {
    background-color: #729692;
    display: none;
  }

  .section {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 0 10px;
    position: static;
  }

  .hero-section.centered {
    width: 100vw;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 42px 10px 60px;
    position: static;
  }

  .hero-heading {
    width: 100%;
    height: 100%;
    white-space: pre-wrap;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 6.5vw;
    line-height: 100%;
  }

  .hero-subheading {
    width: 100%;
    height: auto;
    white-space: normal;
    object-fit: fill;
    font-size: 4.4vw;
    line-height: 100%;
  }

  .section-heading.centered {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.6vw;
    line-height: 8vw;
  }

  .section-subheading {
    white-space: pre-wrap;
    font-size: 18px;
    line-height: 20px;
  }

  .section-subheading.center {
    width: 100%;
    height: auto;
    column-count: auto;
    white-space: pre-wrap;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 6vw;
    position: static;
    overflow: visible;
  }

  .section-subheading.learn-more-accordion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-right: 0;
    display: block;
  }

  .section-title-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-image {
    width: 35%;
  }

  .form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-text-span-title {
    font-size: 18px;
    line-height: 15px;
  }

  .heading-text-span-title.dots {
    font-size: 12px;
  }

  .text-span-dot-dot-dot-block {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    font-size: 6px;
    line-height: 10px;
  }

  .button-div {
    margin-top: 24px;
  }

  .text-block.section-heading {
    width: 100%;
    float: none;
    clear: none;
    white-space: pre-wrap;
    object-fit: fill;
    padding-right: 3px;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .accordion-div-designer-events.project-details {
    display: none;
  }

  .dropdown-link-calendar {
    text-align: left;
    padding-left: 0;
  }

  .icon {
    margin-right: 12px;
  }

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

  .section-text.event-schedule {
    margin-top: 20px;
  }

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

  .accordion-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-toggle {
    width: 100%;
    padding-left: 10px;
  }

  .accordion-toggle.accordion-designer {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 40px;
  }

  .accordion-list {
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .columns-2 {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .column-2, .column-3, .column-4, .column-5 {
    justify-content: flex-start;
  }

  .paragraph {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image_designers {
    padding-top: 4px;
    padding-bottom: 24px;
  }

  .project-title-container {
    font-size: 18px;
  }
}


@font-face {
  font-family: 'Newedge6666vx';
  src: url('../fonts/NewEdge6666VX-LightRounded.woff') format('woff'), url('../fonts/NewEdge6666VX-LightRoundedSlanted.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newedge6666';
  src: url('../fonts/NewEdge6666-LightRoundedSlanted.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}