:root {
  --urban-white: #fafafa;
  --body-text: "Open Sans", sans-serif;
  --urban-black: #2e2e2e;
  --heading: "Bebas Neue", sans-serif;
  --urban-green: #33483e;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray200: #eaecf0;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--urban-white);
  font-family: var(--body-text);
  color: var(--urban-black);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  letter-spacing: .3px;
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--urban-green);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 300;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--urban-black);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.kd-page-wrapper.kd-navbar-on-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.kd-navbar-component {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
}

.kd-navbar-component.color-green {
  background-color: var(--urban-green);
}

.kd-margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.kd-margin-bottom.margin-xsmall {
  margin: 0 0 1rem;
}

.kd-margin-bottom.margin-xxsmall {
  margin-bottom: .5rem;
}

.kd-margin-bottom.margin-medium {
  margin-bottom: 4rem;
}

.kd-margin-bottom.margin-small {
  margin-bottom: 2rem;
}

.kd-margin-bottom.margin-xxlarge {
  margin: 0 0 8rem;
}

.kd-navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--urban-white);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding: 1rem 4rem;
  display: flex;
}

.kd-navbar-logo-link {
  padding-left: 0;
}

.kd-navbar-menu {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  position: static;
}

.kd-navbar-menu-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.kd-navbar-link {
  color: var(--urban-white);
  padding: .5rem 1rem;
}

.kd-navbar-link:hover {
  transform: scale(1.025);
}

.kd-navbar-link.w--current {
  color: var(--urban-white);
  font-weight: 700;
}

.kd-navbar-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kd-button-no-borders {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-align: center;
  background-color: #3898ec00;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.kd-button-no-borders.is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.kd-button-no-borders.is-link:hover {
  font-weight: 700;
}

.kd-button-no-borders.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--urban-green);
}

.kd-navbar-menu-button {
  padding: 0;
}

.kd-header-component {
  height: 300vh;
  position: relative;
}

.kd-header-content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.kd-header-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.kd-padding-global {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.kd-container-large {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.kd-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.kd-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.kd-margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.kd-margin-top.margin-small {
  margin-top: 2rem;
}

.kd-margin-top.margin-xxsmall {
  margin-top: .5rem;
}

.kd-margin-top.margin-small {
  margin-bottom: 2rem;
}

.kd-margin-top.margin-medium {
  margin-top: 4rem;
}

.kd-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.kd-button-group.is-center {
  justify-content: center;
}

.kd-header-background-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.kd-image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kd-image-overlay-layer._30 {
  background-color: #0000004d;
}

.kd-image-overlay-layer._70 {
  background-color: #000000b3;
}

.kd-header-images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.kd-header-image-wrapper {
  position: relative;
}

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

.kd-header-ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.kd-section-home-about {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.kd-home-about-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.kd-home-about-content-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.kd-text-style-tagline {
  color: var(--urban-green);
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.kd-home-about-image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.kd-home-about-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kd-home-about-content-right {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.kd-home-about-image-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.kd-home-about-image-wrapper-left {
  border-radius: 0;
  width: 100%;
  margin-top: 50%;
  overflow: hidden;
}

.kd-home-about-image-left {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kd-home-about-image-wrapper-right {
  border-radius: 0;
  width: 100%;
  margin-top: 25%;
  overflow: hidden;
}

.kd-home-about-image-right {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kd-icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.kd-home-features-list-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.kd-home-features-list-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.kd-home-features-list-image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.kd-home-features-list-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kd-section-home-gallery {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.kd-home-gallery-component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kd-home-gallery-content-left {
  max-width: none;
  margin-left: 10%;
  margin-right: 20%;
}

.kd-home-gallery-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.kd-home-gallery-images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kd-home-gallery-image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-left: -8.5%;
  display: grid;
}

.kd-home-gallery-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.kd-home-gallery-image-wrapper {
  border-radius: 0;
  width: 26rem;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

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

.kd-home-gallery-image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.kd-home-feature-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kd-home-feature-item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.kd-home-feature-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.kd-icon-embed-xsmall {
  color: var(--urban-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.kd-home-feature-image-wrapper {
  background-color: var(--urban-green);
  border-radius: 0;
  padding: 3.5rem;
  overflow: hidden;
}

.kd-section-home-contact-form {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.kd-home-contact-form-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.kd-home-contact-form-contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.kd-home-contact-form-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kd-home-contact-form-item-icon-wrapper {
  flex: none;
  align-self: auto;
}

.kd-home-contact-form-image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.kd-home-contact-form-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.kd-padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.kd-padding-vertical.padding-xxlarge {
  padding: 4rem 0;
}

.kd-padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.kd-padding-bottom.padding-large {
  padding: 0 0 2rem;
  display: block;
}

.kd-form-message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.kd-form-message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.kd-form-message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.kd-form-message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.kd-line-divider {
  background-color: var(--urban-green);
  width: 100%;
  height: 1px;
}

.kd-padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.kd-padding-top.padding-medium {
  padding: 2rem 0 0;
}

.kd-footer-component {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.kd-footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.kd-footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.kd-footer-link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center start;
  display: grid;
}

.kd-footer-link {
  color: var(--urban-green);
  text-align: left;
  background-color: #3898ec00;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.kd-footer-right-wrapper {
  flex-direction: column;
  display: flex;
}

.kd-footer-form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.kd-footer-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.kd-footer-image-wrapper {
  background-image: url('../images/BKGD_container_g.png');
  background-position: 50%;
  background-size: auto;
  border: 8px solid #213425;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.kd-footer-image {
  font-weight: 700;
  line-height: 1.2;
}

.kd-footer-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.kd-footer-instructions-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.kd-footer-info-link {
  font-size: .875rem;
  text-decoration: underline;
}

.kd-footer-credit-text {
  color: var(--urban-green);
  font-size: .875rem;
}

.kd-section-layout-style-guide {
  flex-flow: column;
  padding-top: 4rem;
  display: flex;
}

.kd-padding-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.kd-heading-style-h2 {
  font-family: var(--heading);
  color: var(--urban-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.kd-heading-style-h2.text-color-white {
  color: var(--urban-white);
}

.kd-styleguide-heading-wrapper {
  border-bottom: 1px solid var(--urban-green);
  width: 100%;
  padding: 0 0 4rem;
}

.kd-styleguide-component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.kd-styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-bottom: 4rem;
}

.kd-heading-style-h5 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.kd-styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  font-weight: 300;
}

.kd-styleguide-label {
  background-color: var(--urban-green);
  color: var(--urban-white);
  white-space: nowrap;
  cursor: context-menu;
  border-radius: 5px;
  margin-top: -2px;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
}

.kd-heading-style-h1 {
  font-family: var(--heading);
  color: var(--urban-green);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.kd-heading-style-h1.text-color-white {
  color: var(--urban-white);
}

.kd-heading-style-h1.text-color-white.hero {
  font-size: 4rem;
}

.kd-heading-style-h1.text-color-white.size-vw {
  text-align: center;
  font-size: 8vw;
  line-height: 1;
}

.kd-heading-style-h1.kd-padding-bottom {
  padding-bottom: 2rem;
}

.kd-heading-style-h3 {
  font-family: var(--heading);
  color: var(--urban-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.kd-heading-style-h4 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.kd-heading-style-h6 {
  font-family: var(--heading);
  color: var(--urban-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.kd-text-style-large {
  color: var(--urban-black);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.kd-text-style-medium {
  color: var(--urban-black);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
}

.kd-text-style-regular {
  color: var(--urban-black);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.kd-text-style-regular.text-color-white {
  color: var(--urban-white);
}

.kd-text-style-regular.text-color-white.align-middle {
  font-family: var(--body-text);
  color: var(--urban-white);
  text-align: center;
  font-weight: 300;
}

.kd-text-style-small {
  color: var(--urban-black);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.kd-text-style-tiny {
  color: var(--urban-black);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.kd-text-style-tiny.text-color-white {
  color: var(--urban-white);
}

.kd-text-style-subheading {
  color: var(--urban-black);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.kd-text-style-link {
  color: var(--urban-green);
  letter-spacing: .3px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
}

.kd-text-style-link:hover {
  font-weight: 600;
}

.kd-styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.kd-class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.kd-button {
  border-style: solid;
  border-width: 1px;
  border-color: white white var(--urban-white);
  background-color: var(--urban-green);
  color: var(--urban-white);
  text-align: center;
  text-transform: none;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.kd-button:hover {
  border-color: var(--urban-green);
  background-color: var(--urban-white);
  color: var(--urban-green);
  transform: scale(1.05);
}

.kd-button-small {
  border: 1px solid var(--urban-white);
  background-color: var(--urban-green);
  color: var(--urban-white);
  text-align: center;
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.kd-button-small:hover {
  border-color: var(--urban-green);
  background-color: var(--urban-white);
  color: var(--urban-green);
  transform: scale(1.05);
}

.kd-button-secondary {
  border: 1px solid var(--urban-green);
  background-color: var(--urban-white);
  color: var(--urban-green);
  text-align: center;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
}

.kd-button-secondary:hover {
  border-color: var(--urban-white);
  background-color: var(--urban-green);
  color: var(--urban-white);
  transform: scale(1.05);
}

.kd-button-secondary.is-transparent {
  border-color: var(--urban-white);
  color: var(--urban-white);
  background-color: #fafafa00;
}

.kd-button-secondary.is-transparent:hover {
  background-color: var(--urban-white);
  color: var(--urban-green);
}

.kd-button-secondary-small {
  border: 1px solid var(--urban-green);
  background-color: var(--urban-white);
  color: var(--urban-green);
  text-align: center;
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
}

.kd-button-secondary-small:hover {
  border-color: var(--urban-white);
  background-color: var(--urban-green);
  color: var(--urban-white);
  transform: scale(1.05);
}

.kd-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--urban-green);
  text-align: center;
  background-color: #0000;
  border: 1px #2d464c;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.kd-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.kd-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kd-class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kd-form-field-wrapper {
  position: relative;
}

.kd-field-label {
  color: var(--urban-green);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.kd-field-label.text-color-white {
  color: var(--urban-white);
  padding-top: 0;
  padding-bottom: 0;
}

.kd-form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: #dce1e3 #dce1e3 var(--urban-green);
  font-family: var(--body-text);
  color: #000;
  background-color: #e2e4e300;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .75rem .75rem .5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.kd-form-input:focus {
  border-color: #000;
}

.kd-form-input::placeholder {
  color: var(--urban-black);
  font-size: 1rem;
}

.kd-form-input.color-white {
  border-bottom-color: var(--urban-white);
}

.kd-form-input.color-white::placeholder {
  color: var(--urban-white);
}

.kd-form-text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--urban-green);
  color: #000;
  background-color: #dce1e300;
  border-radius: 0;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  overflow: auto;
}

.kd-form-text-area:focus {
  border-color: #000;
}

.kd-form-text-area::placeholder {
  color: #000;
}

.kd-form-text-area.color-white {
  border-bottom-color: var(--urban-white);
  color: var(--urban-white);
  min-height: 8rem;
}

.kd-form-text-area.color-white::placeholder {
  color: var(--urban-white);
  font-weight: 300;
}

.kd-form-select-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--urban-green);
  color: #000;
  background-color: #dce1e300;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.kd-form-select-input::placeholder {
  color: #0009;
}

.kd-form-select-input.color-white {
  border-bottom-color: var(--urban-white);
  font-family: var(--body-text);
  color: var(--urban-white);
  font-weight: 300;
}

.kd-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.kd-form-checkbox-icon {
  border: 1px solid var(--urban-green);
  color: var(--urban-green);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.kd-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.kd-form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.kd-form-checkbox-label {
  color: var(--urban-green);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.kd-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.kd-form-radio-icon {
  border: 1px solid var(--urban-green);
  -webkit-text-stroke-color: var(--urban-green);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.kd-form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.kd-form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.kd-form-radio-label {
  color: var(--urban-green);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.kd-styleguide-grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.kd-styleguide-color {
  background-color: #000;
  padding-bottom: 8rem;
}

.kd-styleguide-color.color-black {
  background-color: var(--urban-black);
  border: 1px solid #d1d0cb;
}

.kd-styleguide-color.color-green {
  background-color: var(--urban-green);
}

.kd-styleguide-color.color-white {
  border: 1px solid var(--urban-green);
  background-color: var(--urban-white);
}

.kd-styleguide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.kd-styleguide-item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.kd-styleguide-empty-box {
  z-index: -1;
  background-color: #e4e2df;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.kd-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.kd-container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.kd-styleguide-spacing {
  border: 1px dashed #000;
}

.kd-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.kd-section-about-hero-header {
  padding-top: 4rem;
}

.kd-about-hero-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.kd-about-hero-header-image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.kd-about-hero-header-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.kd-about-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kd-about-image-wrapper {
  background-color: var(--urban-green);
  border-radius: 0;
  padding: 3.5rem;
  overflow: hidden;
}

.kd-section-about-features-list {
  display: none;
}

.kd-about-features-list-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.kd-about-features-list-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.kd-about-features-list-item-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kd-icon-1x1-medium {
  width: 10rem;
  height: 10rem;
}

.kd-section_header-menu {
  position: relative;
}

.kd-section_header-menu.text-color-alternate {
  min-width: 100vw;
  min-height: 100vh;
}

.kd-header-menu-content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.kd-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.kd-header-menu-background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.kd-section-menu {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.kd-menu-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--urban-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.kd-menu-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.kd-menu-tabs-menu {
  z-index: 1;
  grid-column-gap: .25rem;
  border: 1px solid var(--urban-green);
  background-color: var(--urban-white);
  border-radius: 5px;
  align-items: center;
  padding: 1.5rem 2.5rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.kd-menu-tab-link {
  color: var(--urban-green);
  text-align: center;
  background-color: #0000;
  border: 1px #0000;
  flex: none;
  padding: .5rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.kd-menu-tab-link.w--current {
  background-color: var(--urban-green);
  font-family: var(--body-text);
  color: var(--urban-white);
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.kd-menu-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.kd-menu-mobile-image-wrapper {
  display: none;
}

.kd-menu-mobile-image {
  width: 100%;
  position: absolute;
}

.kd-menu-desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.kd-menu-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  position: absolute;
}

.kd-section-menu-cta {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  display: block;
}

.kd-menu-cta-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kd-menu-cta-image-wrapper {
  background-color: var(--urban-green);
  border-radius: 0;
  padding: 3.5rem;
  overflow: hidden;
}

.kd-menu-cta-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kd-section-contact-hero-header {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.kd-contact-hero-header-component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.kd-contact-hero-header-image-wrapper {
  flex: 1;
  position: relative;
}

.kd-contact-hero-header-background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.kd-contact-hero-header-background-image {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.kd-contact-hero-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.kd-section-contact-contact {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.kd-contact-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.kd-contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kd-icon-embed-small {
  color: var(--urban-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.kd-icon-embed-small.color-white {
  color: var(--urban-white);
}

.kd-contact-map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.kd-reserve-table-form-field-wrapper {
  position: relative;
}

.kd-success-text {
  font-weight: 600;
}

.kd-error-text {
  color: #e23939;
}

.kd-header-menu-background-video {
  width: 100%;
  height: 100%;
}

.kd-list-item {
  color: var(--urban-green);
  margin-top: .5rem;
  margin-bottom: .5rem;
  list-style-type: none;
}

.kd-reserve-table-component {
  z-index: 10000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.kd-reserve-table-content-wrapper {
  border-left: 1px solid var(--urban-white);
  background-color: var(--urban-green);
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  display: block;
  position: absolute;
  overflow: scroll;
}

.kd-reserve-table-form-block {
  flex-direction: column;
  align-items: stretch;
}

.kd-reserve-table-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kd-reserve-table-close-button {
  color: var(--urban-white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.kd-reserve-table-background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.kd-home-feature-background-video {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.kd-home-feature-background-video.align-bottom {
  object-fit: cover;
  object-position: 50% 50%;
}

.kd-padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.kd-section-newsletter {
  position: relative;
}

.kd-section-newsletter.text-color-alternate {
  min-height: auto;
  display: none;
}

.kd-newsletter-component {
  z-index: 1;
  position: relative;
}

.kd-newsletter-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.kd-newsletter-form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.kd-newsletter-signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.kd-text-link.text-color-white {
  color: var(--urban-white);
}

.kd-newsletter-background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.kd-licenses-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.kd-rich-text-block {
  text-align: left;
}

.kd-min-width {
  width: auto;
  min-width: auto;
}

.kd-map-image-replace-with-embeded-code {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
}

.kd-section-home-video {
  background-color: var(--urban-green);
  display: block;
}

.kd-home-video-component {
  flex-direction: column;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.kd-home-video-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.kd-home-video-video-wrapper {
  z-index: 0;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.kd-home-video-backgroundvideo {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
}

.kd-home-video-content-bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kd-home-video-card {
  z-index: 1;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  overflow: hidden;
}

.kd-home-video-ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.kd-home-features-list-item-bottom {
  padding-left: .5px;
  padding-right: .5rem;
}

.kd-list-image-gradient {
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
}

.kd-home-video-mod {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

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

.kd-home-contact-form-item-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.socials_link {
  padding-left: 5px;
}

.kd-padding-global-_hidden {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.kd-contact-hero-header-background-image-copy {
  object-fit: cover;
  object-position: 50% 70%;
  background-image: linear-gradient(#33483e, #33483e);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.tos {
  margin-left: 2.5%;
  padding-right: 2.5px;
}

.s1_header {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.s1_h1_imagediv {
  background-image: url('../images/latp_tables22.png');
  background-position: 0 0;
  background-size: auto;
  height: 45vh;
}

.s1_h1_textdiv {
  padding-left: 2.25%;
  padding-right: 2.25%;
}

.s1_c1 {
  padding-top: 5vh;
}

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

.button-wrap.kd-margin-top {
  margin-top: 1rem;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

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

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-blogpost04_author-subheading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

.uui-blogpost05_title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogpost05_header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 6rem;
  display: grid;
}

.uui-blogpost05_date-wrapper {
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost05_content-left {
  max-width: 20rem;
  position: sticky;
  top: 5rem;
}

.uui-blogpost05_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-blogpost05_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-blogpost05_author-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost05_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogpost05_form {
  margin-bottom: 0;
}

.uui-blogpost05_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

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

.uui-blogpost05_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost05_date {
  color: var(--untitled-ui--primary600);
  margin-left: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost05_content {
  margin-bottom: 4rem;
}

.uui-blogpost05_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-blogpost05_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost05_sidebar-heading {
  color: var(--untitled-ui--primary600);
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-blogpost05_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-text-weight-semibold {
  font-weight: 600;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-pricing01_top-left {
  margin-right: 1rem;
}

.uui-pricing01_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.uui-pricing01_content-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-pricing01_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing01_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.uui-pricing01_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing01_feature {
  display: flex;
}

.uui-pricing01_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-pricing01_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-pricing01_content-item {
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-pricing01_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-pricing01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-pricing01_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing01_top-right-text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: .125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-pricing01_top-right-price {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing01_card-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team07_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-team07_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-team07_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.uui-team07_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1rem;
  display: grid;
}

.uui-team07_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.uui-team07_component {
  margin-top: 4rem;
}

.uui-team07_cta {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
}

.uui-team07_cta-content {
  flex: 1;
}

.uui-team07_cta-button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-pricing09_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-pricing09_tab-content {
  overflow: visible;
}

.uui-pricing09_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-pricing09_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing09_content-top {
  flex-direction: column;
}

.uui-pricing09_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.uui-pricing09_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing09_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-pricing09_feature {
  display: flex;
}

.uui-pricing09_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing09_popular-label {
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.uui-pricing09_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing09_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing09_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing09_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing09_heading {
  color: var(--untitled-ui--primary700);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing09_price {
  color: var(--untitled-ui--gray900);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing09_price-text {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-pricing03_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.uui-pricing03_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing03_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing03_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing03_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.uui-pricing03_tab-content {
  overflow: visible;
}

.uui-pricing03_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing03_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-pricing03_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.uui-pricing03_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing03_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.uui-pricing03_feature {
  display: flex;
}

.uui-pricing03_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing03_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.uui-pricing03_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing03_top-right-text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: .125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-pricing03_top-right-price {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing03_card-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
    font-weight: 400;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .kd-navbar-component {
    width: auto;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0%;
  }

  .kd-navbar-component.color-green {
    background-color: var(--urban-green);
    min-width: 90%;
  }

  .kd-margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .kd-margin-bottom.margin-xxlarge {
    margin-bottom: 4rem;
  }

  .kd-navbar-container {
    background-color: #33483e00;
    grid-template-columns: auto 1fr;
    width: 100%;
  }

  .kd-navbar-menu {
    background-color: #0000;
    justify-content: center;
    min-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    position: absolute;
  }

  .kd-navbar-menu-link-wrapper {
    border: 1px solid var(--urban-white);
    background-color: var(--urban-green);
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 1rem 2rem;
  }

  .kd-navbar-link {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding: .25rem 0;
    font-size: 1rem;
  }

  .kd-navbar-button-wrapper {
    align-items: center;
  }

  .kd-navbar-menu-button {
    padding: 0;
  }

  .kd-navbar-menu-button.w--open {
    background-color: #0000;
  }

  .kd-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .kd-menu-icon-line-top {
    background-color: var(--urban-white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .kd-menu-icon-line-middle {
    background-color: var(--urban-white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .kd-menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .kd-menu-icon-line-bottom {
    background-color: var(--urban-white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .kd-padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .kd-padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .kd-margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .kd-home-features-list-list {
    grid-column-gap: 2rem;
  }

  .kd-home-gallery-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .kd-home-gallery-content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .kd-home-gallery-content-right {
    height: auto;
  }

  .kd-home-feature-content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .kd-home-feature-image-wrapper {
    padding: 1.5rem;
  }

  .kd-home-contact-form-content {
    grid-column-gap: 3rem;
  }

  .kd-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .kd-padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kd-padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kd-footer-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kd-footer-top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .kd-footer-form-block {
    min-width: auto;
  }

  .kd-section-layout-style-guide {
    padding-top: 8rem;
  }

  .kd-padding-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .kd-heading-style-h2 {
    font-size: 2.75rem;
  }

  .kd-heading-style-h1, .kd-heading-style-h1.text-color-white.hero {
    font-size: 3.25rem;
  }

  .kd-heading-style-h3 {
    font-size: 2.25rem;
  }

  .kd-heading-style-h4 {
    font-size: 1.75rem;
  }

  .kd-button-secondary-small {
    display: none;
  }

  .kd-form-input {
    padding-left: 0;
  }

  .kd-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .kd-about-hero-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .kd-about-content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .kd-about-image-wrapper {
    padding: 1.5rem;
  }

  .kd-about-features-list-list {
    grid-column-gap: 2rem;
  }

  .kd-menu-component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .kd-menu-tabs-menu {
    padding: 1rem;
  }

  .kd-menu-cta-content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .kd-contact-hero-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .kd-contact-content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .kd-contact-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .kd-reserve-table-content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .kd-padding-section-xlarge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .kd-newsletter-content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .kd-newsletter-signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .kd-min-width {
    min-width: auto;
  }

  .kd-section-home-video {
    max-width: 100%;
    display: block;
  }

  .kd-home-video-content {
    width: 100vw;
    min-width: auto;
    max-width: none;
  }

  .kd-home-video-video-wrapper {
    aspect-ratio: 1;
    max-width: none;
    overflow: hidden;
  }

  .kd-home-video-content-bottom {
    max-width: 80%;
  }

  .kd-padding-global-_hidden {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container {
    max-width: 728px;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost05_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-blogpost05_newsletter {
    position: static;
  }

  .uui-blogpost05_content-left {
    width: 100%;
    max-width: none;
    position: static;
  }

  .uui-blogpost05_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost05_form-wrapper {
    display: flex;
  }

  .uui-blogpost05_contributers {
    position: static;
  }

  .uui-blogpost05_content {
    margin-bottom: 3rem;
  }

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

  .uui-pricing01_top-right-price {
    font-size: 3.25rem;
  }

  .uui-team07_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-team07_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-team07_cta-content {
    margin-right: 3rem;
  }

  .uui-team07_cta-button-row {
    flex: none;
    justify-content: flex-start;
  }

  .uui-pricing09_components, .uui-pricing03_plans {
    grid-template-columns: 1fr;
  }

  .uui-pricing03_top-right-price {
    font-size: 3.25rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .kd-navbar-component {
    margin-top: 1.25rem;
  }

  .kd-navbar-component.color-green {
    min-width: 90%;
  }

  .kd-margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .kd-margin-bottom.margin-medium {
    margin-bottom: 3rem;
  }

  .kd-margin-bottom.margin-xxlarge {
    margin-bottom: 4rem;
  }

  .kd-navbar-container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .kd-navbar-logo {
    max-width: 80%;
  }

  .kd-navbar-menu-link-wrapper {
    padding: 1.25rem;
  }

  .kd-padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .kd-padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .kd-margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .kd-header-images-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .kd-header-image-wrapper.hide-mobile-landscape {
    display: none;
  }

  .kd-home-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .kd-home-about-image-wrapper-left {
    margin-top: 25%;
  }

  .kd-home-about-image-wrapper-right {
    margin-top: 0%;
  }

  .kd-home-features-list-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .kd-home-features-list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .kd-home-features-list-image {
    aspect-ratio: 1;
  }

  .kd-home-gallery-component {
    padding-top: 4rem;
  }

  .kd-home-gallery-content-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .kd-home-gallery-image-wrapper {
    width: 18rem;
  }

  .kd-home-feature-content, .kd-home-contact-form-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .kd-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .kd-padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kd-padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kd-footer-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kd-footer-top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .kd-footer-link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start start;
    width: 100%;
  }

  .kd-footer-bottom-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .kd-footer-instructions-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

  .kd-padding-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .kd-heading-style-h2 {
    font-size: 2.25rem;
  }

  .kd-heading-style-h5 {
    font-size: 1.25rem;
  }

  .kd-heading-style-h1, .kd-heading-style-h1.text-color-white.hero {
    font-size: 2.5rem;
  }

  .kd-heading-style-h3 {
    font-size: 2rem;
  }

  .kd-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .kd-heading-style-h6, .kd-text-style-large {
    font-size: 1.125rem;
  }

  .kd-text-style-medium {
    font-size: 1rem;
  }

  .kd-container-small {
    max-width: 85%;
  }

  .kd-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .kd-about-hero-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .kd-about-content, .kd-about-features-list-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .kd-about-features-list-item {
    display: flex;
  }

  .kd-menu-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .kd-menu-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .kd-menu-tabs-menu {
    display: none;
    position: relative;
    top: 0;
  }

  .kd-menu-tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .kd-menu-content {
    height: auto;
  }

  .kd-menu-mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .kd-menu-mobile-image {
    aspect-ratio: 1;
    object-fit: cover;
    position: static;
  }

  .kd-menu-desktop-image-wrapper {
    display: none;
  }

  .kd-menu-cta-content {
    grid-row-gap: 3rem;
  }

  .kd-menu-cta-image-wrapper {
    padding: 1.5rem;
  }

  .kd-contact-hero-header-component {
    height: auto;
    max-height: none;
  }

  .kd-contact-hero-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .kd-contact-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .kd-contact-list {
    grid-template-columns: 1fr;
  }

  .kd-reserve-table-content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .kd-padding-section-xlarge {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .kd-newsletter-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .kd-header-images-layout-mobile {
    width: 100%;
    height: 100%;
  }

  .kd-header-image-mobile-wrapper {
    height: 100%;
  }

  .kd-home-video-card {
    grid-template-columns: 1fr;
    width: 90%;
    padding: 1.5rem;
  }

  .kd-padding-global-_hidden {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_author-wrapper, .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost05_header {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 4rem;
  }

  .uui-blogpost05_date-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost05_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost05_form-wrapper {
    flex-direction: column;
  }

  .uui-blogpost05_content {
    margin-bottom: 0;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-pricing01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-pricing01_content-list {
    grid-row-gap: 2.5rem;
  }

  .uui-pricing01_feature-list {
    grid-template-columns: 1fr;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing01_content-top {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .uui-pricing01_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-pricing01_top-right-text {
    font-size: 1rem;
  }

  .uui-pricing01_top-right-price {
    font-size: 3rem;
  }

  .social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-team07_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-team07_item {
    grid-template-columns: max-content 1fr;
  }

  .uui-team07_component {
    margin-top: 3rem;
  }

  .uui-team07_cta {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-team07_cta-content {
    margin-right: 0;
  }

  .uui-team07_cta-button-row {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    width: 100%;
  }

  .uui-pricing09_component {
    margin-top: 2rem;
  }

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

  .uui-pricing09_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing09_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing09_heading {
    font-size: 1.125rem;
  }

  .uui-pricing09_price {
    font-size: 2.25rem;
  }

  .uui-pricing09_price-text {
    font-size: 1.5rem;
  }

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

  .uui-pricing03_tabs-menu {
    margin-top: 2rem;
  }

  .uui-pricing03_content-top {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .uui-pricing03_icon-wrapper {
    display: none;
  }

  .uui-pricing03_feature-list {
    grid-template-columns: 1fr;
  }

  .uui-pricing03_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing03_top-right-text {
    font-size: 1rem;
  }

  .uui-pricing03_top-right-price {
    font-size: 3rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .kd-navbar-component.color-green {
    background-color: var(--urban-green);
  }

  .kd-margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .kd-margin-bottom.margin-xsmall {
    margin-bottom: .5rem;
  }

  .kd-margin-bottom.margin-xxsmall {
    margin-bottom: .25rem;
  }

  .kd-margin-bottom.margin-xxlarge {
    margin-bottom: 3rem;
  }

  .kd-navbar-container {
    background-color: #33483e00;
  }

  .kd-navbar-logo {
    max-width: 60%;
  }

  .kd-padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .kd-margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .kd-header-images-layout {
    transform: scale(3.4);
  }

  .kd-home-about-content, .kd-home-about-image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .kd-home-features-list-list {
    grid-template-columns: 1fr;
  }

  .kd-home-features-list-image {
    aspect-ratio: 1;
  }

  .kd-home-gallery-component {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .kd-home-gallery-image-wrapper {
    width: 60vw;
  }

  .kd-home-feature-content, .kd-home-contact-form-content, .kd-home-contact-form-contact-list {
    grid-template-columns: 1fr;
  }

  .kd-home-contact-form-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .kd-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .kd-padding-vertical.padding-xxlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .kd-padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kd-padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kd-footer-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kd-footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .kd-footer-link-list {
    grid-row-gap: .5rem;
  }

  .kd-footer-form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .kd-footer-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .kd-footer-instructions-list {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
  }

  .kd-heading-style-h2 {
    text-align: left;
    font-size: 2rem;
  }

  .kd-styleguide-item-row {
    grid-row-gap: 1rem;
    grid-template-columns: 15rem;
  }

  .kd-heading-style-h1, .kd-heading-style-h1.text-color-white.hero {
    font-size: 2.25rem;
  }

  .kd-heading-style-h1.text-color-white.size-vw {
    text-align: center;
    font-size: 2.5rem;
  }

  .kd-heading-style-h3 {
    font-size: 1.75rem;
  }

  .kd-text-style-regular {
    text-align: left;
  }

  .kd-text-style-regular.text-color-white {
    text-align: center;
  }

  .kd-text-style-regular.text-color-white.align-left {
    text-align: left;
  }

  .kd-button {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .kd-button-secondary {
    font-size: .9rem;
  }

  .kd-field-label {
    font-size: 18px;
  }

  .kd-form-input {
    padding-left: 0;
  }

  .kd-container-small {
    max-width: 90%;
  }

  .kd-about-hero-header-content-wrapper, .kd-about-content, .kd-about-features-list-list, .kd-menu-component {
    grid-template-columns: 1fr;
  }

  .kd-menu-tabs-menu {
    justify-content: flex-start;
    width: 90vw;
    overflow: scroll;
  }

  .kd-menu-content {
    height: auto;
  }

  .kd-menu-cta-content, .kd-contact-hero-header-content-wrapper, .kd-contact-content {
    grid-template-columns: 1fr;
  }

  .kd-contact-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .kd-reserve-table-component {
    display: none;
  }

  .kd-padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .kd-newsletter-signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .kd-home-video-content-bottom {
    max-width: 90%;
  }

  .kd-home-video-card {
    padding-left: 0;
    padding-right: 0;
  }

  .kd-home-contact-form-item-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container {
    max-width: none;
  }

  .s1_h1_imagediv.mobile {
    height: 20vh;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .uui-blogpost05_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost05_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-pricing01_component, .uui-pricing01_content-list {
    grid-template-columns: 1fr;
  }

  .uui-badge.hide-mobile-portrait {
    display: none;
  }

  .uui-team07_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hide-mobile-portrait {
    display: none;
  }
}

#w-node-_654093c4-8900-7659-1982-4c67a725ffd6-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffd7-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffd8-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffd9-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffda-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffdb-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffdc-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffdd-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffde-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe0-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe1-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe2-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe3-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe4-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe5-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe6-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe7-e806bb34, #w-node-a4700f28-80c7-89ca-35c5-0b40756c8e99-e806bb34, #w-node-a4700f28-80c7-89ca-35c5-0b40756c8e9a-e806bb34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654093c4-8900-7659-1982-4c67a7260040-e806bb34 {
  justify-self: end;
}

#w-node-_654093c4-8900-7659-1982-4c67a726004f-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260050-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260051-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260052-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260053-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260054-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260055-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260056-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260057-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260058-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260059-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726005a-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726005b-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726005c-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726005e-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726005f-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260060-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260061-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260062-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260063-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260064-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260065-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260066-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260067-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260068-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a7260069-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726006a-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726006b-e806bb34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654093c4-8900-7659-1982-4c67a7260097-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a726009d-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a72600a3-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a72600c6-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a72600cf-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a72600d8-e806bb34 {
  align-self: start;
}

#w-node-_1cf95ac4-2575-c892-3952-f795eb45740b-eb457405 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cf95ac4-2575-c892-3952-f795eb45740c-eb457405 {
  justify-self: start;
}

#w-node-_16d7ed0d-42eb-8ce6-f1d0-6245b636b7fe-b636b7fa {
  justify-self: center;
}

#w-node-_16d7ed0d-42eb-8ce6-f1d0-6245b636b806-b636b7fa {
  justify-self: end;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6872-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6873-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6877-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6878-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b687c-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b687d-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b687f-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6881-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6882-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6886-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6887-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b688b-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b688c-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6894-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6895-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6897-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6899-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b689a-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b689c-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b689e-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b689f-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68a1-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68a3-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68a4-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68a6-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68a8-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68a9-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68ab-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68ad-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68ae-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68b0-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68b2-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68b3-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68b5-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68bb-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68bc-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68f5-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68f6-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68f7-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68f9-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68fc-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68fd-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b68fe-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6900-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6903-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6904-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6905-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6907-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b690b-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b690c-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b690e-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6912-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6913-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6915-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6920-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6921-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6922-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6923-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6925-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6928-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b692c-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b692d-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b692e-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6933-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6934-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6935-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b693a-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b693b-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b693c-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b693d-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6943-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6944-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6945-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6946-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6948-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b694c-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b694d-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b694e-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b694f-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6951-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b695d-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6979-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b697a-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b697c-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b697e-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b697f-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6981-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6983-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6984-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6986-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6988-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6989-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b698b-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b698d-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b698e-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6990-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6992-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6993-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6995-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6997-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b6998-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b699a-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b699b-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b699d-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b699e-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b69a0-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b69a1-e806bb35, #w-node-_5d1d7da8-17bf-4878-2417-0314936864bb-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1d7da8-17bf-4878-2417-0314936864bc-e806bb35 {
  justify-self: start;
}

#w-node-_5d1d7da8-17bf-4878-2417-0314936864be-e806bb35, #w-node-_5d1d7da8-17bf-4878-2417-0314936864bf-e806bb35, #w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b69a3-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b69a4-e806bb35 {
  justify-self: start;
}

#w-node-_0bab5b31-802d-19df-a1cf-b0d4bf8b69a6-e806bb35, #w-node-_69b84718-bd39-e888-1e72-2e2f4474f6cd-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69b84718-bd39-e888-1e72-2e2f4474f6ce-e806bb35 {
  justify-self: start;
}

#w-node-_69b84718-bd39-e888-1e72-2e2f4474f6d0-e806bb35, #w-node-ba26b13a-f6ba-42a1-f0ff-cee942c1c75e-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba26b13a-f6ba-42a1-f0ff-cee942c1c75f-e806bb35 {
  justify-self: start;
}

#w-node-ba26b13a-f6ba-42a1-f0ff-cee942c1c761-e806bb35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7c14e80-59a3-7436-70ea-af7ad51ffd8a-d51ffd86 {
  justify-self: center;
}

#w-node-f7c14e80-59a3-7436-70ea-af7ad51ffd92-d51ffd86 {
  justify-self: end;
}

#w-node-_3dcd02a3-ad99-1d38-532e-bf221778e3f4-e806bb37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3655ffc-91cc-b089-8b9a-a3ad7f38a3b1-e806bb38, #w-node-b3655ffc-91cc-b089-8b9a-a3ad7f38a3ba-e806bb38, #w-node-b3655ffc-91cc-b089-8b9a-a3ad7f38a3c3-e806bb38 {
  align-self: start;
}

#w-node-_43baff91-8816-66cf-8375-facd90c612f2-6230caae, #w-node-_43baff91-8816-66cf-8375-facd90c612f6-6230caae, #w-node-_43baff91-8816-66cf-8375-facd90c612f8-6230caae, #w-node-_43baff91-8816-66cf-8375-facd90c612fa-6230caae, #w-node-_6215d935-c0df-e56c-7786-e1eee92f6a9c-6230caae, #w-node-_6215d935-c0df-e56c-7786-e1eee92f6a9e-6230caae, #w-node-_6215d935-c0df-e56c-7786-e1eee92f6aa0-6230caae, #w-node-_6215d935-c0df-e56c-7786-e1eee92f6aa2-6230caae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa2b9-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa2c3-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa2cd-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa2f1-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa2f6-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa2fb-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa300-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa305-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa30a-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa30f-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa314-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa319-6230caae, #w-node-_3bf2bb21-c8bd-f19a-ed3b-a39a13caa31e-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b01d-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b022-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b027-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b02c-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b031-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b036-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b03b-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b040-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b045-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b04a-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b071-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b076-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b07b-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b080-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b085-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b08a-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b08f-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b094-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b099-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b09e-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0c3-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0c8-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0cd-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0d2-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0d7-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0dc-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0e1-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0e6-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0eb-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b0f0-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b117-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b11c-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b121-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b126-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b12b-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b130-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b135-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b13a-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b13f-6230caae, #w-node-dce795f6-fd38-c50f-d615-407fec89b144-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3286b-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32870-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32875-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3287a-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3287f-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3289c-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328a1-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328a6-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328ab-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328b0-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328d1-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328d6-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328db-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328e0-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328e5-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32901-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32906-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3290b-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32910-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32915-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32932-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32937-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3293c-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32941-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32946-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32967-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3296c-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32971-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32976-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3297b-6230caae {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_654093c4-8900-7659-1982-4c67a725ffd8-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffda-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffdc-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffde-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe0-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe2-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe4-e806bb34, #w-node-_654093c4-8900-7659-1982-4c67a725ffe6-e806bb34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_654093c4-8900-7659-1982-4c67a7260040-e806bb34 {
    justify-self: start;
  }

  #w-node-_6215d935-c0df-e56c-7786-e1eee92f6aa4-6230caae {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1cf95ac4-2575-c892-3952-f795eb45740c-eb457405 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_6c92bc82-f444-30d3-8935-dd6566b32859-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32887-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328bc-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b328ef-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b3291d-6230caae, #w-node-_6c92bc82-f444-30d3-8935-dd6566b32952-6230caae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


