:root {
  --dark-font: #a37840;
  --light-font: #a87b52;
  --heller: #f6f2ed;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.udesly-button-navigation {
  background-color: var(--light-font);
  color: #fff;
  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-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-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-dropdown-link-title {
  color: var(--dark-font);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

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

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

.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-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-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

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

.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-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-device-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.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-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.udesly-button {
  background-color: var(--light-font);
  color: #fff;
  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 {
  color: var(--dark-font);
  max-width: 480px;
  font-weight: 500;
}

.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 {
  color: var(--light-font);
  font-size: 52px;
}

.udesly-display-large.udesly-text-extrabold-copy {
  color: var(--light-font);
}

.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-overline-large {
  color: var(--dark-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.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-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-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.udesly-content-image {
  min-width: auto;
  max-width: none;
  min-height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

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

.udesly-paragraph-small {
  color: var(--dark-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

.udesly-price-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

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

.udesly-paragraph {
  color: var(--dark-font);
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.udesly-heading.udesly-3-columns {
  color: var(--light-font);
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 18px;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

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

.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-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-card-container.udesly-3-columns {
  padding-top: 40px;
  text-decoration: none;
}

.udesly-properties-image {
  z-index: 2;
  width: 100%;
  max-height: 224px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 386px;
  height: 100%;
  padding-top: 40%;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

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

.udesly-cards-grid.udesly-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

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

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

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

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

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

.udesly-span-black {
  color: var(--dark-font);
}

.udeslylist-item {
  margin-bottom: 4px;
}

.udeslylist-item.udesly-last-item {
  margin-bottom: 0;
}

.udesly-list {
  color: #737373;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}

.udesly-tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.udesly-faq-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-faq-title-wrapper {
  color: var(--light-font);
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.udesly-faq-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 16px 0;
  transition: all .3s;
  display: block;
}

.udesly-faq-item.udesly-last-item {
  border-bottom-style: none;
}

.text-block-2 {
  color: var(--light-font);
}

@media screen and (max-width: 991px) {
  .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-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid, .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .udesly-faq-content-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

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

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

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

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

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

  .udesly-heading.udesly-3-columns {
    margin-top: 60px;
  }

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

@media screen and (max-width: 479px) {
  .udesly-menu-button {
    border-style: none;
  }

  .udesly-menu-button.w--open {
    border-color: var(--dark-font);
  }

  .udesly-button-navigation {
    border: 1px solid var(--dark-font);
    background-color: var(--light-font);
    border-radius: 0;
    width: 100%;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

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

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

  .udesly-dropdown-link-title {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .udesly-dropdown-link {
    color: var(--dark-font);
  }

  .udesly-dropdown-arrow {
    color: var(--light-font);
  }

  .udesly-nav-link.udesly-dropdown {
    border-style: none;
  }

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

  .udesly-button {
    border: 1px none var(--dark-font);
    background-color: var(--light-font);
    pointer-events: auto;
    text-align: center;
    text-transform: uppercase;
    cursor: auto;
    border-radius: 0;
    width: 100%;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
    transition: background-color .25s ease-out;
  }

  .udesly-paragraph-large.udesly-max-width-480 {
    color: var(--dark-font);
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 12px;
    text-decoration: none;
  }

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

  .udesly-display-large.udesly-text-extrabold {
    color: var(--light-font);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 28px;
  }

  .udesly-display-large.udesly-text-extrabold-copy {
    color: #634326;
    margin-bottom: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 28px;
    font-weight: 700;
  }

  .udesly-overline-large {
    color: var(--dark-font);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

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

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

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

  .udesly-section {
    background-color: var(--heller);
    border-bottom: 1px #e6e6e6;
    padding-top: 0;
  }

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

  .udesly-image-cover {
    margin-bottom: 0;
    display: inline-block;
  }

  .udesly-paragraph-small {
    color: var(--dark-font);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .udesly-button-wrapper {
    margin-top: 10px;
  }

  .udesly-price-text {
    color: var(--dark-font);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    text-decoration: underline;
  }

  .udesly-pricing, .udesly-block {
    text-decoration: none;
  }

  .udesly-paragraph {
    color: #634326;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    text-decoration: none;
  }

  .udesly-heading.udesly-3-columns {
    color: #634326;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 24px;
    text-decoration: none;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-container.udesly-3-columns {
    background-color: #f0e2d1;
    text-decoration: none;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
    text-decoration: none;
  }

  .udesly-cards-grid.udesly-3-columns {
    justify-items: center;
  }

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

  .udesly-span-black, .udesly-faq-arrow {
    color: var(--dark-font);
  }

  .udesly-faq-title {
    color: #634326;
    margin-right: 20px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 16px;
    line-height: 32px;
  }

  .udesly-faq-item {
    color: #634326;
  }

  .udesly-faq-item.udesly-last-item {
    border-bottom-style: solid;
  }

  .text-block {
    color: var(--dark-font);
    text-transform: capitalize;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 12px;
  }

  .bold-text {
    color: #634326;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .text-block-2 {
    color: var(--light-font);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 700;
  }

  .udesly-display-large.udesly-text-extrabold {
    color: #634326;
    text-align: center;
    border-bottom: 1px #000;
    justify-content: center;
    align-items: center;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    display: block;
  }

  .bold-text-2 {
    color: #634326;
  }

  .cell {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    outline-offset: 0px;
    text-align: left;
    outline: 3px #333;
  }
}

#w-node-_0903bee2-0d57-6ec1-4912-d178c8f2d8fe-8a636e55 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0903bee2-0d57-6ec1-4912-d178c8f2d904-8a636e55 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7c871df0-97d8-bfa6-468e-4621afd5de29-8a636e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3d31590-74b2-9350-db9d-ab3c7781bfaf-8a636e55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-b3d31590-74b2-9350-db9d-ab3c7781bfaf-8a636e55 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}
