:root {
  --text-primary: #080808;
  --_sizes---h1: 6svw;
  --h1-tablet\<deleted\|variable-01b99542-b2b7-3f0f-463e-4400d8147eb9\>: 48px;
  --h1-mobile\<deleted\|variable-5b5720d2-b131-3e28-61fc-6f74ae088962\>: 36px;
  --_sizes---h2: 36px;
  --h2-tablet\<deleted\|variable-470055c6-921a-f5a0-2885-e881ec12e5ca\>: 36px;
  --h2-mobile\<deleted\|variable-e17e0690-a12a-1ea0-d923-371f8550c34c\>: 30px;
  --_sizes---h3: 30px;
  --h3-tablet\<deleted\|variable-4af9fb4b-67b3-edd5-07bd-4a84bf1f4339\>: 30px;
  --h3-mobile\<deleted\|variable-b022ba17-9989-f846-969d-74c2317d7365\>: 24px;
  --_sizes---h4: 24px;
  --h4-tablet\<deleted\|variable-853ec5af-db58-40bc-bcff-3acccbea72ec\>: 24px;
  --h4-mobile\<deleted\|variable-05d9ebfc-3393-017b-1d2c-0be5687f3ecb\>: 20px;
  --_sizes---body: 18px;
  --body-tablet\<deleted\|variable-f6fa0967-7d05-842a-96e8-786c7c938d1a\>: 16px;
  --body-mobile\<deleted\|variable-4b15ede4-7b3e-7a34-083a-0b84c34ecda4\>: 16px;
  --bg: whitesmoke;
  --lead-desktop\<deleted\|variable-ee762f22-c6b0-043d-1e47-1f499c6e3a03\>: 36px;
  --lead-tablet\<deleted\|variable-ab4da228-587d-0d74-7ea0-8c932466f1a1\>: 20px;
  --lead-mobile\<deleted\|variable-c1216148-e14c-3649-c2a9-70d477143ebf\>: 18px;
  --accent: #af2832;
  --text-inverted: #ebebeb;
  --_sizes---caption: 16px;
  --_sizes---border-radius-xl: 24px;
  --text-secondary: #727272;
  --border: #e4e4e4;
  --color: #004366;
  --_sizes---border-radius-lg: 12px;
}

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

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

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

body {
  color: #333;
  --_sizes---h1: 6svw;
  --_sizes---h2: 36px;
  --_sizes---h3: 30px;
  --_sizes---h4: 24px;
  --_sizes---body: 18px;
  --_sizes---caption: 16px;
  --_sizes---border-radius-xl: 24px;
  --_sizes---border-radius-lg: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--text-primary);
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--text-primary);
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--text-primary);
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 122%;
}

h4 {
  color: var(--text-primary);
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: var(--text-primary);
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---body);
  max-width: 65ch;
  margin-bottom: 0;
  line-height: 140%;
}

a {
  align-self: flex-start;
  text-decoration: none;
}

.hero-visual {
  z-index: 0;
  background-image: linear-gradient(#004366, #af2832 69%);
  width: 100%;
  height: 100%;
}

.section {
  overflow: hidden;
}

.section.functions {
  background-image: linear-gradient(#004366, #af2832 77%);
}

.section.hidden {
  display: none;
}

.cont-packages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.package {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  display: flex;
}

.body {
  background-color: var(--bg);
  padding-bottom: 0;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#004366, #af2832 77%);
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lead {
  color: var(--text-primary);
  font-size: var(--lead-desktop\<deleted\|variable-ee762f22-c6b0-043d-1e47-1f499c6e3a03\>);
  max-width: 50ch;
}

.feature {
  background-color: #ffffffd9;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.bold {
  font-weight: 500;
}

.icon {
  color: var(--text-primary);
  align-self: center;
  margin-bottom: 0;
  font-family: Material Symbols Rounded, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.icon.isblack {
  color: var(--text-primary);
}

.icon.isblack.isbig {
  font-size: var(--lead-desktop\<deleted\|variable-ee762f22-c6b0-043d-1e47-1f499c6e3a03\>);
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: var(--text-inverted);
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---body);
  cursor: pointer;
  border-radius: 30px;
  align-self: flex-start;
  align-items: stretch;
  padding: 12px 24px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.button:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.button.secondary {
  background-color: var(--text-inverted);
  color: var(--accent);
  justify-content: flex-start;
  align-items: stretch;
}

.button.secondary.fullwidth {
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.button.alignleft {
  display: inline-flex;
}

.hero-title.bold {
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.feature-txt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-person {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-person-txt {
  z-index: 100;
  align-self: flex-end;
  width: 100%;
}

.team-person-img {
  border-radius: 12px;
  width: 100%;
}

.txt-invert {
  color: var(--text-inverted);
}

.txt-invert.txt-center {
  text-align: center;
}

.hero-txt {
  z-index: 100;
  padding-top: 128px;
  padding-left: 96px;
  padding-right: 96px;
  position: relative;
}

.text-block {
  z-index: 100;
  max-width: 80%;
  padding-left: 96px;
  padding-right: 96px;
}

.chip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--accent);
  vertical-align: baseline;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding: 8px 12px;
  display: inline-block;
}

.chip-txt {
  color: var(--accent);
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---caption);
  vertical-align: baseline;
  font-weight: 500;
  display: inline-block;
}

.space-sm {
  height: 12px;
}

.space-md {
  height: 24px;
}

.space-xl {
  height: 48px;
}

.space-lg {
  height: 32px;
}

.package-txt {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-text {
  font-family: Gotham, sans-serif;
  font-size: var(--_sizes---body);
  font-weight: 500;
}

.button-text.sm {
  color: var(--text-primary);
  font-weight: 400;
}

.button-icon {
  font-family: Material Symbols Rounded, sans-serif;
  font-size: var(--_sizes---h4);
  font-weight: 300;
}

.button-icon.sm {
  color: var(--text-primary);
  font-weight: 300;
}

.space-s-sm {
  height: 8px;
}

.functions-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.txt-red {
  color: var(--accent);
  font-weight: 500;
}

.container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.container.functions {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.space-xxl {
  height: 64px;
}

.space-xxxl {
  border-radius: 24px;
  height: 96px;
}

.hero-svg {
  z-index: 50;
  margin-top: -100px;
  margin-bottom: -120px;
  position: relative;
}

.body-big {
  font-size: 24px;
}

.footer {
  background-color: var(--accent);
}

.logo {
  width: 110px;
}

.header {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  border-bottom-right-radius: 12px;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.footer-center {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-adress {
  flex-flow: column;
  display: flex;
}

.customers-chip {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-float {
  z-index: 800;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff7d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-right: 24px;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.list-check {
  background-color: var(--text-inverted);
  border-radius: 20px;
  align-self: flex-start;
  padding: 4px;
}

.list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-image {
  width: 240px;
}

.logo-link {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 12px;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  flex: none;
  width: auto;
  display: flex;
  transform: perspective(1px);
}

.contact_modal_form {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.div-block-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-sm {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fbfbfb33;
  border-radius: 24px;
  margin: 12px;
  padding: 8px 12px;
  transition: all .2s;
  display: flex;
}

.button-sm:hover {
  background-color: #fbfbfb;
}

.space-xx-sm {
  height: 4px;
}

.paragraph-3 {
  display: block;
}

.packages-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  overflow: visible;
}

.accordion-item {
  box-shadow: none;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-2.accordion-icon {
  color: var(--text-primary);
  cursor: pointer;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  overflow: hidden;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-box {
  border: 1px solid var(--accent);
  border-radius: 12px;
  height: 100%;
  padding: 24px;
}

.link-block-2 {
  height: 100%;
}

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

.list-check-2 {
  background-color: var(--text-inverted);
  border-radius: 20px;
  align-self: flex-start;
  padding: 4px;
}

.icon-3 {
  align-self: center;
  margin-bottom: 0;
  font-family: Material Symbols Rounded, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.secondary {
  color: #585858;
}

.faq-box-copy {
  height: 100%;
}

.social-icon {
  width: 32px;
}

.social-link {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
}

.card-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 64px 32px 32px;
  display: flex;
}

.card-cta.gradient1 {
  background-image: linear-gradient(141deg, #004366, #8cb48c);
  padding-top: 32px;
}

.swiper, .swiper-wrapper, .swiper-pagination {
  overflow: visible;
}

.containter-wide {
  max-width: none;
  margin-left: 48px;
  margin-right: 48px;
  padding-bottom: 0;
  overflow: visible;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff7d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 16px;
  margin-right: 16px;
  display: flex;
  position: sticky;
  top: -24px;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal-content-w {
  padding: 48px;
}

.modal-contact {
  z-index: 1000;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 48px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin: auto;
  position: relative;
}

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

.service {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  display: flex;
}

.section-2 {
  display: none;
}

.product-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--_sizes---border-radius-xl);
  background-image: linear-gradient(#004366, #af2832 77%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.product-hero_txt {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.product-card_img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-card_img.ishome {
  height: 350px;
}

.product-hero_cont-img {
  object-fit: cover;
  overflow: hidden;
}

.product-hero_txt_1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-hero_txt_cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-block_2col {
  z-index: 100;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.product-images {
  border-radius: var(--_sizes---border-radius-xl);
  object-fit: cover;
  height: 100%;
}

.help-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--_sizes---border-radius-xl);
  background-image: linear-gradient(#004366, #af2832 77%);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px;
  display: grid;
}

.help-card_txt {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.help-card_cont_person {
  object-fit: cover;
  overflow: hidden;
}

.help_person {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.help_person_img {
  border-radius: 100px;
  width: 120px;
}

.product-card_txt {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.product-card_txt.is2col {
  padding: 24px;
}

.product-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--_sizes---border-radius-xl);
  background-image: linear-gradient(#004366, #af2832 77%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.product-card.ishome {
  grid-template-rows: 40% auto;
  grid-template-columns: 1.5fr 1fr;
}

.products {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-4 {
  height: 100%;
}

.product-hero_specs {
  padding: 48px 24px 24px;
}

.is100 {
  height: 100%;
}

.modal-order {
  z-index: 1000;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 48px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.code-embed {
  z-index: 1000;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-25 {
  z-index: 1000;
}

.image {
  border-radius: var(--_sizes---border-radius-xl);
}

.container-2 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.text-block-2 {
  z-index: 100;
  max-width: 80%;
  padding-left: 96px;
  padding-right: 96px;
  position: relative;
}

.chip-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  background-color: #fff;
  border: 1px solid #af2832;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding: 8px 12px;
  display: inline-block;
}

.chip-txt-2 {
  color: #af2832;
  vertical-align: baseline;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---h1: 6svw;
    --_sizes---h2: 36px;
    --_sizes---h3: 30px;
    --_sizes---h4: 24px;
    --_sizes---body: 18px;
    --_sizes---caption: 16px;
    --_sizes---border-radius-xl: 24px;
    --_sizes---border-radius-lg: 12px;
  }

  h1 {
    font-size: var(--h1-tablet\<deleted\|variable-01b99542-b2b7-3f0f-463e-4400d8147eb9\>);
  }

  h2 {
    font-size: var(--h2-tablet\<deleted\|variable-470055c6-921a-f5a0-2885-e881ec12e5ca\>);
  }

  h3 {
    font-size: var(--h3-tablet\<deleted\|variable-4af9fb4b-67b3-edd5-07bd-4a84bf1f4339\>);
  }

  h4 {
    font-size: var(--h4-tablet\<deleted\|variable-853ec5af-db58-40bc-bcff-3acccbea72ec\>);
  }

  p {
    font-size: var(--body-tablet\<deleted\|variable-f6fa0967-7d05-842a-96e8-786c7c938d1a\>);
  }

  .hero-visual {
    height: auto;
  }

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

  .lead {
    font-size: var(--lead-tablet\<deleted\|variable-ab4da228-587d-0d74-7ea0-8c932466f1a1\>);
  }

  .button {
    font-size: var(--body-tablet\<deleted\|variable-f6fa0967-7d05-842a-96e8-786c7c938d1a\>);
  }

  .text-block {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .chip-txt {
    font-size: var(--body-tablet\<deleted\|variable-f6fa0967-7d05-842a-96e8-786c7c938d1a\>);
  }

  .space-sm {
    height: 8px;
  }

  .space-md {
    height: 12px;
  }

  .space-xl {
    height: 32px;
  }

  .space-lg {
    height: 24px;
  }

  .button-text {
    font-size: var(--body-tablet\<deleted\|variable-f6fa0967-7d05-842a-96e8-786c7c938d1a\>);
  }

  .space-s-sm {
    height: 4px;
  }

  .functions-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    padding-left: 48px;
    padding-right: 48px;
  }

  .space-xxl {
    height: 48px;
  }

  .space-xxxl {
    height: 64px;
  }

  .hero-svg {
    margin-top: 0;
    margin-bottom: -50px;
  }

  .body-big {
    font-size: 20px;
  }

  .space-xx-sm {
    height: 4px;
  }

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

  .product-hero_txt {
    padding: 24px;
  }

  .text-block_2col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
  }

  .help-card, .product-card_txt {
    padding: 24px;
  }

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

  .text-block-2 {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .chip-txt-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---h1: 7svw;
    --_sizes---h2: 30px;
    --_sizes---h3: 24px;
    --_sizes---h4: 18px;
    --_sizes---body: 16px;
    --_sizes---caption: 14px;
    --_sizes---border-radius-xl: 24px;
    --_sizes---border-radius-lg: 12px;
  }

  h1 {
    font-size: var(--h1-mobile\<deleted\|variable-5b5720d2-b131-3e28-61fc-6f74ae088962\>);
  }

  h2 {
    font-size: var(--h2-mobile\<deleted\|variable-e17e0690-a12a-1ea0-d923-371f8550c34c\>);
  }

  h3 {
    font-size: var(--h3-mobile\<deleted\|variable-b022ba17-9989-f846-969d-74c2317d7365\>);
  }

  h4 {
    font-size: var(--h4-mobile\<deleted\|variable-05d9ebfc-3393-017b-1d2c-0be5687f3ecb\>);
  }

  p {
    font-size: var(--body-mobile\<deleted\|variable-4b15ede4-7b3e-7a34-083a-0b84c34ecda4\>);
  }

  .cont-packages {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .package {
    padding: 16px;
  }

  .hero-grid {
    margin-top: 0;
  }

  .lead {
    font-size: var(--lead-mobile\<deleted\|variable-c1216148-e14c-3649-c2a9-70d477143ebf\>);
  }

  .feature {
    padding: 12px;
  }

  .button {
    font-size: var(--body-mobile\<deleted\|variable-4b15ede4-7b3e-7a34-083a-0b84c34ecda4\>);
  }

  .hero-title {
    font-size: 7svw;
  }

  .hero-txt, .text-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .chip-txt {
    font-size: var(--body-mobile\<deleted\|variable-4b15ede4-7b3e-7a34-083a-0b84c34ecda4\>);
  }

  .space-sm {
    height: 4px;
  }

  .space-md {
    height: 8px;
  }

  .space-xl {
    height: 24px;
  }

  .space-lg {
    height: 12px;
  }

  .button-text {
    font-size: var(--body-mobile\<deleted\|variable-4b15ede4-7b3e-7a34-083a-0b84c34ecda4\>);
  }

  .space-s-sm {
    height: 4px;
  }

  .functions-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .space-xxl {
    height: 32px;
  }

  .space-xxxl {
    height: 48px;
  }

  .hero-svg {
    margin-bottom: 0;
  }

  .body-big {
    font-size: 18px;
  }

  .logo {
    width: 80px;
  }

  .cta-float {
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 12px;
  }

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

  .logo-carousel-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .card-cta {
    padding: 16px;
  }

  .modal-content-w {
    padding: 24px;
  }

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

  .product-hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

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

  .help_person_img {
    width: 77%;
  }

  .product-card_txt {
    padding: 24px;
  }

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

  .product-card.ishome {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .container-2, .text-block-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .chip-txt-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_sizes---h1: 8svw;
    --_sizes---h2: 24px;
    --_sizes---h3: 18px;
    --_sizes---h4: 16px;
    --_sizes---body: 14px;
    --_sizes---caption: 12px;
    --_sizes---border-radius-xl: 12px;
    --_sizes---border-radius-lg: 6px;
  }

  .cont-packages {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
  }

  .package {
    padding: 16px;
  }

  .hero-title {
    font-size: 8svw;
  }

  .hero-txt {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .button-icon {
    align-self: center;
  }

  .functions-grid {
    padding-left: 0;
    padding-right: 0;
  }

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

  .body-big {
    font-size: 16px;
  }

  .header {
    padding-left: 12px;
  }

  .cta-float {
    width: 280px;
    display: none;
  }

  .logo-image {
    width: 120px;
  }

  .logo-carousel-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-sm {
    margin-bottom: 4px;
    margin-right: 4px;
  }

  .accordion-item {
    padding: 12px;
  }

  .faq-grid {
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .faq-box, .faq-box-copy {
    padding: 12px;
  }

  .card-cta {
    padding: 16px;
  }

  .card-cta.gradient1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .modal-content-w {
    padding: 12px 12px 48px;
  }

  .modal-contact {
    padding: 24px 0 64px;
  }

  .modal {
    border-radius: 24px;
  }

  .text-block_2col {
    padding-left: 0;
    padding-right: 0;
  }

  .help-card_cont_person {
    display: none;
  }

  .product-card_txt.is2col {
    padding: 12px;
  }

  .product-hero_specs {
    padding: 24px 12px 12px;
  }

  .modal-order {
    padding: 24px 0 64px;
  }

  .text-block-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_8fdfba9d-aa7b-40a2-296c-f3136846aeff-36804a0a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bef7cc5b-5c28-d8b4-fee7-14fbfe3f3cd6-36804a0a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4181c105-cdf8-339a-231e-25b0d10ffdc3-36804a0a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_3732a872-73f0-de40-ee68-9e83ab20dbdb-36804a0a {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_4d483f17-25c4-1c2a-14e0-dde0f51e711f-36804a0a, #w-node-dfdf4957-fe52-9fe6-ff0e-0505ff929d55-36804a0a {
  align-self: stretch;
}

#w-node-c0bb60bf-f9d9-43a1-ffc0-3db9f680091a-36804a0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9a7ab41-bc2c-4246-75eb-c097109270cc-109270ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9a7ab41-bc2c-4246-75eb-c097109270cd-109270ca, #w-node-a9a7ab41-bc2c-4246-75eb-c097109270ce-109270ca {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-a9a7ab41-bc2c-4246-75eb-c097109270d3-109270ca {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_31b1cd46-cb1f-7130-d157-04f7bcdc3fe0-c606ebd8 {
  align-self: stretch;
}

#w-node-_95b6a390-8bfc-b5d9-9d91-d7f9a333cb58-c606ebd8, #w-node-_01a76ada-62e1-9a31-3b0c-899f8c506800-c606ebd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a0d5907-fb69-aa51-55e9-98ffab053f07-c606ebd8, #w-node-_7261876c-eb0b-c13c-b04b-0231b48659f0-c606ebd8, #w-node-_31b1cd46-cb1f-7130-d157-04f7bcdc3fe0-cd06d795 {
  align-self: stretch;
}

#w-node-_95b6a390-8bfc-b5d9-9d91-d7f9a333cb58-cd06d795, #w-node-_01a76ada-62e1-9a31-3b0c-899f8c506800-cd06d795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a0d5907-fb69-aa51-55e9-98ffab053f07-cd06d795, #w-node-_7261876c-eb0b-c13c-b04b-0231b48659f0-cd06d795 {
  align-self: stretch;
}

#w-node-_8fdfba9d-aa7b-40a2-296c-f3136846aeff-e144abee {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-bef7cc5b-5c28-d8b4-fee7-14fbfe3f3cd6-e144abee {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4181c105-cdf8-339a-231e-25b0d10ffdc3-e144abee {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_3732a872-73f0-de40-ee68-9e83ab20dbdb-e144abee {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_4d483f17-25c4-1c2a-14e0-dde0f51e711f-e144abee {
  align-self: stretch;
}

#w-node-ab01670a-1af3-9a66-96db-340927c4a066-e144abee, #w-node-_556b847c-fa3b-48b9-2a0e-4e6dc199164d-e144abee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dfdf4957-fe52-9fe6-ff0e-0505ff929d55-e144abee {
  align-self: stretch;
}

#w-node-_304710fe-85d8-c674-0e46-02b36c059811-e144abee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0bb60bf-f9d9-43a1-ffc0-3db9f680091a-e144abee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8fdfba9d-aa7b-40a2-296c-f3136846aeff-36804a0a {
    align-self: end;
  }

  #w-node-_4d483f17-25c4-1c2a-14e0-dde0f51e711f-36804a0a, #w-node-_4d483f17-25c4-1c2a-14e0-dde0f51e7145-36804a0a, #w-node-dfdf4957-fe52-9fe6-ff0e-0505ff929d55-36804a0a, #w-node-dfdf4957-fe52-9fe6-ff0e-0505ff929d93-36804a0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5a0d5907-fb69-aa51-55e9-98ffab053f07-c606ebd8, #w-node-_5a0d5907-fb69-aa51-55e9-98ffab053f07-cd06d795 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8fdfba9d-aa7b-40a2-296c-f3136846aeff-e144abee {
    align-self: end;
  }

  #w-node-_4d483f17-25c4-1c2a-14e0-dde0f51e711f-e144abee, #w-node-_4d483f17-25c4-1c2a-14e0-dde0f51e7145-e144abee, #w-node-dfdf4957-fe52-9fe6-ff0e-0505ff929d55-e144abee, #w-node-dfdf4957-fe52-9fe6-ff0e-0505ff929d93-e144abee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a0d5907-fb69-aa51-55e9-98ffab053f07-c606ebd8, #w-node-_5a0d5907-fb69-aa51-55e9-98ffab053f07-cd06d795 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold_358454553.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book_360048675.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium_308473851.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}