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

:root {
  --text-primary: #080808;
  --_typo---h1: 6svw;
  --_typo---h2: 36px;
  --_typo---h3: 30px;
  --h3-tablet: 30px;
  --h3-mobile\<deleted\|variable-b022ba17-9989-f846-969d-74c2317d7365\>: 24px;
  --_typo---h4: 24px;
  --h4-tablet\<deleted\|variable-853ec5af-db58-40bc-bcff-3acccbea72ec\>: 24px;
  --h4-mobile\<deleted\|variable-05d9ebfc-3393-017b-1d2c-0be5687f3ecb\>: 20px;
  --_typo---body: 18px;
  --body-tablet\<deleted\|variable-f6fa0967-7d05-842a-96e8-786c7c938d1a\>: 16px;
  --body-mobile\<deleted\|variable-4b15ede4-7b3e-7a34-083a-0b84c34ecda4\>: 16px;
  --primary: #af2832;
  --card-border: #e7e3e1;
  --bg: #fbfbfb;
  --_typo---border-radius-xl: 24px;
  --text-inverted: #fbfbfb;
  --text-secondary: #71717a;
  --_typo---caption: 16px;
  --_space---md: 24px;
  --_typo---border-radius-lg: 12px;
  --_space---lg: 32px;
  --card-bg: white;
  --card-bg-active: #f2efee;
  --_space---sm: 12px;
  --_space---xl: 48px;
  --card-highlight: #fff;
  --border-table: #e6e6e7;
  --_space---xxxl: 96px;
  --_space---xxl: 64px;
  --_space---xs: 8px;
  --_space---xxs: 4px;
}

.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;
  --_typo---h1: 6svw;
  --_typo---h2: 36px;
  --_typo---h3: 30px;
  --_typo---h4: 24px;
  --_typo---body: 18px;
  --_typo---border-radius-xl: 24px;
  --_typo---caption: 16px;
  --_typo---border-radius-lg: 12px;
  --_space---md: 24px;
  --_space---lg: 32px;
  --_space---sm: 12px;
  --_space---xl: 48px;
  --_space---xxxl: 96px;
  --_space---xxl: 64px;
  --_space---xs: 8px;
  --_space---xxs: 4px;
  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(--_typo---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(--_typo---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(--_typo---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(--_typo---h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

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

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

.section {
  overflow: hidden;
}

.section.ishero {
  background-color: var(--primary);
}

.section.isaddons {
  background-color: var(--card-border);
}

.section.isred {
  background-color: var(--primary);
}

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

.hero-grid {
  border-radius: var(--_typo---border-radius-xl);
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold {
  font-weight: 500;
}

.icon {
  color: var(--text-primary);
  font-family: Material Symbols Rounded, sans-serif;
  font-size: var(--_typo---h2);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 100%;
}

.icon.iswhite {
  color: var(--text-inverted);
}

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

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

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

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

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

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

.hero-typo {
  z-index: 100;
  padding: 128px 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(--primary);
  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(--primary);
  font-family: Gotham, sans-serif;
  font-size: var(--_typo---caption);
  vertical-align: baseline;
  font-weight: 500;
  display: inline-block;
}

.space-sm {
  height: 12px;
}

.space-md {
  height: 24px;
}

.space-lg {
  height: 32px;
}

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

.button-text.secondary {
  color: var(--primary);
}

.button-icon {
  color: var(--text-inverted);
  font-family: Material Symbols Rounded, sans-serif;
  font-size: var(--_typo---h4);
  font-weight: 400;
}

.button-icon.secondary {
  color: var(--primary);
}

.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-xxxl {
  border-radius: 24px;
  height: 96px;
}

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

.logo {
  height: 40px;
}

.header {
  z-index: 1000;
  margin-top: var(--_space---md);
  margin-left: var(--_space---md);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--_typo---border-radius-lg);
  background-color: var(--bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: stretch;
  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;
  align-items: flex-start;
  display: flex;
}

.cta-float {
  z-index: 800;
  border-radius: var(--_typo---border-radius-lg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  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;
}

.paragraph-3 {
  display: block;
}

.accordions {
  grid-column-gap: var(--_space---md);
  grid-row-gap: var(--_space---md);
  flex-flow: column;
  display: flex;
}

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

.accordion-item_content {
  overflow: hidden;
}

.secondary {
  color: var(--text-secondary);
}

.social-icon {
  width: 32px;
}

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

.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-txt-2 {
  color: #af2832;
  vertical-align: baseline;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.hero-subtitle {
  color: var(--text-inverted);
  max-width: 30ch;
}

.link-block-4 {
  align-self: center;
}

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

.div-block-37 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.list-check {
  background-color: #fbfbfbcc;
  border-radius: 20px;
  align-self: flex-start;
  padding: 4px;
}

.tab-toggle {
  padding: var(--_space---lg);
  grid-column-gap: var(--_space---lg);
  grid-row-gap: var(--_space---lg);
  border: 1px solid var(--card-border);
  background-color: var(--card-bg);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.tab-toggle:hover {
  background-color: var(--card-border);
}

.tab-toggle.w--current {
  background-color: var(--card-bg-active);
}

.tab-toggle_icon {
  padding: var(--_space---sm);
  background-color: var(--primary);
  border-radius: 8px;
  display: flex;
}

.tab-toggle_txt {
  grid-column-gap: var(--_space---sm);
  grid-row-gap: var(--_space---sm);
  flex-flow: column;
  display: flex;
}

.tabs-menu {
  margin-bottom: var(--_space---lg);
  grid-column-gap: var(--_space---md);
  grid-row-gap: var(--_space---md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab {
  background-color: var(--primary);
  border-radius: 32px;
  width: 100%;
}

.addons {
  grid-column-gap: var(--_space---md);
  grid-row-gap: var(--_space---md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.addons-item {
  padding: var(--_space---xl);
  grid-column-gap: var(--_space---xl);
  grid-row-gap: var(--_space---xl);
  background-color: var(--card-highlight);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ismedium {
  font-weight: 500;
}

.ismedium.iswhite {
  color: var(--text-inverted);
}

.ismedium.iswhite.nowrap, .ismedium.nowrap {
  white-space: nowrap;
}

.addons-item_heading {
  grid-column-gap: var(--_space---md);
  grid-row-gap: var(--_space---md);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.addons-item_table {
  grid-column-gap: var(--_space---sm);
  grid-row-gap: var(--_space---sm);
  flex-flow: column;
  display: flex;
}

.issecondary {
  color: var(--text-secondary);
}

.border-table {
  border: 1px solid var(--border-table);
}

.main-componant {
  padding: var(--_space---xl);
  grid-column-gap: var(--_space---xl);
  grid-row-gap: var(--_space---xl);
  background-color: var(--primary);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.addons-item-txt {
  grid-column-gap: var(--_space---md);
  grid-row-gap: var(--_space---md);
  flex-flow: column;
  display: flex;
}

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

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

.div-block-42 {
  grid-column-gap: var(--_space---sm);
  grid-row-gap: var(--_space---sm);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-43 {
  grid-column-gap: var(--_space---md);
  grid-row-gap: var(--_space---md);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-44 {
  grid-column-gap: var(--_space---xl);
  grid-row-gap: var(--_space---xl);
  width: 100%;
  display: flex;
}

.features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80svh;
  display: grid;
}

.features-list {
  grid-row-gap: var(--_space---lg);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.feautures-visual {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 110 / 239;
  border-radius: var(--_typo---border-radius-xl);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
}

.div-block-48 {
  grid-row-gap: var(--_space---md);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
}

.accordion-item {
  padding: var(--_space---md);
  background-color: var(--card-bg);
  border-radius: 12px;
}

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

.space-xs-2 {
  height: 16px;
}

.accordion-icon {
  color: var(--text-primary);
  font-family: Material Symbols Rounded, sans-serif;
  font-size: var(--_typo---h2);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 100%;
}

.accordion-icon.iswhite {
  color: var(--text-inverted);
}

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

.swiper-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 3 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-slide_img {
  object-fit: cover;
}

.slide_overlay {
  background-image: linear-gradient(#0000, #000);
  height: 80%;
}

.slide-proj {
  aspect-ratio: 3 / 2;
  border-radius: var(--_typo---border-radius-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.container-swiper {
  margin-right: var(--_space---xl);
  margin-left: var(--_space---xl);
  max-width: none;
  overflow: visible;
}

.slider-cont {
  padding: var(--_space---xl);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.slider-cont_txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-cont_btn-cont {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service {
  aspect-ratio: 3 / 2;
  border-radius: var(--_typo---border-radius-xl);
  flex-flow: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.service-cont {
  grid-column-gap: var(--_space---md);
  grid-row-gap: var(--_space---md);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-txt {
  padding: var(--_space---xl);
  background-color: var(--card-bg);
}

.service-img {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.tab-img {
  border-radius: var(--_typo---border-radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 5px #0003, 0 3px 6px #0000001a;
}

.tab-img.no-shadow {
  box-shadow: none;
}

.tab-cont {
  padding: var(--_space---xxxl);
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-video {
  z-index: 1000;
  border-radius: var(--_typo---border-radius-xl);
  flex-flow: row;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --_typo---h1: 6svw;
    --_typo---h2: 30px;
    --_typo---h3: 24px;
    --_typo---h4: 18px;
    --_typo---body: 16px;
    --_typo---border-radius-xl: 24px;
    --_typo---caption: 14px;
    --_typo---border-radius-lg: 12px;
    --_space---md: 12px;
    --_space---lg: 24px;
    --_space---sm: 8px;
    --_space---xl: 32px;
    --_space---xxxl: 64px;
    --_space---xxl: 48px;
    --_space---xs: 4px;
    --_space---xxs: 4px;
  }

  h3 {
    font-size: var(--h3-tablet);
  }

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

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

  .hero-typo {
    padding-bottom: 64px;
  }

  .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-lg {
    height: 24px;
  }

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

  .space-xxxl {
    height: 64px;
  }

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

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

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

  .addons {
    flex-flow: column;
  }

  .service {
    justify-content: flex-start;
  }

  .service-cont {
    grid-template-rows: minmax(300px, 1fr);
    grid-template-columns: 1fr;
  }

  .tab-img {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typo---h1: 7svw;
    --_typo---h2: 30px;
    --_typo---h3: 24px;
    --_typo---h4: 18px;
    --_typo---body: 16px;
    --_typo---border-radius-xl: 24px;
    --_typo---caption: 14px;
    --_typo---border-radius-lg: 12px;
    --_space---md: 8px;
    --_space---lg: 12px;
    --_space---sm: 4px;
    --_space---xl: 24px;
    --_space---xxxl: 48px;
    --_space---xxl: 32px;
    --_space---xs: 4px;
    --_space---xxs: 4px;
  }

  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\>);
  }

  .hero-grid {
    grid-template-rows: min-content auto;
    grid-template-columns: 1fr;
  }

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

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

  .hero-typo {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .space-sm {
    height: 4px;
  }

  .space-md {
    height: 8px;
  }

  .space-lg {
    height: 12px;
  }

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

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

  .space-xxxl {
    height: 48px;
  }

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

  .accordion-item_content {
    margin-right: 0;
  }

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

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

  .features {
    grid-column-gap: var(--_space---xxxl);
    grid-row-gap: var(--_space---xxxl);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .features-list {
    align-self: flex-start;
  }

  .tab-cont {
    padding: var(--_space---xxl);
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typo---h1: 8svw;
    --_typo---h2: 24px;
    --_typo---h3: 18px;
    --_typo---h4: 16px;
    --_typo---body: 14px;
    --_typo---border-radius-xl: 12px;
    --_typo---caption: 12px;
    --_typo---border-radius-lg: 6px;
    --_space---md: 8px;
    --_space---lg: 12px;
    --_space---sm: 4px;
    --_space---xl: 24px;
    --_space---xxxl: 48px;
    --_space---xxl: 32px;
    --_space---xs: 4px;
    --_space---xxs: 4px;
  }

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

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

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

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

  .header {
    padding-left: 12px;
  }

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

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

  .div-block-37 {
    flex-flow: column;
  }

  .addons-item_heading {
    grid-column-gap: var(--_space---sm);
    grid-row-gap: var(--_space---sm);
    flex-flow: column;
  }

  .border-table {
    border-width: .5px;
  }

  .div-block-44 {
    flex-flow: column;
  }

  .tab-cont {
    padding: var(--_space---xl);
  }
}

#w-node-_4181c105-cdf8-339a-231e-25b0d10ffdc3-d10a931d {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-_16c6f999-eec3-5597-aae1-a90a94d9fc46-d10a931d {
  grid-area: 1 / 2 / 2 / 5;
  place-self: stretch end;
}

#w-node-_898cd10f-aa6c-da97-25e8-4991c2aac3d9-d10a931d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d5faeb2c-4436-6f87-7639-903f8a7a7481-d10a931d, #w-node-_9380ad7e-9ad2-6b9a-4e1e-cb5711ef1100-d10a931d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_037a5ecf-6139-599e-3233-61a750cacabe-d10a931d, #w-node-_4d2b350c-607a-fd06-a8dc-631fa1b2f265-a1b2f264 {
  place-self: center;
}

#w-node-f4ddcda5-5e42-f726-f4a6-330ae9fd7562-e9fd7561 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-f4ddcda5-5e42-f726-f4a6-330ae9fd7563-e9fd7561 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end stretch;
}

#w-node-f4ddcda5-5e42-f726-f4a6-330ae9fd7564-e9fd7561 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-f4ddcda5-5e42-f726-f4a6-330ae9fd7565-e9fd7561 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_4181c105-cdf8-339a-231e-25b0d10ffdc3-d10a931d {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4181c105-cdf8-339a-231e-25b0d10ffdc3-d10a931d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16c6f999-eec3-5597-aae1-a90a94d9fc46-d10a931d {
    grid-column: 1 / 2;
    grid-row-start: 1;
  }
}


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