:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #ab94c7;
  --gainsboro: #dfe8e4;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-left: 73px;
  margin-right: 14px;
  padding: 13px 23px 13px 18px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  margin-left: 21px;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 21px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  padding: 26px 17px;
  font-family: Unica One, sans-serif;
  font-size: 18px;
  transition: box-shadow .5s, color .3s;
  display: inline-block;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #4dbd90;
  width: 100%;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  object-fit: fill;
  background-color: #fff;
  margin: 0;
  padding: 50px 0 0;
  overflow: visible;
}

.section.footer {
  color: #e4e8eb;
  background-color: #149dcc;
  margin-bottom: 0;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #fff;
  background-color: #149dcc;
  margin-top: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 60px;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.nav-menu {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  font-family: Unica One, sans-serif;
  font-size: 18px;
}

.nav-menu.w--current {
  font-family: Unica One, sans-serif;
}

.footer-slogan {
  color: #fff;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #fff;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 0;
  padding: 20px 0 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  overflow: auto;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 14px;
  padding-top: 0;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  text-align: center;
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.title {
  text-align: center;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  display: flex;
}

.logo {
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.text-block {
  color: #000;
  text-align: left;
  margin-top: 36px;
  margin-bottom: 22px;
  padding-bottom: 30px;
  font-family: Unica One, sans-serif;
  font-size: 50px;
}

.image {
  padding-top: 20px;
  padding-bottom: 0;
}

.text-block-2 {
  color: #000;
  text-align: left;
}

.column {
  padding-left: 48px;
  padding-right: 0;
}

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

.paragraph, .paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  font-size: 20px;
}

.paragraph-4 {
  font-size: 25px;
}

.paragraph-5 {
  margin-bottom: 40px;
  padding-top: 20px;
}

.column-2 {
  bottom: auto;
}

.columns {
  max-height: 150px;
  margin-bottom: 75px;
  padding-bottom: 0;
  overflow: visible;
}

.paragraph-6 {
  margin-bottom: 40px;
}

.paragraph-7, .paragraph-8 {
  margin-bottom: 30px;
}

.paragraph-9 {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.heading {
  font-size: 17px;
}

.heading-2 {
  font-size: 21px;
}

.heading-3, .heading-4, .heading-5 {
  font-size: 17px;
}

.paragraph-10 {
  -webkit-text-stroke-color: #000;
  padding-right: 20px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
}

.image-2 {
  border-radius: 0;
  width: 54%;
  height: 0%;
  position: relative;
  left: auto;
}

.dropdown {
  background-color: #fff;
}

.icon {
  margin-left: 0;
  padding-left: 0;
}

.text-block-4 {
  margin-right: 20px;
}

.icon-2 {
  margin-right: 0;
}

.dropdown-link {
  background-color: #fff;
  border: 1px #000;
  font-family: Unica One, sans-serif;
}

.dropdown-link.w--current {
  border-style: none;
}

.container {
  background-color: #fff;
}

.navbar {
  object-fit: fill;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.dropdown-link-2, .html-embed {
  background-color: #fff;
}

.heading-6, .heading-7, .heading-8, .heading-9 {
  font-size: 20px;
}

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

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

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

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

.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;
  width: 800px;
  margin-bottom: 16px;
  padding-top: 19px;
  display: flex;
}

.features-image {
  object-fit: cover;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-11 {
  margin-left: 20px;
}

.paragraph-12 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #000;
}

.paragraph-list {
  margin-bottom: 20px;
  font-size: 19px;
}

.paragraph-linux {
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
}

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

.gallery-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.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-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-list {
  color: #000;
}

.gallery-feature {
  background-image: url('../images/Edit_24px_1Edit_24px.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.paragraph-13 {
  color: #000;
}

.button-2 {
  text-align: left;
}

.image-3 {
  color: #fff;
  text-align: left;
}

.image-4 {
  object-fit: fill;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.link-block {
  margin-left: 45%;
  margin-right: 45%;
}

.container-3 {
  margin-top: 0;
}

.container-4 {
  margin-top: -51px;
}

.image-5 {
  border: 1px solid #000;
  max-width: 50%;
  margin-bottom: 40px;
  margin-left: 25%;
}

.section-2 {
  margin-top: 140px;
}

.image-6 {
  float: none;
  clear: none;
  position: static;
  left: 25%;
  right: 25%;
}

.body {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
}

.html-embed-2, .html-embed-3 {
  padding-left: 10%;
  padding-right: 10%;
}

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

.heading-10, .heading-11 {
  color: #000;
  font-family: Unica One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.heading-product {
  opacity: 1;
  color: #fff;
  background-color: #6100ff;
  border: 1px solid #000;
  width: auto;
  max-width: none;
  padding-right: 0;
  font-family: Unica One, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  position: static;
  left: 0;
  right: 60px;
}

.heading-product:active {
  opacity: 1;
}

.heading-small {
  width: auto;
}

.paragraph-14 {
  color: #000;
}

.header {
  color: #000;
  text-align: center;
  text-transform: none;
  mix-blend-mode: normal;
  object-fit: fill;
  width: auto;
  max-width: 100ch;
  margin-top: 36px;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Unica One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.icon-3 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.text-block-5 {
  color: #111;
}

.text-block-6 {
  background-color: #fff;
  font-size: 1px;
  line-height: 1px;
}

.text-block-7 {
  color: #fff;
  font-size: 3px;
  line-height: 3px;
}

.text-block-8, .footer-text {
  font-size: 12px;
}

.text-block-9 {
  margin-top: 12px;
}

.text-block-10, .textblock-contact {
  font-size: 12px;
}

.html-embed-4 {
  overflow: hidden;
}

.link {
  color: #5e48d9;
  font-size: 19px;
}

.section-4 {
  overflow: hidden;
}

.text-block-11 {
  color: #000;
  padding-top: 50px;
}

.text-block-12 {
  color: #000;
  margin-top: 50px;
  font-size: 19px;
}

.link-2 {
  font-size: 19px;
}

.text-block-13, .text-block-14, .text-block-vat {
  text-align: center;
}

.text-block-15, .text-block-16, .text-block-17 {
  font-size: 14px;
}

.textproduct {
  padding-right: 0;
  font-size: 14px;
}

.textfeatures {
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
}

.container-7 {
  padding-left: 0;
}

.text-products, .text-block-19 {
  color: #000;
  padding-bottom: 0;
}

.columns-2 {
  padding-bottom: 40px;
}

.heading-12 {
  font-family: Unica One, sans-serif;
  font-size: 50px;
}

.list-item {
  color: #000;
  padding-top: 15px;
  padding-left: 0;
  list-style-type: disc;
}

.list-item-2 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-item-3, .list-item-4 {
  color: #000;
}

.list-item-5 {
  color: #000;
  text-align: left;
}

.list-item-6 {
  color: #000;
}

.list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-13 {
  font-family: Lato, sans-serif;
}

.header-landing {
  color: #000;
  text-align: center;
  width: auto;
  margin-top: 30px;
  font-size: 35px;
}

.text-block-20 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.text-block-21, .text-block-22, .text-block-23 {
  color: #000;
}

.blogtext {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-24 {
  color: #000;
}

.text-block-25 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.blogheadingold {
  color: #000;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  overflow: visible;
}

.collection-list-wrapper {
  margin-bottom: 0;
}

.container-8 {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-item {
  margin-bottom: 26px;
}

.heading-14, .heading-15 {
  color: #000;
  font-size: 20px;
}

.heading-16 {
  color: #000;
  font-size: 24px;
  line-height: 24px;
}

.blogheading {
  color: #000;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 0;
  font-size: 24px;
  line-height: 24px;
}

.blogcontainer {
  text-align: justify;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 20px;
}

.paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  text-align: justify;
}

.image-7, .image-8 {
  margin-left: 25%;
  margin-right: 25%;
}

.bold-text-2 {
  width: auto;
}

.list-item-7 {
  padding-bottom: 20px;
}

.list-point {
  padding-bottom: 20px;
  font-size: 19px;
}

.list-item-8 {
  color: #000;
}

.list-2 {
  margin-bottom: 40px;
}

.icon-4, .text-block-26 {
  -webkit-text-stroke-color: #000;
}

.text-block-27 {
  color: #000;
  text-align: center;
}

.text-block-28, .textmenu {
  color: #000;
}

.textlink {
  color: #000;
  text-align: center;
}

.column-3 {
  border: 1px #000;
}

.image-9 {
  border: 1px solid #000;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.bold-text-3 {
  color: #000;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.container-9 {
  margin-bottom: 40px;
}

.image-12 {
  text-align: left;
}

.heading-17 {
  color: #000;
  text-align: center;
}

.image-13 {
  text-align: left;
  border: 2px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.column-4 {
  padding-left: 80px;
  padding-right: 80px;
}

.text-block-29 {
  color: #000;
  padding-bottom: 0;
  font-size: 19px;
  text-decoration: none;
}

.image-14 {
  width: auto;
  height: 140px;
}

.image-15 {
  width: auto;
  height: 140px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-16 {
  height: 140px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.field-label, .field-label-2, .text-field, .text-field-2 {
  color: #000;
}

.form-label {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  display: block;
}

.success-message-2, .text-block-30, .radio-button-label {
  color: #000;
}

.text-block-31 {
  color: #000;
  background-color: #c5a2a2;
  padding-bottom: 0;
  font-size: 19px;
}

.text-sub2 {
  color: #fff;
  background-color: #6203ff;
  padding-top: 20px;
  font-size: 19px;
}

.text-block-32, .text-input, .code-embed {
  color: #000;
}

.modal-wrapper {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000000d;
  height: 100%;
  margin-top: 150px;
  padding-top: 80px;
  position: fixed;
  inset: 0%;
}

.signup-wrapper {
  opacity: 1;
  background-color: #fff;
  width: 450px;
  min-width: 100%;
  margin: auto;
  padding: 20px;
}

.signup-wrapper:active {
  opacity: 1;
  background-color: #fff;
}

.heading-18 {
  color: #7a3a3a;
  margin-top: 41px;
  margin-bottom: 75px;
}

.button-3 {
  margin-right: 40px;
}

.buttondetails {
  background-color: #6100ff;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
}

.buttondetails:active {
  opacity: 1;
  background-color: #6100ff;
}

.text-block-33 {
  color: #5a0c0c;
}

.button-4 {
  background-color: #6100ff;
}

.text-block-34 {
  color: #000;
}

.container-10 {
  margin-bottom: 123px;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #000;
    border-style: none;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .section.main {
    padding-bottom: 0;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section-subtitle {
    text-align: left;
    margin-bottom: 0;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .text-block {
    object-fit: fill;
    margin-top: 35px;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 100px;
    margin-top: 60px;
    inset: 0% 0% auto auto;
  }

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

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

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

  .heading-small {
    width: auto;
  }

  .image-7, .image-8 {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 50px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-subtitle {
    text-align: left;
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .text-block {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .image-2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .gallery-overview {
    padding: 60px 20px;
  }

  .header {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .image-7, .image-8 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-left: 10px;
  }

  .section {
    padding-left: 0;
  }

  .section.main {
    margin-right: 0;
    padding-right: 0;
  }

  .section-subtitle {
    text-align: left;
  }

  .client-logo {
    width: 33.33%;
  }

  .text-block {
    text-align: left;
    white-space: normal;
    object-fit: fill;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
    font-weight: 400;
    overflow: visible;
  }

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

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

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

  .image-5 {
    margin-left: 25%;
  }

  .heading-product {
    white-space: normal;
  }

  .header {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2em;
  }

  .icon-3 {
    padding-left: 0;
  }

  .container-5, .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7, .image-8 {
    margin-right: auto;
  }
}

#w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1da-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ec-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ed-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ee-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ef-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f0-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f1-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f2-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f3-d588abc2, #w-node-_5a263124-ff5b-f947-f2ea-1351bf426aa3-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f4-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1da-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ec-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ed-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ee-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1ef-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f0-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f1-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f2-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f3-ee88abcb, #w-node-_5a263124-ff5b-f947-f2ea-1351bf426aa3-ee88abcb, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1f4-ee88abcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1da-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1da-ee88abcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1da-d588abc2, #w-node-_53161073-e892-0bfb-1ba5-9782bf7fe1da-ee88abcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


