:root {
  --goldenrod: #ffbc2c;
  --tomato: #fc6347;
  --line-color: #d6d6d6;
  --green-orb: #5dd26e;
  --header-color: #505050;
  --gray-background: #f0f0f0;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-neutral--100: white;
  --forest-green: #4a9a24;
  --light-green-orb: #8df595;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  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;
  font-weight: 400;
}

.banner {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 450px;
}

.logo {
  padding-left: 30px;
  padding-right: 30px;
}

.title {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 400;
}

.banner-container {
  padding-top: 130px;
  padding-bottom: 100px;
}

.text-banner {
  color: #ffffffb3;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
}

.download {
  float: right;
  text-align: justify;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 15px;
  padding: 15px 15px 12px;
  transition: all .5s;
}

.download:hover {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
}

.icon {
  padding-bottom: 5px;
  display: inline-block;
}

.download-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.original {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: -44px;
  left: 0;
}

.navigation-bar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.slider {
  clear: both;
  text-align: center;
  background-color: #0000;
  height: auto;
}

.hide {
  display: none;
}

.iphone {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.iphone-section {
  background-color: #0000;
  margin-top: -484px;
  position: relative;
}

.arrow {
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 235.5px;
  font-size: 18px;
  font-weight: 600;
  transition: opacity .5s;
  display: flex;
}

.arrow:hover {
  background-color: var(--goldenrod);
  color: #fff;
}

.vertical {
  width: 10.6%;
  margin-right: 190px;
}

.vertical.vertical-2 {
  margin-left: 190px;
  margin-right: 0;
}

.about-section {
  background-color: #fff;
  padding: 60px;
}

.navigation-scroll {
  background-color: #fffffffc;
  border-bottom: 1px solid #dadada;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
}

.logo-brand {
  padding-top: 12px;
}

.navigation-link {
  color: #9d9d9d;
  text-transform: uppercase;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 13px;
  font-weight: 700;
  transition: color .5s;
}

.navigation-link:hover {
  color: var(--goldenrod);
}

.navigation-link.w--current {
  color: #9d9d9d;
  font-weight: 700;
}

.name-title {
  color: #3d3d3d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 600;
}

.name-title.why {
  text-align: left;
  font-size: 20px;
}

.name-title.services, .name-title.what {
  color: #fff;
}

.heading-line {
  background-color: var(--goldenrod);
  border-radius: 10px;
  width: 2px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-line.why {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container {
  margin-top: 0;
  padding: 0 20px 65px;
}

.container.container-2 {
  margin-top: -50px;
  padding-top: 35px;
  padding-bottom: 80px;
}

.features {
  margin-top: 50px;
}

.title-features {
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.features-icon {
  margin-bottom: 20px;
}

.client-logo {
  z-index: 1;
  background-color: #f2f2f2;
  position: relative;
}

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

.column-why {
  text-align: left;
}

.list-why {
  margin-top: 15px;
}

.list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-text {
  display: inline-block;
}

.icon-list {
  margin-right: 10px;
}

.service-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/qp-b.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.app {
  text-align: center;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.testimonials-section {
  background-color: #fff;
}

.client-name {
  color: #616161;
  font-size: 15px;
  font-weight: 600;
}

.photo-testimonials {
  background-image: url('../images/client-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  display: block;
}

.photo-testimonials.photo-2 {
  background-image: url('../images/client-3.jpg');
}

.photo-testimonials.photo-3 {
  background-image: url('../images/client-1.jpg');
}

.subscribe-field {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-top-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff4d;
  border-left-style: none;
  border-right-style: none;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 300;
}

.subscribe-field:focus {
  border-bottom-color: #fc6347;
}

.form-subscribe {
  color: #fff;
  margin-top: 40px;
}

.form-wrapper {
  color: #fff;
}

.subscribe-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fffc;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 7px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .5s;
  display: block;
}

.subscribe-button:hover {
  background-color: #fc6347;
  border-color: #fc6347;
}

.service-section {
  background-attachment: fixed, fixed;
}

.what-section {
  background-color: var(--goldenrod);
  border: 1px #000;
}

.success-message {
  color: #ffffff94;
  text-align: center;
  background-color: #0000;
  border: 2px solid #ffffff61;
  border-radius: 5px;
  margin-top: 50px;
  padding-top: 52px;
  padding-bottom: 52px;
  font-size: 18px;
  font-weight: 300;
}

.success-message.success-message-2 {
  border-color: #fc6347;
}

.success-paragraph {
  font-weight: 200;
}

.success-paragraph.success-paragraph-2 {
  color: #fc6347;
}

.error-message {
  text-align: center;
  background-color: #0000;
  border: 2px solid #f24444a1;
  border-radius: 5px;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-section {
  background-color: #f2f2f2;
  margin-top: 75px;
}

.circle-service {
  border: 1px solid #fc6347;
  border-radius: 70px;
  width: 85px;
  height: 85px;
  padding-top: 20px;
  display: inline-block;
}

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

.column-service {
  text-align: center;
  border: 1px #fff;
  height: auto;
  padding-left: 2px;
  padding-right: 10px;
}

.service {
  color: #fff;
  text-align: left;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
}

.service-parahraph {
  color: #ffffffe3;
}

.slider-dots-navigation {
  font-size: 13px;
  bottom: -53px;
}

.contact-form {
  margin-top: 60px;
}

.text-field {
  color: #fc6347;
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  padding-bottom: 75px;
  font-size: 13px;
}

.text-field:focus {
  border: 1px solid #707070;
}

.text-area {
  color: #fc6347;
  border: 1px solid #e1e1e1;
  height: 50px;
  font-size: 13px;
}

.text-area:focus {
  border-color: #707070;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.contact-button {
  border: 2px solid var(--goldenrod);
  color: var(--goldenrod);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: 600;
  transition: all .5s;
  display: block;
}

.contact-button:hover {
  color: #fff;
  background-color: #afe94f;
  border-color: #afe94f;
}

.footer {
  background-color: #282f36;
}

.mail-contact {
  color: #fff;
  margin-top: 10px;
  font-style: italic;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.mail-contact:hover {
  color: #fff;
}

.mail-contact.mail-contact-2 {
  margin-top: 3px;
}

.line-footer {
  background-color: #737e8933;
  width: 100%;
  height: 1px;
}

.row-contact {
  margin-bottom: 50px;
}

.logo-footer {
  text-align: center;
  margin-top: 50px;
}

.social-footer {
  text-align: center;
  margin-top: 30px;
}

.circle-footer {
  opacity: .5;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding-top: 4px;
  transition: opacity .5s;
}

.circle-footer:hover {
  opacity: 1;
}

.copyright-div {
  color: #737e89;
  text-align: center;
  margin-top: 15px;
}

.link-2 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #b7b7c7;
  letter-spacing: 0;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.link-2.white:hover {
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.copyright {
  color: #b7b7c7;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-tiny {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.left-copyright-flex.right {
  justify-content: center;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

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

.sub-banner {
  background-color: var(--tomato);
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.container-3 {
  text-align: center;
  flex: 1;
}

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

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

.white {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}

.sub-text {
  color: #ffffff9c;
  font-size: 18px;
  font-weight: 200;
}

.section-2 {
  background-color: #f2f2f2;
  border-top: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.section-2.make-white {
  background-color: #fff;
}

.top-margin {
  margin-top: 25px;
}

.top-margin.more {
  margin-top: 35px;
}

.licens-image {
  width: 100%;
}

.link-3 {
  color: #515157;
  text-decoration: none;
}

.changelog-title {
  color: var(--tomato);
  font-size: 22px;
  font-weight: 500;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px 45px;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

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

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

.background-video {
  object-fit: cover;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.link-4, .link-5 {
  color: #fff;
}

.heading-line-copy {
  background-color: #fff;
  border-radius: 10px;
  width: 2px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-line-copy.why {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.list-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-left: 40px;
  list-style-type: square;
}

.list-item, .list-item-2, .list-item-3 {
  text-align: left;
}

.list-3 {
  color: #fff;
  padding-left: 40px;
  list-style-type: square;
}

.list-item-4, .list-item-5, .list-item-6 {
  text-align: left;
}

.image {
  text-align: left;
  margin-left: 0;
  margin-right: 125px;
}

.image-2 {
  margin-right: 125px;
}

.image-3 {
  margin-left: 0;
  margin-right: 125px;
}

.image-4, .image-5, .image-6 {
  margin-right: 125px;
}

.body {
  background-color: #f2f2f2;
  padding-top: 0;
}

.section-3 {
  background-image: url('../images/New-Hero-Image.png');
  background-position: 50%;
  background-size: auto;
  height: 1280px;
}

.hero {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/New-Hero-Image.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 985px;
  margin-left: 0;
  padding-bottom: 65px;
  padding-left: 65px;
  display: flex;
}

.banner-2 {
  background-color: #0000;
  background-image: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-4 {
  margin-top: 0;
}

.heading {
  color: #fff;
  font-weight: 300;
}

.hero-header {
  margin-right: 0;
  padding-left: 0;
}

.heading-2 {
  color: #fff;
  width: 600px;
  margin: 0 300px 15px 0;
  font-size: 60px;
  line-height: 60px;
}

.paragraph {
  color: #fff;
  width: 600px;
  font-size: 20px;
}

.button {
  border: 2px solid var(--goldenrod);
  color: var(--goldenrod);
  background-color: #0000;
  border-radius: 3px;
  margin-top: 15px;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: 700;
}

.button:hover {
  border-color: var(--goldenrod);
  color: #fff;
  background-color: #afe94f;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 25px;
  font-weight: 500;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #000;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 25px;
  font-weight: 500;
  display: flex;
}

.text-block {
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 700;
}

.text-block:hover {
  color: var(--goldenrod);
}

.icon-2 {
  color: #9d9d9d;
}

.icon-2:hover {
  color: var(--goldenrod);
}

.dropdown-link {
  color: #9d9d9d;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: var(--goldenrod);
  color: #fff;
}

.dropdown-link-2 {
  color: #9d9d9d;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-2:hover {
  background-color: var(--goldenrod);
  color: #fff;
}

.dropdown-link-3 {
  color: #9d9d9d;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-3:hover {
  background-color: var(--goldenrod);
  color: #fff;
}

.section-5 {
  background-image: url('../images/New-Hero-Image.png');
  background-position: 50%;
  background-size: auto;
}

.section-6 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/New-Hero-Image.png');
  background-size: auto;
  background-clip: border-box;
  height: 750px;
}

.section-7 {
  background-image: url('../images/parov2_hero.png');
  background-position: 50%;
  background-size: 1920px 1080px;
  width: 1900px;
  height: 900px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #fff;
}

.brand-2 {
  background-image: url('../images/TopLeft.png');
  background-position: 50%;
  background-size: 346px 96px;
}

.section-8 {
  background-image: url('../images/paro_bubble_background_site.png');
  background-position: 50%;
  background-size: auto;
  width: 800px;
  height: 750px;
}

.body-3 {
  height: auto;
  padding-top: 0;
}

.section-9 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--line-color);
  background-image: url('../images/paro_bubble_background_site.png');
  background-position: 25%;
  background-size: cover;
  height: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  position: static;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-7 {
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.heading-6 {
  color: #000;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.container-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  display: block;
  position: static;
}

.paro-navigation-bar {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--line-color);
  color: #242a39;
  background-color: #fff;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.button-2 {
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button-2:hover {
  background-color: var(--green-orb);
}

.video {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-3 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-3:hover {
  color: var(--green-orb);
}

.nav-link-3.w--current {
  color: var(--goldenrod);
}

.nav-link-4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-4:hover {
  color: var(--green-orb);
}

.nav-link-4.w--current {
  color: var(--goldenrod);
}

.nav-link-5 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-5:hover {
  color: var(--green-orb);
}

.nav-link-6 {
  color: var(--green-orb);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.nav-link-6:hover {
  color: var(--goldenrod);
}

.nav-link-6:visited {
  color: var(--green-orb);
}

.brand-3 {
  background-image: url('../images/TopLeft_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: auto;
  margin-top: 0;
}

.container-6 {
  max-width: 1500px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-7 {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

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

.container-8 {
  max-width: 1500px;
}

.section-11 {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 20px;
}

.image-8 {
  display: block;
}

.column-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #000;
  font-family: Lora, sans-serif;
  font-weight: 600;
}

.column-5 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2 {
  color: #000;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  line-height: 35px;
}

.container-9 {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-top: 0;
  display: flex;
}

.section-12 {
  margin-top: 60px;
}

.container-10 {
  max-width: 1500px;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.section-13 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-11 {
  max-width: 1000px;
}

.column-6, .column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  margin-right: 0;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-12 {
  max-width: 1000px;
}

.heading-9, .heading-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-11, .heading-12 {
  color: var(--goldenrod);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.section-14 {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-13 {
  max-width: 1500px;
}

.heading-13 {
  color: var(--header-color);
  text-align: center;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-3 {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 0 20px;
  display: flex;
}

.container-15 {
  max-width: 1500px;
}

.section-15 {
  margin-top: 60px;
}

.container-16 {
  max-width: 1500px;
}

.heading-14 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

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

.paragraph-4 {
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.section-16 {
  margin-top: 20px;
}

.section-17 {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff black var(--line-color);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.section-18 {
  margin-top: 0;
  padding-top: 220px;
}

.container-18 {
  max-width: 1500px;
}

.heading-15 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.contact-form-2 {
  border: 1px #000;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.paragraph-5 {
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--goldenrod);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.field-label-4, .field-label-5 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.submit-button {
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.submit-button:hover {
  background-color: var(--green-orb);
}

.section-19 {
  margin-top: 0;
  padding-top: 100px;
}

.container-19 {
  max-width: 1000px;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.section-20 {
  border-bottom: 1px solid var(--line-color);
  margin-top: 0;
  padding: 40px 10px;
}

.container-20 {
  max-width: 1000px;
}

.container-21 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  font-family: Lora, sans-serif;
  font-size: 32px;
}

.heading-18 {
  color: var(--header-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 32px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.bold-text {
  color: #000;
  font-weight: 400;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #b4b4b4;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.container-22 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section-21 {
  border-bottom: 1px solid var(--line-color);
  margin-top: 0;
  padding: 40px 10px;
}

.heading-19 {
  color: var(--header-color);
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 32px;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-3 {
  color: #b4b4b4;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-23 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-22 {
  border-bottom: 1px solid var(--line-color);
  color: #b4b4b4;
  margin-top: 0;
  padding: 40px 10px;
}

.container-24 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-11, .column-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-20 {
  color: var(--header-color);
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 32px;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.paragraph-8 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  color: #000;
  font-weight: 400;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-2 {
  color: #087fff;
  text-align: center;
  background-color: #202b3c;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: #37485f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.image-10 {
  margin-top: 15px;
  display: block;
}

.section-23 {
  border-bottom: 1px solid var(--line-color);
  background-image: url('../images/orange_orb_background_site.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-top: 0;
  padding: 100px 20px 40px;
}

.container-25 {
  max-width: 1500px;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-21 {
  color: var(--header-color);
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 32px;
}

.paragraph-9 {
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.text-block-5 {
  color: #b4b4b4;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-11 {
  border: 1px solid var(--line-color);
}

.section-24 {
  background-color: var(--gray-background);
  color: #a20000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.paragraph-10 {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  display: block;
}

.container-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-27 {
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

.heading-22 {
  font-family: Lora, sans-serif;
  font-size: 20px;
}

.heading-23 {
  color: #000;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
}

.paragraph-11 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.image-12 {
  margin-top: 20px;
}

.column-13 {
  padding-left: 40px;
  padding-right: 40px;
}

.section-25 {
  border-bottom: 1px solid var(--line-color);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-24 {
  color: #000;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
}

.paragraph-12 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.image-13 {
  margin-top: 20px;
}

.column-14 {
  padding-left: 40px;
  padding-right: 40px;
}

.columns-8 {
  max-width: none;
  margin-bottom: 60px;
}

.heading-25 {
  color: #000;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
}

.paragraph-13 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.image-14 {
  margin-top: 20px;
}

.column-15 {
  padding-left: 40px;
  padding-right: 40px;
}

.section-26 {
  border: 1px #000;
  margin-top: 0;
  padding-top: 60px;
}

.container-28 {
  max-width: 1000px;
}

.heading-26 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.container-29 {
  max-width: 1000px;
}

.section-27 {
  border-bottom: 1px solid var(--line-color);
  margin-top: 80px;
}

.container-30 {
  max-width: 1000px;
}

.heading-27 {
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.container-31 {
  max-width: 1000px;
}

.section-28 {
  border-bottom: 1px solid var(--line-color);
  margin-top: 80px;
}

.section-29 {
  margin-top: 0;
  padding-top: 60px;
}

.container-32 {
  max-width: 1000px;
}

.heading-28 {
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.section-30 {
  border-bottom: 1px solid var(--line-color);
  background-image: url('../images/green_orb_background_site.png');
  background-position: 100% 100%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-33 {
  max-width: 1000px;
}

.column-16 {
  margin-top: 75px;
  padding-right: 20px;
}

.column-18 {
  justify-content: center;
  align-items: center;
  display: block;
}

.section-31 {
  border-bottom: 1px solid var(--line-color);
  background-image: url('../images/orange_orb_background_site.png');
  background-position: 100% 0;
  background-size: cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

.container-34 {
  max-width: 1500px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.column-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-9 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-21 {
  margin-top: 0;
}

.image-15 {
  border: 1px solid var(--line-color);
}

.container-35 {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-32 {
  border-bottom: 1px solid var(--line-color);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-22 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.section-33 {
  border-bottom: 1px solid var(--line-color);
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-6 {
  color: #3e4d66;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.columns-10 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-36 {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph-14 {
  color: #000;
  margin-top: 10px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
}

.column-23 {
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.image-16 {
  border: 1px none var(--line-color);
  max-width: 450px;
}

.container-37 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-12 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.column-24 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.section-34 {
  border-bottom: 1px solid var(--line-color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-38 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-39 {
  max-width: 1500px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-35 {
  border-bottom: 1px solid var(--line-color);
  background-image: url('../images/green_orb_background_site.png');
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-36 {
  border-bottom: 1px solid var(--line-color);
  background-color: var(--gray-background);
  height: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.image-17 {
  margin-top: 20px;
}

.paragraph-15 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.column-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-26 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-13 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.columns-14 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.column-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-28 {
  margin-top: 0;
}

.section-37 {
  border-bottom: 1px solid var(--line-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-41 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-15 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-38 {
  border-bottom: 1px solid var(--line-color);
  background-image: url('../images/orange_orb_background_site.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-30 {
  margin-top: 0;
}

.container-42 {
  max-width: 1000px;
}

.paragraph-16 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.section-39 {
  margin-top: 20px;
}

.section-40 {
  border-bottom: 1px solid var(--line-color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-43 {
  max-width: 1000px;
}

.columns-16 {
  margin-top: 0;
  margin-bottom: 0;
}

.column-31, .column-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.column-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-41 {
  border-bottom: 1px solid var(--line-color);
  background-image: url('../images/green_orb_background_site.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 220px;
}

.container-44 {
  max-width: 1500px;
}

.columns-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-45 {
  max-width: 1000px;
}

.section-42 {
  margin-top: 20px;
}

.container-46 {
  max-width: 1000px;
}

.section-43 {
  margin-top: 20px;
}

.icon-3 {
  background-color: #0000;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.container-47 {
  max-width: 1000px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-18 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-17 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.container-48 {
  max-width: 1000px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-8 {
  color: #b4b4b4;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  color: #000;
  text-align: right;
  font-family: Poppins, sans-serif;
}

.column-35 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.container-49 {
  max-width: 1000px;
  margin-bottom: 60px;
}

.text-block-10 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.text-block-11 {
  color: #b4b4b4;
  font-size: 12px;
  font-weight: 600;
}

.column-37 {
  padding-left: 10px;
  padding-right: 20px;
}

.section-44 {
  border-bottom: 1px solid var(--line-color);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 100px;
}

.container-50 {
  max-width: 1000px;
}

.container-51 {
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 60px;
}

.section-45 {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-25, .image-26, .image-27, .image-28, .image-29 {
  display: block;
}

.container-52 {
  max-width: 1500px;
}

.contact-form-3 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.section-46, .section-47 {
  margin-top: 0;
  padding-top: 100px;
}

.section-48 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  display: block;
}

.section-49 {
  margin-top: 0;
  padding-top: 60px;
}

.video-2 {
  border: 2px none var(--line-color);
}

.column-41, .column-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  max-width: 100%;
}

.body-4 {
  padding-top: 0;
  padding-left: 0;
}

.container-53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 40px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
}

.container-54 {
  max-width: 1500px;
}

.grid-2 {
  grid-template-rows: auto;
}

.video-3 {
  background-color: #0000;
}

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

.container-55 {
  max-width: 1250px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-56 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-57 {
  max-width: 1000px;
  margin-top: 20px;
  padding: 20px;
}

.video-4 {
  border: 1px solid #efefef;
  border-radius: 0;
  box-shadow: 0 2px 5px #0003;
}

.image-34 {
  max-width: 600px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.paro---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paro---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.paro---social-icon-square-30px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.paro---social-icon-square-30px:hover {
  transform: scale(.92);
}

.paro---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.paro---footer-link {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.paro---footer-link:hover {
  color: var(--goldenrod);
}

.paro---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.paro---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.paro---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.paro---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.paro---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.paro---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.paro---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
}

.body-5 {
  padding-top: 0;
}

.section-51 {
  padding-top: 140px;
  padding-bottom: 40px;
}

.paragraph-18 {
  color: #000;
  font-weight: 400;
}

.container-58 {
  color: var(--goldenrod);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.container-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 40px;
  display: flex;
}

.heading-29 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-19 {
  color: #000;
  margin-bottom: 10px;
}

.link-6 {
  color: var(--forest-green);
}

.paragraph-20 {
  color: #000;
  margin-bottom: 10px;
  padding-top: 0;
}

.button-3 {
  background-color: var(--goldenrod);
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.button-3:hover {
  background-color: var(--green-orb);
}

.body-6, .body-7 {
  padding-top: 0;
}

.section-52 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.body-8 {
  padding-top: 0;
}

.white-x {
  background-color: #0000;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  width: 17px;
  height: 17px;
}

.cookie-span {
  color: #988542;
  border-bottom-style: none;
  font-weight: 600;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  color: #000;
  text-align: left;
  font-size: 12px;
}

.cookie-button-bottom {
  background-color: var(--goldenrod);
  color: #000;
  border-radius: 15px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

.cookie-button-bottom:hover {
  background-color: var(--green-orb);
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-banner {
  background-color: var(--light-green-orb);
  color: var(--light-green-orb);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-content.bottom-banner-content {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .logo {
    text-align: center;
  }

  .title {
    font-size: 70px;
  }

  .banner-container {
    padding-top: 45px;
  }

  .text-banner {
    font-size: 24px;
  }

  .download {
    float: none;
  }

  .brand {
    display: none;
  }

  .vertical {
    margin-right: 130px;
  }

  .vertical.vertical-2 {
    margin-left: 130px;
  }

  .hamburger {
    cursor: default;
    background-color: #0000;
  }

  .hamburger:hover {
    background-color: #0000;
  }

  .hamburger.w--open {
    background-color: var(--goldenrod);
  }

  .navigation-menu {
    background-color: #fffffff5;
  }

  .copyright {
    margin-bottom: 7px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: center;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .image {
    margin-left: 10px;
  }

  .image-2 {
    margin-left: -51px;
    margin-right: 0;
  }

  .image-3 {
    margin-left: 10px;
    margin-right: 126px;
  }

  .hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/New-Hero-Image.png');
    background-position: 0 0, 50%;
  }

  .section-8 {
    width: 500px;
    height: 500px;
  }

  .section-9 {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .container-4 {
    margin-bottom: 0;
  }

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

  .column-3 {
    padding-left: 20px;
  }

  .heading-5 {
    margin-top: 10px;
    padding-left: 0;
    font-size: 24px;
    line-height: 35px;
  }

  .heading-6 {
    margin-top: 10px;
    padding-left: 0;
    font-size: 24px;
  }

  .button-2 {
    margin-top: 10px;
    padding-left: 40px;
  }

  .video {
    margin-right: 0;
    padding-right: 20px;
  }

  .nav-link-3 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-3:hover {
    color: #000;
  }

  .nav-link-4 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-4:hover {
    color: #000;
  }

  .nav-link-5 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-5:hover {
    color: #000;
  }

  .nav-link-6 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-6:hover {
    color: #000;
  }

  .column-5 {
    margin-top: 0;
    padding-left: 40px;
  }

  .columns-3 {
    margin-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .heading-13 {
    font-size: 20px;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .paragraph-4, .contact-form-2, .paragraph-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .footer-2, .footer-flex-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-link {
    width: 60px;
  }

  .section-23 {
    background-position: 100% 0;
    border: 1px #000;
    height: auto;
    margin-bottom: 0;
  }

  .columns-7 {
    margin-top: 40px;
    display: flex;
  }

  .section-24 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .paragraph-10 {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-16 {
    margin-top: 0;
  }

  .column-17 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .section-31 {
    height: auto;
  }

  .column-20 {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .columns-9 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column-21, .image-15 {
    margin-top: 0;
  }

  .container-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-22 {
    margin-top: 0;
  }

  .columns-10 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-14 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-23 {
    margin-top: 0;
    padding-left: 20px;
  }

  .image-16 {
    max-width: 100%;
  }

  .columns-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-24 {
    margin-top: 0;
  }

  .column-25 {
    flex-direction: row;
  }

  .column-26 {
    margin-top: 0;
    padding-left: 20px;
  }

  .columns-14 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-28 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-30 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-19, .image-21 {
    width: auto;
    height: auto;
  }

  .image-22 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .columns-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-49, .container-51 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button.w--open {
    background-color: var(--green-orb);
  }

  .column-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-30, .image-34 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .paro---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paro---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .paro---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .paro---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .no-margin.white-text.max-700 {
    font-size: 10px;
  }

  .cookie-banner {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 60px;
  }

  .text-banner {
    font-size: 23px;
  }

  .iphone {
    width: 380px;
  }

  .vertical {
    margin-right: 62px;
  }

  .vertical.vertical-2 {
    margin-left: 49px;
  }

  .container.container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-service, .column-space {
    margin-bottom: 50px;
  }

  .column-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger {
    margin-right: 15px;
  }

  .copyright {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .columns {
    flex-direction: column;
  }

  .columns.reverse {
    flex-direction: column-reverse;
  }

  .image {
    margin-right: 363px;
  }

  .image-2 {
    margin-left: -250px;
    margin-right: 95px;
  }

  .image-3 {
    margin-right: 341px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .contact-form-2, .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .contact-form-3 {
    padding: 40px 20px;
  }

  .paro---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .paro---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .paro---footer-logo-wrapper {
    width: 239px;
  }

  .paro---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .title {
    font-size: 33px;
  }

  .text-banner {
    font-size: 12px;
    line-height: 35px;
  }

  .download {
    margin-bottom: 15px;
  }

  .original {
    font-size: 16px;
    top: -26px;
  }

  .iphone {
    width: 260px;
  }

  .arrow {
    margin-top: 129.7px;
  }

  .vertical {
    width: 19%;
    margin-right: 10px;
  }

  .vertical.vertical-2 {
    margin-left: 10px;
  }

  .name-title, .name-title.why {
    font-size: 15px;
  }

  .container.container-2 {
    margin-top: 0;
    padding-top: 80px;
  }

  .title-features {
    font-size: 15px;
  }

  .column-why {
    margin-top: -40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-space {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .hamburger {
    margin-right: 10px;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .left-copyright-flex.right {
    align-items: center;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .logo-client {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    margin-left: 10px;
  }

  .image-2 {
    margin-left: -90px;
    margin-right: 14px;
  }

  .hero {
    background-color: #3d3d3d;
    background-image: linear-gradient(#00000080, #00000080), url('../images/New-Hero-Image.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    height: 400px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .button {
    text-align: center;
    border-style: solid;
    width: 90%;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    display: inline-block;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-3 {
    display: block;
  }

  .section-9 {
    background-size: cover;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: block;
  }

  .container-4 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .columns-2 {
    margin-top: 0;
    display: block;
  }

  .column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .heading-6 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .nav-link-3 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-3:hover {
    color: #000;
  }

  .nav-link-4 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-4:hover {
    color: #000;
  }

  .nav-link-5 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-5:hover {
    color: #000;
  }

  .nav-link-6 {
    background-color: var(--green-orb);
    color: #fff;
  }

  .nav-link-6:hover {
    color: #000;
  }

  .section-11 {
    padding-bottom: 40px;
  }

  .heading-7 {
    text-align: left;
    font-size: 24px;
  }

  .column-5 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 25px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .column-7 {
    margin-top: 40px;
  }

  .columns-3 {
    padding-right: 0;
    display: block;
  }

  .section-14 {
    height: auto;
  }

  .heading-13 {
    font-size: 16px;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 25px;
  }

  .container-14 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-14 {
    font-size: 16px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .section-18 {
    padding-top: 100px;
  }

  .heading-15 {
    font-size: 16px;
  }

  .contact-form-2 {
    padding-top: 100px;
  }

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-16 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
  }

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

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

  .column-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-18 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

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

  .bold-text {
    text-align: center;
    font-size: 12px;
  }

  .column-9 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .heading-19 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .column-10 {
    text-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-5 {
    display: block;
  }

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

  .heading-20 {
    font-size: 20px;
    line-height: 28px;
  }

  .bold-text-2 {
    font-size: 12px;
  }

  .columns-6 {
    display: block;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .section-23 {
    background-position: 50%;
    height: auto;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .container-25 {
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .columns-7 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-21 {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
  }

  .paragraph-9 {
    text-align: center;
    padding-right: 0;
    font-size: 12px;
    line-height: 25px;
  }

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

  .section-24 {
    height: auto;
    margin-top: 140px;
  }

  .paragraph-10 {
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
  }

  .column-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .paragraph-12 {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
  }

  .column-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
  }

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

  .heading-26, .heading-27, .heading-28 {
    font-size: 16px;
  }

  .section-30 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-18 {
    flex-direction: row;
    margin-top: 20px;
    display: block;
  }

  .column-19 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-31 {
    height: auto;
  }

  .container-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-20 {
    margin-top: 40px;
  }

  .columns-9 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

  .column-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-33 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-10, .columns-11 {
    display: block;
  }

  .paragraph-14 {
    font-size: 12px;
    line-height: 25px;
  }

  .column-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-16 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

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

  .columns-12 {
    display: block;
  }

  .column-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-36 {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .column-25 {
    margin-top: 20px;
  }

  .column-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .columns-13, .columns-14 {
    display: block;
  }

  .column-28 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .columns-15 {
    display: block;
  }

  .column-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-19 {
    max-width: 100%;
    height: 50%;
    min-height: 0%;
    max-height: none;
  }

  .column-33 {
    margin-top: 20px;
  }

  .image-20 {
    height: 50%;
  }

  .image-21 {
    height: 50%;
    margin-top: 20px;
  }

  .image-22, .image-23, .image-24 {
    height: 50%;
  }

  .columns-17 {
    flex-direction: column;
  }

  .column-34 {
    margin-top: 40px;
  }

  .container-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-35 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-38, .column-39, .column-40 {
    margin-top: 20px;
  }

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

  .menu-button.w--open {
    background-color: var(--green-orb);
  }

  .image-30 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .image-31 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-53 {
    padding-bottom: 0;
  }

  .image-32 {
    padding-top: 20px;
  }

  .image-33 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-34 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .paro---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .paro---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .paro---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .paro---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .paro---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .paro---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .paro---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .paro---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default, .container-58, .container-59 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-29 {
    line-height: 26px;
  }

  .cookie-banner {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}

#w-node-_1068b252-0082-5d10-a905-a32c86bde120-2d786eb2 {
  justify-self: start;
}

#w-node-_7b8a5900-bf04-8509-dae7-fae3edcda00c-18354482 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f70d71b-5b8d-e873-a4ba-c8e16cb31fbe-18354482, #w-node-_9a79c87c-14ab-cf64-886a-db2363bc7288-1aeb1be8, #w-node-_704c4567-62ae-a681-44a8-a5831457a97e-e4ba0d1a {
  justify-self: start;
}

#w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105f0-f34f1890 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5099b909-1d0b-0fd9-3c96-7bae233f5abb-f34f1890, #w-node-c037af81-8b52-0631-9478-66a78f733d98-650076ed {
  justify-self: start;
}

#w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105f0-d4de043b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5099b909-1d0b-0fd9-3c96-7bae233f5abb-d4de043b {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1068b252-0082-5d10-a905-a32c86bde120-2d786eb2, #w-node-_5f70d71b-5b8d-e873-a4ba-c8e16cb31fbe-18354482, #w-node-_9a79c87c-14ab-cf64-886a-db2363bc7288-1aeb1be8, #w-node-_704c4567-62ae-a681-44a8-a5831457a97e-e4ba0d1a, #w-node-_5099b909-1d0b-0fd9-3c96-7bae233f5abb-f34f1890, #w-node-c037af81-8b52-0631-9478-66a78f733d98-650076ed, #w-node-_5099b909-1d0b-0fd9-3c96-7bae233f5abb-d4de043b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1068b252-0082-5d10-a905-a32c86bde120-2d786eb2, #w-node-_5f70d71b-5b8d-e873-a4ba-c8e16cb31fbe-18354482, #w-node-_9a79c87c-14ab-cf64-886a-db2363bc7288-1aeb1be8, #w-node-_704c4567-62ae-a681-44a8-a5831457a97e-e4ba0d1a, #w-node-_5099b909-1d0b-0fd9-3c96-7bae233f5abb-f34f1890, #w-node-c037af81-8b52-0631-9478-66a78f733d98-650076ed, #w-node-_5099b909-1d0b-0fd9-3c96-7bae233f5abb-d4de043b {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b8a5900-bf04-8509-dae7-fae3edcd9ffc-18354482, #w-node-_7b8a5900-bf04-8509-dae7-fae3edcda000-18354482, #w-node-_7b8a5900-bf04-8509-dae7-fae3edcda004-18354482, #w-node-_7b8a5900-bf04-8509-dae7-fae3edcda008-18354482, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105e0-f34f1890, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105e4-f34f1890, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105e8-f34f1890, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105ec-f34f1890, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105e0-d4de043b, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105e4-d4de043b, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105e8-d4de043b, #w-node-_3ff961f3-6f78-d85b-b630-5ca3f6f105ec-d4de043b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


