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

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #442727;
  font-size: 52px;
  line-height: 120%;
  font-weight: 900;
  letter-spacing: -1.1%;
}

h2 {
  margin-top: 8px;
  margin-bottom: 16px;
  background-color: transparent;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1%;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: -1.8%;
}

.p-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Circularstd, sans-serif;
  color: #442727;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}

.p-18.hero {
  max-width: 530px;
  font-family: Circularstd, sans-serif;
  color: rgba(68, 39, 39, 0.7);
}

.caption {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Circularstd, sans-serif;
  color: #2a728f;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.body {
  background-color: transparent;
  font-family: Circularstd, sans-serif;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1110px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero {
  position: relative;
  max-width: 1110px;
  min-height: 100vh;
}

.container.cta {
  position: relative;
  margin-top: 220px;
  margin-bottom: 220px;
}

.contact {
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
}

.contact.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact.today {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: 200vh;
  max-height: none;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact.help {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-content {
  width: 55%;
}

.button {
  margin-top: 40px;
  margin-left: 5px;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #2a728f;
  -webkit-transition: opacity 200ms ease, all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms ease, all 200ms cubic-bezier(.645, .045, .355, 1);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

.button:hover {
  box-shadow: 0 4px 8px 0 rgba(68, 39, 39, 0.3);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.outline {
  padding: 13px 21px;
  border-style: solid;
  border-width: 3px;
  border-color: #2a728f;
  background-color: transparent;
  color: #2a728f;
}

.button.outline:hover {
  padding: 13px 21px;
  border-style: solid;
  background-color: #ff6d24;
  color: #fff;
}

.hero-image {
  position: static;
  left: 55%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  background-image: url('../images/genna-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  opacity: 0.5;
}

.feature-logo {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 1;
}

.featured-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-50-grid {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: -6%;
  z-index: -1;
}

.today-content {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 220px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200vw;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.carousel.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel-image {
  width: 20vw;
  min-height: auto;
  min-width: auto;
  margin: 0px;
  padding: 15px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
  opacity: 1;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.sticky-carousel {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: -10vh;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h1-center {
  font-family: Circularstd, sans-serif;
  color: #922c50;
  text-align: center;
}

.text-block {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 220px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: rgba(68, 39, 39, 0.4);
}

.image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -7%;
  bottom: 0%;
  z-index: -1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.image-3 {
  position: absolute;
  left: -17%;
  top: -77%;
  right: auto;
  bottom: auto;
  z-index: -1;
  -webkit-transform: rotate(-66deg);
  -ms-transform: rotate(-66deg);
  transform: rotate(-66deg);
}

.footer {
  height: auto;
  padding: 56px 56px 40px;
  background-color: #922c50;
}

.copyright {
  margin-top: 28px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.footer-details {
  width: auto;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 30px;
  height: auto;
}

.social-grid {
  width: auto;
  height: auto;
  grid-column-gap: 48px;
  -ms-grid-columns: 30px 30px 30px;
  grid-template-columns: 30px 30px 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  height: auto;
}

.grid {
  padding-left: 10px;
  -ms-grid-columns: 1fr 45%;
  grid-template-columns: 1fr 45%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  font-family: Circularstd, sans-serif;
  color: #922c50;
}

.heading-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.text-block-2 {
  position: relative;
  left: 10px;
  top: 20px;
  margin-top: 0px;
}

.youtube {
  margin-right: 10px;
}

.paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
  text-align: left;
}

.text-field {
  min-width: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.submit-button {
  border-radius: 8px;
  background-color: #2a728f;
  -webkit-transition: opacity 200ms ease, opacity 200ms ease;
  transition: opacity 200ms ease, opacity 200ms ease;
}

.image-5 {
  display: block;
}

.form {
  width: 100vh;
  margin-top: 20px;
}

.heading-3 {
  color: #ff6d24;
}

.image-6 {
  width: 150px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.field-label {
  font-family: Circularstd, sans-serif;
  font-size: 20px;
}

.field-label-2 {
  font-family: Circularstd, sans-serif;
  font-size: 20px;
}

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

.heading-4 {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #922c50;
  text-align: center;
}

.field-label-3 {
  font-family: Circularstd, sans-serif;
  font-size: 20px;
}

.block-quote {
  padding-left: 100px;
}

.heading-5 {
  font-family: Circularstd, sans-serif;
  color: #922c50;
  text-align: center;
}

.ourteam {
  margin-top: 100px;
}

.columns {
  margin: 40px;
}

.video {
  display: block;
  height: auto;
  margin: 40px 20px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  margin-right: 40px;
  margin-left: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
}

.text-field-3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-block {
  margin-left: 0px;
}

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

.youtube-2 {
  display: block;
  width: 50%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.youtube-4 {
  width: auto;
}

.heading-6 {
  margin-top: 20px;
  color: #922c50;
  text-align: center;
  text-decoration: none;
}

.heading-7 {
  text-align: center;
}

.text-block-3 {
  color: #2a728f;
  font-size: 28px;
  text-decoration: none;
}

.text-block-4 {
  color: #2a728f;
  font-size: 28px;
  text-decoration: none;
}

.text-block-5 {
  color: #2a728f;
  font-size: 28px;
  text-decoration: none;
}

.submit-button-2 {
  border-radius: 8px;
  background-color: #2a728f;
  -webkit-transition: opacity 200ms ease, all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms ease, all 200ms cubic-bezier(.645, .045, .355, 1);
}

.paragraph-2 {
  font-size: 18px;
  text-align: center;
}

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

.main-content {
  display: none;
  padding-top: 100px;
  padding-bottom: 20px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.lottie-animation {
  width: 300px;
  border: 0px solid #000;
  border-radius: 5px;
  text-align: left;
}

.lottie-animation-2 {
  width: 300px;
  border: 0px solid #000;
  border-radius: 5px;
}

.lottie-animation-3 {
  width: 300px;
  border: 0px solid #000;
  border-radius: 5px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-3 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.paragraph-4 {
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-5 {
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.block-quote-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

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

.grid-7 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-7 {
  text-align: left;
}

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

.image-8 {
  text-align: center;
}

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

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

.block-quote-3 {
  text-align: left;
}

.text-block-6 {
  margin-top: 40px;
  font-family: 'Dancing Script', sans-serif;
  color: #922c50;
  font-size: 40px;
  line-height: 40px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-7 {
  font-size: 20px;
}

.text-block-8 {
  font-family: 'Dancing Script', sans-serif;
  font-size: 18px;
}

.text-block-9 {
  margin-top: 40px;
  font-family: 'Dancing Script', sans-serif;
  color: #922c50;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .p-18 {
    margin-bottom: 20px;
  }

  .p-18.hero {
    color: rgba(68, 39, 39, 0.7);
  }

  .container.hero {
    padding-left: 10px;
  }

  .contact.today {
    height: auto;
  }

  .contact.help {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-content {
    width: 66%;
  }

  .hero-image {
    position: absolute;
    left: 70%;
    width: 50%;
  }

  .featured {
    padding-left: 15px;
  }

  .image {
    right: -17%;
    max-width: 40%;
  }

  .today-content {
    margin-bottom: 0px;
  }

  .carousel.right {
    -webkit-transform: translate(-67px, 0px);
    -ms-transform: translate(-67px, 0px);
    transform: translate(-67px, 0px);
  }

  .sticky-carousel {
    position: absolute;
    opacity: 0.06;
  }

  .text-block {
    margin-top: 100px;
  }

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

  .heading {
    color: #922c50;
    font-size: 48px;
  }

  .heading-2 {
    font-size: 38px;
  }

  .text-field {
    min-width: 100%;
  }

  .form {
    width: auto;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .lottie-animation {
    width: 250px;
  }

  .lottie-animation-2 {
    width: 250px;
  }

  .lottie-animation-3 {
    width: 250px;
  }

  .cards-section {
    padding-top: 100px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .grid-6 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  .p-18 {
    color: #fff;
  }

  .p-18.hero {
    color: hsla(0, 0%, 100%, 0.7);
    text-align: center;
  }

  .p-18.brown {
    color: rgba(68, 39, 39, 0.7);
    text-align: center;
  }

  .caption {
    font-size: 16px;
  }

  .contact.help {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    margin-top: 0px;
  }

  .button.outline {
    margin-top: 20px;
  }

  .hero-image {
    position: static;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 14, 14, 0.7)), to(rgba(27, 14, 14, 0.7))), url('../images/genna-photo.jpg');
    background-image: linear-gradient(180deg, rgba(27, 14, 14, 0.7), rgba(27, 14, 14, 0.7)), url('../images/genna-photo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .featured {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-50-grid {
    margin-top: 60px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    right: -17%;
    bottom: 4%;
  }

  .today-content {
    position: absolute;
  }

  .carousel-image {
    width: 120px;
    padding: 5px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .sticky-carousel {
    position: static;
    top: auto;
  }

  .h1-center {
    font-size: 38px;
  }

  .text-block {
    margin-top: 0px;
  }

  .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-grid {
    margin-top: 40px;
  }

  .heading {
    color: #fff;
    font-size: 38px;
    text-align: center;
  }

  .image-6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .lottie-animation {
    text-align: left;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .column {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .p-18.hero {
    padding-right: 10px;
    padding-left: 10px;
    color: hsla(0, 0%, 100%, 0.7);
  }

  .caption {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .container.hero {
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
  }

  .button {
    margin-top: 40px;
  }

  .hero-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 14, 14, 0.7)), to(rgba(27, 14, 14, 0.7))), url('../images/genna-photo.jpg');
    background-image: linear-gradient(180deg, rgba(27, 14, 14, 0.7), rgba(27, 14, 14, 0.7)), url('../images/genna-photo.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    opacity: 1;
  }

  .featured {
    padding-left: 0px;
  }

  .feature-logo {
    width: 70px;
  }

  .featured-logos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .today-content {
    padding: 15px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .h1-center {
    font-size: 32px;
  }

  .text-block {
    margin-top: 40px;
  }

  .heading {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    color: #fff;
    font-size: 32px;
  }

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

  .form {
    width: 100%;
  }

  .image-6 {
    background-color: transparent;
    opacity: 1;
  }

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

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .lottie-animation {
    width: 250px;
  }

  .lottie-animation-2 {
    width: 250px;
  }

  .lottie-animation-3 {
    width: 250px;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-6 {
    margin-top: 20px;
    color: #fff;
  }
}

#w-node-facaafa8-8b4a-7e7a-df70-6cc41dfd3958-bbc2d558 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f3fa9e77-df24-01bf-1478-09781f42af34-bbc2d558 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-facaafa8-8b4a-7e7a-df70-6cc41dfd3958-bbc2d558 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-facaafa8-8b4a-7e7a-df70-6cc41dfd3958-bbc2d558 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-facaafa8-8b4a-7e7a-df70-6cc41dfd3958-bbc2d558 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}