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

@font-face {
  font-family: "Sourcesans 3 Variablefont Wght";
  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --base: #f2ede9;
  --dark70: #1e1a17b3;
  --dark80: #1e1a17cc;
  --base80: #f2ede9cc;
  --dark: #1e1a17;
}

body {
  background-color: var(--base);
  color: #333;
  font-family: "Sourcesans 3 Variablefont Wght", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  color: var(--base);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, Verdana, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: var(--base);
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  overflow: clip;
}

h5 {
  color: var(--dark70);
  letter-spacing: .5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

h6 {
  color: var(--dark70);
  letter-spacing: .3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: var(--dark70);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container_large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container_xtra_large {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.navigation_wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  display: flex;
}

.body {
  background-color: var(--base);
}

.logo {
  height: 100%;
  display: flex;
}

.logo_img {
  background-image: url('../images/TransparentLogo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 100%;
}

.logo_text {
  flex-flow: column;
  display: flex;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.logo {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
  display: flex;
}

.logo_letters {
  background-image: url('../images/TransparentLogo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 100%;
}

.logo_text {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.link_container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--dark80);
  color: var(--base);
  letter-spacing: .1rem;
  text-transform: uppercase;
  align-self: flex-start;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: border-radius .3s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.button:hover {
  background-color: var(--dark70);
  border-radius: 0 .5rem 0 0;
}

.button.light {
  border: 2px solid var(--base);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  align-self: flex-start;
}

.button.light:hover {
  background-color: #ffffff1a;
}

.text-block {
  letter-spacing: .2rem;
}

.menu_button {
  width: 5rem;
  height: 100%;
  transform-style: preserve-3d;
  background-image: url('../images/hamburger.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.landing_section {
  background-image: url('../images/Landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.landing_wrapper {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.landing_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.land_subheading {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.divider_visible {
  background-color: var(--base);
  width: 10%;
  height: 1px;
}

.divider_visible.is_dark {
  background-color: var(--dark80);
}

.landing_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.divider_vertical {
  background-color: var(--base80);
  width: 1px;
  height: 60%;
}

.divider_vertical.is-divider_section {
  z-index: 5;
  height: 7rem;
  position: relative;
}

.righ_sub_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.color_base80 {
  color: var(--base80);
}

.color_base80.is_policy {
  opacity: .71;
  text-transform: lowercase;
  font-weight: 300;
}

.ch_lenght30 {
  width: 30ch;
}

.long_sec-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.long_card {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.long_card-info {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.long_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color_dark80 {
  color: var(--dark80);
}

.color_dark80.is-smaller_heading {
  font-size: 5rem;
}

.description_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.desc_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60ch;
  display: flex;
}

.desc_text.is-brand {
  width: 50%;
}

.container_normal {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.corporate_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.light_box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.light_box-side {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.light_side-img {
  object-fit: cover;
  width: 7rem;
  height: 7rem;
  overflow: hidden;
}

.divider_section {
  background-image: url('../images/Landing.jpg');
  background-position: 50% 100%;
  background-size: auto;
  position: relative;
}

.divider_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.divider_card {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 37ch;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
}

.divider_icon {
  opacity: .85;
  filter: invert(90%);
  background-image: url('../images/fluent_people-audience-24-regular.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
}

.divider_icon.is_gear {
  background-image: url('../images/akar-icons_gear.svg');
}

.divider_icon.is_camera {
  background-image: url('../images/akar-icons_camera.svg');
}

.divider_icon.is_img {
  background-image: url('../images/akar-icons_image.svg');
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blur_bg {
  filter: sepia();
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  position: absolute;
  inset: 0%;
}

.text-light {
  font-weight: 300;
}

.brand_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.contact_section {
  background-color: #ffffff5e;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.contact_info-wrapper {
  width: 30%;
}

.form-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.form_text {
  color: var(--dark70);
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
}

.contact_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.form_field {
  background-color: #fff0;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-bottom: 0;
  padding: 2rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.form_field:focus {
  background-color: #fff;
}

.form_field.is-text-input {
  background-color: #ffffff87;
  height: 10rem;
}

.footer {
  background-color: var(--dark);
}

.footer_top {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer_logo {
  filter: invert();
  height: 4rem;
}

.footer_mid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.footer_end {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.events_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    overflow: hidden;
  }

  .navigation_wrap {
    position: relative;
  }

  .logo {
    z-index: 5;
    position: relative;
  }

  .container {
    max-width: 728px;
  }

  .link_container {
    background-color: var(--base);
    flex-flow: column;
    width: 110%;
    height: 100vh;
    position: absolute;
    inset: 0% 0% 0% -5%;
    transform: translate(100%);
  }

  .nav_cta {
    display: none;
  }

  .menu_button {
    z-index: 5;
    width: 3rem;
    height: 3rem;
    display: flex;
    position: relative;
  }

  .divider_vertical.is-divider_section {
    display: none;
  }

  .long_card {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .description_wrapper {
    place-items: center;
  }

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

  .divider_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .brand_wrapper, .events_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
  }
}

@media screen and (max-width: 767px) {
  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

  h4 {
    font-size: 1.2rem;
    font-weight: 300;
  }

  h5 {
    letter-spacing: .3rem;
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation_wrap {
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .logo_img {
    width: 4rem;
  }

  .logo_text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .link_container {
    z-index: 1;
    transform: translate(100%);
  }

  .button {
    align-self: stretch;
  }

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

  .menu_button {
    opacity: .5;
  }

  .landing_section {
    background-position: 74% 69%;
    background-size: auto;
    height: 80vh;
  }

  .landing_wrapper {
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 3rem;
  }

  .landing_left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .land_subheading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .divider_visible.is_dark.light-on-mobile {
    background-color: var(--base80);
  }

  .landing_right, .color_base80.display_non_mobile {
    display: none;
  }

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

  .long_card {
    justify-content: flex-start;
    align-items: flex-end;
    height: 18rem;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .long_card-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: radial-gradient(circle farthest-side at 0 100%, #00000063, #fff0 36%);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px;
  }

  .long_image {
    object-fit: cover;
    object-position: 50% 28%;
  }

  .color_dark80.light-on-mobile {
    color: var(--base);
  }

  .color_dark80.is-minus_margin {
    margin-bottom: -2.5rem;
  }

  .color_dark80.is-smaller_heading {
    font-size: 3rem;
  }

  .display_non_mobile {
    display: none;
  }

  .description_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .description_wrapper {
    padding-bottom: 0;
  }

  .desc_text {
    width: auto;
  }

  .corporate_wrapper {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-flow: column dense;
    place-items: center start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .light_box {
    flex-flow: wrap-reverse;
  }

  .light_box.is-mirror {
    flex-flow: column;
  }

  .light_box-side {
    flex-flow: row;
  }

  .light_side-img {
    width: 5rem;
    height: 5rem;
  }

  .divider_section {
    box-shadow: 0 9px 5px #0003, 1px -5px 5px #0003;
  }

  .divider_card {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .divider_icon {
    opacity: .85;
    width: 2rem;
    height: 2rem;
  }

  .brand_wrapper {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-flow: column dense;
    place-items: center start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact_info-wrapper {
    width: 0%;
  }

  .form-block {
    width: 100%;
  }

  .footer_top {
    flex-flow: column;
  }

  .footer_mid {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .events_wrapper {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-flow: column dense;
    place-items: center start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#w-node-_6e695385-a6f5-21ef-6b07-601fc4c7d8e8-b2409064 {
  order: -9999;
  place-self: start end;
}

#w-node-da5561fb-e21e-2032-7b4b-1394cb15d1cd-b2409064 {
  order: 9999;
  place-self: start;
}

#w-node-c58d63fe-f1ee-5893-940d-a453df21de4f-b2409064 {
  order: -9999;
  place-self: start end;
}

#w-node-_74270a87-c1b3-66a8-3ee5-c55820bd0739-b2409064 {
  order: 9999;
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-da5561fb-e21e-2032-7b4b-1394cb15d1bd-b2409064 {
    order: 9999;
  }

  #w-node-da5561fb-e21e-2032-7b4b-1394cb15d1cd-b2409064 {
    order: -9999;
  }

  #w-node-_74270a87-c1b3-66a8-3ee5-c55820bd0728-b2409064 {
    order: 9999;
  }

  #w-node-_74270a87-c1b3-66a8-3ee5-c55820bd0739-b2409064 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e695385-a6f5-21ef-6b07-601fc4c7d8e8-b2409064, #w-node-da5561fb-e21e-2032-7b4b-1394cb15d1cd-b2409064, #w-node-c58d63fe-f1ee-5893-940d-a453df21de4f-b2409064, #w-node-_74270a87-c1b3-66a8-3ee5-c55820bd0739-b2409064 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3 Variablefont Wght';
  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}