:root {
  --white: white;
  --black: black;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 50px;
  display: flex;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.mobile-viewport {
  display: none;
}

.hero-heading-left {
  color: #b4b4b4;
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #929292;
  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;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 60px;
  display: none;
  position: relative;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 26px;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(0, 250px) minmax(0, 250px) minmax(0, 250px) minmax(0, 250px);
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.section-2 {
  background-color: #f5f7fa;
}

.paragraph {
  text-align: center;
}

.udesly-span-black {
  color: #171717;
}

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

.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: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

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

.udesly-faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
  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;
}

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

.udesly-column.udesly-max-width-500 {
  max-width: 500px;
}

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

.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 {
  font-size: 52px;
}

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

.udesly-overline-large {
  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 #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.udesly-section {
  background-color: #fff;
  padding: 80px 30px;
  position: relative;
}

.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: rgba(23, 23, 23, .85);
}

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

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

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

.container-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-3 {
  background-color: #f5f7fa;
}

.section-4 {
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 40px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-3 {
  color: #d3d3d3;
}

.section-5 {
  background-color: #1d1d1d;
}

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

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.html-embed {
  align-self: center;
  width: 100%;
  display: block;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 5px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.gallery-slider-2 {
  background-color: #eee;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: static;
}

.gallery-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.gallery-slide-2 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  line-height: 22px;
}

.heading-4 {
  margin-bottom: 16px;
}

.heading-5 {
  color: #adadad;
}

.image {
  padding-top: 5px;
}

.text-block {
  color: #adadad;
  padding-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-2 {
  color: #575757;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
}

.left-arrow {
  object-fit: fill;
  position: relative;
}

.left-arrow-2 {
  margin-right: 10px;
}

.section-6 {
  aspect-ratio: auto;
  position: static;
}

.slider {
  object-fit: scale-down;
  background-color: #fdfdfd;
  overflow: visible;
}

.image-2 {
  object-fit: fill;
}

.slide {
  text-align: center;
}

.icon {
  color: #838181;
  background-color: #fff;
}

.icon-2 {
  color: #8d8d8d;
}

.slide-nav {
  margin-bottom: 20px;
}

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

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

.container-7 {
  max-width: 1200px;
}

.section-7 {
  background-color: #eee;
  padding: 80px 30px;
}

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

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

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

.udesly-icon-block-medium {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  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 1fr;
}

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

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

.udesly-title-wrapper-centered-2 {
  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-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  display: none;
}

@media screen and (max-width: 991px) {
  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    display: block;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .grid-2 {
    grid-template-columns: minmax(0, 250px) minmax(0, 250px) minmax(0, 250px);
  }

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

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

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

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

  .container {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

  .gallery-block-2 {
    justify-content: center;
    align-items: center;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

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

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

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

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

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

  .navigation-item.full-viewport {
    display: none;
  }

  .navigation-item.mobile-viewport {
    display: block;
  }

  .hero-heading-left, .features-list {
    padding: 60px 15px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .grid-2 {
    grid-template-columns: minmax(0, 250px) minmax(0, 250px);
  }

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

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

  .gallery-slider {
    padding: 60px 15px;
    display: none;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-subscribe-left, .pricing-overview {
    padding: 60px 15px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
    display: block;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .section-7 {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .container-2 {
    max-width: none;
  }

  .hero-split {
    align-items: center;
  }

  .features-left {
    align-items: center;
    min-width: 100%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .grid-2 {
    grid-template-columns: minmax(0, 250px);
  }

  .udesly-faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

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

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

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

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

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

  .udesly-button-wrapper {
    text-align: left;
    justify-content: center;
  }

  .udesly-paragraph-medium {
    text-align: center;
  }

  .section-4 {
    display: none;
  }

  .gallery-slider {
    display: block;
  }

  .container {
    max-width: none;
  }

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

  .gallery-block {
    text-align: left;
    align-items: center;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .hero-subscribe-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .html-embed {
    width: 100%;
  }

  .container-5 {
    max-width: none;
  }

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

  .pricing-grid, .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .heading-4 {
    align-self: center;
  }

  .heading-5 {
    align-self: center;
    margin-bottom: 20px;
  }

  .image {
    align-self: auto;
  }

  .slide-nav {
    display: none;
  }

  .right-arrow {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

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

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

#w-node-_83dd164d-24bc-9cce-c467-c76c2f018de8-2e070c6e, #w-node-_83dd164d-24bc-9cce-c467-c76c2f018df2-2e070c6e, #w-node-_83dd164d-24bc-9cce-c467-c76c2f018dfc-2e070c6e, #w-node-_333d66f1-aeb5-dc1c-491e-41ee8ae0c004-2e070c6e, #w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da36a-2e070c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da36f-2e070c6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da373-2e070c6e, #w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da37d-2e070c6e, #w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da382-2e070c6e, #w-node-_8be2aa92-8595-9954-1e65-98c5604b7d82-2e070c6e, #w-node-d0a0dc21-11d0-d959-1729-e9f43937eac2-2e070c6e, #w-node-_5c360e45-9d07-3cec-da10-d0fbb96a0966-2e070c6e, #w-node-ce27d678-ae26-dbf3-b996-4d9f43b1324d-2e070c6e, #w-node-_634ee4ce-a324-de85-8102-c07742a1cf38-2e070c6e, #w-node-ec81206a-0394-0f67-06ab-a307090f966d-2e070c6e, #w-node-f25bfe97-0850-e0e6-5ff8-e5d4d4b1dcba-2e070c6e, #w-node-afa372bd-54a2-ed98-7273-54c7cea2a46a-2e070c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_644e2fd2-256d-5a62-9d58-522d440b41da-2e070c6e, #w-node-_644e2fd2-256d-5a62-9d58-522d440b41e1-2e070c6e, #w-node-_644e2fd2-256d-5a62-9d58-522d440b41e8-2e070c6e, #w-node-_644e2fd2-256d-5a62-9d58-522d440b41ef-2e070c6e, #w-node-_644e2fd2-256d-5a62-9d58-522d440b41f6-2e070c6e, #w-node-_644e2fd2-256d-5a62-9d58-522d440b41fd-2e070c6e, #w-node-_4001439c-1595-82bf-7c39-70b247065636-2e070c6e, #w-node-_937aa8e8-c154-1ac0-44ff-b3973d5bf0a8-2e070c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da36a-2e070c6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da36a-2e070c6e, #w-node-c50ac6fe-9bd5-1e33-7db0-9c961c2da36f-2e070c6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


