:root {
  --yellos: #f1ed92;
  --yellow: var(--yellos);
  --black: white;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  margin-top: 64px;
  font-size: 52px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold.udesly-large {
  font-size: 28px;
  line-height: 1.2;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: #171717d9;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-paragraph-large.udesly-max-width-480 {
  max-width: 480px;
  font-weight: 500;
}

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

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-section.udesly-centered {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 420px;
  display: flex;
  overflow: hidden;
}

.udesly-section.udesly-centered.black_section {
  background-color: #000;
}

.udesly-section.udesly-2-columns {
  background-color: #fff;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.udesly-device-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.udesly-device {
  background-image: url('../images/Devices.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 754px;
  height: 545px;
  padding: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 21px 42px -10px #10182840;
}

.udesly-device-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.udesly-device-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  position: relative;
}

.udesly-button-navigation-secondary {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  background-color: #fff;
  width: 100%;
  padding: 16px 5%;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-button-navigation {
  color: #fff;
  background-color: #171717;
  border: 5px solid #fbc40f;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #171717d9;
}

.udesly-nav-link {
  color: #404040;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-link.udesly-dropdown {
  padding-right: 32px;
}

.udesly-icon-circle-wrapper {
  background-color: #f2f2f2;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.udesly-dropdown-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.udesly-dropdown-link-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.udesly-dropdown-link {
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-dropdown-link:hover {
  background-color: #f9f9f9;
  border-radius: 0;
}

.udesly-dropdown-arrow {
  margin-right: 15px;
  font-size: 12px;
}

.udesly-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.udesly-dropdown-icon {
  width: 20px;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

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

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

.udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-avatar {
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.udesly-arrow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.udesly-arrow.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px;
}

.udesly-arrow.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow.udesly-left-property {
  transition: all .25s ease-out;
  left: 24px;
}

.udesly-arrow.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

.udesly-hide {
  display: none;
}

.udesly-slide {
  height: auto;
  margin-right: 32px;
}

.udesly-slide.udesly-large {
  height: 100%;
}

.udesly-slider-large {
  background-color: #0000;
  border-radius: 6px;
  min-height: 450px;
  overflow: hidden;
}

.udesly-content-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-content-detail.mt-24 {
  margin-bottom: 24px;
}

.udesly-property-content {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -64px;
  box-shadow: 0 20px 25px -5px #1018281a;
}

.udesly-slider-wrapper {
  position: relative;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-grid-two-column {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-reviews {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.udesly-content-image {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.udesly-section-black {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-section-black.udesly-centered {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 420px;
  display: flex;
  overflow: hidden;
}

.udesly-section-black.udesly-centered.black_section {
  background-color: #000;
}

.udesly-section-black.udesly-centered-copy {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.udesly-section-black.udesly-centered-copy.black_section {
  background-color: #000;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.udesly-numbers-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  margin-top: 92px;
  display: flex;
}

.udesly-button-media {
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  flex: none;
  transition: all .25s ease-out;
  overflow: hidden;
}

.udesly-button-media:hover {
  transform: translate(0, -2px);
}

.udesly-hero-image {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/white_splash_2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 50%;
  height: 600px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 64px 0% 0% auto;
}

.udesly-grid-two-column-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-hero-image-2 {
  background-image: url('../images/pic_1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 50%;
  height: 600px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 64px 0% 0% auto;
}

.udesly-grid-two-column-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-hero-image-3 {
  background-image: url('../images/TinyTake19-01-2025-12-09-48.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 50%;
  height: 600px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 64px 0% 0% auto;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-bold {
  font-weight: 700;
}

.udesly-paragraph-medium.udesly-text-color-neutral-500 {
  font-weight: 500;
}

.udesly-text-bold {
  font-weight: 700;
}

.udesly-social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.udesly-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.udesly-grid-third {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.udesly-team-image {
  border-radius: 6px;
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}

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

.udesly-icon-block-medium {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.code-embed {
  border-radius: 6px;
  overflow: auto;
}

.h1_bottom_margin {
  margin-bottom: 40px;
}

.paragraph-huge-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.udesly-text-color-neutral-700 {
  color: #404040;
}

.udesly-button-accent {
  color: #fff;
  background-color: #171717;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-grid-2-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-divider {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.udesly-footer-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 440px;
  display: flex;
}

.udesly-footer-form.udesly-align-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
}

.udesly-link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-link-block:hover {
  color: #6f39f8;
  text-decoration: underline;
}

.udesly-link-block.udesly-align-right {
  color: #a0a0a0;
  justify-content: flex-start;
}

.udesly-link-block.udesly-align-right:hover {
  color: #333;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-link {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-footer-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-udesly-text-field {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-footer-2-columns {
  background-color: #fff;
  padding: 50px 5%;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: #171717d9;
}

.udesly-submit-button.udesly-mb-24 {
  margin-bottom: 24px;
}

.udesly-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.udesly-grid-4-columns {
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 "."
                 / 1fr auto auto auto;
}

.udesly-footer-title {
  color: #333;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-footer-4-columns {
  background-color: #fff;
  padding: 50px 5%;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-textarea {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-relative-block {
  position: relative;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-select-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox {
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.udesly-input {
  width: 100%;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: 8px 12px auto auto;
}

.udesly-button-secondary-small {
  color: #171717;
  background-color: #fff;
  border-radius: 6px;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-secondary-small:hover {
  background-color: #f5f5f5;
}

.udesly-banner-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.udesly-paragraph-white {
  color: #fff;
  font-size: 18px;
}

.udesly-paragraph-white.udesly-centered.udesly-max-width {
  color: #000;
  text-align: left;
  max-width: 650px;
  font-weight: 500;
}

.udesly-pricing-banner-heading {
  color: #000;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

.udesly-big-icon-wrapper {
  background-color: #68686863;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.udeslypricing-banner-wrap {
  background-image: linear-gradient(#ebc444, #ebc444);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding: 50px;
  display: flex;
}

.columns {
  width: 100%;
}

.grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.udesly-grid-4-columns-2 {
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr auto auto;
}

.logo {
  width: 200px;
}

.udesly-paragraph-small-2 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold-2.udesly-large {
  font-size: 28px;
  line-height: 1.2;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-flex-2 {
  align-items: center;
  display: flex;
}

.udesly-flex-2.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-flex-2.udesly-gap-32.udesly-align-start {
  align-items: flex-start;
}

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

.udeslytestimonial-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-author {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.udesly-testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
}

.udesly-image-block {
  border-radius: 6px;
  overflow: hidden;
}

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

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

.udesly-button-secondary-small-2 {
  color: #171717;
  background-color: #fff;
  border-radius: 6px;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-secondary-small-2:hover {
  background-color: #f5f5f5;
}

.udesly-banner-text-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.udesly-paragraph-white-2 {
  color: #fff;
  font-size: 18px;
}

.udesly-paragraph-white-2.udesly-centered.udesly-max-width {
  text-align: center;
  max-width: 650px;
  font-weight: 500;
}

.udesly-pricing-banner-heading-2 {
  color: #fff;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

.udesly-big-icon-wrapper-2 {
  background-color: #68686863;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.udeslypricing-banner-wrap-2 {
  background-image: linear-gradient(#000, #000);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  min-height: 400px;
  padding: 50px;
  display: flex;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-text-extrabold-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-paragraph-large-3 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-column-2 {
  width: 100%;
  position: relative;
}

.udesly-media-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.udesly-button-media-2 {
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  flex: none;
  transition: all .25s ease-out;
  overflow: hidden;
}

.udesly-button-media-2:hover {
  transform: translate(0, -2px);
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-section.udesly-centered {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    display: block;
  }

  .udesly-section.udesly-2-columns {
    margin-bottom: 0;
    padding-top: 80px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-device-block {
    display: none;
  }

  .udesly-device {
    background-position: 0 0;
    height: 380px;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-dropdown-text-wrapper {
    align-items: center;
    width: auto;
  }

  .udesly-dropdown-link {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-property-content {
    max-width: 600px;
  }

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

  .udesly-content-image {
    min-width: auto;
    max-width: none;
    min-height: auto;
    position: static;
  }

  .udesly-section-black.udesly-centered, .udesly-section-black.udesly-centered-copy {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    display: block;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-hero-image {
    max-width: none;
    height: 520px;
    position: static;
  }

  .udesly-grid-two-column-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-hero-image-2 {
    max-width: none;
    height: 520px;
    position: static;
  }

  .udesly-grid-two-column-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-hero-image-3 {
    max-width: none;
    height: 520px;
    position: static;
  }

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

  .udesly-grid-2-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-footer-title {
    font-size: 16px;
  }

  .udesly-paragraph-white {
    text-align: left;
  }

  .udesly-paragraph-white.udesly-centered {
    text-align: center;
  }

  .udesly-pricing-banner-heading {
    font-size: 42px;
  }

  .udesly-testimonial-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-paragraph-white-2 {
    text-align: left;
  }

  .udesly-paragraph-white-2.udesly-centered {
    text-align: center;
  }

  .udesly-pricing-banner-heading-2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-section.udesly-centered {
    padding-bottom: 50px;
  }

  .udesly-section.udesly-2-columns {
    padding-top: 60px;
  }

  .udesly-device {
    border-radius: 32px;
    height: 370px;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-slide {
    margin-right: 0;
  }

  .udesly-slider-large {
    min-height: 240px;
  }

  .udesly-property-content {
    margin-top: 32px;
    position: static;
  }

  .udesly-column.udesly-margin-bottom {
    margin-bottom: 40px;
  }

  .udesly-section-black.udesly-centered, .udesly-section-black.udesly-centered-copy {
    padding-bottom: 50px;
  }

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

  .udesly-team-image {
    max-width: none;
    max-height: none;
    overflow: hidden;
  }

  .udesly-grid-three-column {
    grid-template-columns: 1fr;
  }

  .udesly-footer-form.udesly-align-right {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .udesly-footer-2-columns {
    padding-bottom: 48px;
  }

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

  .udesly-footer-title {
    color: #333;
  }

  .udesly-footer-4-columns {
    padding-bottom: 48px;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .udesly-paragraph-white {
    text-align: left;
  }

  .udesly-paragraph-white.udesly-centered.udesly-max-width {
    text-align: center;
  }

  .udesly-pricing-banner-heading {
    text-align: center;
    font-size: 42px;
    line-height: 1;
  }

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

  .udesly-paragraph-small-2 {
    font-size: 12px;
  }

  .udesly-paragraph-white-2 {
    text-align: left;
  }

  .udesly-paragraph-white-2.udesly-centered.udesly-max-width {
    text-align: center;
  }

  .udesly-pricing-banner-heading-2 {
    text-align: center;
    font-size: 42px;
    line-height: 1;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-section.udesly-centered {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-device-wrapper {
    display: none;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-section-black.udesly-centered, .udesly-section-black.udesly-centered-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .udesly-numbers-wrapper {
    margin-top: 40px;
  }

  .udesly-hero-image-3 {
    -webkit-text-fill-color: inherit;
    background-position: 0%;
    background-clip: border-box;
  }

  .udesly-grid-third {
    grid-column-gap: 6px;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .udesly-button-accent {
    flex: none;
    max-width: 120px;
  }

  .udesly-link-block {
    justify-content: flex-start;
  }

  .udesly-footer-bottom {
    justify-content: center;
  }

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

  .udesly-footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .udesly-form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .udesly-grid-4-columns {
    grid-column-gap: 15px;
  }

  .udesly-footer-title {
    font-size: 14px;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-paragraph-white, .udesly-paragraph-white.udesly-centered.udesly-max-width {
    text-align: left;
    font-size: 16px;
  }

  .udesly-pricing-banner-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .udesly-big-icon-wrapper {
    margin-bottom: 10px;
  }

  .udeslypricing-banner-wrap {
    border-radius: 20px;
    padding: 20px;
  }

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

  .udesly-grid-4-columns-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1.5fr;
  }

  .udesly-text-extrabold-2.udesly-large {
    font-size: 24px;
  }

  .udesly-flex-2.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-paragraph-white-2 {
    text-align: left;
    font-size: 16px;
  }

  .udesly-paragraph-white-2.udesly-centered.udesly-max-width {
    font-size: 16px;
  }

  .udesly-pricing-banner-heading-2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .udesly-big-icon-wrapper-2 {
    margin-bottom: 10px;
  }

  .udeslypricing-banner-wrap-2 {
    border-radius: 20px;
    padding: 20px;
  }
}

#w-node-_1890ca55-ad10-f08e-b582-2d115d185265-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825a8f-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825a91-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825a93-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825a95-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825aa0-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825aa2-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825aa4-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825aa6-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ab1-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ab3-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ab5-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ab7-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ac2-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ac4-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ac6-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ac8-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ad3-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ad5-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ad7-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ad9-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ae4-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ae6-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825ae8-8e3aa44f, #w-node-d73079b1-7bf9-8e21-6eec-fb1898825aea-8e3aa44f, #w-node-f3460e6e-bdc0-8f10-aaa0-84731d41ecb5-8e3aa44f, #w-node-f3460e6e-bdc0-8f10-aaa0-84731d41ecb6-8e3aa44f, #w-node-f3460e6e-bdc0-8f10-aaa0-84731d41ecc0-8e3aa44f, #w-node-_4d4e2826-23fb-d024-8d9e-6df39318db00-8e3aa44f, #w-node-_4d4e2826-23fb-d024-8d9e-6df39318db0e-8e3aa44f, #w-node-_4d4e2826-23fb-d024-8d9e-6df39318db07-8e3aa44f, #w-node-_4d4e2826-23fb-d024-8d9e-6df39318db15-8e3aa44f, #w-node-_4d4e2826-23fb-d024-8d9e-6df39318db1c-8e3aa44f, #w-node-_5e7b8a0d-5c43-44ab-18e7-fe5cbc613cb4-8e3aa44f, #w-node-afa0a019-fc24-d0ac-89fa-74d0341b5769-8e3aa44f, #w-node-afa0a019-fc24-d0ac-89fa-74d0341b576a-8e3aa44f, #w-node-afa0a019-fc24-d0ac-89fa-74d0341b5774-8e3aa44f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c62a-9609c627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c62d-9609c627 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c62f-9609c627 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c631-9609c627 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c634-9609c627 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c637-9609c627 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c63a-9609c627 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c63d-9609c627 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c640-9609c627 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c643-9609c627 {
  grid-area: 2 / 1 / 6 / 2;
  justify-self: auto;
}

#w-node-c539c933-4770-6bc1-21a4-c6d49609c653-9609c627, #w-node-c539c933-4770-6bc1-21a4-c6d49609c655-9609c627, #w-node-c539c933-4770-6bc1-21a4-c6d49609c657-9609c627, #w-node-c539c933-4770-6bc1-21a4-c6d49609c659-9609c627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c539c933-4770-6bc1-21a4-c6d49609c643-9609c627 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c539c933-4770-6bc1-21a4-c6d49609c62a-9609c627 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c62d-9609c627 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c62f-9609c627 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c631-9609c627 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c634-9609c627 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c637-9609c627 {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c63a-9609c627 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c63d-9609c627 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c640-9609c627 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c539c933-4770-6bc1-21a4-c6d49609c643-9609c627 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c539c933-4770-6bc1-21a4-c6d49609c62a-9609c627 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
