@font-face {
  font-family: Helvetica Neue LTPro;
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LTPro;
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LTPro;
  src: url('../fonts/HelveticaNeueLTPro-Md.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--black: #262626;
  --colors--bg-lightblue: #f0f4f7;
  --colors--azzure: #009bdc;
  --colors--oriental: #532b6e;
  --colors--distant: #2866a4;
  --colors--white: white;
  --colors--ginshu: #bc322a;
  --colors--waiting: #9d9d9d;
  --white: white;
  --black: black;
}

body {
  color: var(--colors--black);
  font-family: Helvetica Neue LTPro, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

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

p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

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

li {
  font-size: 1.1em;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

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

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

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

.page-wrapper {
  width: 100%;
  position: relative;
}

.section.home-hero {
  background-color: var(--colors--bg-lightblue);
  height: 100vh;
}

.section.home-offer {
  height: 70vh;
  overflow: hidden;
}

.section.azzure {
  background-color: var(--colors--azzure);
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.section.footer {
  background-color: var(--colors--oriental);
}

.section.nav {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.section.sub-hero {
  background-color: var(--colors--bg-lightblue);
  align-items: center;
  height: 40vh;
  display: flex;
}

.section.subnav {
  z-index: 99;
  background-color: var(--colors--distant);
  position: sticky;
  top: 4.2em;
}

.section.lightgrey {
  background-color: var(--colors--bg-lightblue);
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
  position: relative;
}

.container.home-hero {
  padding-top: 8em;
}

.container.nav {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.sub-hero {
  padding-top: 8em;
}

.container.subnav {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container.small {
  padding-bottom: 0;
}

.container.news {
  padding-top: 8em;
}

.home-hero-wrapper {
  z-index: 3;
  height: 75vh;
  display: flex;
  position: relative;
}

.grid-item {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.grid-item.ti-left {
  justify-content: center;
  align-items: flex-start;
  padding-right: 4em;
}

.grid-item.home-news-left {
  justify-content: flex-start;
}

.grid-item.home-news-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.grid-item.home-events-left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 8em;
}

.grid-item.home-events-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-item.hero-left {
  align-items: flex-start;
}

.grid-item.ti-right-text {
  justify-content: center;
  align-items: flex-start;
  padding-left: 8em;
}

.grid-item.tq-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-item.tq-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: 8em;
}

.grid-item.tc-left {
  justify-content: center;
  align-items: flex-start;
}

.grid-item.tc-right {
  padding-left: 10em;
}

.grid-item.ti-img-left {
  justify-content: center;
  align-items: flex-start;
}

.grid-item.hero-right {
  align-items: flex-end;
}

.grid-wrapper {
  width: 100%;
  display: flex;
}

.grid-wrapper.home-news, .grid-wrapper.home-events {
  margin-bottom: 3em;
}

.heading-wrapper.home-h1 {
  color: var(--colors--azzure);
  margin-top: 5em;
}

.heading-wrapper.offer {
  z-index: 3;
  color: var(--colors--white);
  margin-bottom: 2em;
  position: relative;
}

.heading-wrapper.offer-main {
  color: var(--colors--white);
  margin-bottom: 2em;
  overflow: hidden;
}

.heading-wrapper.ti {
  margin-bottom: 2em;
}

.heading-wrapper.news-preview {
  margin-bottom: 1em;
}

.heading-wrapper.home-events {
  margin-bottom: 2em;
}

.heading-wrapper.sub-h1 {
  color: var(--colors--azzure);
  justify-content: center;
  display: flex;
}

.heading-wrapper.te {
  margin-bottom: 2em;
}

.heading-wrapper.project-head {
  text-align: center;
  justify-content: center;
  margin-bottom: 2em;
  font-size: 1.5em;
  display: flex;
}

.heading-wrapper.news-head {
  justify-content: center;
  width: 50%;
  margin-top: 4em;
  margin-bottom: 3em;
  font-size: .7em;
  display: flex;
}

.image-wrapper {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.project {
  margin-bottom: 4em;
}

.hero-bg {
  z-index: 2;
  background-color: var(--colors--oriental);
  width: 55%;
  height: 35vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-offergrid-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.offergrid-item {
  background-color: var(--colors--azzure);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  padding: 2em 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offergrid-item.first {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6em;
  padding-right: 2em;
}

.text-wrapper.offer {
  color: var(--colors--white);
  margin-bottom: 3em;
  overflow: hidden;
}

.text-wrapper.hero {
  width: 60%;
  color: var(--colors--white);
  justify-content: flex-end;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.text-wrapper.hero.mobile {
  display: none;
}

.text-wrapper.ti {
  width: 85%;
  margin-bottom: 3em;
}

.text-wrapper.cta {
  color: var(--colors--ginshu);
  font-weight: 500;
}

.text-wrapper.home-events {
  width: 80%;
  margin-bottom: 3em;
}

.text-wrapper.offergrid {
  z-index: 3;
  width: 75%;
  color: var(--colors--white);
  position: relative;
  transform: translate(0);
}

.text-wrapper.te {
  margin-bottom: 2em;
}

.button-wrapper.under-acc {
  margin-top: 3em;
}

.button {
  background-color: var(--colors--distant);
  color: var(--colors--white);
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2.2em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button.oriental {
  background-color: var(--colors--oriental);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.button.oriental:hover {
  background-image: linear-gradient(#ff74fa33, #ff74fa33);
  transform: scale(1.05);
}

.button.azzure {
  background-color: var(--colors--azzure);
  font-size: .9em;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.button.azzure:hover {
  background-image: linear-gradient(#0003, #0003);
  transform: scale(1.05);
}

.button.distant {
  background-color: var(--colors--distant);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.button.distant:hover {
  background-image: linear-gradient(#7cb7ff33, #7cb7ff33);
  transform: scale(1.05);
}

.button.grey {
  background-color: var(--colors--bg-lightblue);
  color: var(--colors--black);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.button.grey:hover {
  background-image: linear-gradient(#0003, #0003);
  transform: scale(1.05);
}

.offergrid-item-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.offergrid-gradient {
  z-index: 2;
  background-image: linear-gradient(to top, black, var(--colors--oriental) 0%, #532b6e00);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.offergrid-gradient.azzure {
  background-image: linear-gradient(to top, black, var(--colors--distant) 0%, #532b6e00);
}

.ti-wrapper {
  display: flex;
}

.two-button-wrapper {
  grid-column-gap: 2em;
  display: flex;
}

.statement-wrapper {
  color: var(--colors--white);
  font-size: 5.3125em;
  font-weight: 500;
  line-height: 1.2;
}

.knot-wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
  position: absolute;
  inset: auto -10% -10% auto;
  overflow: hidden;
}

.knot {
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 5em;
}

.hero-cta-wrapper {
  grid-column-gap: 2em;
  align-items: center;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.hero-cta-wrapper:hover {
  transform: translate(0, 20px);
}

.home-news-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.home-news-item {
  width: 50%;
}

.news-preview-wrapper {
  background-color: var(--colors--bg-lightblue);
  padding: 2em;
}

.news-preview-date-wrapper {
  color: var(--colors--waiting);
  margin-bottom: .5em;
  font-weight: 500;
}

.home-events-wrapper {
  width: 100%;
  margin-bottom: 3em;
}

.home-events-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.home-event-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.home-event-grid-item-img {
  width: 25%;
}

.home-event-grid-item-content {
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.home-event-host {
  background-color: var(--colors--bg-lightblue);
  color: var(--colors--black);
  margin-bottom: 1em;
  padding: .4em 1em;
  font-weight: 500;
}

.home-event-title {
  margin-bottom: .5em;
}

.home-event-date {
  color: var(--colors--azzure);
  font-weight: 500;
}

.footer-content-wrapper {
  display: flex;
}

.footer-content-left {
  width: 30%;
}

.footer-logo {
  margin-bottom: 2em;
}

.footer-copyright {
  color: var(--white);
}

.footer-content-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.footer-link {
  color: var(--colors--white);
}

.footer-link:hover {
  color: var(--colors--bg-lightblue);
  text-decoration: underline;
}

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

.nav-content-logo {
  justify-content: space-around;
  align-items: center;
}

.nav-logo {
  width: 16em;
}

.nav-content-links {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-end;
  display: flex;
}

.nav-link {
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  color: var(--colors--ginshu);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--colors--distant);
  color: var(--colors--distant);
}

.image {
  width: 75%;
}

.offergrid-plus-wrapper {
  z-index: 6;
  background-color: var(--colors--white);
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: 1em;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: auto 2em 2em auto;
}

.offergrid-plus-wrapper:hover {
  transform: scale(1.1);
}

.offergrid-plus {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.acc_item {
  width: 80%;
  margin-bottom: 1.1em;
  position: relative;
  overflow: hidden;
}

.acc_toggle {
  background-color: var(--colors--azzure);
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.acc_toggle:hover {
  background-color: var(--colors--ginshu);
  padding-left: 2em;
  padding-right: 2em;
}

.acc_toggle-text {
  color: var(--colors--white);
  font-size: 1.8em;
  font-weight: 500;
}

.acc_icon {
  width: 2em;
  height: 2em;
  color: var(--white);
  flex: none;
  margin-left: 1.2em;
  transition: transform .4s;
}

.acc_content {
  height: 0;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  overflow: hidden;
}

.acc_text {
  width: 100%;
  max-width: 40em;
  margin-top: 1em;
  margin-bottom: 1.2em;
}

.acc_div {
  height: 1px;
}

.text-element {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-top: 4em;
  display: flex;
}

.image-subtext-wrapper {
  justify-content: flex-end;
  margin-top: 1em;
  display: flex;
}

.image-subtext {
  width: 65%;
  color: var(--colors--azzure);
  text-align: right;
  font-weight: 500;
}

.subnav-link {
  color: var(--colors--white);
  font-weight: 500;
}

.subnav-link.first {
  border-right: 2px solid var(--colors--white);
  padding-right: 2em;
}

.subnav-link.last {
  padding-left: 2em;
}

.subnav-wrapper, .tq-wrapper {
  display: flex;
}

.quote-wrapper {
  background-color: var(--colors--oriental);
  color: var(--colors--white);
  padding: 2em;
}

.quote-wrapper.is-blue {
  background-color: var(--colors--distant);
}

.quote {
  color: var(--colors--white);
  font-size: 1.7em;
  font-weight: 500;
}

.text-block {
  color: var(--colors--white);
}

.tc-wrapper {
  display: flex;
}

.contactcard-wrapper {
  background-color: var(--colors--bg-lightblue);
  padding: 2em;
}

.contactcontent-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
}

.contact-name {
  margin-bottom: .5em;
  font-weight: 500;
}

.contact-phone {
  margin-bottom: 2em;
  font-weight: 300;
}

.contact-mail {
  margin-bottom: .5em;
  font-weight: 300;
}

.nt-news-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.home-events-wrapper-copy {
  justify-content: center;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.nt-events-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.logo-cards-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.logo-card {
  background-color: var(--colors--bg-lightblue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 10em;
  margin-right: 2em;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.logo-card:hover {
  color: var(--colors--ginshu);
  background-color: #dbe2e8;
  transform: translate(0, -10%);
}

.logo-card-title {
  text-align: center;
  font-weight: 500;
}

.news-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.news-text {
  width: 50%;
  margin-bottom: 4em;
}

.home-local-animation {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-line-bg {
  width: 50%;
  position: absolute;
  inset: auto auto 10% 0%;
}

.hero-line {
  width: 100%;
  height: 100%;
}

.logo-cards-marquee {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 10em;
  position: relative;
  overflow: hidden;
}

.disclaimer-text {
  width: 50%;
  margin-bottom: 4em;
}

.contact-wrapper {
  display: flex;
}

.form-wrapper {
  width: 100%;
}

.formblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-field {
  background-color: var(--colors--bg-lightblue);
  border: 1px #000;
  margin-bottom: 1.5em;
}

.form-label {
  margin-bottom: .5em;
}

.form-disclaimer {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: .9em;
}

.success-message {
  background-color: #ddd0;
}

.text-span {
  text-decoration: underline;
}

.burger-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.hamburger {
  width: 4em;
}

.nav-content-icon {
  display: none;
}

.navicon-wrapper {
  transform-style: preserve-3d;
}

.placeholder-wrapper {
  background-color: #f0b;
  max-height: 50%;
  padding: 2em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.empty-state {
  background-color: var(--colors--azzure);
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  font-weight: 500;
  display: flex;
}

@media screen and (max-width: 991px) {
  img {
    object-position: 50% 0%;
  }

  .section.home-hero, .section.home-offer {
    height: auto;
  }

  .section.azzure {
    min-height: auto;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.home-hero {
    padding-top: 5em;
  }

  .container.nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero-wrapper {
    height: auto;
  }

  .grid-item.ti-left {
    width: 100%;
    padding-right: 0;
  }

  .grid-item.ti-right {
    width: 100%;
  }

  .grid-item.home-events-left {
    width: 100%;
    margin-bottom: 4em;
    padding-right: 0;
  }

  .grid-item.home-events-right {
    flex-direction: column;
    width: 100%;
  }

  .grid-item.hero-left {
    flex-flow: wrap;
    width: 100%;
    margin-top: 2em;
  }

  .grid-item.ti-right-text {
    width: 100%;
    padding-left: 0;
  }

  .grid-item.tq-left {
    width: 100%;
  }

  .grid-item.tq-right {
    width: 100%;
    padding-left: 0;
  }

  .grid-item.tc-left {
    width: 100%;
  }

  .grid-item.tc-right {
    width: 100%;
    padding-left: 0;
  }

  .grid-item.ti-img-left, .grid-item.hero-right {
    width: 100%;
  }

  .grid-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .grid-wrapper.home-news {
    flex-direction: row;
  }

  .grid-wrapper.home-events {
    flex-direction: column;
  }

  .heading-wrapper {
    font-size: .9em;
  }

  .heading-wrapper.home-h1 {
    margin-top: 0;
    font-size: .7em;
  }

  .heading-wrapper.sub-h1 {
    text-align: center;
    font-size: .5em;
  }

  .heading-wrapper.project-head {
    font-size: .9em;
  }

  .hero-bg {
    display: none;
  }

  .home-offergrid-wrapper {
    flex-direction: column;
  }

  .offergrid-item {
    width: 100%;
    min-height: 30em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .offergrid-item.first {
    padding-left: 2em;
  }

  .text-wrapper {
    font-size: .9em;
  }

  .text-wrapper.hero {
    width: 100%;
    color: var(--colors--black);
    display: none;
  }

  .text-wrapper.hero.mobile {
    display: block;
  }

  .text-wrapper.ti {
    width: 100%;
  }

  .text-wrapper.home-events {
    width: 100%;
    margin-bottom: 2em;
  }

  .button-wrapper {
    font-size: .9em;
  }

  .offergrid-item-img {
    display: flex;
  }

  .ti-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .ti-wrapper.mobile-switch {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column-reverse;
  }

  .two-button-wrapper {
    font-size: .9em;
  }

  .statement-wrapper {
    font-size: 3.5em;
  }

  .knot-wrapper {
    width: 100%;
    height: auto;
    inset: auto auto 0%;
  }

  .knot {
    height: auto;
  }

  .hero-cta-wrapper {
    display: none;
  }

  .home-news-item {
    width: 100%;
  }

  .news-preview-wrapper {
    padding: 1em;
  }

  .footer-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-bottom: 2em;
    display: flex;
  }

  .footer-logo {
    width: 80%;
  }

  .footer-content-right {
    justify-content: center;
  }

  .nav-content-logo {
    z-index: 3;
    width: 12em;
    position: relative;
  }

  .nav-content-links {
    background-color: var(--colors--bg-lightblue);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10em;
    padding-bottom: 6em;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    box-shadow: 0 20px 40px #0003;
  }

  .nav-link {
    font-size: .9em;
  }

  .acc_item {
    width: 100%;
  }

  .acc_toggle, .acc_toggle:hover {
    padding-left: 1em;
    padding-right: 1em;
  }

  .acc_toggle-text {
    font-size: 1em;
  }

  .acc_icon {
    width: 1em;
    height: 1em;
    margin-left: .5em;
  }

  .acc_content {
    height: 0;
    padding-left: 1em;
    padding-right: 1em;
    font-size: .7em;
  }

  .acc_text {
    max-width: none;
  }

  .text-element {
    width: 100%;
  }

  .image-subtext {
    width: 80%;
    font-size: .9em;
  }

  .tq-wrapper {
    flex-direction: column;
  }

  .quote {
    font-size: 1.1em;
  }

  .nt-news-list {
    flex-direction: column;
  }

  .home-events-wrapper-copy {
    margin-bottom: 0;
  }

  .nt-events-list {
    width: 100%;
  }

  .logo-card {
    width: 14em;
    height: 8em;
  }

  .logo-card-title {
    font-size: .9em;
  }

  .hero-line-bg, .disclaimer-text {
    width: 100%;
  }

  .contact-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .burger-wrapper {
    z-index: 10;
    display: flex;
    position: relative;
  }

  .hamburger {
    width: 5em;
  }

  .nav-content-icon {
    display: block;
  }

  .navicon-wrapper {
    width: 4em;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
  }

  .navicon-wrapper:hover {
    transform: scale3d(1.2, 1, 1);
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 3em 1em;
  }

  .grid-item.home-news-right {
    align-items: flex-start;
  }

  .grid-item.home-events-left, .grid-item.home-events-right {
    align-items: center;
  }

  .grid-item.tc-left {
    width: 100%;
    margin-bottom: 2em;
  }

  .grid-item.tc-right {
    width: 100%;
    padding-left: 0;
  }

  .grid-wrapper.home-news {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-wrapper.home-events {
    align-self: flex-start;
  }

  .heading-wrapper.project-head {
    text-align: center;
  }

  .offergrid-item, .offergrid-item.first {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-wrapper.ti {
    width: 100%;
  }

  .two-button-wrapper {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .statement-wrapper {
    font-size: 2.5em;
  }

  .home-news-list {
    flex-direction: column;
  }

  .home-news-item {
    width: 100%;
  }

  .home-event-item {
    flex-flow: column;
  }

  .home-event-grid-item-img {
    align-self: center;
    width: 50%;
  }

  .home-event-grid-item-content {
    align-self: center;
  }

  .acc_toggle {
    font-size: 1.3em;
  }

  .acc_text {
    font-size: 1.5em;
  }

  .image-subtext {
    text-align: left;
    width: 100%;
  }

  .quote-wrapper {
    padding: 1em;
  }

  .tc-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .burger-wrapper {
    z-index: 10;
    position: relative;
  }

  .hamburger {
    width: 6em;
  }
}

@media screen and (max-width: 479px) {
  .nav-content-logo {
    width: 10em;
  }

  .hero-line-bg {
    bottom: 15%;
  }
}


@font-face {
  font-family: 'Helvetica Neue LTPro';
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LTPro';
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LTPro';
  src: url('../fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}