:root {
  --background: #fefae0;
  --main-fill: #d4a373;
  --text: #333;
  --secondary-color: #2b2d42;
  --body--text: white;
  --heading: Calistoga, sans-serif;
  --body-text: Roboto, sans-serif;
}

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

body {
  background-color: var(--background);
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Calistoga, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Calistoga, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.625rem;
}

p {
  margin-bottom: 1rem;
}

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

.u-section {
  z-index: 11;
  background-color: var(--background);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  position: relative;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.backgorund_image {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.border-null {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  display: flex;
}

.is-main.image_fill {
  cursor: pointer;
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section {
  z-index: 2;
  background-color: var(--main-fill);
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100vh;
  padding: 4.625rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.mid {
  background-color: #d4a373;
  border: 2px solid #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 0;
  padding: 0 4rem;
}

.testimonial-card-meta-text {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-card-text {
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3em;
}

.sticky-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.testimonial-card {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  color: #000;
  background-color: #fff;
  border-radius: .1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 30em;
  padding: 1.5em;
  font-weight: 500;
  line-height: 1.25em;
  display: flex;
}

.testimonial-card.testimonial-card-03 {
  z-index: 3;
  border-radius: 2rem;
  position: absolute;
  inset: 0%;
}

.testimonial-card.testimonial-card-02 {
  z-index: 2;
  border-radius: 2rem;
  position: absolute;
  inset: 0%;
}

.testimonial-card.testimonial-card-01 {
  border-radius: 2rem;
}

.testimonial-card-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50em;
  width: 3.5em;
}

.testimonial-card-meta {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial_section {
  background-color: var(--background);
  color: #fff;
  height: 300vh;
  position: relative;
}

.testimonial-cards {
  position: relative;
}

.display-light {
  opacity: .5;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: var(--background);
  padding: 150px 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--text);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--main-fill);
  border: 2px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 2rem;
  box-shadow: 0 3px 7px #00000008;
}

.faq_text {
  color: var(--text);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.faq-section.u-section {
  z-index: 11;
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

.image_container {
  border-radius: 6px;
  width: 100%;
}

.left_cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  max-width: 40ch;
  font-size: 1.125rem;
  line-height: 1.2;
}

.cta {
  max-width: 56vw;
}

.track {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.items_container {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.image-2 {
  border-radius: 6px;
  width: 100vw;
  height: 100vh;
  padding: 34px;
}

.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.cta_text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Just Another Hand, sans-serif;
  font-weight: 400;
  position: relative;
}

.cta-btn {
  color: #3b3b3b;
  padding-top: 0;
  padding-left: 10px;
  font-family: Just Another Hand, sans-serif;
  line-height: 1;
  text-decoration: none;
}

.cta-btn.form {
  text-transform: none;
  justify-content: space-between;
  place-items: center start;
  padding-left: 0;
}

.btn-top {
  z-index: 3;
  background-color: #fff9bf;
  border: 2px solid #000;
  padding: 1rem 2rem;
  position: relative;
}

.btn-top.nav {
  padding: .5rem 1rem;
  font-size: 1rem;
}

.btn-wrapper {
  position: relative;
}

.btn-outline {
  background-color: #000;
  border: 2.5px solid #000;
  position: absolute;
  inset: 8px -8px -8px 8px;
}

.card {
  color: #fff;
  cursor: pointer;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.heading-main {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Just Another Hand, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.logo {
  width: 10em;
  margin-top: 0;
}

.nav-container {
  background-color: var(--main-fill);
  border-radius: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 3em;
  box-shadow: 0 2px 5px #0003;
}

.navbar {
  z-index: 100;
  background-color: #fefae000;
  padding: 0 0;
  position: absolute;
  inset: 4% 0% auto;
}

.testi-bg {
  position: absolute;
  inset: 0%;
}

.image-3 {
  object-fit: contain;
  margin-left: 60px;
}

.section__main-container {
  perspective: 2000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.section-2 {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.section-2.section--foldable-card {
  background-color: var(--background);
  perspective: 1000px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 1vw;
  position: sticky;
  top: 0;
  bottom: auto;
}

.shadow {
  transform-origin: 0%;
  background-image: linear-gradient(to right, #0000001a, #fff0 75%);
  width: 5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-container--details {
  background-color: #fcf6f0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35em;
  min-width: 200px;
  max-width: 600px;
  height: 35em;
  min-height: 200px;
  max-height: 600px;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 3px 0 40px 20px #00000012;
}

.card-container__photo-container {
  z-index: 2;
  transform-origin: 0%;
  background-color: #fff;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
  box-shadow: -3px 0 40px 20px #00000012;
}

.details__job {
  color: #131313;
  margin-bottom: .5em;
  font-family: Nunito, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.details__separator {
  background-color: #131313;
  align-self: flex-start;
  width: 40%;
  height: 1px;
  margin-top: .8em;
  margin-bottom: 1em;
}

.details__contacts {
  z-index: 1;
  justify-content: space-between;
  margin-left: -8px;
  display: flex;
  position: relative;
}

.details__name {
  color: #131313;
  font-family: Nunito, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.1em;
}

.photo-container__front-image {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.main-container__card-container {
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.photo-container__back-image {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.wavy-btn {
  color: #000;
  border-bottom: 1px #453886;
  padding-bottom: .25em;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.wavy-btn:hover {
  color: #333;
  background-image: url('../images/wavy-btn-hover-border.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 20%;
  border-bottom-width: 0;
  padding-bottom: .3em;
}

.long-button {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-button-2 {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button-2:hover {
  opacity: .65;
}

.footer_section {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--main-fill);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: sticky;
  inset: auto auto 0%;
}

.container_footer {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.grid_template {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  grid-auto-columns: minmax(.5rem, 1fr);
  padding-left: 0;
}

.grid_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer-text {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.footer_links {
  color: #333;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer_links:hover {
  text-decoration: underline;
}

.footer_linkwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_titlewrapper {
  overflow: hidden;
}

.footer-title {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.footer_labeltext {
  color: #333;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.footer_labeltext:hover {
  text-decoration: underline;
}

.footer_labeltext.hidden {
  display: none;
}

.hero_wrapper {
  z-index: 1;
  margin-bottom: -100vh;
  position: relative;
  overflow: visible;
}

.spacer {
  z-index: 1;
  pointer-events: none;
  height: 100vh;
  position: relative;
}

.footer_wrapper {
  margin-top: -100vh;
}

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

.home_hero_bg {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_bg_list {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 13em;
  display: flex;
  position: relative;
}

.hero_sticker {
  aspect-ratio: 1;
  pointer-events: auto;
  cursor: auto;
  object-fit: contain;
  position: absolute;
  top: 150%;
  left: 250%;
  transform: rotate(30deg);
}

.hero_sticker._2 {
  top: 140%;
  left: -250%;
}

.hero_sticker._1 {
  top: -76%;
  left: 210%;
  transform: rotate(-31deg);
}

.hero_sticker._3 {
  top: -100%;
  left: -250%;
  transform: rotate(-20deg);
}

.hero_sticker._5 {
  top: 170%;
  left: 0%;
  transform: rotate(0);
}

.card-heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Just Another Hand, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.12;
}

.main-wrapper {
  width: 100vw;
  padding-top: 10vh;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--main-fill);
  border: 2px solid #000;
  border-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 2rem;
}

.grid.for {
  background-color: var(--main-fill);
  border: 2px solid #000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo_wrapper {
  border-radius: 20em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo_container {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18em;
  height: 100%;
}

.meet_container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.image-6 {
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 20em;
}

.author_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.about-content {
  margin-bottom: 5vh;
}

.about-picture_wrapper {
  border-top-left-radius: 145px;
  border-top-right-radius: 145px;
  width: 290px;
  min-width: 290px;
  height: 360px;
  margin-left: 0;
}

.about-picture_wrapper.ml40 {
  width: 100%;
  min-width: 0;
  margin-top: 10vh;
}

.about-text {
  max-width: 520px;
  color: var(--text);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
}

.about-box {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.greeting_second-img-inner {
  border-radius: 195px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.greeting_second-img-inner.no-botttom-radius {
  border: 2px solid #000;
}

.title-span {
  color: #a75b13;
  text-transform: lowercase;
  font-style: italic;
  font-weight: 300;
  display: inline;
}

.title-span.about-second-line.title-span--italic {
  color: var(--background);
  text-transform: uppercase;
  font-family: Just Another Hand, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1222px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
  position: relative;
}

.container-2.container-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.second-title {
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 79px;
  display: block;
  position: relative;
}

.second-title.about-first-line {
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Just Another Hand, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.second-title.about-title {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Just Another Hand, sans-serif;
  line-height: 1;
}

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

.sticky-viewbox {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slide-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.card-heading-2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Just Another Hand, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.12;
}

.card-half {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.cards-wrapper {
  border: 2px solid #000;
  border-radius: 2rem;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.cards-scroller {
  border-radius: 2rem;
  height: 600vh;
  position: relative;
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1;
}

.button:hover, .button.color-2 {
  background-color: #fff;
}

.button.color-3 {
  color: #14193b;
  background-color: #f6fcfe;
}

.button.color-1 {
  background-color: #fff;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-2 {
  background-color: var(--main-fill);
}

.card-slide.color-1 {
  background-color: var(--secondary-color);
  color: #fff;
}

.paragraph-2 {
  opacity: .9;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.max-width-85 {
  width: 85%;
}

.form_padding {
  padding-left: 0%;
  padding-right: 0%;
}

.form_cont {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.form_padding_vert {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.form_input {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 8px;
}

.submit-button {
  background-color: var(--background);
  width: 100%;
  color: var(--text);
  text-transform: none;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 12px 8px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
}

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

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.image-7 {
  max-width: 2em;
}

.text_exp {
  max-width: 90ch;
}

.form-block {
  background-color: #0000;
}

.success-message {
  background-color: var(--background);
  border-radius: 4px;
  padding: 1rem 2rem;
}

.error-message {
  background-color: var(--secondary-color);
  border-radius: 4px;
  margin-top: 27px;
  padding: 1.5rem;
}

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

.submit-button-2 {
  background-color: var(--background);
  color: var(--text);
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: 0 5px 5px 3px #0003;
}

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

.code-embed {
  display: none;
}

.footer_form_head {
  text-transform: uppercase;
  font-family: Just Another Hand, sans-serif;
  line-height: 1;
}

.section_heading {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 2px solid #00000087;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

.main_heading {
  text-transform: uppercase;
  font-family: Just Another Hand, sans-serif;
  font-size: 3rem;
  line-height: .8;
}

.events_contaner {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-img {
  cursor: pointer;
  flex: none;
  width: 100%;
  max-width: 38em;
  position: relative;
}

.project-img-hieght {
  width: 100%;
  padding: 60% 0% 0%;
  transition: opacity .2s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.project-img-hieght:hover {
  transform: scale(1.05);
}

.image {
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.image.soon {
  mix-blend-mode: luminosity;
}

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

.project_title {
  width: 100%;
  font-size: 1.5em;
  line-height: 1;
}

.project-sub {
  background-color: var(--main-fill);
  color: var(--text);
  border: 2px solid #000000de;
  border-radius: 100em;
  margin-top: .9em;
  padding: .6em 1.5em;
  font-size: .75em;
  line-height: 1.2;
}

.page_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container_page {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 5em 6%;
  display: flex;
}

.home-hero-layout {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

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

.home-hero-hieght {
  width: 100%;
  margin-top: 0%;
  position: relative;
}

.image-8 {
  z-index: 11;
  object-fit: fill;
  position: static;
  inset: 0%;
}

.home-hero-head {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Just Another Hand, sans-serif;
  line-height: .95;
}

.hero-text {
  line-height: 1.5;
}

.text-wrap {
  padding-bottom: 0;
}

.return-btn {
  margin-bottom: 0;
  position: absolute;
  inset: 12% auto auto 7%;
}

.cross_holder {
  width: 3em;
  max-width: 10em;
}

.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;
}

@media screen and (min-width: 1280px) {
  .testimonial-card-text {
    font-size: 1.125em;
  }

  .accordion-heading {
    font-size: 1.4rem;
  }

  .faq_text {
    font-size: 1.125rem;
  }

  .paragraph {
    max-width: 40ch;
    margin-top: -16px;
    font-family: Nunito, sans-serif;
    font-size: 1.125rem;
  }

  .heading-main {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Just Another Hand, sans-serif;
    font-size: 2.75rem;
  }

  .logo {
    width: 10em;
  }

  .navbar {
    top: 4%;
  }

  .card-container--details {
    width: 30em;
    height: 30em;
  }

  .card-heading {
    font-size: 2rem;
  }

  .grid.for {
    padding: 4rem;
  }

  .text_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-text {
    max-width: 500px;
    margin-top: 0;
    font-size: 1.3rem;
  }

  .title-span.about-second-line.title-span--italic {
    font-size: 3.75rem;
  }

  .main_heading {
    font-size: 2.75rem;
  }

  .events_contaner {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .section.mid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-card-text {
    font-size: 1.2rem;
  }

  .sticky-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-card.testimonial-card-03, .testimonial-card.testimonial-card-02, .testimonial-card.testimonial-card-01 {
    max-width: 35em;
  }

  .accordion-heading {
    font-size: 1.3rem;
  }

  .faq_text {
    letter-spacing: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .paragraph {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .cta-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .cta_text {
    font-size: 1rem;
  }

  .heading-main {
    font-size: 3rem;
  }

  .logo {
    width: 12em;
  }

  .card-container--details {
    width: 30em;
    height: 30em;
  }

  .wavy-btn {
    font-size: 1.125rem;
  }

  .container_footer {
    max-width: 1200px;
  }

  .grid_template {
    padding-left: 20px;
  }

  .footer-text {
    font-size: 1.5rem;
  }

  .footer_links {
    text-transform: none;
    font-size: 1.125rem;
  }

  .hero_bg_list {
    width: 13em;
  }

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

  .text_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 16px;
  }

  .about-text {
    max-width: 600px;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 130%;
  }

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

  .about-box {
    width: 100%;
  }

  .title-span.about-second-line.title-span--italic {
    font-size: 4rem;
  }

  .container-2.container-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .second-title {
    text-align: left;
  }

  .main_heading {
    font-size: 3rem;
  }

  .events_contaner {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .u-section {
    z-index: 11;
  }

  .section.mid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .testimonial-card-text {
    font-size: 1.25em;
  }

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

  .testimonial-card.testimonial-card-03, .testimonial-card.testimonial-card-02, .testimonial-card.testimonial-card-01 {
    max-width: 40em;
  }

  .accordion-heading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
  }

  .content-wrapper.slim {
    max-width: 1440px;
  }

  .faq_text {
    letter-spacing: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .faq-section.u-section {
    z-index: 11;
  }

  .paragraph {
    max-width: 40ch;
    font-size: 1.5rem;
    line-height: 1.5;
  }

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

  .cta_text {
    font-size: 1.25rem;
  }

  .btn-top.nav {
    padding: 1rem 2rem;
  }

  .heading-main {
    font-size: 3.5rem;
    line-height: 1;
  }

  .logo {
    width: 14em;
  }

  .nav-container {
    max-width: 1440px;
    padding: 2em 3em;
  }

  .navbar {
    top: 2%;
  }

  .section__main-container {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
  }

  .card-container--details {
    width: 30em;
    height: 30em;
  }

  .wavy-btn {
    font-size: 1.25rem;
  }

  .container_footer {
    max-width: 1440px;
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_template {
    grid-column-gap: 2rem;
  }

  .grid_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-text {
    font-size: 1.5rem;
  }

  .footer_links {
    text-transform: none;
    font-size: 1.25rem;
  }

  .footer_linkwrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    font-size: 1.8rem;
  }

  .footer_labeltext {
    font-size: 1.2rem;
  }

  .hero_bg_list {
    width: 12em;
  }

  .hero_sticker {
    top: 150%;
  }

  .hero_sticker._2 {
    top: 140%;
  }

  .hero_sticker._3 {
    top: -90%;
  }

  .hero_sticker._5 {
    top: 160%;
  }

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

  .photo_wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 1.5rem;
  }

  .photo_container {
    max-width: 25em;
  }

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

  .image-6 {
    border: 2px solid #000;
  }

  .about-picture_wrapper.ml40 {
    border-radius: 0;
    height: 100%;
    margin-top: 0;
  }

  .about-text {
    max-width: 600px;
    color: var(--text);
    text-transform: none;
    font-size: 2rem;
    font-weight: 400;
    line-height: 130%;
  }

  .about-box {
    place-items: center stretch;
  }

  .greeting_second-img-inner.no-botttom-radius {
    border-radius: 20rem;
  }

  .title-span.about-second-line.title-span--italic {
    font-size: 5rem;
  }

  .container-2.container-about {
    max-width: 1440px;
  }

  .second-title.about-first-line {
    font-size: 3rem;
  }

  .second-title.about-title {
    font-size: 4rem;
  }

  .cards-wrapper {
    border: 2px solid #000;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    font-size: 1.5rem;
  }

  .form_input {
    padding: 1.5rem;
  }

  .form {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
  }

  .sub_text_form {
    font-size: 1.25rem;
  }

  .text_exp {
    font-size: 1.25rem;
    line-height: 130%;
  }

  .submit-button-2 {
    padding: 1rem;
  }

  .main_heading {
    font-size: 3.5rem;
  }

  .events_contaner {
    max-width: 1440px;
  }

  .project_title {
    font-size: 1.5em;
  }

  .project-sub {
    font-size: 1rem;
  }

  .page_wrapper {
    font-size: 1rem;
    line-height: 1;
  }

  .container_page {
    max-width: 1800px;
  }

  .home-hero-layout {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .home-hero-head {
    font-size: 5rem;
  }

  .hero-text {
    font-size: 2rem;
    line-height: 1;
  }

  .text-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .return-btn {
    position: absolute;
    inset: 5% auto auto 5%;
  }

  .cross_holder {
    width: 4em;
  }
}

@media screen and (max-width: 991px) {
  .is-main {
    font-size: 3rem;
  }

  .section {
    height: auto;
  }

  .testimonial-card-text {
    font-size: 1em;
  }

  .sticky-container {
    background-size: cover;
  }

  .testimonial_section {
    padding-top: calc(3 * clamp(1.25rem, 4vw, 2.5rem));
    padding-bottom: calc(3 * clamp(1.25rem, 4vw, 2.5rem));
  }

  .paragraph {
    max-width: 35ch;
    font-size: 1rem;
    line-height: 1.5;
  }

  .cta {
    max-width: none;
  }

  .cta-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .heading-main {
    font-size: 2.5rem;
  }

  .nav-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-2 {
    padding: 60px;
  }

  .card-container--details {
    width: 40em;
    height: 40em;
  }

  .details__job {
    font-size: 1.8em;
  }

  .details__name {
    font-size: 2.9em;
  }

  .wavy-btn {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    display: block;
  }

  .navigation {
    background-color: var(--main-fill);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 15em;
    margin-top: 12px;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .footer_section {
    height: auto;
    position: relative;
  }

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

  .footer-label.hidden {
    display: none;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--main-fill);
    color: #000;
  }

  .hero_sticker._5 {
    top: 237%;
  }

  .card-heading {
    font-size: 2rem;
  }

  .main-wrapper {
    padding-top: 10vh;
  }

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

  .meet_container {
    height: auto;
  }

  .author_section {
    padding-bottom: 10vh;
  }

  .about-content {
    margin-right: 0;
  }

  .about-picture_wrapper.ml40 {
    max-width: 290px;
  }

  .about-text {
    max-width: 50ch;
    font-size: 1.2rem;
  }

  .about-box {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .title-span {
    font-style: normal;
  }

  .title-span.about-second-line.title-span--italic {
    font-size: 3rem;
  }

  .container-2.container-about {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .title-secondary-box {
    font-size: 60px;
  }

  .second-title.about-first-line {
    text-align: left;
    margin-left: 0;
    font-size: 2.25rem;
  }

  .second-title.about-title {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    font-size: 60px;
    display: block;
  }

  .slide-content {
    padding: 2rem;
  }

  .card-heading-2 {
    font-size: 2rem;
  }

  .cards-wrapper {
    height: 60vh;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .max-width-85 {
    width: auto;
  }

  .sub_text_form {
    font-size: .8rem;
  }

  .text_exp {
    font-size: 1rem;
  }

  .main_heading {
    font-size: 2.5rem;
  }

  .project_title {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .section {
    border-radius: 0;
    padding: 1.5rem;
  }

  .section.mid {
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .testimonial-card-text {
    font-size: 1em;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .paragraph {
    max-width: 35ch;
    font-size: 1rem;
  }

  .cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .cta_sect {
    width: 40%;
  }

  .cta_text {
    font-size: 1rem;
  }

  .heading-main {
    font-size: 2.25rem;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar {
    margin-left: 1.875em;
    margin-right: 1.875em;
  }

  .section-2.section--foldable-card {
    padding: 40px;
    position: relative;
  }

  .card-container--details {
    width: 40em;
    height: 40em;
  }

  .card-container__photo-container {
    transform-origin: 50% 0;
    transform: rotate(0);
  }

  .details__job {
    margin-bottom: .5em;
    font-size: 3em;
  }

  .details__name {
    font-size: 4em;
  }

  .photo-container__back-image {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .grid_template {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .hero_sticker._1 {
    left: 255%;
  }

  .hero_sticker._5 {
    top: 250%;
  }

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

  .about-content {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 10px;
    display: flex;
  }

  .about-picture_wrapper.ml40 {
    max-width: 290px;
    margin-top: 0;
  }

  .about-text {
    text-align: left;
    max-width: 600px;
    font-size: 1.2rem;
  }

  .about-box {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .title-span.about-second-line {
    padding-right: 5px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.container-about {
    grid-template-columns: 1fr;
  }

  .title-secondary-box {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .second-title {
    font-size: 49px;
  }

  .second-title.about-first-line {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    font-size: 4rem;
  }

  .second-title.about-title {
    text-align: left;
    white-space: nowrap;
    direction: rtl;
    align-self: flex-end;
    width: 100%;
    padding-left: 0;
    font-size: 49px;
  }

  .paragraph-2 {
    line-height: 1.3;
  }

  .form_container {
    width: 50%;
  }

  .form_padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .form {
    grid-template-columns: .5fr .5fr;
    width: 80%;
  }

  .sub_text_form {
    font-size: .8rem;
  }

  .text_exp, .submit-button-2 {
    font-size: 1rem;
  }

  .project_title {
    font-size: 1.2rem;
  }

  .project-sub {
    font-size: .5em;
  }

  .cross_holder {
    width: 2em;
  }
}

@media screen and (max-width: 479px) {
  .section.mid {
    background-color: var(--main-fill);
    padding: 2rem;
    display: flex;
  }

  .testimonial-card-text {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .accordion-item-trigger {
    justify-content: center;
    align-items: flex-start;
  }

  .accordion-heading {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .faq_text {
    font-size: 1rem;
    font-weight: 400;
  }

  .faq-section.u-section {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.4;
  }

  .track {
    background-color: var(--main-fill);
  }

  .cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta_sect {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .cta_text {
    font-size: 1rem;
  }

  .cta-btn {
    padding-left: 0;
  }

  .btn-top {
    padding: .5rem 1rem;
  }

  .heading-main {
    text-align: left;
    line-height: 1;
  }

  .logo {
    width: 8em;
    margin-top: -10px;
    padding-left: 0;
  }

  .nav-container {
    padding: 0 1em;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section-2 {
    padding: 30px 15px;
  }

  .section-2.section--foldable-card {
    height: 120vh;
    padding: 5px;
  }

  .card-container--details {
    width: 20em;
    min-width: 230px;
    height: 20em;
    min-height: 230px;
  }

  .card-container__photo-container {
    transform: rotate(0);
  }

  .details__job {
    font-size: 4.5em;
    line-height: 1.2;
  }

  .details__separator {
    margin-top: 3em;
    margin-bottom: 4em;
  }

  .details__name {
    font-size: 5em;
    line-height: 1;
  }

  .main-container__card-container {
    cursor: pointer;
    margin-top: -150px;
    margin-bottom: 0;
  }

  .wavy-btn {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .wavy-btn:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--main-fill);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 25vh;
    margin-top: 12px;
    display: block;
  }

  .icon-button-2 {
    font-size: .75rem;
  }

  .footer_section {
    height: 100%;
    position: relative;
  }

  .container_footer {
    padding-top: 0;
  }

  .grid_template {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(.5rem, 1fr);
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid_template.footer {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(.5rem, 1fr);
    display: grid;
  }

  .footer_links {
    text-transform: none;
    font-size: 1rem;
  }

  .footer-label {
    text-transform: none;
    font-size: .6rem;
    line-height: 1;
  }

  .footer-label.hidden {
    display: none;
  }

  .footer_labeltext {
    font-size: .6rem;
  }

  .image-5 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #29292900;
  }

  .icon-2 {
    color: #000;
  }

  .hero_bg_list {
    width: 15em;
  }

  .hero_sticker {
    top: 200%;
  }

  .hero_sticker._1 {
    top: -280%;
  }

  .hero_sticker._3 {
    top: -400%;
  }

  .hero_sticker._5 {
    top: 350%;
  }

  .card-heading {
    margin-bottom: 1rem;
  }

  .div-block {
    padding-bottom: 1.5em;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid.for {
    padding: 1rem;
  }

  .photo_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_wrapper {
    padding: 8px;
  }

  .photo_container {
    max-width: 10em;
  }

  .about-content {
    align-items: flex-start;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .about-picture_wrapper.ml40 {
    border: 1px solid #a75b1333;
    border-radius: 500px;
    max-width: none;
    height: 458px;
    margin-top: 0;
    padding: 15px 11px;
  }

  .about-text {
    text-align: left;
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 120%;
  }

  .about-box {
    grid-template-columns: 1fr;
  }

  .title-span.about-second-line {
    margin-left: 0;
    padding-right: 0;
  }

  .title-span.about-second-line.title-span--italic {
    font-size: 2.5rem;
  }

  .container-2 {
    z-index: 0;
  }

  .title-secondary-box {
    width: 100%;
  }

  .second-title {
    font-size: 40px;
  }

  .second-title.about-first-line {
    text-align: left;
    width: 100%;
    font-size: 2.5rem;
  }

  .second-title.about-title {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    font-size: 40px;
  }

  .sticky-viewbox {
    height: auto;
    position: relative;
    top: auto;
  }

  .slide-content {
    min-height: 40vh;
    padding: 1.5rem;
  }

  .card-heading-2 {
    margin-bottom: 1rem;
  }

  .card-half {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .card-half.right {
    display: none;
  }

  .cards-wrapper {
    flex-direction: column;
    height: auto;
  }

  .cards-scroller {
    height: auto;
  }

  .card-image-mobile {
    max-height: 20vh;
    display: block;
  }

  .card-slide {
    border-radius: 2rem;
    margin-bottom: 2rem;
  }

  .form_container {
    width: 100%;
  }

  .form_container.footer {
    width: 80%;
  }

  .form_padding {
    padding-left: 5%;
  }

  .form_cont {
    max-width: none;
  }

  .form_padding_vert {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .form_padding_vert.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .form {
    width: 100%;
  }

  .sub_text_form {
    text-align: center;
    font-size: .8rem;
  }

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

  .image-7 {
    max-width: 1em;
  }

  .text_exp {
    max-width: none;
  }

  .submit-button-2 {
    font-size: 1rem;
  }

  .footer_form_head {
    font-size: 1.5rem;
  }

  .main_heading {
    font-size: 2.5rem;
  }

  .events_contaner {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .project_title {
    font-size: 1.5em;
    line-height: .95;
  }

  .home-hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-text {
    font-size: 1rem;
  }

  .return-btn {
    inset: 11% 16% auto auto;
  }
}

#w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef244-09580f99 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef245-09580f99 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef24c-09580f99 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef251-09580f99 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-de52c774-69e1-2536-c2d2-3f17a9a57d67-09580f99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_790ae6ac-f77d-a815-a738-d419c0854982-09580f99, #w-node-_790ae6ac-f77d-a815-a738-d419c0854985-09580f99 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ee3d247e-3e3b-e60c-dccf-b8e3c5f38315-09580f99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4feef85e-d74d-cab4-bc76-ff62c2fc6a2f-09580f99 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_531d3020-0247-d1d2-3078-0e53b41d09ef-09580f99 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_531d3020-0247-d1d2-3078-0e53b41d09f7-09580f99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_9b95b16c-bc79-1faf-08ca-5d439f5184c5-09580f99 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: auto;
}

#w-node-_9c824222-9c9c-ac8b-b9c0-83d2c0f13302-09580f99, #w-node-a3e334c1-c0a3-550b-862d-37295f459bae-09580f99 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f2bd8550-caf8-0763-5807-7f5e6fbc3ea5-09580f99 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef244-09580f99 {
    grid-column-start: 1;
  }

  #name.w-node-dc430719-e05b-9f68-63eb-f316d158d3c4-09580f99, #email.w-node-dc430719-e05b-9f68-63eb-f316d158d3c7-09580f99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de52c774-69e1-2536-c2d2-3f17a9a57d67-09580f99 {
    grid-column: span 4 / span 4;
  }

  #w-node-_790ae6ac-f77d-a815-a738-d419c0854982-09580f99, #w-node-_790ae6ac-f77d-a815-a738-d419c0854985-09580f99 {
    grid-column: span 6 / span 6;
  }

  #w-node-ee3d247e-3e3b-e60c-dccf-b8e3c5f38315-09580f99 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4feef85e-d74d-cab4-bc76-ff62c2fc6a2f-09580f99 {
    grid-column: span 4 / span 4;
  }

  #w-node-_531d3020-0247-d1d2-3078-0e53b41d09ef-09580f99 {
    grid-column: span 5 / span 5;
  }

  #name-2.w-node-_531d3020-0247-d1d2-3078-0e53b41d09f5-09580f99, #email-footer.w-node-_531d3020-0247-d1d2-3078-0e53b41d09f6-09580f99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_531d3020-0247-d1d2-3078-0e53b41d09f7-09580f99 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef244-09580f99 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_790ae6ac-f77d-a815-a738-d419c0854982-09580f99, #w-node-_790ae6ac-f77d-a815-a738-d419c0854985-09580f99 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4feef85e-d74d-cab4-bc76-ff62c2fc6a2f-09580f99 {
    grid-column: span 5 / span 5;
  }

  #w-node-_531d3020-0247-d1d2-3078-0e53b41d09ef-09580f99 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef244-09580f99 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef245-09580f99 {
    grid-column-end: 3;
  }

  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef24c-09580f99 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef251-09580f99 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_790ae6ac-f77d-a815-a738-d419c0854982-09580f99, #w-node-_790ae6ac-f77d-a815-a738-d419c0854985-09580f99, #w-node-ee3d247e-3e3b-e60c-dccf-b8e3c5f38315-09580f99, #w-node-_4feef85e-d74d-cab4-bc76-ff62c2fc6a2f-09580f99 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9b95b16c-bc79-1faf-08ca-5d439f5184c5-09580f99 {
    grid-column: span 8 / span 8;
  }

  #w-node-_9c824222-9c9c-ac8b-b9c0-83d2c0f13302-09580f99 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef244-09580f99 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef245-09580f99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef24c-09580f99 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef251-09580f99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_790ae6ac-f77d-a815-a738-d419c0854982-09580f99 {
    grid-column: span 2 / span 2;
  }

  #w-node-_790ae6ac-f77d-a815-a738-d419c0854985-09580f99, #w-node-ee3d247e-3e3b-e60c-dccf-b8e3c5f38315-09580f99, #w-node-_4feef85e-d74d-cab4-bc76-ff62c2fc6a2f-09580f99 {
    grid-column: span 4 / span 4;
  }

  #w-node-_531d3020-0247-d1d2-3078-0e53b41d09ef-09580f99 {
    grid-column: span 8 / span 8;
  }

  #w-node-_9c824222-9c9c-ac8b-b9c0-83d2c0f13302-09580f99 {
    grid-column: span 4 / span 4;
  }

  #w-node-f2bd8550-caf8-0763-5807-7f5e6fbc3ea5-09580f99 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef245-09580f99 {
    grid-column-end: 2;
  }

  #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef24c-09580f99, #w-node-d4fe3429-81ee-bb3e-c32e-66e86d3ef251-09580f99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee3d247e-3e3b-e60c-dccf-b8e3c5f38315-09580f99, #w-node-_4feef85e-d74d-cab4-bc76-ff62c2fc6a2f-09580f99 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9b95b16c-bc79-1faf-08ca-5d439f5184c5-09580f99 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9c824222-9c9c-ac8b-b9c0-83d2c0f13302-09580f99 {
    grid-column: span 2 / span 2;
  }

  #w-node-f2bd8550-caf8-0763-5807-7f5e6fbc3ea5-09580f99 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }
}


