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

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

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

:root {
  --brand-solid: #00a38c;
  --text-brand: var(--brand-solid);
  --brand-secondary: #ff8000;
  --brand-solid-hover: #006859;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  margin-top: 80px;
  font-family: Switzer, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.navigation-wrapper {
  z-index: 10;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.banner {
  background-color: #ff5805;
  background-image: url('../images/Banner-Asset.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.about {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.banner-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 20px;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f6;
  height: 100%;
  padding: 16px 5%;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-menu-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-link {
  color: #434347;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.navigation-link.w--current {
  color: var(--brand-solid);
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  text-decoration: underline;
}

.dropdown-icon, .icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular.brand {
  color: var(--text-brand);
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 8px;
  display: flex;
  right: -160%;
}

.navigation-dropdown-card {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  min-width: 930px;
  padding: 8px;
}

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

.navigation-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #252527;
  border: 1px solid #fff0;
  flex-flow: column;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.navigation-card:hover {
  border-color: #ff5805;
  text-decoration: underline;
}

.navigation-image-small {
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  height: 200px;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.subheading-small {
  color: #252527;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small.text-color-black {
  color: #000;
}

.paragraph-small {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-tertiary, .paragraph-small.text-color-gray-600 {
  color: #59595f;
}

.navigation-divider {
  width: 100%;
  padding: 8px;
}

.navigation-line {
  background-color: #f5f5f6;
  width: 100%;
  height: 1px;
}

.navigation-feature-row {
  flex-flow: row;
  display: flex;
}

.navigation-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-wrapper {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.icon-wrapper.rounded {
  border-radius: 999px;
}

.icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-inner.rounded {
  border-radius: 999px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.navigation-separator {
  align-self: stretch;
  padding: 8px;
}

.navigation-line-vertical {
  background-color: #f5f5f6;
  width: 1px;
  height: 100%;
}

.navigation-feature-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #252527;
  background-color: #f5f5f6;
  justify-content: flex-start;
  align-items: center;
  min-width: 312px;
  padding: 8px;
  display: flex;
}

.navigation-logo {
  height: 100%;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navigation-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.header-wrapper {
  background-color: #fff;
  position: relative;
}

.header-section {
  padding: 160px 5% 120px;
  position: relative;
}

.header-content {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-left {
  justify-content: center;
  align-items: flex-start;
}

.column-large.about {
  height: 100%;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overline-wrapper.center {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.overline-wrapper.sluzby {
  padding-bottom: 2rem;
}

.icon-x-small {
  color: var(--brand-secondary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.text-color-green {
  color: var(--text-brand);
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.header-buttons {
  grid-template-rows: auto;
  max-width: 420px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--brand-solid);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: var(--brand-solid-hover);
}

.header-logos-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.header-logo-caption {
  max-width: 190px;
}

.header-logos-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  padding: 8px 24px;
  display: flex;
}

.header-image-wrapper {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.code-embed {
  display: none;
}

.section-large {
  padding: 108px 5%;
  position: relative;
}

.section-large.background-gray-50 {
  background-color: #f5f5f6;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.h2-heading.text-weight-medium {
  font-weight: 600;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-three-column.dalsi-sluzby {
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}

.hiw-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  border: 1px solid #d0d0d2;
  flex-flow: column;
  padding: 24px;
  transition: background-color .3s, border-color .3s;
  display: flex;
  position: relative;
}

.hiw-card-small:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.hiw-image {
  aspect-ratio: 3.36 / 2.4;
  border: 1px solid var(--brand-solid);
  position: relative;
  overflow: hidden;
}

.hiw-number {
  color: var(--text-brand);
  letter-spacing: -.5px;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  width: 48px;
  height: 48px;
  padding: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hiw-number-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-regular {
  text-wrap: balance;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-800 {
  color: #434347;
}

.paragraph-regular.text-color-gray-600, .paragraph-regular.text-color-tertiary {
  color: #59595f;
}

.paragraph-regular.text-color-tertiary.margin-0 {
  margin: 0;
}

.paragraph-regular.text-weight-semibold {
  font-weight: 600;
}

.paragraph-regular.text-color-gray-600 {
  color: #59595f;
}

.section-regular {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

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

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.h4-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-left {
  justify-content: center;
  align-items: flex-start;
}

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

.cta-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.subheading-regular {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular.text-color-gray-950 {
  color: #252527;
}

.subheading-regular.text-color-secondary {
  color: #434347;
}

.contact-link {
  color: #000;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.contact-link:hover {
  color: var(--text-brand);
}

.map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-map {
  z-index: 0;
  height: 100%;
}

.map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 344px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.map-detail-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.form-card {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.column-tiny.hidden {
  display: none;
}

.form-field-label {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-text-field::placeholder {
  color: #59595f;
}

.form-text-field.text-area {
  min-height: 140px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.checkbox-link {
  color: #59595f;
  text-decoration: underline;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--brand-solid);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--brand-solid-hover);
}

.footer-section {
  padding: 64px 5% 40px;
  position: relative;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  padding: 36px 32px;
  display: grid;
}

.h5-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.h5-heading.text-weight-medium {
  font-weight: 500;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-outline {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text-field-outline:focus {
  border-color: #ff5805;
}

.text-field-outline::placeholder {
  color: #59595f;
}

.checkbox-2 {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-2.w--redirected-checked {
  background-color: #ff5805;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.checkbox-2.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.checkbox-label-2 {
  color: #59595f;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-link {
  color: #59595f;
  text-decoration: underline;
}

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

.footer-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-divider {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.social-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.footer-divider-small {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #59595f;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--text-brand);
}

.footer-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-small {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
  transition: color .3s;
}

.footer-link-small:hover {
  color: #252527;
}

.content-column {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  display: flex;
  position: relative;
}

.content-column.about {
  justify-content: flex-start;
  align-items: flex-start;
}

.title-row {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.title-row.row-left {
  justify-content: flex-start;
  align-items: center;
}

.relative {
  position: relative;
}

.title-doodle {
  z-index: 0;
  height: 22px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.content-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 24px;
  display: flex;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonial-avatar {
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  border-radius: 999px;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 4px;
}

.testimonial-avatar-image {
  object-fit: cover;
  border-radius: 99px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.content-image-small {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-height: 596px;
  position: relative;
  overflow: hidden;
}

.square-shapes-01 {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.square-shapes-02 {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 650px;
}

.content-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: saturate(0%);
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 24px;
  transition: filter .3s, border-color .3s, background-color .3s;
  display: flex;
}

.content-card:hover {
  filter: saturate();
  background-color: #fff;
  border-color: #fff;
}

.content-image {
  aspect-ratio: 3.36 / 2.4;
  position: relative;
  overflow: hidden;
}

.subheading-x-large {
  color: #252527;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-x-large.text-color-black {
  color: #000;
}

.card-white {
  z-index: 2;
  background-color: #fff;
  padding: 24px;
  position: relative;
}

.card-white.space {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.outline-wrapper {
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
}

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

.feature-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.feature-card-small:hover {
  background-color: #f5f5f6;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  transition: background-color .3s;
  display: flex;
}

.feature-card:hover {
  background-color: #f5f5f6;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.text-color-brand {
  color: #ff5805;
}

.faq-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  border: 1px solid #d0d0d2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  transition: box-shadow .3s, color .3s, background-color .3s, border-color .3s;
  display: flex;
}

.faq-card:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.subheading-large {
  color: #252527;
  letter-spacing: -.16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.faq-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  display: flex;
}

.faq-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px;
  display: flex;
}

.faq-outline {
  border-top: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  flex-flow: column;
  display: flex;
}

.faq {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.faq-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #252527;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.faq-content {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-tab {
  margin-top: -8px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-cta {
  background-color: #f5f5f6;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/abstract_optimized_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding: 80px 5%;
  position: relative;
}

.cta-block {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.section-x-large.background-gray-50 {
  background-color: #f5f5f6;
}

.section-x-large.background-gray-50.thankyou {
  min-height: 40vh;
}

.content-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 0;
  display: grid;
}

.content-gallery-image {
  border: .5px solid #e6e6e7;
  width: 100%;
  overflow: hidden;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.content-numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-number-cell {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-wrap: balance;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: row;
  padding: 24px;
  display: flex;
}

.service-hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-height: 600px;
  margin-bottom: 32px;
}

.logo {
  filter: invert();
  height: 5rem;
}

.body {
  line-height: 24px;
}

.map-link {
  background-image: url('../images/map_1.avif');
  background-position: 50%;
  background-size: 140%;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.map-link:hover {
  background-position: 50%;
  background-size: 160%;
}

.body-2 {
  text-wrap: balance;
}

.about-boxes {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

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

.navigation-link-2 {
  color: #434347;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-link-2.w--current {
  color: var(--brand-solid);
}

.logo_img {
  height: 100%;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-underline.w--current {
  display: none;
}

.image-cover-nav {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-black {
  color: #000;
  text-decoration: underline;
}

.text-small {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    justify-content: space-between;
    position: static;
  }

  .navigation-menu-left {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

  .navigation-dropdown {
    width: 100%;
    position: relative;
  }

  .navigation-dropdown-list {
    position: relative;
    top: 0;
    left: auto;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 0;
    position: static;
    top: 0;
  }

  .navigation-dropdown-card {
    min-width: auto;
  }

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

  .icon.footer {
    max-width: 100%;
    height: auto;
  }

  .menu-button {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .header-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .header-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .header-buttons.home {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .header-image-wrapper {
    width: 100%;
    position: static;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .heading-grid, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .column-regular {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cta-map {
    height: 432px;
  }

  .map-detail {
    position: relative;
  }

  .form-card {
    max-width: none;
  }

  .form-block {
    align-items: center;
  }

  .footer-section {
    padding-top: 72px;
  }

  .footer-block, .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    width: 140px;
    max-width: 100%;
  }

  .footer-grid-large {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-contact {
    max-width: none;
  }

  .content-column {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .content-image-small {
    max-height: none;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card-small:hover, .feature-card:hover {
    background-color: #fff;
  }

  .faq-icon {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .section-cta {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .cta-block {
    grid-template-columns: 1fr;
  }

  .section-x-large {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .map-link {
    padding-top: 64px;
    padding-bottom: 46px;
    text-decoration: none;
  }

  .about-boxes {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .banner-block.hide-mobile {
    display: none;
  }

  .navigation-dropdown-list.w--open {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navigation-dropdown-card {
    width: 100%;
  }

  .navigation-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-image-small {
    display: none;
  }

  .navigation-feature-row {
    flex-flow: column;
  }

  .navigation-separator {
    width: 100%;
    height: auto;
  }

  .navigation-line-vertical {
    width: 100%;
    height: 1px;
  }

  .navigation-buttons {
    display: none;
  }

  .h1-heading {
    font-size: 48px;
  }

  .title-center-large {
    justify-content: center;
    align-items: flex-start;
  }

  .h2-heading {
    font-size: 40px;
  }

  .grid-three-column, .grid-three-column.dalsi-sluzby {
    grid-template-columns: 1fr;
  }

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

  .h4-heading {
    font-size: 32px;
  }

  .cta-cards {
    grid-template-columns: 1fr;
  }

  .map {
    aspect-ratio: auto;
  }

  .input-grid {
    grid-template-columns: 1fr;
  }

  .h5-heading {
    font-size: 28px;
  }

  .footer-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .brand-divider {
    display: none;
  }

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .footer-legal-wrapper {
    flex-flow: column;
  }

  .content-column {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .title-row {
    grid-column-gap: 8px;
  }

  .title-doodle {
    height: 16px;
    bottom: -16px;
  }

  .content-testimonial {
    max-width: none;
  }

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

  .title-center.mobile-left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .faq-caption {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-title {
    white-space: pre-line;
  }

  .content-numbers {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navigation-feature-small {
    width: 100%;
    min-width: auto;
  }

  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-primary {
    width: 100%;
  }

  .header-logos-small {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .title-center-large {
    margin-bottom: 56px;
  }

  .grid-three-column, .heading-grid, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .button-grid-small {
    grid-template-columns: 1fr;
  }

  .button-secondary {
    width: 100%;
  }

  .footer-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-grid, .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .square-shapes-01 {
    display: none;
  }

  .title-center {
    margin-bottom: 56px;
  }

  .card-white {
    padding: 16px;
  }

  .faq-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .content-gallery-image {
    height: 220px;
  }

  .about-boxes {
    grid-template-columns: 1fr;
  }
}

#w-node-_49093077-7696-9388-f508-fbc7fdccf18b-a77c8eb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_877d50b6-023d-0dd5-bdd3-7bf443001d80-a77c8eb5, #w-node-_5f0990aa-1132-2394-2ea8-45c688584411-885843d7, #w-node-_5f0990aa-1132-2394-2ea8-45c6885843e0-885843d7 {
  justify-self: end;
}

#w-node-dcbad46a-bd21-4e2d-2e4d-f17a8fa17e21-8fa17df0, #w-node-dcbad46a-bd21-4e2d-2e4d-f17a8fa17e25-8fa17df0, #w-node-_22917091-de10-0d7b-0671-91974aa20a17-4aa20a06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf5f38b8-c4a1-b549-472a-ff11fe72e1b7-d8a62eeb {
  place-self: center end;
}

#w-node-f0f62929-f421-7d15-d92b-6b80b5201189-d8a62eeb {
  justify-self: end;
}

#w-node-e83d330e-5bc9-9555-8afe-3d590683ba0e-4c25d0d8, #w-node-_097aefa7-e084-f75c-cbc4-460d67b3221a-4c25d0d8, #w-node-_0f3aa8af-a68e-ce74-f379-8d83fa5e7fc5-4c25d0d8 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-da1d1f41-93b5-c4b6-6d17-ece736222111-a77c8eb5, #w-node-_77c2fb1c-b672-c5c6-2e62-007c44346f69-a77c8eb5, #w-node-_3545891a-ddec-642f-424e-017c68f5582f-a77c8eb5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5f0990aa-1132-2394-2ea8-45c6885843e0-885843d7 {
    justify-self: auto;
  }

  #w-node-dcbad46a-bd21-4e2d-2e4d-f17a8fa17e21-8fa17df0 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-d9275757-e076-b774-7655-8800a479e272-96d9f13b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04f1a264-6451-94e4-4e07-d2b36d4cf4ee-a6cb1e80, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf034c-a6cb1e80, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0355-a6cb1e80, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf035e-a6cb1e80, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0367-a6cb1e80, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0370-a6cb1e80, #w-node-_74047ce3-8e7d-c618-4914-6013b3cf3477-a6cb1e80, #w-node-_74047ce3-8e7d-c618-4914-6013b3cf3484-a6cb1e80, #w-node-_74047ce3-8e7d-c618-4914-6013b3cf3491-a6cb1e80 {
    grid-column: span 1 / span 1;
  }

  #w-node-_22917091-de10-0d7b-0671-91974aa20a08-4aa20a06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22917091-de10-0d7b-0671-91974aa20a13-4aa20a06 {
    justify-self: auto;
  }

  #w-node-bf5f38b8-c4a1-b549-472a-ff11fe72e1b7-d8a62eeb {
    justify-self: start;
  }

  #w-node-_04f1a264-6451-94e4-4e07-d2b36d4cf4ee-4c25d0d8, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf034c-4c25d0d8, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0355-4c25d0d8, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf035e-4c25d0d8, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0367-4c25d0d8, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0370-4c25d0d8, #w-node-_10601b37-15ea-97e1-fecc-b0896afe42b5-4c25d0d8, #w-node-_8c1d5031-dd4e-17ad-cd5b-c2e4d0bc0431-4c25d0d8, #w-node-_8c1d5031-dd4e-17ad-cd5b-c2e4d0bc043e-4c25d0d8, #w-node-_8c1d5031-dd4e-17ad-cd5b-c2e4d0bc044b-4c25d0d8, #w-node-_04f1a264-6451-94e4-4e07-d2b36d4cf4ee-f31150a4, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf034c-f31150a4, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0355-f31150a4, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf035e-f31150a4, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0367-f31150a4, #w-node-_8dfbb0fc-f99f-a95a-1cf7-f22d55cf0370-f31150a4, #w-node-aed0f956-fd48-0fa5-2531-85af89f4e16d-f31150a4, #w-node-aed0f956-fd48-0fa5-2531-85af89f4e17a-f31150a4, #w-node-aed0f956-fd48-0fa5-2531-85af89f4e187-f31150a4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9275757-e076-b774-7655-8800a479e272-96d9f13b {
    grid-column: span 1 / span 1;
  }

  #w-node-_04f1a264-6451-94e4-4e07-d2b36d4cf500-a6cb1e80, #w-node-_04f1a264-6451-94e4-4e07-d2b36d4cf500-4c25d0d8, #w-node-_04f1a264-6451-94e4-4e07-d2b36d4cf500-f31150a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}