@font-face {
  font-family: Avenirnextcyr;
  src: url('../fonts/AvenirNextCyr-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextcyr demi;
  src: url('../fonts/AvenirNextCyr-Demi.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextcyr;
  src: url('../fonts/AvenirNextCyr-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextcyr;
  src: url('../fonts/AvenirNextCyr-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextcyr;
  src: url('../fonts/AvenirNextCyr-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --gold: #f7cc0e;
  --dim-grey: #5c565a;
  --purple: #3f0b2b;
  --medium-violet-red: #ca158e;
  --lavender-blush: #f1eaf1;
  --thistle: #cfadc2;
  --orange: #f89e16;
  --black-2: #131313;
  --maroon: #881818;
  --dark-slate-grey: #213b26;
  --purple-2: #5c0e3e;
  --silver: #c4c4c4;
  --black: #0c0c0c;
  --white-smoke: #fffcfe;
  --dark-accent: #2d2d2d;
  --black-3: #16010e;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #000;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--primary300: #d6bbfb;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--background--interactive: #ecfdf0;
  --spark-library--black: black;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--lavender-at-90: #ecfdef0d;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-tertiary: #0000008f;
  --green-yellow: #9fff14;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

a {
  color: #000;
  text-decoration: none;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f400;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: absolute;
  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;
  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%;
  height: 100%;
  margin-right: 220px;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.button {
  text-align: center;
  background-color: #f89e16;
  border-radius: 50px;
  align-items: center;
  height: 45px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  display: flex;
}

.background-video {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 50% 100%, #771552bf, #360022d9 75%);
  background-clip: border-box;
  height: 500px;
}

.zivot-hero {
  background-image: linear-gradient(#00000024, #00000024), radial-gradient(circle at 50% 100%, #53bd673d, #36002200 75%);
  width: 100vw;
  height: 95vh;
}

.zivot-hero.mobile {
  background-color: #00000069;
  background-image: none;
  height: auto;
}

.container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

.heading.two {
  color: #fff;
  text-align: right;
}

.image {
  width: 300px;
  margin-left: 40px;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-7 {
  color: #fff;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navbar {
  background-color: #ddd0;
  align-items: center;
  width: 100vw;
  height: 90px;
  display: none;
  position: absolute;
  top: 0;
}

.container-2 {
  justify-content: space-between;
  width: 100vw;
  display: flex;
}

.home-navigation {
  align-items: center;
  margin-left: auto;
  margin-right: 80px;
  display: flex;
}

.zivot-nav {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
}

.zivot-button {
  color: #000;
  cursor: pointer;
  background-color: #f89e16;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.zivot-button:hover {
  opacity: .75;
}

.text-block {
  text-align: left;
  text-shadow: 0 4px 2px #0003;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 21px;
  font-weight: 400;
}

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

.zivot-button-solid {
  background-color: var(--gold);
  color: #000;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 40px;
  margin-right: 10px;
  padding: 15px 28px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .6s cubic-bezier(.485, .212, .573, .855);
  display: flex;
}

.zivot-button-solid:hover {
  opacity: 1;
  background-color: #ff9a00;
}

.zivot-button-solid.shrink {
  width: 200px;
}

.zivot-button-solid.mob {
  color: #fff;
  background-color: #e02b20;
  box-shadow: 0 2px 17px #000;
}

.zivot-button-solid.mob:hover {
  opacity: 1;
  background-color: #f90;
}

.zivot-button-outline {
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #f89e16;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 28px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.zivot-button-outline:hover {
  color: #000;
  background-color: #f89e16;
}

.zivot-button-outline.flex {
  border-color: var(--dim-grey);
  color: var(--purple);
  margin-top: 20px;
  margin-left: 0;
}

.zivot-button-outline.flex:hover {
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: #f89e1600;
}

.zivot-button-outline.flex.center {
  color: #464646;
  text-align: center;
  border-color: #d4d4d4;
  width: 220px;
  margin: 60px auto 40px;
}

.zivot-button-outline.flex.center:hover {
  border-color: #646464;
}

.zivot-a-wrapper {
  color: #000;
  background-color: #f89e16;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  display: none;
}

.zivot-a-wrapper:hover {
  opacity: .8;
}

.zivot-a {
  color: #000;
  padding-left: 5px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.zivot-down-arrow {
  filter: invert();
  color: #fff;
  margin-top: 60px;
}

.zivot-centered {
  background-color: #fff;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: Euclidcirculara, sans-serif;
  font-weight: 500;
}

.zivot-centered.colored {
  background-color: var(--lavender-blush);
  display: flex;
}

.zivot-centered.orange {
  background-color: var(--purple);
}

.zivot-flex_left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 20px 20px 20px 0;
  display: flex;
}

.zivot-flex_left.full {
  width: 50%;
  height: 295px;
}

.zivot-main {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zivot-main.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.zivot-flex_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 20px 20px 20px 0;
  display: flex;
}

.zivot-flex_right.full {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 60px;
  padding-top: 0;
}

.heading-2 {
  color: #404040;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.heading-2._1 {
  color: #404040;
  -webkit-text-stroke-color: #f4cd00;
}

.paragraph {
  color: #000;
  text-align: left;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.heading-3 {
  color: var(--purple);
  margin-bottom: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.zivot-flex_center {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #ecd3e7;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}

.lottie-animation {
  text-align: center;
  width: 100px;
}

.lottie-animation-2 {
  width: 100px;
}

.paragraph-3 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.zivot-section_left {
  background-color: var(--purple);
  padding-top: 0;
  padding-bottom: 100px;
  overflow: auto;
}

.zivot-section_left.se {
  padding-top: 80px;
}

.text-block-2 {
  margin-left: 10px;
  font-family: Euclidcirculara, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.zivot-main_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  display: flex;
}

.zivot-main_right.scroll-h {
  width: 100%;
}

.zivot-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.zivot-wrapper.horizontal {
  flex-direction: row;
}

.heading-4 {
  color: #fff;
  text-align: left;
  text-shadow: 0 4px 4px #0003;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-4 {
  color: var(--thistle);
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.slide {
  height: 500px;
}

.mask {
  width: 400px;
  height: 500px;
}

.slide-2 {
  background-color: #160c0c;
  background-image: url('../images/consultant-designed_1consultant-designed.webp');
  background-position: 0 0;
  background-size: auto;
  height: 500px;
}

.zivot-flex_3 {
  background-image: url('../images/student-service_1student-service.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  width: 465px;
  height: 465px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.zivot-flex_3.two {
  background-image: url('../images/Express-Entry_1Express Entry.webp');
}

.zivot-flex_3.three {
  background-image: url('../images/gettyimages-187137084-2048x2048_1gettyimages-187137084-2048x2048.webp');
  margin-right: 0;
}

.lightbox-link {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 367px;
  height: 500px;
}

.div-block {
  width: 367px;
  height: 500px;
  position: relative;
}

.zivot-overlay_link {
  background-image: linear-gradient(#ffffff0d, #19011adb);
  width: 367px;
  height: 500px;
  position: absolute;
}

.overlay-a {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 18px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.bold-text, .bold-text-2 {
  color: var(--orange);
  font-weight: 600;
}

.lottie-animation-3 {
  width: 800px;
}

.bold-text-3 {
  color: var(--orange);
}

.button-2 {
  background-color: var(--orange);
  color: #fff;
  border-top-right-radius: 20px;
  align-items: center;
  padding: 20px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.footer-column {
  background-color: #add8e6;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  font-family: Euclidcirculara, sans-serif;
  display: flex;
}

.button-text {
  margin-right: 8px;
}

.text-span {
  color: #ffac12;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.social-link {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  transition: all .6s cubic-bezier(.439, .141, .544, .831);
  display: flex;
}

.social-link:hover {
  background-color: var(--black-2);
  border-radius: 100px;
}

.footer-grid-01 {
  grid-column-gap: 16px;
  background-color: #add8e6;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 140px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.footer-title {
  color: #000;
  margin-bottom: 22px;
  font-size: 17px;
}

.brand {
  margin-right: 20px;
}

.footer-top {
  background-color: #add8e6;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 80px;
  display: flex;
}

.logo {
  background-color: #0000;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Euclidcirculara, sans-serif;
  font-weight: 600;
}

.footer-link {
  color: #000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.w--current {
  color: #000;
}

.footer-link.emergency {
  border: 4px none var(--maroon);
  color: #ff1313;
  text-align: center;
  margin-top: 54px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
}

.footer {
  color: snow;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 3% 25px;
  display: flex;
}

.secondary-link {
  color: #000;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.container-3 {
  background-color: #fff;
  width: 60%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-3._1 {
  background-color: #fff;
  width: 80%;
  max-width: none;
}

.container-3._1.bold-text-12 {
  background-color: #000;
}

.content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  display: flex;
}

.content-wrap.md {
  width: 80%;
}

.content-section {
  background-color: #f7f5ee;
  margin-top: 0;
  padding: 0 0%;
  position: relative;
}

.content-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
}

.bg-block-grey {
  z-index: -1;
  background-color: var(--dark-slate-grey);
  min-height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-large {
  max-width: 520px;
  margin-top: 10px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button-dark {
  color: #fff;
  background-color: #000;
  border-top-right-radius: 20px;
  align-items: center;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.title-line {
  background-color: #ffac12;
  background-image: none;
  border-radius: 20px;
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-bottom: 12px;
}

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

.content-h2 {
  color: #404040;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.div-block-2 {
  margin-right: 0;
}

.col {
  width: 100%;
  position: relative;
}

.subheading {
  max-width: 23ch;
  margin-top: 0;
  margin-bottom: 30px;
}

.paragraph-5 {
  max-width: 42ch;
  margin-bottom: 40px;
}

.list-bullow {
  border-bottom: 1px solid #0000001a;
  align-items: center;
  max-width: 720px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-bullow.ls {
  border-top-color: #000;
  border-bottom: 1px solid #0000001a;
  border-left-style: none;
  border-right-color: #000;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-bullow.ms {
  border-bottom-width: 0;
}

.lb-icon {
  margin-top: 4px;
  margin-right: 20px;
}

.lb-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 80px;
  display: flex;
}

.brand-2.w--current {
  justify-content: flex-start;
  padding-left: 20px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.btn-icon {
  margin-left: 10px;
}

.navigation-bar {
  z-index: 100;
  background-color: #fff;
  width: 100vw;
  height: 100px;
  position: sticky;
  top: 0;
}

.image-3 {
  margin-left: 20px;
}

.nav-btn {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-left: 15px;
  margin-right: 40px;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.439, .118, .55, .872);
  display: flex;
}

.nav-btn:hover {
  background-color: var(--maroon);
}

.navbar-2 {
  background-color: #fff;
  padding-top: 19px;
  padding-bottom: 15px;
  box-shadow: 0 1px 13px #b6b6b659;
}

.navlink {
  align-items: center;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all .5s cubic-bezier(.491, .171, .544, .872);
  display: flex;
}

.navlink:hover {
  color: var(--maroon);
}

.navlink.w--current {
  color: #002954;
}

.text-block-3 {
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.quote-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-button {
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.tab-button.w--current {
  background-color: var(--purple);
  color: #fff;
  transition: all .5s cubic-bezier(.456, .159, .55, .843);
}

.avatar-name {
  letter-spacing: -.04em;
  margin-bottom: 2px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.quote-text {
  color: #000;
  margin-bottom: 15px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

.title-line-full {
  background-image: linear-gradient(to top, #5c0e3e63, var(--orange));
  border-radius: 20px;
  width: 100%;
  min-height: 2px;
  margin-bottom: 20px;
}

.content-section-2 {
  background-color: #fff;
  padding: 0 4%;
  position: relative;
}

.quote-wrap {
  padding-bottom: 72px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  box-shadow: 0 6px 8px -4px #b8b8b8;
}

.tabs {
  flex-direction: column-reverse;
  display: flex;
}

.avatar-type {
  color: #d88a15;
  font-family: Euclidcirculara, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.bg-block-top-grey {
  z-index: -1;
  background-color: var(--dark-slate-grey);
  min-height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

.content-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0%;
  display: flex;
}

.content-grid-reverse {
  grid-column-gap: 72px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  place-items: center end;
  padding-bottom: 25px;
}

.paragraph-large-2 {
  color: #000;
  max-width: 520px;
  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: 150%;
}

.content-image-2 {
  max-width: 591px;
  padding-left: 63px;
  display: block;
}

.content-h2-2 {
  color: #000;
  -webkit-text-stroke-color: #b60605;
  margin-bottom: 32px;
  font-family: Euclidcirculara, sans-serif;
}

.button-3 {
  color: #fff;
  background-color: #ffac12;
  border-top-right-radius: 20px;
  align-items: center;
  padding: 20px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button-3.button-space {
  margin-top: 32px;
}

.content-section-dark {
  background-color: #000;
  padding: 142px 3%;
  position: relative;
}

.content-section-dark.lavender {
  background-color: var(--lavender-blush);
}

.heading-6 {
  color: var(--lavender-blush);
  margin-bottom: 32px;
  font-family: Euclidcirculara, sans-serif;
  font-weight: 600;
}

.paragraph-large-white {
  color: #ffffffa1;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.content-centre-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zivot-img {
  border-radius: 15px;
}

.zivot-service_content {
  background-image: linear-gradient(#fff0, #000000f2 91%);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  display: flex;
}

.service-h3 {
  color: #fff;
  text-align: left;
  margin: 15px 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.link {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-block {
  color: #f7f5ee;
  cursor: pointer;
  background-color: #000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.433, .194, .561, .826);
  display: flex;
  box-shadow: inset 0 0 4px 2px #fff;
}

.link-block:hover {
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.service-link {
  color: #fff;
  font-family: Euclidcirculara, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-text {
  color: #000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
}

.field-label {
  color: var(--silver);
  width: 50%;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  float: none;
  background-color: var(--black-2);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 96%;
  height: 50px;
  margin-bottom: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-field:focus {
  border-color: #1b1a19;
}

.text-field-2 {
  float: none;
  background-color: var(--black-2);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 96%;
  height: 50px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-field-2:focus {
  border-color: #1b1a19;
}

.text-field-2.btn {
  background-color: #02629e;
  width: 35%;
}

.text-field-2.btn:hover {
  background-color: #f90;
}

.submit-button {
  background-color: var(--orange);
  color: var(--black);
  border-radius: 8px;
  width: 98%;
  height: 50px;
  margin-top: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .6s cubic-bezier(.468, .188, .579, .861);
}

.submit-button:hover {
  background-color: #d3840d;
}

.field-label-2 {
  color: var(--silver);
  width: 50%;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.input-wrapper {
  float: right;
  width: 50%;
}

.textarea {
  background-color: var(--black-2);
  color: var(--white-smoke);
  border: 1px solid #0000;
  border-radius: 8px;
  width: 96%;
  max-height: 50px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.textarea:focus {
  border-color: #1b1a19;
}

.body, .body-2 {
  font-family: Euclidcirculara, sans-serif;
}

.zivot-white {
  background-color: #fff;
  padding-top: 4%;
  padding-bottom: 6%;
}

.heading-7 {
  color: var(--dark-accent);
  text-align: center;
  font-family: Euclidcirculara, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.flex-text {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.flex-text.div {
  margin-top: 0;
  padding-right: 5px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.image-4 {
  background-color: var(--purple-2);
  border-radius: 100%;
  padding: 10px 8px;
}

.z-flex {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.z-flex_child {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-5 {
  border: 1px solid var(--lavender-blush);
  border-radius: 50px;
}

.flex-a {
  color: var(--dim-grey);
  margin-top: 10px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.flex-a.div {
  color: var(--medium-violet-red);
  margin-top: 0;
  font-weight: 500;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.image-6 {
  margin-right: 10px;
}

.zivot-lavendar {
  background-color: var(--lavender-blush);
  padding-top: 6%;
  padding-bottom: 6%;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.flex-duo {
  justify-content: flex-start;
  width: 72%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.duo-child {
  background-image: linear-gradient(#1b0111d9 25%, #fff0), url('../images/Labour_Assessments__1Labour_Assessments_.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  width: 550px;
  height: 500px;
  margin-left: 20px;
  margin-right: 20px;
}

.duo-child._2 {
  background-image: none;
}

.duo-child.two {
  background-image: linear-gradient(#1b0111d9 25%, #fff0), url('../images/20201231usspousalsponsorship_120201231usspousalsponsorship.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.duo-child.three {
  background-image: linear-gradient(#1b0111d9 25%, #fff0), url('../images/Express-Entry_1Express Entry.webp');
}

.duo-child.four {
  background-image: linear-gradient(#1b0111d9 25%, #fff0), url('../images/Content-Image-large-3_1Content Image large (3).webp');
}

.duo-child.five {
  background-image: linear-gradient(#1b0111d9 25%, #fff0), url('../images/Tourist-Visa-_1Tourist Visa .webp');
}

.div-block-5 {
  width: 100%;
}

.duo-h3 {
  color: var(--white-smoke);
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-4 {
  color: var(--orange);
  margin-left: 40px;
  margin-right: 40px;
  font-family: Euclidcirculara, sans-serif;
  font-weight: 500;
}

.duo-button {
  background-color: #fff;
  background-image: linear-gradient(79deg, var(--orange), #ff6b21);
  color: var(--black);
  border-radius: 8px;
  margin-top: 57%;
  margin-left: 40px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.duo-button:hover {
  background-image: none;
}

.heading-8 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Euclidcirculara, sans-serif;
  font-weight: 600;
  display: flex;
}

.arrow-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-5 {
  color: #ffffff26;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 70px;
}

.nav-dropdown-toggle:hover {
  color: var(--maroon);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #fff;
}

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  background-color: var(--white-smoke);
  border-radius: 0;
  margin-top: 10px;
}

.nav-dropdown-link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: all .6s cubic-bezier(.439, .153, .556, .837);
}

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

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

.nav-dropdown-link.w--current {
  color: var(--medium-violet-red);
  font-weight: 600;
}

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-6 {
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navlink-drop:hover {
  color: var(--maroon);
}

.hero-container {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/Australia_1Australia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.hero-container.express {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/Pest-control-1-1-1536x1024.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: 60vh;
}

.hero-container.student {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/kartinki24_ru_flower_insects_47.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: 60vh;
}

.hero-container.family {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/gettyimages-187137084-2048x2048_1gettyimages-187137084-2048x2048.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 60vh;
}

.hero-container.tourist {
  background-attachment: scroll, fixed;
  height: 60vh;
}

.hero-container.pest {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/c3-1.jpg');
}

.hero-container.pest.emergency {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/c3-1.jpg');
  margin-top: -284px;
  margin-bottom: -284px;
}

.hero-container.pest.emergency.general {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/IMG_6542-1920w.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 62px;
  padding-bottom: 62px;
}

.hero-container.spider {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/IMG_5171-1920w.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  height: auto;
  padding-top: 82px;
  padding-bottom: 82px;
}

.hero-container.spider._1 {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/Service-Pic-25.png');
  background-position: 0 0, 50%;
}

.hero-container.spider._1._3 {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/Service-Pic---2024-04-09T095638.377.png');
  background-position: 0 0, 50% 0;
}

.hero-container.spider._1.body-4 {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/IMG_6392-1920w.webp');
  background-position: 0 0, 50%;
}

.hero-container.spider._1._5 {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/Service-Pic-26.png');
  background-position: 0 0, 50%;
}

.hero-container.termite {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/24ec27a2ab731378b2d10eda449f235e.jpeg');
}

.hero-container.scorpion {
  background-image: radial-gradient(circle at 50% 100%, #13010c80, #0f010ab3), url('../images/Ben-PCs-Computer-Tech-Specialist---2023-08-22T112115.359.png');
  width: auto;
  height: auto;
  padding-top: 62px;
  padding-bottom: 62px;
}

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

.heading-9 {
  color: var(--white-smoke);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1em;
}

.text-block-7 {
  color: #ffffff80;
  font-family: Euclidcirculara, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.content-info-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.container-6 {
  max-width: 1100px;
}

.testimonial-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.testimonial-wrapper {
  outline-offset: 0px;
  background-color: #ecede8;
  border-radius: .4rem;
  outline: 2px solid #49141429;
  width: 20vw;
  height: 40vh;
}

.client-testimonial-link {
  color: #4d4d4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  text-align: center;
  width: 80%;
  overflow: visible;
}

.logo-custom {
  width: 100%;
}

.logo-custom.is-short {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.testimonial-text-wrapper {
  max-width: 30rem;
  margin-top: 3rem;
  display: none;
  overflow: hidden;
  transform: translate(0);
}

.testimonial-quote {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
}

.procedure {
  text-align: center;
  background-color: #f7f5ee;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-10 {
  border: 1px solid var(--maroon);
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
}

.body-3 {
  font-family: Euclidcirculara, sans-serif;
}

.procedure-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.procedure-container.image {
  width: 60%;
  min-height: 400px;
}

.procedure-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.procedure-col-child {
  color: #439b40;
  background-color: #166699;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 325px;
  min-height: 100px;
  display: flex;
}

.procedure-col-child._1 {
  background-color: var(--maroon);
  background-image: linear-gradient(#0004ff, red);
  margin-top: 55px;
  margin-bottom: 55px;
}

.number-tag {
  color: #f7a601;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.text-block-8 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.text-block-9 {
  color: var(--white-smoke);
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

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

.requirement {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.text-block-10 {
  color: #666;
  max-width: 800px;
  margin-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px;
  line-height: 1.4rem;
}

.pro-header {
  background-color: #add8e6;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  padding-left: 9px;
  padding-right: 9px;
}

.packages {
  background-color: #add8e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 140px;
  display: flex;
}

.heading-11 {
  font-size: 33px;
}

.heading-12 {
  color: var(--medium-violet-red);
  font-size: 24px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.colored-header {
  font-size: 32px;
}

.bold-text-4 {
  color: var(--orange);
  margin-left: 10px;
  font-size: 24px;
}

.div-block-7 {
  align-items: center;
  width: 80%;
  max-width: 1100px;
  display: flex;
}

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

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_vertical {
  flex-direction: column;
}

.flex_wrapper.flex_vertical.card_link {
  background-color: var(--purple-2);
  color: #070707;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  justify-content: space-around;
  width: 385px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.icon_32x32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
  margin-top: 10px;
}

.text-block-11 {
  color: var(--orange);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 600;
}

.text-block-12 {
  color: #747474;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-13, .text-block-14 {
  margin-top: auto;
  font-weight: 400;
}

.bold-text-5, .bold-text-6 {
  color: var(--dark-accent);
}

.bold-text-7 {
  color: #404040;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.text-block-15.daimond {
  color: #4ac9e5;
}

.text-block-15.gold {
  color: #e5b816;
  text-align: center;
  max-width: 300px;
}

.text-block-15.silver {
  color: #a6a6a6;
  text-align: center;
}

.text-block-15.bronze {
  color: #e3af67;
}

.text-block-15.copper {
  color: #b87829;
}

.lottie-animation-5 {
  width: 150px;
}

.lottie-animation-6 {
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane-tab-1 {
  max-width: 1100px;
  padding: 20px 20px 20px 0;
}

.tabs-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.dosh-tab {
  background-color: #f2dae9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  transition: all .6s cubic-bezier(.462, .176, .585, .872);
  display: flex;
}

.dosh-tab.w--current {
  background-color: var(--purple-2);
  color: #fff;
}

.text-block-16, .text-block-17 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.tabs-2 {
  max-width: 1200px;
}

.bold-text-8 {
  color: var(--dark-accent);
}

.text-block-18 {
  font-size: 16px;
  font-weight: 500;
}

.tabs-content {
  margin-top: 5px;
}

.heading-13 {
  font-size: 24px;
  font-weight: 500;
}

.bold-text-9 {
  color: var(--dark-slate-grey);
  font-weight: 500;
}

.text-block-19 {
  color: #666;
  max-width: 50vmax;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4rem;
}

.bold-text-10 {
  color: var(--orange);
}

.zivot-link {
  color: var(--medium-violet-red);
  font-weight: 500;
  text-decoration: none;
}

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

._2-col-grid {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
}

.grid-img-wrapper {
  height: 400px;
}

.grid-img-wrapper.img-1 {
  background-image: url('../images/istockphoto-678782356-612x612_1istockphoto-678782356-612x612.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
}

.grid-img-wrapper.img-2 {
  background-image: url('../images/istockphoto-520624907-612x612_1istockphoto-520624907-612x612.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
}

.bold-text-12 {
  color: var(--black-2);
  font-size: 19px;
  font-weight: 500;
}

.tourist-slideshow {
  border-radius: 24px;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-bottom: 140px;
  margin-left: 30px;
  margin-right: 30px;
}

.mask-2 {
  border-radius: 16px;
}

.bold-text-13 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-14, .bold-text-15 {
  font-weight: 500;
}

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

.row-grid-child {
  border: 1px solid var(--lavender-blush);
  background-color: var(--purple-2);
  border-radius: 16px;
  margin-bottom: 40px;
  display: flex;
}

.row-left {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 20px;
  display: flex;
}

.row-right {
  background-color: #fff;
  border-radius: 12px;
  width: 70%;
  margin: 5px;
  padding: 20px;
}

.lottie-animation-7 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--black);
  font-weight: 500;
}

.bold-text-19 {
  color: var(--black-3);
  font-size: 16px;
  font-weight: 500;
}

.bold-text-20 {
  color: var(--black);
  font-weight: 500;
}

.slide-3 {
  background-image: url('../images/USA_1USA.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/UK_1UK.webp');
  background-position: 0 0;
  background-size: cover;
}

.icon-3, .icon-4 {
  color: #0000;
}

.slide-5 {
  background-image: url('../images/Australia_1Australia.webp');
  background-position: 0 0;
  background-size: cover;
}

.hero {
  background-image: radial-gradient(circle, #13010c80, #0f010ab3), url('../images/Live-and-Work-In-Canada_1Live and Work In Canada.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 60vh;
  display: flex;
}

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

.testimonial {
  min-height: 450px;
}

.test-slide {
  background-color: #f7f5ee;
}

.icon-5 {
  color: #000;
  font-size: 24px;
}

.nav-arrow {
  color: #fff;
  background-color: #282664;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  transition: all .4s cubic-bezier(.474, .159, .55, .872);
  display: flex;
}

.nav-arrow:hover {
  background-color: var(--maroon);
  color: var(--white-smoke);
}

.testimonial-container {
  border: 1px solid var(--thistle);
  box-shadow: 5px 5px 0 0 var(--dark-slate-grey);
  border-radius: 8px;
  max-width: 720px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  transition: all .5s cubic-bezier(.456, .153, .532, .855);
}

.testimonial-container.feedback {
  max-width: 565px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-7, .slide-8 {
  background-color: #fff;
}

.slide-nav {
  margin-top: 40px;
}

.feedback {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 180px;
}

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

.feedback-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-4 {
  font-family: Euclidcirculara, sans-serif;
}

.feedback-header {
  color: var(--maroon);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sub-header {
  color: var(--medium-violet-red);
  font-size: 24px;
  font-weight: 500;
}

.bold-text-21, .bold-text-22, .bold-text-23 {
  color: var(--dark-accent);
  font-weight: 600;
}

.services-flex-center {
  background-color: #0b8a3c;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.parallax-slider {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #ddd0;
  height: auto;
  overflow: visible;
}

.parallax-mask {
  max-width: 395px;
  overflow: visible;
}

.parallax-slide {
  margin-right: 24px;
}

.parallax_slider-button {
  color: #3f6496;
  background-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  transition: all .5s cubic-bezier(.474, .159, .55, .872);
  inset: auto auto 0% 0%;
  transform: translate(70px, 80px);
  box-shadow: 0 2px 10px #5c0e3e26;
}

.parallax_slider-button:hover {
  background-color: var(--medium-violet-red);
  color: #fff;
}

.parallax_slider-button.left-button {
  color: #02629e;
  background-color: #000;
  font-size: 24px;
  inset: auto auto 0% 0%;
  transform: translate(0%, 80px);
}

.display_none {
  display: none;
}

.container-10 {
  max-width: 1200px;
  padding-bottom: 30px;
}

.card_100 {
  padding-top: 100%;
}

.image_cover {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.parallax_card-inner {
  background-image: linear-gradient(#fff0, #000000bf), url('../images/Pic---2024-01-11T085158.956.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallax_card-inner._1 {
  background-image: linear-gradient(#fff0, #000000bf), url('../images/Pic---2024-01-11T085524.678.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.parallax_card-inner._2 {
  background-image: linear-gradient(#fff0, #000000bf), url('../images/Pic---2024-01-11T085716.041.png');
  background-position: 0 0, 50% 100%;
}

.parallax_card-inner._2._1 {
  background-image: linear-gradient(#fff0, #000000bf), url('../images/Untitled-design---2023-08-16T114026.823.png');
}

.parallax_card-inner._4 {
  background-image: linear-gradient(#fff0, #000000bf), url('../images/Pest-control-1-1-1536x1024.jpg');
}

.html-embed {
  background-color: var(--dark-slate-grey);
  padding: 25px;
  font-family: Montserrat, sans-serif;
}

.html-embed.green {
  color: #171b3e;
  background-color: #006dfe;
}

.html-embed.red {
  background-color: #006bff;
}

.text-block-9-copy {
  color: var(--white-smoke);
  text-align: left;
  margin-left: 10px;
  font-size: 35px;
  text-decoration: none;
}

.content-h2-copy {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.phone {
  margin-top: 16px;
  font-size: 29px;
  display: block;
}

.hours {
  line-height: 49px;
}

.heading-14 {
  color: #0a6f1e;
  -webkit-text-stroke-color: #5271ff;
  text-decoration: underline;
}

.heading-15 {
  color: #0a6f1e;
  text-decoration: underline;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta {
  background-color: #add8e6;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-primary700 {
  color: var(--untitled-ui-primary700);
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui-primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  background-color: #add8e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  background-color: #add8e6;
  border-bottom-color: #0000;
}

.uui-faq01_list {
  background-color: #92eba3;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  background-color: #add8e6;
  margin-top: .4rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--maroon);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge {
  background-color: #f7f5ee;
  padding-top: 3.5rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-color: #fff;
  padding-top: 9px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-7 {
  filter: brightness(200%);
  color: var(--black-2);
  order: 0;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link-2 {
  color: var(--untitled-ui-gray400);
  transition: all .3s;
}

.social-link-2:hover {
  color: var(--untitled-ui-gray500);
}

.uui-team02_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team02_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-team02_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team02_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.uui-team02_component {
  margin-top: 4rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.rich-text-block {
  text-align: left;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

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

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 14px;
  justify-content: center;
  margin-top: 6px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #fff9f9ba;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-no-shadow {
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
}

.navlink10 {
  font-size: 24px;
}

.nav-dropdown-link-2 {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-9 {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 24px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link-9.w--current {
  color: #000;
  font-size: 18px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.text-block-20 {
  color: #000;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 18px;
}

.zivot-button-solid-copy.mob {
  background-color: var(--maroon);
  box-shadow: 0 6px 5px 0 var(--maroon);
  text-shadow: 0 1px 1px #aa242433;
}

.zivot-button-solid-copy {
  color: #fff;
  cursor: pointer;
  background-color: #0b8a3c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 40px;
  margin-right: 10px;
  padding: 29px;
  font-family: Euclidcirculara, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .6s cubic-bezier(.485, .212, .573, .855);
  display: flex;
}

.zivot-button-solid-copy:hover {
  opacity: 1;
  background-color: #03396c;
}

.zivot-button-solid-copy.shrink {
  width: 200px;
}

.zivot-button-solid-copy.mob {
  background-color: var(--gold);
}

.zivot-button-solid-copy.mob:hover {
  opacity: 1;
  background-color: #f90;
}

.richtext1 {
  color: #ffe6e6;
  text-shadow: 0 6px 1px #0003;
  font-size: 18px;
  line-height: 23px;
}

.container-13 {
  font-size: 26px;
}

.image-8 {
  filter: invert();
  color: var(--black);
}

.button-primary-3-copy {
  background-color: var(--maroon);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 14px;
  margin-top: 6px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-3-copy:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-3-copy.pay {
  background-color: var(--black);
}

.button-primary-3-copy.pay:hover {
  background-color: #c30f0f;
}

.div-block-8 {
  flex-wrap: wrap;
  display: flex;
}

.embedtest {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  display: flex;
}

.mobile-button {
  color: #fff;
  text-shadow: 0 1px 1px #000000f7;
}

.html-embed-2 {
  cursor: default;
}

.image-9 {
  position: static;
}

.section {
  background-color: #000;
}

.heading-16 {
  text-align: center;
  background-color: #f7cc0e;
}

.bold-text-24 {
  font-size: 22px;
}

.bold-text-25 {
  text-shadow: 0 1px 15px #000;
  font-size: 60px;
}

.image-10 {
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-quote {
  color: #000;
  font-size: 16px;
}

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

.bold-text-27 {
  color: #fff;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
}

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

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-column-light {
  background-color: #f7f5ee;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f7f5ee;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.link-2 {
  color: #fff;
}

.grid-3 {
  grid-template-areas: "Area Area-2";
}

.icon-6, .icon-7 {
  color: #fff;
}

.testimonial-column-light-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

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

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-2 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  background-color: #fff;
  margin-bottom: 52px;
}

.testimonial-info-three-2 {
  background-color: #fff;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-weight: 600;
}

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

.hero-heading-center {
  background-color: #f7f5ee;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #02629e;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image {
  background-color: #add8e6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-center-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 0 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 72%;
  margin-left: auto;
  margin-right: auto;
}

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

.centered-heading-4.margin-bottom-32px {
  text-align: left;
  margin-top: 63px;
  margin-bottom: 32px;
  display: flex;
}

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

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

.margin-bottom-24px-4 {
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.button-primary-6 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #545454;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-3 {
  box-shadow: none;
  margin-top: 34px;
  padding-left: 0;
  display: block;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

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

.shadow-two-4 {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b8a3c;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-17 {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

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

.margin-bottom-24px-6 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}

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

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

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

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

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #439b40;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.heading-18 {
  color: #b30700;
  text-align: center;
}

.hero-heading-center-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 15px 30px 0;
  position: relative;
}

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

.centered-heading-5.margin-bottom-32px {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 36px;
}

.button-primary-9 {
  outline-offset: 0px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f4c38;
  border-radius: 10px;
  outline: 1px solid #000;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-without-image-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 0;
  display: flex;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #439b40;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

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

.bold-text-29 {
  color: #404040;
  -webkit-text-stroke-color: #b30700;
  font-weight: 500;
}

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

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

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-without-image-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b60405;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

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

.bold-text-30 {
  color: #404040;
  text-align: left;
  font-size: 27px;
  font-weight: 500;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  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-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

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

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #000;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-image-text._1 {
  color: #fff;
}

.bold-text-31 {
  color: navy;
}

.bold-text-32 {
  color: #545454;
  -webkit-text-stroke-color: #e02b20;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-33 {
  color: #404040;
}

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

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

.gallery-wrapper-2 {
  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-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.list-item {
  flex-direction: row;
  display: flex;
}

.bold-text-34 {
  color: #fff;
}

.hero-without-image-4 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 4px 30px 80px;
  position: relative;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4081ec;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

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

.block-quote-2 {
  font-size: 16px;
}

.gallery-overview-2 {
  background-color: #e9ffee;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-3 {
  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-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

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

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

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

.gallery-scroll-2 {
  background-color: #add8e6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  text-align: center;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

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

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-scroll-3 {
  background-color: #add8e6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-link-3 {
  color: #1a1b1f;
  text-align: center;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-3:hover {
  color: #1a1b1fcc;
}

.gallery-link-3.w--current {
  font-weight: 600;
}

.hero-stack-2 {
  background-color: #f7f5ee;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: none;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.title-small {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container-23 {
  max-width: 50%;
}

.select-field {
  background-color: #fff;
}

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

.html-embed-3 {
  color: #000;
  background-color: #fff;
  font-family: Euclidcirculara, sans-serif;
}

.columns-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.column {
  text-align: right;
}

.image-11 {
  padding-right: 39px;
}

.hero-without-image-5 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 21px 30px 0;
  position: relative;
}

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

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-15 {
  outline-offset: 0px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f4c38;
  border-radius: 10px;
  outline: 1px solid #000;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-without-image-6 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-11 {
  height: auto;
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0a6f1e;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-16:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-19 {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.hero-stack-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 14px 30px 80px;
  position: relative;
}

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

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-12 {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-17 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b8a3c;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-17:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--white-smoke);
  outline-offset: 0px;
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  background-color: #1f4c38;
  border-radius: .5rem;
  outline: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--white-smoke);
  background-color: #000;
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

.uui-button-tertiary-gray.hide-tablet {
  outline-offset: 0px;
  background-color: #f1f1f1;
  outline: 1px solid #344054;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-2.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_link {
  color: var(--black);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui-primary100);
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar07_item-heading {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  color: #545454;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: var(--untitled-ui-white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-dropdown-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: auto;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 9rem;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_component {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02 {
  color: #000;
  -webkit-text-stroke-color: #e02b20;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.icon-featured-large {
  color: var(--untitled-ui-primary600);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: #000;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  background-color: #fff;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui-gray50);
}

.div-block-9 {
  color: #000;
}

.uui-layout14_image {
  width: 550px;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout14_image-wrapper {
  background-color: #1f4c38;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  background-color: #0b8a3c;
  border: 1px solid #ec7d77;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--black);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-3.is-button-large {
  grid-column-gap: .75rem;
  text-align: center;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.is-reverse-mobile-landscape {
  text-align: left;
  justify-content: center;
  margin-top: 12px;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui-primary50);
  color: #ec7d77;
  -webkit-text-stroke-color: #ec7d77;
  background-color: #f7f5ee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout14_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-bottom: 2.5rem;
  padding-left: 24px;
}

.uui-layout14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  height: 519px;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-12 {
  color: #ec7d77;
  -webkit-text-stroke-color: #e02b20;
}

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

.uui-heroheader07_light-overlay {
  mix-blend-mode: screen;
  width: 80rem;
  min-width: 80rem;
  height: auto;
  position: absolute;
  bottom: -64%;
  right: -20%;
}

.uui-heroheader07_card-image-02 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #ffffff80 0%, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 31rem;
  position: absolute;
  transform: translate(-10%, 30%)rotate(30deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader07_card-image-01 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 31rem;
  position: absolute;
  transform: translate(20%, -20%)rotate(60deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader07_image-wrapper {
  background-image: linear-gradient(229deg, var(--untitled-ui-gray700), var(--untitled-ui-gray800));
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-4.is-button-large {
  grid-column-gap: .75rem;
  border-color: var(--white-smoke);
  outline-offset: 0px;
  background-color: #1f4c38;
  outline: 1px solid #000;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-4.is-button-large:hover {
  background-color: #194a30;
}

.uui-button-4.is-button-large._1 {
  background-color: #7c151a;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-gray200 {
  color: var(--untitled-ui-gray200);
  text-align: center;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  color: var(--untitled-ui-white);
  text-align: center;
  background-color: #0000;
  font-size: 50px;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-subheading-4.uui-text-color-gray200 {
  color: var(--untitled-ui-gray200);
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.uui-text-color-gray200 {
  color: var(--untitled-ui-gray200);
}

.uui-heroheader07_content.z-index-1 {
  color: var(--untitled-ui-white);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.uui-heroheader07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader07 {
  background-color: var(--untitled-ui-gray800);
  overflow: hidden;
}

.bold-text-35 {
  color: #545454;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.text-block-25 {
  color: #fff;
}

.text-block-26 {
  color: #000;
  font-size: 16px;
}

.link-3 {
  color: #fff;
  background-image: linear-gradient(#000, #000);
}

.text-block-27 {
  color: var(--black);
}

.text-block-28 {
  color: var(--white-smoke);
}

.bold-text-36 {
  font-weight: 500;
}

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

.hero-without-image-7 {
  background-color: snow;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-8 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-13 {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-18 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5c63b3;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-18:hover {
  color: #fff;
  background-color: #32343a;
}

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

.uui-footer01_legal-link {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer01_social-icon {
  color: var(--untitled-ui-gray400);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer01_link-list-heading {
  color: var(--untitled-ui-gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-5.is-button-small {
  grid-column-gap: .5rem;
  background-color: var(--untitled-ui--success700);
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template: "Area Area-2"
  / .75fr auto;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer01_legal-link-2 {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link-2:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer01_legal-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: var(--black-2);
  text-align: center;
  margin-top: 21px;
  font-size: 16px;
  font-weight: 600;
}

.uui-footer01_bottom-wrapper-2 {
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.uui-footer01_social-icon-2 {
  color: var(--untitled-ui-gray400);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.uui-footer01_social-link-2 {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link-2:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer01_link-list-heading-2 {
  color: var(--untitled-ui-gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_link-list-2 {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.uui-footer01_link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  text-align: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer01_menu-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-button-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-6:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-6.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-footer01_form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_form-block-2 {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-logo_image-3 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-3 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-3 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-3 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer01_logo-link-2 {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_top-wrapper-2 {
  grid-column-gap: 8vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr auto;
  align-items: start;
}

.uui-padding-vertical-xlarge-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold-text-37 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.bold-text-38 {
  color: var(--black-2);
}

.heading-20 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-family: Euclidcirculara, sans-serif;
  font-weight: 500;
}

.bold-text-39 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-40, .bold-text-41 {
  font-weight: 400;
  text-decoration: none;
}

.bold-text-42 {
  font-weight: 500;
}

.grid-4 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 9px;
  padding-right: 60px;
  display: flex;
}

.clients {
  opacity: 1;
  background-color: #fff0;
  background-image: url('../images/Screen-Shot-2022-08-21-at-1.51.34-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #e0e4f0;
  border-bottom-width: 3px;
  border-radius: 16px;
  height: 100px;
  transition: all .3s;
}

.clients:hover {
  opacity: 1;
  background-color: #fff;
}

.clients._4 {
  background-image: url('../images/Screen-Shot-2022-08-21-at-1.54.45-PM.png');
  background-size: cover;
  height: 100px;
}

.link-block-3 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.bold-text-43, .bold-text-44, .bold-text-45 {
  font-weight: 400;
  text-decoration: none;
}

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

.image-14 {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0;
}

.columns-3 {
  align-items: center;
  display: block;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-2 {
  padding-right: 51px;
}

.hero-without-image-8 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

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

.hero-wrapper-two-9 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-14 {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-19 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1c74e8;
  border-radius: 7px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-19:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-21 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

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

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

.margin-bottom-24px-15 {
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-primary-20 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b8a3c;
  border-radius: 7px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-20:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-22 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.bold-text-46 {
  font-weight: 300;
}

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

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

.bold-text-47 {
  text-align: left;
}

.html-embed-4 {
  width: 80%;
  max-width: none;
  margin-top: 19px;
}

.container-30 {
  width: 100%;
  max-width: none;
}

.text-block-29, .text-block-30 {
  text-align: center;
}

.html-embed-5 {
  width: 100%;
}

.container-31 {
  width: 100%;
  max-width: none;
}

.bold-text-48 {
  font-weight: 600;
}

.heading-23 {
  font-family: Euclidcirculara, sans-serif;
  font-weight: 500;
}

.heading-24 {
  font-weight: 500;
}

.quick-stack-2 {
  max-width: 80%;
}

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

.cell-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-3 {
  max-width: 80%;
}

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

.quick-stack-4 {
  max-width: 80%;
  margin-top: 40px;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.quick-stack-5 {
  max-width: 80%;
  height: 100%;
}

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

.section-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.quick-stack-6 {
  max-width: 80%;
  height: 100%;
}

.cell-4 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 25px;
}

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

.section-8 {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.quick-stack-7 {
  max-width: 80%;
  height: 100%;
}

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

.quick-stack-8 {
  max-width: 80%;
}

.section-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.image-16 {
  height: 100%;
}

.image-17 {
  margin-bottom: 22px;
}

.quick-stack-9 {
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-10 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  max-width: 80%;
}

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

.image-18 {
  margin-bottom: 30px;
}

.quick-stack-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 80%;
}

.section-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.cell-9 {
  justify-content: space-around;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.quick-stack-12 {
  width: 80%;
  max-width: 80%;
  height: 100%;
  margin-top: 40px;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.cell-11 {
  justify-content: space-around;
  align-items: flex-start;
}

.section-14 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.quick-stack-13 {
  max-width: 80%;
  height: auto;
}

.image-19 {
  width: 80%;
  height: auto;
  margin-bottom: 40px;
}

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

.image-20.picccc {
  padding-top: 0;
}

.image-21 {
  margin-top: 10px;
}

.cell-12 {
  justify-content: center;
  align-items: flex-start;
}

.image-22 {
  height: auto;
}

.cell-13 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-6 {
  font-size: 16px;
}

.testimonial-column-light-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

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

.testimonial-grid-two-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-3 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-3 {
  margin-bottom: 52px;
}

.testimonial-info-three-3 {
  background-color: #fff;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading-3 {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-block-31, .text-block-32, .text-block-33 {
  color: #e8b913;
}

.hero-without-image-9 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 10px;
  position: relative;
}

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

.hero-wrapper-two-10 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-16 {
  margin-bottom: 0;
  font-size: 14px;
}

.button-primary-21 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-21:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-25 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.text-block-34 {
  color: var(--white-smoke);
}

.image-23 {
  width: 80%;
  margin-top: 18px;
}

.text-block-35, .text-block-36 {
  text-align: center;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-tabs-content {
  width: 100%;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: #0000;
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  box-shadow: 0 3px 0 0 var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-flat-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  box-shadow: 0 3px 0 0 var(--spark-library--foreground-interactive);
  color: var(--untitled-ui-primary50);
  background-color: #0000;
}

.spark-flat-tabs-menu {
  grid-column-gap: 0px;
  justify-content: center;
  margin-bottom: 27px;
  display: flex;
}

.spark-tabs-parent {
  color: var(--spark-library--foreground-secondary);
  width: 100%;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 50px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--black-3);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.text-block-37 {
  color: var(--black);
  font-size: 16px;
}

.text-block-37:hover {
  color: var(--spark-library--black);
}

.text-block-38 {
  font-size: 16px;
}

.text-block-38:hover {
  color: var(--spark-library--black);
}

.text-block-39 {
  font-size: 16px;
}

.text-block-39:hover {
  color: var(--untitled-ui-gray900);
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 0;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-simple-flat-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  margin-bottom: 16px;
  padding: 16px 24px;
  transition: border-color .3s, color .15s;
}

.spark-simple-flat-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-simple-flat-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-simple-stacked-flat-tabs {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block;
}

.spark-simple-flat-tab-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spark-container-2.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-section-2 {
  width: 100%;
  padding: 30px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  font-size: 16px;
}

.spark-section-2 p:hover {
  color: var(--black-2);
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-button {
  border: 1px solid var(--black-3);
  background-color: var(--untitled-ui--success700);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--untitled-ui--success700);
  background-color: var(--untitled-ui--success700);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--untitled-ui-gray800);
  color: var(--black-2);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  border-color: var(--untitled-ui--success700);
  background-color: var(--untitled-ui-gray200);
  box-shadow: inset 0 0 0 1.5px var(--untitled-ui--success700);
  color: var(--dark-slate-grey);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-centered-content {
  text-align: center;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3.spark-with-background-image {
  background-image: linear-gradient(to bottom, var(--spark-library--lavender-at-90), var(--spark-library--lavender-at-90)), url('../images/Service-Pic---2024-04-24T135512.338.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  outline-offset: 0px;
  color: #fff;
  background-color: #000;
  outline: 3px solid #000;
  font-size: 16px;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.html-embed-6 {
  width: 100%;
  max-width: 100%;
}

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

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

.uui-footer01_legal-link-3 {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link-3:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer01_legal-list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-4.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-footer01_bottom-wrapper-3 {
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer01_social-icon-3 {
  color: var(--untitled-ui-gray400);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.uui-footer01_social-link-3 {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link-3:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer01_link-list-heading-3 {
  color: var(--untitled-ui-gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_link-list-3 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_link-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link-3:hover {
  color: var(--untitled-ui-gray700);
}

.uui-badge-small-success-3 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer01_menu-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link-3 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: var(--untitled-ui-gray700);
}

.uui-button-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-7:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-7:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-7.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-3 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-3::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-footer01_form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_form-block-3 {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-logo_image-4 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-4 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-4 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-4 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-4 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-4 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer01_logo-link-3 {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_top-wrapper-3 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.uui-padding-vertical-xlarge-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.dropdown-toggle {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-40 {
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  background-color: #fff;
}

.dropdown-list {
  background-color: #b68181;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 0;
}

.spark-small-sub-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading-3 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-3.spark-card-title {
  font-size: 1.2rem;
}

.spark-bold-heading-3.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-bold-heading-3.spark-no-bottom-margin:hover {
  color: var(--black-3);
}

.spark-card-details-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wider-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon:hover {
  color: var(--untitled-ui--success700);
}

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

.spark-simple-side-icon-tab {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-simple-side-icon-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
}

.spark-simple-side-icon-tab.spark-with-arrow {
  box-shadow: inset 0 -3px 0 0 var(--spark-library--background--interactive);
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-right: 42px;
  transition: background-position .15s, background-color .15s, color .15s;
}

.spark-simple-side-icon-tab.spark-with-arrow:hover {
  color: var(--untitled-ui--success700);
}

.spark-simple-side-icon-tab.spark-with-arrow.w--current {
  background-color: var(--spark-library--background--interactive);
  color: var(--untitled-ui--success700);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.spark-wide-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: flex;
  position: sticky;
  top: 150px;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-secondary-paragraph-5 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-902 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-3 {
  max-width: 1440px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-4 {
  width: 100%;
  padding: 10px 64px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 p {
  font-size: 16px;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button-2 {
  border: 1px solid var(--black);
  background-color: var(--untitled-ui--success700);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  margin-right: 10px;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--black);
  opacity: 1;
}

.spark-input {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.spark-field-label {
  text-align: left;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-section-5 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-left: 20px;
  }

  .zivot-nav {
    flex-direction: row;
  }

  .text-block, .zivot-button-solid, .zivot-down-arrow {
    margin-left: 20px;
  }

  .zivot-flex_left {
    width: 95%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .zivot-main, .zivot-main.vertical {
    flex-direction: column;
  }

  .zivot-flex_right {
    width: 95%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .zivot-flex_right.full {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
  }

  .zivot-flex_center {
    flex-direction: column;
    align-items: flex-start;
  }

  .zivot-main_right {
    flex-direction: column;
  }

  .zivot-wrapper {
    margin-left: auto;
  }

  .heading-4 {
    margin-top: 40px;
    margin-left: 20px;
  }

  .zivot-flex_3 {
    margin: 20px auto;
  }

  .zivot-flex_3.two {
    margin-left: auto;
  }

  .zivot-flex_3.three {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-column {
    padding-right: 20px;
  }

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

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

  .brand {
    margin-right: 10px;
    padding: 0;
  }

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

  .heading-5 {
    margin-bottom: 32px;
  }

  .content-wrap {
    padding-top: 0%;
  }

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

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .bg-block-grey {
    background-color: #fff;
  }

  .title-line {
    margin-right: auto;
  }

  .subheading {
    font-size: 28px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .list-bullow {
    max-width: 610px;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: var(--maroon);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 20px;
  }

  .menu-button-2.w--open {
    background-color: var(--purple-2);
    border-radius: 50px;
    margin-top: 10px;
    margin-right: 20px;
    transition: all .5s cubic-bezier(.456, .171, .544, .861);
  }

  .menu-button-2.w--open:hover {
    background-color: var(--purple);
  }

  .brand-2 {
    height: 60px;
    margin-top: 10px;
  }

  .brand-2.w--current {
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-left: 10px;
  }

  .nav-menu {
    background-color: #fff;
    height: 65vh;
    box-shadow: 0 15px 20px -15px #cfcfcf;
  }

  .navigation-bar {
    height: 60px;
  }

  .image-3 {
    width: 179px;
    margin-left: 0;
    display: block;
  }

  .nav-btn {
    width: auto;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-2 {
    box-shadow: none;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .navlink {
    justify-content: flex-start;
    font-size: 20px;
  }

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

  .bg-block-top-grey {
    background-color: #fff;
  }

  .content-wrap-2 {
    padding-top: 0%;
  }

  .content-grid-reverse {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .content-centre-wrap {
    text-align: left;
    margin-left: 10px;
  }

  .text-field, .text-field-2 {
    width: 90%;
  }

  .text-field-2.btn {
    margin-left: 0;
    margin-right: auto;
  }

  .submit-button {
    width: 95%;
  }

  .textarea {
    width: 90%;
  }

  .flex-duo {
    flex-direction: column;
    width: 77%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .duo-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

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

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

  .nav-dropdown {
    width: 96%;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #00000080;
    height: 300px;
  }

  .nav-dropdown-link {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .navlink-drop {
    margin-left: 5px;
    font-size: 20px;
  }

  .hero-container.family {
    background-position: 0 0, 50% 100%;
    height: 45vh;
  }

  .heading-9 {
    font-size: 48px;
  }

  .testimonial-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .testimonial-wrapper {
    width: 100%;
    height: 20vh;
  }

  .logo-custom {
    height: 7rem;
  }

  .testimonial-text-wrapper {
    max-width: none;
    display: none;
  }

  .procedure-wrapper {
    flex-direction: column;
  }

  .pro-header {
    max-width: 800px;
  }

  ._3_col_grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .grid-img-wrapper.img-1, .grid-img-wrapper.img-2 {
    background-size: cover;
  }

  .lottie-animation-7 {
    width: 150px;
  }

  .testimonial {
    min-height: 475px;
  }

  .testimonial-container {
    max-width: 567px;
  }

  .testimonial-container.feedback {
    max-width: 480px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .feedback-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .feedback-header {
    margin-left: 30px;
    margin-right: 30px;
  }

  .services-flex-center {
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .parallax-slide {
    margin-left: 24px;
    margin-right: 8px;
  }

  .parallax_slider-button {
    transform: translate(90px, 70px);
  }

  .parallax_slider-button.left-button {
    transform: translate(50%, 70px);
  }

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

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

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .phone {
    line-height: 33px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-12 {
    flex-direction: column;
    display: flex;
  }

  .quick-stack {
    flex: 1;
  }

  .cell {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    display: flex;
  }

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

  .zivot-button-solid-copy {
    margin-left: 20px;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }

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

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

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

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

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

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

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

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-24, .container-25, .container-26 {
    max-width: 728px;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray-2.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout14_image {
    width: 130%;
    min-width: 130%;
    position: static;
  }

  .uui-layout14_image-wrapper {
    justify-content: flex-start;
    min-height: auto;
    padding: 4rem 2rem;
  }

  .uui-layout14_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader07_light-overlay {
    width: 76rem;
    min-width: 76rem;
    right: -10%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer01_top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .clients {
    float: left;
  }

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

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

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .testimonial-grid-two-3 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-3 {
    flex-direction: column;
  }

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

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-flat-tabs {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-simple-flat-tab-parent {
    display: flex;
  }

  .spark-section-2, .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .uui-footer01_top-wrapper-3 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge-3 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-three-column-grid-2, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 65%;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 30%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .container {
    max-width: 480px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 42px;
  }

  .text-block {
    text-align: left;
    line-height: 150%;
  }

  .zivot-button-wrapper {
    flex-direction: column;
  }

  .zivot-main {
    max-width: 480px;
  }

  .zivot-flex_right.full {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 42px;
  }

  .footer-column {
    padding-right: 0;
  }

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

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .container-3 {
    max-width: 480px;
  }

  .content-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container-large {
    max-width: 480px;
  }

  .menu-button-2 {
    background-color: var(--maroon);
  }

  .nav-menu {
    box-shadow: 0 16px 20px -15px #cfcfcf;
  }

  .navigation-bar {
    margin-bottom: 59px;
  }

  .navbar-2 {
    box-shadow: none;
  }

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

  .tabs-menu {
    flex-direction: column;
  }

  .text-field, .text-field-2 {
    width: 95%;
  }

  .text-field-2.btn {
    margin-left: 0;
  }

  .submit-button {
    width: 98%;
  }

  .textarea {
    width: 95%;
  }

  .flex-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3 {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-duo {
    width: 100%;
  }

  .duo-child {
    width: 525px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

  .nav-dropdown-toggle.w--open {
    padding-bottom: 0;
  }

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

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: var(--purple);
    border-radius: 8px;
    margin-top: 0;
    margin-left: 10px;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #e6e6e6;
    border-radius: 0;
  }

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

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

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

  .hero-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .pro-header {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .row-grid-child {
    flex-direction: column;
  }

  .row-left {
    width: 100%;
  }

  .row-right {
    width: auto;
  }

  .testimonial {
    min-height: 475px;
  }

  .nav-arrow {
    display: none;
  }

  .testimonial-container {
    max-width: 425px;
  }

  .parallax-mask {
    max-width: 325px;
  }

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

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .social-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-team02_image-wrapper {
    height: 100%;
  }

  .uui-team02_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team02_component {
    margin-top: 3rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .mobile-button {
    flex: 1;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .hero-heading-center, .hero-without-image, .hero-heading-center-2, .hero-heading-right, .hero-subscribe-left-2, .hero-heading-center-3, .hero-without-image-2, .hero-stack, .hero-without-image-3, .gallery-scroll, .gallery-overview, .hero-without-image-4, .gallery-overview-2, .gallery-scroll-2, .gallery-scroll-3, .hero-stack-2 {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-without-image-5, .hero-without-image-6, .hero-stack-3 {
    padding: 60px 15px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout14_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-layout14_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader07_light-overlay {
    width: 72rem;
    min-width: 72rem;
    right: -30%;
  }

  .uui-heroheader07_card-image-02, .uui-heroheader07_card-image-01 {
    border-radius: 1.4rem;
    width: 22rem;
  }

  .uui-heroheader07_image-wrapper {
    background-image: none;
    height: 26rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-4.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .hero-without-image-7 {
    padding: 60px 15px;
  }

  .uui-footer01_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_social-link:hover, .uui-footer01_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer01_legal-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer01_legal-list-2 {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_social-link-2:hover, .uui-footer01_link-2:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-footer01_menu-wrapper-2 {
    grid-column-gap: 1.5rem;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-footer01_form-block-2 {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer01_logo-link-2 {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-4 {
    margin-top: 20px;
  }

  .hero-without-image-8, .hero-heading-left, .testimonial-column-light-3 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-3 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-3 {
    flex-direction: row;
  }

  .hero-without-image-9 {
    padding: 60px 15px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-simple-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-flat-tabs {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0%;
  }

  .spark-simple-flat-tab-parent {
    flex-direction: column;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

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

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .uui-footer01_legal-link-3:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer01_legal-list-3 {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_social-link-3:hover, .uui-footer01_link-3:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-badge-small-success-3 {
    padding: .125rem .5rem;
  }

  .uui-footer01_menu-wrapper-3 {
    grid-column-gap: 1.5rem;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-footer01_form-block-3 {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg-4 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer01_logo-link-3 {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_top-wrapper-3 {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-small-sub-paragraph-3 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid-2, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-side-icon-tab.spark-with-arrow {
    padding-left: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    z-index: 10;
    grid-column-gap: 16px;
    background-color: var(--spark-library--white);
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    top: 90px;
    overflow: scroll;
  }

  .spark-secondary-paragraph-5 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

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

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section-5 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

  .background-video {
    height: 70vh;
  }

  .zivot-hero {
    height: 90vh;
  }

  .zivot-hero.mobile {
    height: auto;
  }

  .container {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .heading {
    margin-top: 18px;
  }

  .image {
    width: 200px;
    margin-left: 10px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-7 {
    margin-left: 10px;
  }

  .navbar {
    background-color: #3f0b2b;
  }

  .home-navigation {
    -webkit-text-fill-color: inherit;
    background-color: #3f0b2b;
    background-clip: border-box;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
  }

  .zivot-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block {
    text-align: left;
    padding-right: 35px;
  }

  .zivot-button-wrapper {
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .zivot-button-solid {
    width: 100%;
    margin-left: 0;
  }

  .zivot-button-solid.mob {
    height: auto;
    margin-top: 18px;
    margin-left: 18px;
    margin-right: -3px;
  }

  .zivot-a-wrapper {
    margin-left: 30px;
  }

  .zivot-down-arrow {
    margin-left: 10px;
  }

  .paragraph {
    color: #000;
  }

  .lottie-animation {
    display: none;
  }

  .icon {
    color: #3f0b2b;
    font-size: 27px;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 41px;
    margin-right: 20px;
  }

  .zivot-main_right {
    align-items: flex-start;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 0;
  }

  .zivot-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .heading-4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 800;
    text-decoration: underline;
  }

  .zivot-flex_3 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 350px;
  }

  .footer-column {
    align-items: center;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .container-3 {
    width: 100%;
  }

  .content-wrap {
    color: #000;
    width: 100%;
    max-width: 325px;
  }

  .content-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-grid {
    align-items: center;
    margin-bottom: 0;
  }

  .lb-text {
    color: #000;
  }

  .menu-button-2 {
    background-color: var(--purple);
    margin-top: 0;
    margin-right: 0;
  }

  .menu-button-2:active {
    background-color: var(--purple-2);
  }

  .menu-button-2:focus {
    background-color: var(--purple);
  }

  .brand-2 {
    justify-content: flex-start;
    height: 60px;
  }

  .brand-2.w--current {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #fff;
    height: 85vh;
  }

  .image-3 {
    width: 45%;
  }

  .navbar-2 {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-section-2 {
    padding: 24px 0%;
  }

  .content-wrap-2 {
    padding-right: 0;
  }

  .content-grid-reverse {
    padding-bottom: 0;
  }

  .paragraph-large-2 {
    color: #000;
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-image-2 {
    padding-right: 10px;
    display: none;
  }

  .content-h2-2 {
    padding-left: 12px;
  }

  .content-centre-wrap {
    margin-left: 0;
  }

  .footer-text {
    text-align: center;
    align-self: center;
  }

  .text-field, .text-field-2, .text-field-2.btn, .submit-button, .field-label-2 {
    width: 100%;
  }

  .input-wrapper {
    float: none;
    width: 100%;
  }

  .textarea, .form-block {
    width: 100%;
  }

  .flex-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .z-flex {
    flex-direction: column;
  }

  .z-flex_child {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .flex-a.div {
    text-align: center;
  }

  .div-block-3 {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-duo {
    align-items: center;
  }

  .duo-child {
    width: 375px;
    height: 435px;
  }

  .duo-button.m {
    margin-top: 67%;
  }

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

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #e9ffee;
  }

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

  .hero-container.pest.emergency {
    height: 63vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-wrapper {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-wrapper {
    height: auto;
  }

  .heading-10 {
    border-style: none;
  }

  .procedure-container {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .procedure-container.image {
    width: 90%;
    min-height: 200px;
  }

  .pro-header {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .flex_wrapper.flex_vertical.card_link {
    background-color: #fff;
    border-color: #fff;
    width: auto;
    max-width: 385px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .dosh-tab {
    width: 100%;
  }

  .row-grid-child {
    flex-direction: column;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .row-left {
    width: 100%;
  }

  .row-right {
    width: 97%;
  }

  .lottie-animation-7 {
    width: 200px;
  }

  .testimonial {
    min-height: 700px;
  }

  .nav-arrow {
    display: none;
  }

  .testimonial-container {
    max-width: 325px;
  }

  .services-flex-center {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container-10 {
    max-width: none;
    padding-bottom: 81px;
  }

  .html-embed {
    text-align: center;
  }

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

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

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

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

  .uui-team02_image-wrapper {
    padding-top: 66%;
  }

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

  .container-regular {
    background-color: #fff;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-2 {
    background-color: #e9ffee;
    flex-direction: column;
  }

  .navbar-no-shadow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link-2 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-color: #000;
    background-color: #e9ffee;
  }

  .nav-dropdown-link-2.w--current {
    background-color: #e9ffee;
  }

  .nav-link-9 {
    display: block;
  }

  .navbar-no-shadow-container {
    background-color: #000;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .zivot-button-solid-copy {
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }

  .zivot-button-solid-copy {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .zivot-button-solid-copy.mob {
    margin-left: 40px;
  }

  .bold-text-25 {
    font-size: 36px;
    line-height: 39px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template: ". Area"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  .hero-heading-center-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-18 {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .centered-heading-4.margin-bottom-32px {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom-24px-4 {
    text-align: center;
  }

  .shadow-two-3 {
    margin-top: 0;
    display: block;
  }

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

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

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

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

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

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

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

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

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

  .hero-without-image-4 {
    padding-top: 19px;
  }

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

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

  .footer-block {
    text-align: right;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .columns, .columns-2 {
    flex-direction: column;
  }

  .image-11 {
    margin-bottom: -33px;
    padding-bottom: 5px;
  }

  .container-24, .container-25, .container-26 {
    max-width: none;
  }

  .menu-icon_line-bottom {
    background-color: var(--black);
    color: #fff;
  }

  .menu-icon_line-middle, .menu-icon_line-top {
    background-color: var(--black);
  }

  .menu-icon_component {
    color: #fff;
    background-color: #fff;
    margin-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button {
    color: #000;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: static;
  }

  .uui-navbar07_menu-button.w--open {
    color: #000;
    display: block;
  }

  .uui-button-2:hover {
    background-color: var(--maroon);
  }

  .uui-navbar07_link {
    color: var(--black);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-white);
  }

  .uui-navbar07_menu {
    background-color: #f7f7f7;
  }

  .uui-logo_logotype {
    flex: none;
  }

  .uui-navbar07_container {
    aspect-ratio: auto;
    opacity: 1;
    color: #fff;
    background-color: #fff;
    flex-flow: row;
    width: 90%;
    max-width: none;
    height: 90%;
  }

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

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-layout14_image {
    width: auto;
    min-width: 90%;
  }

  .uui-layout14_image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 0;
  }

  .uui-button-3:hover {
    background-color: var(--orange);
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    width: 100%;
    margin-top: 0;
  }

  .uui-icon-featured-outline-large {
    width: 66px;
    height: 25px;
  }

  .uui-layout14_item-list {
    grid-column-gap: 2px;
    grid-template-columns: 1fr;
    margin-bottom: .5rem;
    display: block;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-container-large-3 {
    width: auto;
    max-width: none;
  }

  .uui-page-padding-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 21px;
    display: flex;
  }

  .uui-heroheader07_light-overlay {
    width: 64rem;
    min-width: 64rem;
    bottom: -140%;
    right: auto;
  }

  .uui-heroheader07_card-image-02, .uui-heroheader07_card-image-01 {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader07_image-wrapper {
    height: 22rem;
  }

  .uui-button-4.is-button-large {
    background-color: #1b663e;
  }

  .uui-button-4.is-button-large:hover {
    background-color: #5c5c5c;
  }

  .uui-button-4.is-button-large._1 {
    width: 100%;
  }

  .uui-button-4.is-button-large._1:hover {
    background-color: #131515;
  }

  .uui-text-size-xlarge.text-color-gray200 {
    font-size: 1rem;
  }

  .uui-heading-xlarge.text-color-white {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
  }

  .uui-heading-subheading-4.uui-text-color-gray200 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

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

  .bold-text-35 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 600;
  }

  .image-13 {
    aspect-ratio: 2;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 13px;
  }

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

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .uui-text-size-small-3.text-color-gray500 {
    text-align: center;
  }

  .uui-footer01_link-list-2 {
    text-align: right;
    justify-content: center;
    align-items: center;
  }

  .uui-footer01_menu-wrapper-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-footer01_form-2 {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_top-wrapper-2 {
    grid-row-gap: 48px;
  }

  .grid-4 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: 99px 127px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .clients {
    width: 100%;
  }

  .link-block-3 {
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .bold-text-43 {
    font-weight: 500;
  }

  .bold-text-44, .bold-text-45 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 600;
  }

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

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    padding-right: 10px;
  }

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

  .quick-stack-2, .quick-stack-3, .quick-stack-6, .quick-stack-8 {
    max-width: 100%;
  }

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

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

  .quick-stack-9, .quick-stack-11 {
    max-width: 100%;
  }

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

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

  .hero-without-image-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-wrapper-two-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: block;
  }

  .margin-bottom-24px-16 {
    font-size: 14px;
  }

  .heading-25 {
    font-size: 34px;
  }

  .container-34 {
    display: block;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-bold-heading.spark-card-title {
    text-align: left;
  }

  .spark-card-details {
    justify-content: center;
    align-items: center;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tabs-menu {
    text-align: center;
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-900 {
    margin-bottom: 31px;
  }

  .spark-section {
    padding: 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    text-align: center;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-simple-flat-tab {
    margin-bottom: 8px;
    padding: 16px;
  }

  .spark-simple-stacked-flat-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3.spark-with-background-image {
    padding-bottom: 64px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .uui-footer01_menu-wrapper-3 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-footer01_form-3 {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_top-wrapper-3 {
    grid-row-gap: 48px;
  }

  .spark-bold-heading-3 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-side-icon-tab.spark-with-arrow {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 100vw;
    margin-bottom: 32px;
    margin-left: -20px;
    padding: 16px 20px;
    top: 60px;
  }

  .spark-centered-902 {
    margin-bottom: 64px;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section-5 {
    padding: 64px 20px;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    font-size: 2.5rem;
  }
}

#w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c923-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c92b-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c933-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c93d-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c945-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c94d-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c957-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c95f-e8cd6e95, #w-node-_0957a8bc-0385-95d5-f625-d7be5bd5c967-e8cd6e95, #w-node-ed8b804e-e05b-087d-b5a3-230dece18aef-9fd39c49, #w-node-ed8b804e-e05b-087d-b5a3-230dece18af8-9fd39c49, #w-node-ed8b804e-e05b-087d-b5a3-230dece18b03-9fd39c49, #w-node-_524553ca-59b1-3605-e158-c455d4c78ba1-d4c78b7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91d079b0-7b07-280a-637e-2d3dd5268054-e8cd6e99, #w-node-_91d079b0-7b07-280a-637e-2d3dd526805e-e8cd6e99, #w-node-_99f956d2-08f0-9259-eca9-884ecd2c8433-e8cd6e99, #w-node-_91d079b0-7b07-280a-637e-2d3dd5268068-e8cd6e99 {
  align-self: start;
}

#w-node-_52882176-a8e5-5388-69d9-cf3c974420ff-e8cd6e9b, #w-node-_3b0b64b0-33db-8637-9a27-b14156c416b7-e8cd6e9b, #w-node-a495132f-5f12-e851-f4b7-3a13dbdf30b2-e8cd6e9c, #w-node-eea7fe13-9c6a-bf7d-876d-fe7565e3a90e-e8cd6e9c, #w-node-_701db4be-635c-f6c6-4d2d-10d698303e51-e8cd6e9d, #w-node-_26678926-8934-d9ec-9953-56b54908feeb-e8cd6e9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9eb80f41-d679-5907-3886-06a0c0d0a255-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a25d-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a265-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a280-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a288-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a290-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a29a-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2a2-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2aa-7e149110, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a255-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a25d-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a265-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a280-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a288-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a290-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a29a-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2a2-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2aa-15e3d6d5, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a255-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a25d-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a265-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a280-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a288-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a290-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a29a-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2a2-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2aa-fe0c8bfc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a255-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a25d-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a265-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a280-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a288-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a290-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a29a-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2a2-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2aa-d92452bc, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a255-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a25d-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a265-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a280-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a288-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a290-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a29a-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2a2-96620210, #w-node-_9eb80f41-d679-5907-3886-06a0c0d0a2aa-96620210 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_52882176-a8e5-5388-69d9-cf3c974420ff-e8cd6e9b, #w-node-_3b0b64b0-33db-8637-9a27-b14156c416b7-e8cd6e9b, #w-node-a495132f-5f12-e851-f4b7-3a13dbdf30b2-e8cd6e9c, #w-node-eea7fe13-9c6a-bf7d-876d-fe7565e3a90e-e8cd6e9c, #w-node-_701db4be-635c-f6c6-4d2d-10d698303e51-e8cd6e9d, #w-node-_26678926-8934-d9ec-9953-56b54908feeb-e8cd6e9d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr demi';
  src: url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}