:root {
  --blue: #1797f8;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.button {
  color: #2b2b2b;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000001c;
  padding: .75rem 1.5rem;
  transition: all .2s;
}

.button:hover {
  border-color: #00000080;
}

.button.is-secondary {
  opacity: 1;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-color: #000;
  border-radius: 3px;
  transition: all .2s;
}

.button.is-secondary:hover {
  opacity: .7;
}

.button.is-secondary.is-alternate {
  color: #0000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-small {
  border-color: #fff3;
  border-radius: 3px;
  padding: .5rem 1.25rem;
  font-weight: 300;
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  cursor: pointer;
  transition: all .2s;
  display: flex;
}

.button.is-link.is-icon:hover {
  opacity: .8;
}

.button.is-link.is-icon.is-alternate {
  display: flex;
}

.navbar1_component {
  color: #fff;
  background-color: #0003;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_logo-link {
  grid-column-gap: 10px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 300;
}

.navbar1_link.w--current {
  color: #0000;
}

.navbar1_logo {
  max-width: 30px;
}

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

.image-overlay-layer {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000082;
  position: absolute;
  inset: 0%;
}

.text-color-white {
  color: #fffc;
  font-weight: 300;
  line-height: 1.5;
}

.text-color-white.h1 {
  text-align: center;
  letter-spacing: -2px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.padding-section-large {
  justify-content: center;
  display: flex;
}

.header79_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

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

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

.text-size-medium {
  color: #333333b8;
  line-height: 1.4;
}

.text-size-medium.text-color-white {
  color: #ffffffb0;
  text-align: center;
  line-height: 1.4;
}

.text-size-medium.logo-section {
  margin-left: 10%;
  margin-right: 10%;
}

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

.header79_image-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header79_image-column.image-column-3 {
  margin-top: 0%;
}

.header79_image-column.image-column-5 {
  margin-top: -20%;
}

.header79_image-column.image-column-4 {
  margin-top: -30%;
}

.header79_image-column.image-column-1 {
  margin-top: -20%;
}

.header79_image-column.image-column-2 {
  margin-top: -50%;
}

.header79_images-layout {
  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%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.padding-global {
  padding: 100px 5%;
}

.padding-global.uhmph {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-global.contact-header {
  padding-top: 175px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-group.left {
  justify-content: flex-start;
}

.header79_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header79_background-images {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_header79 {
  position: relative;
}

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

.header79_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.padding-section-medium {
  grid-row-gap: 25px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.logo3_logo {
  max-height: 3.5rem;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

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

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

.icon-1x1-medium {
  object-fit: contain;
  height: 3rem;
}

.layout269_component {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.layout269_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 center;
  display: grid;
}

.heading-style-h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-style-h5.text-color-white {
  color: #fff;
}

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

.layout269_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.section_layout269 {
  position: relative;
}

.layout28_image {
  width: 100%;
  height: 100%;
  position: relative;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_tabs-link {
  cursor: pointer;
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #0000000f;
}

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

.layout28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.layout28_lightbox-image {
  object-fit: cover;
}

.heading-style-h4 {
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

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

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

.section_layout186 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

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

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

.layout192_content {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

.layout23_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout23_lightbox-image {
  object-fit: cover;
}

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

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.layout23_content {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer4_component {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 50px;
}

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

.footer4_logo-link {
  grid-column-gap: 10px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer4_logo-link.w--current {
  cursor: pointer;
}

.footer4_credit-text {
  font-size: .875rem;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  opacity: .15;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: grid;
}

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

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

.footer4_legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  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;
  place-items: start;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  color: #000;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

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

.header-100vh {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_header5 {
  position: relative;
}

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

.max-width-medium {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 75%;
  display: flex;
}

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

.contact6_item {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact6_item.phone {
  display: none;
}

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

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

.contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: none;
}

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

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

.text-style-link {
  text-decoration: underline;
}

.content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  min-width: 70%;
  display: grid;
}

.form-radio-label {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #0000;
  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;
}

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

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

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

.form-input {
  cursor: text;
  background-color: #0000;
  border: 1px solid #0000001c;
  border-radius: 2px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form-input:hover {
  border-color: #00000038;
}

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

.form-input::placeholder {
  color: #00000047;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.error-text {
  color: #e23939;
}

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

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

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #0000;
  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;
}

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

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

.body {
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 600;
}

.logo1_logo {
  filter: grayscale();
  max-width: 150px;
  max-height: 5rem;
  transition: all .2s;
}

.logo1_logo:hover {
  filter: grayscale(0%);
}

.image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 350px;
}

.image-2 {
  width: 125px;
  min-width: 125px;
}

.text-block-2 {
  flex: none;
  font-weight: 700;
}

.form-block-4 {
  background-color: #0000;
  background-image: linear-gradient(#0a76fc0d, #0a76fc0d), linear-gradient(#000000b0, #000000b0);
  border-radius: 3px;
  flex: 0 auto;
  width: 20vw;
  min-width: 26vw;
  margin-bottom: 0;
  margin-left: 60px;
  padding: 40px 30px;
  display: none;
}

.subscribe-text {
  color: #fffc;
  margin-top: 20px;
}

.interaction-heading {
  color: #09031acc;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.interaction-heading:hover {
  color: #0a76fc;
}

.footer-link-block {
  background-color: #fff;
  border: 1px #fffc;
  border-radius: 7px 0 0 7px;
  padding: 15px 30px;
  text-decoration: none;
  box-shadow: 0 0 10px #00000026;
}

.button-4 {
  color: #0a76fc;
  background-color: #0000;
  border: 1px solid #0a76fc;
  border-radius: 3px;
  flex: none;
  align-items: flex-end;
  margin-top: 20px;
  margin-right: 10px;
  font-weight: 500;
  transition: all .275s;
  display: inline-block;
}

.button-4:hover {
  color: #fff;
  background-color: #0a76fc;
}

.button-4.button-4-home {
  color: #fff;
  cursor: pointer;
  border-color: #ffffff80;
  border-radius: 5px;
  margin-top: 0;
  margin-right: 20px;
}

.button-4.button-4-home:hover {
  opacity: .7;
  background-color: #0000;
  border-color: #fffc;
}

.button-4.button-4-home._69698698 {
  cursor: pointer;
}

.text-span-9 {
  color: var(--blue);
  text-shadow: 0 0 34px #0000002e;
}

.d-50-circle-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  transform: rotate(45deg);
}

.demo-container {
  object-fit: fill;
  background-image: linear-gradient(186deg, #0006, #000000a1), url('../images/stone-walkway2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-height: 70vh;
  padding: 6vw;
  display: flex;
  position: static;
  overflow: visible;
}

.text-block-3 {
  color: #ffffffb0;
  text-transform: capitalize;
  margin-top: 18px;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  position: static;
}

.text-block-3.wop {
  text-transform: none;
}

.demo-bottom-buttons {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 35px 40px auto;
}

.demo-bottom-buttons.home-page-thingy {
  display: none;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
  left: auto;
}

.heading-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.submit-button {
  color: #fffc;
  background-color: #0000;
  border: 1px solid #f69b2f96;
  border-radius: 5px;
  margin-top: 10px;
  transition: all .2s;
}

.submit-button:hover {
  color: #fff;
  border-color: #fff;
}

.field-label-2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.demo-banner-bottom-wrapper {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #f4f3ef;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #0a76fc;
  border-radius: 7px;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 15px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .4s;
}

.button-5:hover {
  background-color: #0a76fc;
  transform: scale(1.1);
}

.button-5.bottom {
  text-transform: uppercase;
  background-color: #2e2e2e;
  border-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  box-shadow: 0 0 10px #00000026;
}

.button-5.bottom:hover {
  background-color: #0a76fc;
  background-image: none;
  transform: none;
}

.div-block-46 {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.text-field {
  color: #fff;
  cursor: text;
  background-color: #0000;
  border: 1px solid #ffffff26;
  border-radius: 5px;
  transition: all .2s;
}

.text-field:hover {
  border-color: #ffffffb3;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #fff;
}

.text-field::placeholder {
  color: #ffffff24;
}

.form-2 {
  outline-offset: 0px;
  outline: 3px #fff;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.div-block-7 {
  justify-content: space-around;
  width: 70vw;
  height: auto;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
  position: relative;
}

._141-page-wrapper {
  display: block;
}

.demo-close-div {
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.demo-btn-close-inner-wrapper {
  background-color: #0a76fc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.demo-btn-close-arrow {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  transform: rotate(45deg);
}

.bottom-buttons-wrapper {
  align-items: center;
  display: flex;
}

.demo-btn-close-wrapper {
  z-index: 6;
  cursor: pointer;
  border: 2px solid #0a76fc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  bottom: 40px;
  right: 35px;
}

.demo-banner-bottom {
  z-index: 20;
  background-color: #0066e5;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 40px 20px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-banner-bottom.home-page-thingy {
  display: none;
}

.close-line {
  background-color: #fffc;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line.rotate {
  background-color: #fffc;
  transform: rotate(90deg);
}

.heading {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  position: static;
  inset: 315px auto auto 126px;
}

.image-8 {
  width: 80px;
}

.navbar-3 {
  z-index: 98;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-2.w--current {
  cursor: pointer;
}

.navlink {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navlink:hover {
  opacity: .71;
  text-align: left;
  background-color: #0000;
  border-radius: 5px;
}

.navlink.w--current {
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 5px;
  padding: 10px 20px;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.nav-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-1143 {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: absolute;
  top: auto;
}

.image-9 {
  width: 30vw;
}

.section-2 {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 5px;
  display: grid;
}

.heading-18 {
  letter-spacing: -1px;
  font-size: 40px;
  line-height: 1;
}

.text-span-10 {
  color: var(--blue);
}

.image-10 {
  width: 25%;
  position: absolute;
  inset: auto 20px 20px auto;
}

.text-span-11 {
  color: var(--blue);
}

.testimonial10_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial10_arrow.hide-mobile-landscape {
  opacity: .2;
  cursor: pointer;
  transition: all .2s;
}

.testimonial10_arrow.hide-mobile-landscape:hover {
  opacity: 1;
}

.testimonial10_rating-icon {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.testimonial10_client-image {
  filter: brightness(94%);
  object-fit: cover;
  background-color: #0000;
  border-radius: 100%;
  width: 40px;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 0 1px 0 0;
}

.testimonial10_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-global-2 {
  padding: 55px 5% 35px;
  box-shadow: 0 10px 20px #00000005;
}

.testimonial10_content {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial10_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial10_client-image-wrapper {
  margin-right: 1.25rem;
  position: relative;
}

.testimonial10_slide-nav {
  opacity: .2;
  height: 1.75rem;
  font-size: .5rem;
  transition: all .2s;
}

.testimonial10_slide-nav:hover {
  opacity: 1;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial10_rating-wrapper {
  display: flex;
}

.testimonial10_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.image-11 {
  z-index: -1;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0%;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.heading-19 {
  color: var(--blue);
}

.div-block-47 {
  background-image: linear-gradient(#0a76fc0d, #0a76fc0d), linear-gradient(#000000b0, #000000b0);
  border-radius: 3px;
  align-self: center;
  width: 20vw;
  min-width: 26vw;
  margin-left: 60px;
  padding: 40px 30px;
  display: none;
}

.div-block-48 {
  display: flex;
}

.html-embed {
  max-width: 200px;
}

.html-embed-2 {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.html-embed-3 {
  display: none;
}

.text-field-2 {
  border: 1px solid #0000001a;
  border-radius: 4px;
}

.submit-button-2 {
  background-color: var(--blue);
  width: 100%;
  transition: all .175s;
  display: block;
}

.submit-button-2:hover {
  opacity: .8;
}

.text {
  opacity: .8;
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.div_success {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin: 20px;
  display: flex;
}

.section-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.05em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

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

.frame-82 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-82.center {
  justify-content: center;
  align-items: center;
}

.form_success_section {
  filter: invert();
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.button-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #111;
  letter-spacing: -.015em;
  background-color: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 8px;
  flex: none;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
}

.button-6.black {
  color: #f5f5f5;
  background-color: #111;
  border-width: 2px;
  border-color: #3b3b3b;
}

.button-6.black:hover {
  color: #111;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.button-6.black.center {
  justify-content: center;
  align-items: center;
}

.text-span-12 {
  filter: invert();
}

@media screen and (max-width: 991px) {
  .menu-icon1_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

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

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .header79_image-column.image-column-5, .header79_image-column.image-column-4 {
    display: none;
  }

  .padding-global {
    padding: 7vw;
  }

  .padding-global.contact-header {
    padding-top: 150px;
    padding-bottom: 75px;
  }

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

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

  .layout28_component {
    grid-column-gap: 3rem;
  }

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

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

  .section_layout192 {
    padding: 5vw;
  }

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

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

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

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

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

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .form-block-4 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-link-block {
    margin-bottom: 15px;
  }

  .button-4.button-4-home {
    text-align: center;
    flex: 1;
    margin-top: 0;
    margin-right: 0;
  }

  .button-4.button-4-home._69698698 {
    width: 48%;
    margin-right: 0;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 12px;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: auto;
    padding-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    overflow: hidden;
  }

  .text-block-3 {
    text-align: center;
    font-size: 18px;
  }

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

  .div-block {
    align-items: flex-start;
  }

  .div-block.home-header-div {
    align-items: center;
  }

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

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .button-5 {
    margin-right: 0;
  }

  .button-5.bottom {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-46 {
    justify-content: space-between;
    width: 100%;
  }

  .text-field {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-7 {
    flex-direction: column;
    width: 80vw;
  }

  .section {
    clear: both;
    height: auto;
    overflow: visible;
  }

  ._141-page-wrapper {
    height: auto;
    min-height: auto;
  }

  .bottom-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .demo-btn-close-wrapper {
    position: static;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    position: fixed;
  }

  .heading {
    text-align: center;
    font-size: 50px;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .icon-4 {
    color: #fff;
    flex: 0 auto;
    font-size: 34px;
  }

  .navbar-3 {
    height: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlink {
    color: #fff;
    flex: 1;
    padding: 10px 15px;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .nav-menu {
    color: #fff;
    background-color: #202020;
    height: auto;
    box-shadow: 0 7px 10px -6px #0000004d;
  }

  .nav-wrap {
    flex: 1;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-9 {
    width: 33vw;
  }

  .section-2 {
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-47 {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

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

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

  .header79_image-column.image-column-3 {
    display: none;
  }

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

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

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

  .heading-style-h5 {
    font-size: 16px;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout192_component, .layout23_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

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

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .logo1_logo {
    max-width: 100px;
    max-height: 3rem;
  }

  .demo-container {
    align-items: center;
    min-height: auto;
    display: flex;
  }

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

  .section {
    height: auto;
  }

  .demo-banner-bottom {
    align-items: flex-end;
  }

  .heading {
    font-size: 50px;
  }

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

  .nav-wrap {
    padding-left: 15px;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

  .testimonial10_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial10_component {
    padding-bottom: 3rem;
  }

  .testimonial10_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial10_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .padding-global.uhmph {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.contact-header {
    padding-top: 135px;
    padding-bottom: 100px;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .layout269_list, .layout28_component {
    grid-template-columns: 1fr;
  }

  .section_layout192 {
    padding: 7vw;
  }

  .layout192_component, .layout23_component {
    grid-template-columns: 1fr;
  }

  .footer4_component {
    overflow: hidden;
  }

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

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

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

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

  .logo1_logo {
    max-width: 100%;
    max-height: none;
  }

  .subscribe-text {
    margin-left: 15px;
    margin-right: 40px;
  }

  .interaction-heading {
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer-link-block {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-4.button-4-home._69698698 {
    flex: none;
    margin-right: 0;
  }

  .d-50-circle-wrapper-2 {
    margin-bottom: 20px;
  }

  .demo-container {
    clear: both;
    min-height: auto;
    padding: 125px 10vw 100px;
    position: static;
  }

  .text-block-3 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.6;
  }

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

  .demo-bottom-buttons {
    flex-direction: column;
    align-items: flex-end;
    display: none;
    bottom: 20px;
    right: 15px;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .button-5, .button-5.bottom {
    font-size: 14px;
  }

  .div-block-46 {
    justify-content: space-between;
  }

  .div-block-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .section, ._141-page-wrapper {
    height: auto;
  }

  .demo-close-div {
    align-items: flex-end;
    margin-right: 10px;
  }

  .demo-btn-close-wrapper {
    flex: none;
    align-items: center;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .heading {
    font-size: 30px;
  }

  .image-8 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .navbar-3 {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-2 {
    padding-left: 0;
    display: block;
  }

  .navlink {
    color: #fff;
  }

  .nav-menu {
    position: absolute;
  }

  .container-1143 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    width: 50vw;
  }

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

  .heading-18 {
    margin-top: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .html-embed-3 {
    margin-bottom: 0;
  }
}

#w-node-_8625b432-89ec-eeee-9b31-17338550c1ff-5af18e95 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-afc38227-bbae-140b-6cdd-a0de5d92a684-5d92a67e {
  justify-self: start;
}

#w-node-afc38227-bbae-140b-6cdd-a0de5d92a691-5d92a67e {
  justify-self: end;
}

#w-node-_03302d70-6dcc-f4ff-1d38-59786df05fac-5af18e96, #w-node-_03302d70-6dcc-f4ff-1d38-59786df05fb1-5af18e96 {
  align-self: start;
}

#w-node-_03302d70-6dcc-f4ff-1d38-59786df05ff7-5af18e96 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-afc38227-bbae-140b-6cdd-a0de5d92a684-5d92a67e, #w-node-afc38227-bbae-140b-6cdd-a0de5d92a691-5d92a67e {
    justify-self: center;
  }

  #w-node-_03302d70-6dcc-f4ff-1d38-59786df05ff7-5af18e96 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b961b39a-1da4-78ae-6398-347de418e3cf-5af18e95 {
    order: -9999;
  }

  #w-node-afc38227-bbae-140b-6cdd-a0de5d92a69f-5d92a67e {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afc38227-bbae-140b-6cdd-a0de5d92a684-5d92a67e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


