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

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

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

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

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

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--100: var(--flowui-component-library--white);
  --flowui-component-library--white: white;
  --blog-text: #c3c3c3;
  --secondary: #d232ec;
  --main: #5a00ee;
  --elements-webflow-library--neutral--300: #eff0f6;
  --nav-bg: #00000080;
  --bg: #01010f;
  --elements-webflow-library--neutral--400: #dcddeb;
  --p-1440: 24px;
  --p-color: #939393;
  --dark-grey: #2a2a2a;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --gradient-1: #5a00ee12;
  --gradient-2: #000000f7;
  --gradient-3: #080808;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --gray: #404040;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --dark: var(--dark-grey);
  --glow: -40px;
  --dakr: #101010;
  --hover-color: #13052a00;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--500: #a0a3bd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-600: #393b6a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--success-darker: #006638;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

a {
  color: var(--secondary);
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
}

blockquote {
  border-left: 10px solid var(--main);
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 26px;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 0;
  padding: 1px;
  display: block;
}

.brix---header-nav-list-item-middle {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 32px;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-menu-list.generic {
  display: flex;
}

.brix---header-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--elements-webflow-library--neutral--100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---header-middle-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 120px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---header-content-wrapper.form-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.brix---container-default {
  max-width: 1180px;
  padding-left: 0;
  padding-right: 0;
}

.brix---header-wrapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #000000e6;
  height: auto;
  padding: 20px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: sticky;
  top: 0;
}

.brix---header-wrapper.from-menu {
  z-index: 4;
  height: auto;
  display: block;
  position: relative;
  top: 0;
}

.body {
  background-color: var(--bg);
  color: var(--bg);
  flex-flow: column;
  font-family: Switzer, Arial, sans-serif;
  display: flex;
  overflow: auto;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 830px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(244deg, #fee9, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 400;
  line-height: 72px;
}

.heading.spline-hero {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(237deg, #fee9, #ffefef52 5%, #fff);
  width: 85%;
  margin-top: 10px;
  font-weight: 600;
}

.paragraph {
  color: #999;
  text-align: left;
  width: 85%;
  font-size: 20px;
  line-height: 28px;
}

.paragraph.spline-hero {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
}

.paragraph.spline-hero.igtarget {
  width: 80%;
}

.paragraph.pargraph-large {
  text-align: center;
  width: 70%;
  margin-bottom: 0;
}

.paragraph.ppc-paragraph-2 {
  text-align: center;
  text-align: center;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.paragraph.lw-cenik-pragraph {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.container-5 {
  background-image: url('../images/Chart.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  max-width: none;
  height: 500px;
}

.icon {
  color: var(--bg);
  background-color: #000;
  width: 28px;
  height: 28px;
}

.container-7 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.navbg {
  z-index: -1;
  background-color: #000000e6;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.progress-bar {
  z-index: 1;
  background-color: #323232;
  border-radius: 40px;
  width: 50px;
  height: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: fixed;
  top: 30%;
  left: 95%;
}

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

.first-round {
  border: 1.5px solid var(--elements-webflow-library--neutral--100);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.third-pin {
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  justify-content: space-between;
  align-items: center;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  inset: 10px auto auto 10px;
  transform: scale(.7);
}

.div-block-8 {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  top: auto;
}

.second-round, .thrid-round, .forth-round {
  border: 1.5px solid var(--elements-webflow-library--neutral--100);
  opacity: 0;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: static;
  inset: 0%;
}

.fourth-pin {
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  justify-content: space-between;
  align-items: center;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  inset: 10px auto auto 10px;
  transform: scale(.7);
}

.first-pin {
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  justify-content: space-between;
  align-items: center;
  width: 10px;
  height: 10px;
  transition: opacity .2s;
  display: block;
  position: static;
  inset: auto 0% 0% 10%;
}

.second-pin {
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  justify-content: space-between;
  align-items: center;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  inset: 10px auto auto 10px;
  transform: scale(.7);
}

.container-8 {
  max-width: 90%;
  margin-top: 0;
}

.container-10 {
  z-index: 0;
  background-image: none;
  width: 100%;
  height: auto;
  position: relative;
}

.container-11 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.container-12.privacy {
  margin-bottom: 40px;
  margin-left: 0;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 50px;
  border-top: 1px solid #ffffff1c;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  padding-top: 40px;
}

.grid-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #ffffff1c;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-items: start;
  padding-bottom: 40px;
}

.heading-8 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-3 {
  color: var(--p-color);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.container-13 {
  border-left: 2px #252525;
  max-width: none;
  padding-left: 0;
}

.portfolio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.container-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-9 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
}

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

.heading-10 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-15 {
  background-color: var(--elements-webflow-library--neutral--100);
  width: 2px;
  height: 50px;
}

.container-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--elements-webflow-library--neutral--100);
  background-color: #0000;
  background-image: radial-gradient(circle at 45%, #5a00ee80, #0000 60%);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
}

.paragraph-6 {
  color: var(--p-color);
  margin-bottom: 60px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  display: block;
}

.pricing {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.container-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-7-left {
  border-bottom: 4px none var(--main);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4vw;
  line-height: 5vw;
}

.grid-11 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  max-width: none;
  height: auto;
}

.price-card-1 {
  background-color: var(--bg);
  border: 1px solid #999;
  border-radius: 20px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

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

.heading-11 {
  color: var(--elements-webflow-library--neutral--100);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.heading-12 {
  color: var(--p-color);
  text-align: center;
  align-self: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

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

.paragraph-3-copy {
  color: var(--p-color);
  -webkit-text-stroke-color: #ffffff9e;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.image-6 {
  width: 40px;
  height: 40px;
  display: none;
}

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

.container-23 {
  width: 100%;
  max-width: none;
}

.paragraph-7 {
  color: var(--elements-webflow-library--neutral--100);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #828282, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.price-card-2 {
  background-color: var(--bg);
  border: 1px solid #8315f1cc;
  border-radius: 20px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.price-card-3 {
  background-color: var(--bg);
  border: 1px solid #999;
  border-radius: 20px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.price-container {
  max-width: 90%;
  position: relative;
}

.price-cards {
  z-index: 4;
  float: none;
  clear: none;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 0 0 20px 20px;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  position: sticky;
  top: 80px;
}

.pricing-section {
  background-image: radial-gradient(circle at 0%, #5a00ee24, #01010f 24%);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.bundlle-content {
  z-index: 1;
  max-width: none;
  margin-top: 40px;
  position: relative;
}

.heading-13 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
}

.grid-14 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.container-27 {
  border-bottom: 2px solid #252525;
  width: 100%;
  max-width: none;
  padding-bottom: 10px;
}

.grid-15 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: start;
  place-items: stretch stretch;
}

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

.image-7 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-right: 0;
  display: block;
}

.paragraph-8 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 22px;
}

.none {
  color: #252525;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 22px;
}

.btn {
  color: #9f9bbc;
  background-color: #3898ec00;
  border: 1px solid #9f9bbc;
  margin-top: 35px;
  padding: 15px 30px;
  font-size: 16px;
}

.s-scroll {
  justify-content: space-between;
  height: 100vh;
  display: flex;
  position: relative;
}

.portfolio-image-link {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.paragraph-10 {
  color: var(--elements-webflow-library--neutral--100);
  border-bottom: 1px #000;
  margin-bottom: .1rem;
  font-size: 22px;
}

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

.portfolio-title {
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.portfolio_item {
  border-radius: 18px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.portfolio_item:hover {
  background-image: url('../images/Paweł_s_Marvelous_Site_-_8_April_2023_AdobeExpress_AdobeExpress.gif');
  background-position: 50%;
  background-size: cover;
}

.portfolio_item._05 {
  background-image: url('../images/6754c37e0b2b0f3a1a445055_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio_item._04 {
  background-image: url('../images/Screenshot-2025-09-23-at-10.48.55.webp');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio_item._03 {
  text-align: justify;
  background-image: url('../images/6837996d1e5d1320a391b4dc_galabox.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
}

.portfolio_item._02 {
  background-image: url('../images/tasos.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
}

.portfolio_item._01 {
  background-image: url('../images/tasos-uklid-16-9.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
}

.portfolio_item._06 {
  background-image: url('../images/68379f95ff082011cf432a9a_ozon.webp');
  background-position: 0 0;
  background-size: cover;
}

.portfolio_item._08 {
  background-image: url('../images/AdobeStock_251697771-1-1-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
}

.portfolio_item._09 {
  background-image: url('../images/6754bd3d731e073feb24f569_erpeko-3.webp');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio_item._10 {
  background-image: url('../images/Business-Cards.webp');
  background-position: 0 0;
  background-size: cover;
}

.container-29 {
  flex-direction: column;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.portfolio-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.text-small {
  color: #818181;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 135%;
}

.padding-section-medium {
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-30 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
  background-color: #f11ed5;
}

.glowing-wrapper-mask-wrapper:hover {
  opacity: 2;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
  background-color: #80f;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active {
  display: inline-block;
}

.glowing-wrapper-mask {
  opacity: 1;
  background-color: #dc0be3;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #ff00e5;
  letter-spacing: -.01em;
  cursor: default;
  border: 1px solid #5a00ee96;
  border-radius: 62.5rem;
  height: auto;
  padding: .5rem 1.5rem;
  font-size: 20px;
  line-height: 1.42;
  text-decoration: none;
  display: block;
  position: relative;
}

.glowing-wrapper-button.button-price {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.glowing-wrapper-button.button-price-4 {
  border-color: #999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.glowing-wrapper-button.cta-btn-hero {
  height: 44.05px;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.button-text-2 {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  color: #bd31e8;
  border-radius: 62.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders {
  opacity: 1;
  color: #d61ab6;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-borders:hover {
  background-color: var(--secondary);
}

.styles---glowing-button {
  background-color: #984c4c;
  display: none;
}

.button-text-3 {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.9vw;
  font-weight: 500;
  position: relative;
}

.glowing-wrapper-copy-copy {
  background-color: #5a00ee1a;
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper-glow-copy {
  opacity: .12;
  filter: blur(8px);
  background-color: #000;
}

.glowing-wrapper-4 {
  background-color: #141416c2;
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-outer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1b1e66;
  border: 1px solid #222325;
  border-radius: 100px;
  flex-direction: column;
  max-width: 100%;
  padding: 9px;
  display: flex;
  position: relative;
}

.menu-expand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1a1b1e;
  border-radius: 23px;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.menu-expand-header {
  color: #313235;
  border-bottom: 1px solid #222325;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 13px;
  font-size: 10px;
  line-height: 120%;
}

.menu-expand-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: grid;
}

.menu-expand-link {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.menu-expand-link:hover {
  text-decoration: underline;
}

.menu-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1b1e;
  border-radius: 92px;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  display: flex;
  overflow: auto;
}

.menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #222325;
  border-radius: 80px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.menu-link:hover {
  background-color: #36353a;
}

.mobile-nav, .mobile-logo, .list {
  display: none;
}

.post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.post-heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(244deg, #fee9, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.post-heading.privacy {
  max-width: 100%;
  margin-bottom: 0;
}

.heading-19 {
  background-image: linear-gradient(17deg, var(--main), var(--secondary));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.tablet-nav {
  display: none;
}

.menu-outer-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1b1e66;
  border: 1px solid #222325;
  border-radius: 100px;
  flex-direction: column;
  max-width: 100%;
  padding: 9px;
  display: flex;
  position: relative;
}

.menu-inner-tablet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1b1e;
  border-radius: 92px;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  display: flex;
  overflow: auto;
}

.menu-link-tablet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #222325;
  border-radius: 80px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.menu-link-tablet:hover {
  background-color: #36353a;
}

.rich-text-block {
  border-top: 10px solid var(--main);
  color: var(--blog-text);
}

.rich-text-block.privacy {
  color: var(--blog-text);
  margin-bottom: 20px;
}

.heading-10-copy {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.grid-9-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-self: stretch;
  place-items: stretch center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-7-left-copy {
  border-bottom: 4px none var(--main);
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(239deg, #828282, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 62px;
}

.cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: static;
}

.container-15-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-15.generic {
  display: none;
}

.brix---header-logo-link-copy-copy {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-copy-copy:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.grid-10-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
}

.container-35 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.container-36 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.container-37 {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.left-blog-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 45%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.right-blog-content {
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 45%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.grid-20 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-columns: 1fr;
  width: 100%;
}

.right-text-blog {
  opacity: 0;
  color: var(--p-color);
  cursor: default;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.right-text-2 {
  opacity: 0;
  color: var(--p-color);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.left-text-blog, .left-text-blog-2 {
  opacity: 0;
  color: var(--p-color);
  cursor: default;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.references {
  color: var(--bg);
  -webkit-text-stroke-color: var(--bg);
  height: auto;
  position: static;
}

.custom-styles {
  display: none;
}

.brix---color-accent-5 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 4px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---text-203 {
  color: #999;
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.brix---container-default-12 {
  max-width: 90%;
  padding-left: 0;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#5a00ee5c, #fff0 9%, #fff0);
  border-top: 20px solid #6415ef;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.brix---avatar-image-2 {
  background-color: #fff;
}

.brix---paragraph-default-5 {
  color: var(--p-color);
  border: 1px #e7d4d4;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.brix---text-200-bold-3 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 20px;
}

.brix---3-columns-1-col-tablet-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.brix---avatar-circle-5 {
  border-radius: 50%;
  width: 45px;
  max-width: 80px;
  height: 45px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-left-pd-40px-2 {
  background-color: #f000;
  background-image: linear-gradient(148deg, var(--gradient-1), var(--gradient-2) 65%, var(--gradient-3));
  box-shadow: none;
  background-position: 0 0;
  border: 1px solid #2f2f2f;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.brix---mg-left-16px-2 {
  margin-left: 16px;
}

.paragraph-copy {
  color: var(--p-color);
  text-align: left;
  width: 869px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.testimonials {
  border-bottom: 4px none var(--main);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5vw;
}

.image-16 {
  width: 120px;
  margin-bottom: 10px;
}

.container-41 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.grid-22 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: end;
  width: 100%;
  margin-bottom: 0;
}

.heading-7-center {
  border-bottom: 4px none var(--main);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 65%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4vw;
  line-height: 5vw;
}

.ux-ui-block, .ai-chatbot, .e-shop-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #080b13;
  border: 1px solid #2f2f2f;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.hero-cta {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-cta.glowing-wrapper-active {
  font-size: 24px;
  display: inline-block;
}

.hero-text-2 {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.email, .brand-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #080b13;
  border: 1px solid #2f2f2f;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.offer-heading {
  border-bottom: 4px none var(--main);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 4vw;
  line-height: 5vw;
}

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

.portfolio-cta {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.portfolio-cta.glowing-wrapper-active {
  font-size: 24px;
  display: inline-block;
}

.service-headline {
  color: var(--secondary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0%;
  margin-bottom: 5px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.sand-box-service {
  border: 4px #d232ec30;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  box-shadow: 0 2px 20px 20px #5a00ee0f;
}

.service-paragraph {
  color: var(--p-color);
  text-align: center;
  width: 85%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.underline-1 {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  width: 0%;
  height: 1px;
  margin-top: 0;
  transition: width .2s;
}

.underline-2, .underline-3, .underline-4 {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
  width: 0%;
  height: 1px;
  margin-top: 0;
}

.under-line-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.link-1 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-1:hover {
  color: var(--p-color);
}

.link-1:visited {
  color: var(--elements-webflow-library--neutral--100);
}

.link-1.w--current {
  color: var(--flowui-component-library--white);
  cursor: default;
}

.link-2 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-2:hover {
  color: var(--p-color);
}

.link-2:visited {
  color: var(--elements-webflow-library--neutral--100);
}

.link-2.w--current {
  color: var(--flowui-component-library--white);
}

.link-3 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-3:hover {
  color: var(--p-color);
}

.link-3:visited {
  color: var(--elements-webflow-library--neutral--100);
}

.link-3.w--current {
  color: var(--flowui-component-library--white);
}

.link-4 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-4:hover {
  color: var(--p-color);
}

.link-4:visited {
  color: var(--elements-webflow-library--neutral--100);
}

.link-4.w--current {
  color: var(--flowui-component-library--white);
}

.container-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

.nav-tablet {
  background-color: var(--nav-bg);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 20px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
  position: sticky;
  top: 0;
}

.posouvac {
  margin-top: 0;
  position: absolute;
  top: -110px;
}

.testimonials-mobile {
  border-bottom: 4px none var(--main);
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(356deg, #82828200, #fff 51%);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 62px;
  display: none;
}

.nav-mobile-butto {
  margin-left: 0;
  display: block;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.f-form-step-item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.f-form-steps-item.is---2 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.f-form-steps-item.is---7 {
  z-index: 1;
  background-color: #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 99%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.f-form-steps-item.is-1 {
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.slide-3 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.form-section {
  background-image: url('../images/6845ce37ee92683217d1a733_AdobeStock_298011814.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 88%;
  display: flex;
}

.form-content-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.form-heading-text {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.form-heading-text.upper {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 60px;
  font-family: Switzer, Arial, sans-serif;
}

.container-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.form-text-descrpiption {
  color: var(--p-color);
  text-align: center;
  width: 80%;
  margin-top: 20px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.form-con-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  vertical-align: sub;
  background-color: #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: block;
}

.container-55 {
  background-color: var(--nav-bg);
  border-radius: 15px;
  flex-flow: row;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

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

.container-56 {
  width: 600px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

.div-block-22 {
  border: 1px solid var(--p-color);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: inline-block;
}

.image-19 {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-19 {
  color: #727272;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  display: none;
}

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

.container-57 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Switzer, Arial, sans-serif;
  display: flex;
}

.field-label-3 {
  color: #c5c5c5;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.field-label-3.margin-15 {
  margin-bottom: 20px;
}

.text-field-3 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #181717;
  border: 1.5px solid #373737;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 18px;
  transition: border-color .2s;
}

.text-field-3:focus {
  border-color: var(--main);
}

.responsive-grid {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  border-radius: 0;
}

.container-58 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.code-embed {
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.code-embed-2 {
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
}

.container-59 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

.div-block-25 {
  width: 290px;
}

.link-5 {
  color: var(--p-color);
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.code-embed-3 {
  color: var(--elements-webflow-library--neutral--100);
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: auto;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
}

.success-message-3 {
  background-color: #ddd0;
  width: 600px;
  height: 627px;
  padding: 0;
}

.form-block-2 {
  margin-bottom: 0;
}

.container-60 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.form-sent {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Switzer, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-22 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
}

.form-contest-paragraph {
  color: var(--p-color);
  font-family: Switzer, Arial, sans-serif;
}

.paragraph-21-copy {
  color: var(--p-color);
  margin-bottom: 0;
  margin-right: 0;
}

.div-block-27 {
  display: none;
}

.heading-34 {
  background-image: linear-gradient(289deg, var(--main), var(--secondary));
  color: #01010f;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8%;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.bold-text {
  font-size: 4vw;
  line-height: 4.3px;
}

.my-list {
  list-style-type: disc;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-2 {
  color: var(--blog-text);
  margin-bottom: 0;
}

.brix---container-default-14 {
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.brix---heading-h2-size-7 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  background-color: #08080800;
  min-height: 16px;
}

.brix---accordion-title {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
}

.brix---paragraph-default-7 {
  color: var(--p-color);
  text-align: left;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-5 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.brix---text-center-7 {
  text-align: center;
}

.brix---inner-container-574px---center-5 {
  max-width: 574px;
  margin-left: 0;
  margin-right: 0;
}

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

.brix---inner-container-900px-center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  border: 1px solid var(--main);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #d232ec21;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v7:hover {
  transform: scale3d(.96, .96, 1.01);
}

.faq {
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-20 {
  border-radius: 25px;
}

.logos-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-row {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10rem;
  display: flex;
  overflow: hidden;
}

.logo-2 {
  height: 2rem;
}

.logos-gradient {
  background-image: linear-gradient(90deg, #01010f, #0e0c1500);
  width: 5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  background-image: linear-gradient(90deg, #01010f, #0e0c1500);
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.div-block-37 {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-42 {
  color: var(--p-color);
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.image-31 {
  filter: blur() drop-shadow(0 0 100px #5a00ee66);
  width: 90%;
  position: static;
  inset: 58% 0% 0% 13%;
}

.div-block-41 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: static;
  top: 58%;
}

.foooter {
  height: auto;
}

.footer-container {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  animation: 3s linear infinite lightMive;
  position: relative;
}

.footer-content {
  color: #000;
  background-color: #010101;
  border: .5px #000;
  border-top: .1px #646464;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 99%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-73 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-74 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.grid-36 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: start;
  justify-items: stretch;
}

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

.footer-content-logo {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.footer-content-logo:hover {
  transform: scale3d(.96, .96, 1.01);
}

.heading-46 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 20px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.footer-paragraph {
  color: var(--p-color);
  -webkit-text-stroke-color: #ffffff9e;
  width: 70%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
}

.footrer--infostrip {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.link-9 {
  color: var(--p-color);
  transition: color .4s;
}

.link-9:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.link-10 {
  color: var(--p-color);
  transition: color .4s;
}

.link-10:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.footer-border-container-down {
  border-bottom: 1.5px solid var(--gray);
  width: 100%;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
}

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

.image-33 {
  width: auto;
  height: auto;
}

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

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

.link-12 {
  color: #939393;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-12:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.icon-righ-margind10 {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.a {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.footer-contact-text, .footer-infosrtip-text {
  color: var(--p-color);
  -webkit-text-stroke-color: #ffffff9e;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.footer-options {
  color: var(--elements-webflow-library--neutral--100);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.footer-loho {
  max-width: 120px;
}

.blog-main-image {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/galabox.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.rich-image {
  border-radius: 25px;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px #ffffff0f;
}

.link-13 {
  color: var(--blog-text);
}

.body-2 {
  height: 100%;
}

.side-image {
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-49 {
  text-align: left;
}

.bold-text-2 {
  font-size: 36px;
  line-height: 46px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-6 {
  margin-bottom: 4px;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---text-205 {
  color: var(--blog-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---text-200-bold-5 {
  color: var(--flowui-component-library--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 55px;
  max-width: 64px;
  height: 55px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.blog-left {
  width: 70%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.blog-right {
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, #5a00ee00, #5a00ee66 0%, #fff0 35%);
  width: 30%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  position: sticky;
  top: 100px;
}

.iner-blog {
  border: .1px solid var(--dark-grey);
  background-color: #fff0;
  border-radius: 20px;
  padding-bottom: 20px;
}

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

.heading-51 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-47 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 25px;
  display: flex;
}

.paragraph-27 {
  color: var(--blog-text);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.small-post--card {
  padding-left: 25px;
  padding-right: 20px;
}

.small-post-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  margin-bottom: 0;
}

.heading-52 {
  color: var(--blog-text);
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 500;
}

.link-block-6 {
  text-decoration: none;
}

.blog-post {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.code-embed-4 {
  display: none;
}

.link-15 {
  color: var(--secondary);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  display: inline;
}

.link-16 {
  color: var(--main);
  font-weight: 500;
}

.link-block-7 {
  color: var(--flowui-component-library--white);
  text-decoration: none;
}

.link-block-8 {
  color: var(--elements-webflow-library--neutral--100);
  text-decoration: none;
}

.link-block-9, .link-block-10 {
  text-decoration: none;
}

.conditions-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin: 0 auto 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-28 {
  margin-bottom: 0;
}

.div-block-45-copy, .adress {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.heading-10-copy {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.reference-cta-heading {
  opacity: 0;
  color: var(--elements-webflow-library--neutral--100);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  transform: translate(0, 53px);
}

.image-35 {
  width: 150px;
  height: 150px;
}

.image-36 {
  width: 120px;
  height: 120px;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.heading-59 {
  margin-bottom: 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 12.5px;
}

.div-block-50 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.logo-strip {
  max-width: 1920px;
  margin-bottom: 0;
  overflow: hidden;
}

.service-cta {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.service-cta.glowing-wrapper-active {
  font-size: 24px;
  display: none;
}

.paragraph-29 {
  margin-bottom: 40px;
}

.code-embed-7 {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.code-embed-8, .code-embed-9y {
  display: none;
}

.paragraph-30.cookie-banner-2-paragraph---brix {
  color: #ccc;
  max-width: 332px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner-2-right-content---brix {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  align-items: center;
  display: flex;
}

.cookie-icon---brix {
  width: 3rem;
  margin-right: 20px;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-message---brix.cookie-banner-2---brix {
  color: #7e25ec;
  width: 15px;
  font-size: 14px;
  transition-duration: .4s;
  position: static;
}

.cookie-banner-2-left-content---brix {
  align-items: center;
  display: flex;
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 680px;
  padding: 20px 32px;
  display: flex;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
  z-index: 80;
  color: var(--elements-webflow-library--neutral--300);
  background-color: #01010f;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  box-shadow: 0 0 30px -10px #7e25ec;
}

.cookie-banner-content---brix.cookie-banner-2---brix {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---btn-header-hidden-on-mbl-copy {
  margin-left: 0;
  display: block;
}

.glowing-wrapper-button-copy {
  z-index: 1;
  color: #ff00e5;
  letter-spacing: -.01em;
  cursor: default;
  border: 1px solid #5a00ee96;
  border-radius: 62.5rem;
  padding: .5rem 1.5rem;
  font-size: 20px;
  line-height: 1.42;
  text-decoration: none;
  display: block;
  position: relative;
}

.button-text-2-copy {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.tagline {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.heading-copy {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(244deg, #fee9, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 400;
  line-height: 72px;
}

.heading-copy.spline-hero {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(237deg, #fee9, #ffefef52 5%, #fff);
  width: 85%;
  margin-top: 10px;
  font-weight: 600;
}

.heading-34-copy, .heading-34-copy-copy {
  background-image: linear-gradient(289deg, var(--main), var(--secondary));
  color: #01010f;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8%;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
}

.headline-prague-hero {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(244deg, #fee9, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 400;
  line-height: 72px;
}

.headline-prague-hero.spline-hero {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(237deg, #fee9, #ffefef52 5%, #fff);
  width: 85%;
  margin-top: 10px;
  font-weight: 600;
}

.headline-prague-mobile {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(244deg, #fee9, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 400;
  line-height: 72px;
}

.headline-prague-mobile.spline-hero {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(237deg, #fee9, #ffefef52 5%, #fff);
  width: 85%;
  margin-top: 10px;
  font-weight: 600;
  display: none;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-left: .4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--main);
  color: #fbfbfb;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 .2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2.text-weight-bold {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(340deg, #67676754, #fff 35%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 80%;
  margin-bottom: 20px;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 5.4vw;
}

.max-width-70ch {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.hero-component {
  z-index: 20;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  color: var(--flowui-component-library--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  align-items: center;
  width: auto;
  height: 970px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-icon {
  z-index: 2;
  background-color: #1f1f1f;
  border-radius: 12rem;
  padding: .7rem .7rem .7rem .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.trusted-by-hero-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.text-weight-bold {
  font-weight: 700;
}

.primary-button {
  color: #fbfbfb;
  background-color: #ed5145;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stats {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1.5rem;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  position: relative;
}

.double-button-component.margin-top-button-hero.buttons-hero {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: relative;
}

.double-button-component.margin-top-button-hero.ppc-page {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.double-button-component.margin-top-button-hero.buttons-levne-webz {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.double-button-component.margin-top-button-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: .5rem;
}

.secondary-button-text {
  z-index: 2;
  margin-left: .9rem;
  position: relative;
}

.hero-ppc {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
}

.hero-sticky-component {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
}

.sticky-images {
  border-radius: 1.5rem;
  width: 30vw;
  height: 30vw;
  position: absolute;
  overflow: hidden;
}

.sticky-images.left-sticky-image {
  z-index: 2;
  margin-top: 5vh;
  right: 58vw;
}

.sticky-images.middle {
  z-index: 3;
}

.sticky-images.right-sticky-image {
  z-index: 1;
  margin-top: 5vh;
  left: 58vw;
}

.hero-video {
  width: 100%;
  height: 100%;
}

.overflow-hidden-2 {
  border-top: 4px solid var(--main);
  margin-top: 0;
  margin-bottom: 0;
  overflow: clip;
}

.about-hero-interaction {
  flex-flow: column;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.read-more-tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gray);
  color: #fbfbfb;
  border-radius: 2.3125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.text-size-small-2 {
  color: var(--flowui-component-library--white);
  font-size: 1rem;
}

.text-size-small-2.text-weight-bold {
  font-size: 1.3rem;
  font-weight: 400;
}

.steps-item {
  position: sticky;
  top: 8vh;
}

.max-width-40ch {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.padding-global {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 100ch;
  display: flex;
}

.cluth-rating {
  z-index: 20;
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  border: 1px none var(--main);
  color: #fbfbfb;
  background-color: #5a00ee00;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem 1rem;
  text-decoration: none;
  display: inline-flex;
  position: static;
}

.about-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: radial-gradient(circle at 50% 40%, #5a00ee63, #01010f00 44%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: grid;
}

.opacity-71 {
  opacity: .6;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-medium {
  color: var(--flowui-component-library--white);
  font-size: 1.75rem;
  line-height: 1em;
}

.read-more-tag-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

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

.max-width-33ch {
  max-width: 50ch;
}

.about-features-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 90vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-39 {
  border: 1px solid var(--dark-grey);
  border-radius: 25px;
  max-width: 90%;
}

.about-features-wrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.about-features-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mask-frame {
  background-color: var(--gradient-2);
  display: none;
  position: absolute;
  inset: 0%;
}

.about-features-image {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.opacity-80 {
  opacity: .8;
}

.about-features-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.header-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 95ch;
  margin-bottom: 40px;
  display: flex;
}

.headline-ppc {
  z-index: 2;
  color: #0000;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 80%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.text-block-12, .text-block-13, .text-block-14 {
  color: #999;
  font-size: 20px;
  line-height: 24px;
}

.section-10 {
  border-top: 0px none var(--main);
  background-image: linear-gradient(#01010f, #01010f00 18%), url('../images/Futuristic-Demo-revere.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
}

.div-block-51 {
  background-image: linear-gradient(180deg, #5a00ee5c, transparent 25%), linear-gradient(180deg, var(--bg), transparent 35%), url('../images/Futuristic-Demo-revere.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.trusted-by-component-2 {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #01010f;
  flex-flow: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.opacity-81 {
  opacity: .6;
}

.text-size-small-2-copy {
  color: var(--flowui-component-library--white);
  font-size: 1.2rem;
}

.stats-small {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 1.5vw;
  line-height: 2.5vw;
}

.stats-heading {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 3.5vw;
}

.stat-signs {
  color: var(--main);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.underline-2-2, .underline-3-2 {
  opacity: 1;
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-top: 0;
}

.menu-link-tablet-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #222325;
  border-radius: 80px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.menu-link-tablet-2:hover {
  background-color: #36353a;
}

.link-3-2 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-3-2:hover {
  color: #939393;
}

.link-3-2:visited, .link-3-2.w--current {
  color: #fff;
}

.underline-1-2 {
  opacity: 1;
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-top: 0;
  transition: width .2s;
}

.container-77 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.brix---header-wrapper-2 {
  z-index: 99;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #000000e6;
  height: auto;
  padding: 20px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: sticky;
  top: 0;
}

.brix---header-menu-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbg-2 {
  z-index: -1;
  background-color: #000000e6;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.glowing-wrapper-borders-2 {
  opacity: 1;
  color: #d61ab6;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-borders-2:hover {
  background-color: #d232ec;
}

.underline-4-2 {
  opacity: 1;
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-top: 0;
}

.link-1-2 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

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

.link-1-2:visited {
  color: #fff;
}

.link-1-2.w--current {
  color: #fff;
  cursor: default;
}

.link-4-2 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-4-2:hover {
  color: #939393;
}

.link-4-2:visited, .link-4-2.w--current {
  color: #fff;
}

.link-2-2 {
  color: #fff;
  overflow-wrap: normal;
  cursor: default;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-2-2:hover {
  color: #939393;
}

.link-2-2:visited, .link-2-2.w--current {
  color: #fff;
}

.brix---container-default-17 {
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.grid-42 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-columns: 1fr;
  width: 100%;
}

.left-text-1-2, .left-text-2-2 {
  opacity: 0;
  color: #939393;
  cursor: default;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.grid-43 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-columns: 1fr;
  width: 100%;
}

.right-text-1-2 {
  opacity: 0;
  color: #939393;
  cursor: default;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.right-text-2-2 {
  opacity: 0;
  color: #939393;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.brix---card {
  border: 1px solid var(--gray);
  background-color: #fff0;
  background-image: linear-gradient(163deg, var(--gradient-1), var(--gradient-2) 76%, var(--gradient-3));
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h1-size {
  color: var(--elements-webflow-library--neutral--100);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(189deg, #82828287, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 66px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 16px;
}

.brix---paragraph-default-8 {
  color: var(--p-color);
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.4vw;
  line-height: 30px;
}

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

.brix---btn-primary-full-width {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---flex-horizontal-start-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---heading-h3-size-2 {
  color: var(--flowui-component-library--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 34px;
}

.brix---tabs-wrapper {
  max-width: 90%;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---text-200-list-bold {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 24px;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---text-300-medium {
  color: var(--elements-webflow-library--neutral--100);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(352deg, #828282, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 22px;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---pricing-content-v2 {
  padding: 30px 28px;
}

.brix---divider-40px {
  background-color: var(--elements-webflow-library--neutral--400);
  color: var(--p-color);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---card-pricing-popular {
  border: 1px solid var(--main);
  background-color: #5a00ee05;
  background-image: linear-gradient(180deg, var(--gradient-1), var(--gradient-2) 41%, var(--gradient-3));
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  position: relative;
}

.brix---btn-primary-white-full-width {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.pricing-cards-ppc {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.pricinng-block-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.heading-34-copy {
  background-image: linear-gradient(289deg, var(--main), var(--secondary));
  color: #01010f;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8%;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
  display: none;
}

.testimonialtaglile {
  opacity: 1;
  color: var(--elements-webflow-library--neutral--100);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.sandbox-referal-section {
  border-top: 4px solid var(--main);
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#5a00ee5c, #fff0 13%, #fff0), url('../images/Futuristic-Demo.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.tagline-sandbox {
  color: var(--main);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.image-42 {
  color: #fff;
  width: 100px;
}

.clutch-trevie-text {
  font-size: 18px;
}

.image-44 {
  width: 80px;
}

.div-block-52 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---btn-header-hidden-on-mbl-copy-copy {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.hero-second {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

.mobile-hide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stat-lower {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-2-mobile {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2-mobile.text-weight-bold {
  width: 80%;
  margin-bottom: 20px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 6vw;
  display: none;
}

.hero-text-btn-mobile {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: none;
  position: relative;
}

.hero-second-mobile {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: none;
  position: relative;
}

.code-embed-12 {
  display: block;
}

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

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

.heading-2-copy {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2-copy.text-weight-bold {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(340deg, #67676754, #fff 35%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph-copy {
  color: #999;
  text-align: left;
  width: 85%;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-copy.spline-hero {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
}

.paragraph-copy.spline-hero.igtarget {
  width: 80%;
}

.paragraph-copy.pargraph-large {
  text-align: center;
  width: 75%;
  margin-bottom: 0;
}

.paragraph-copy.ppc-paragraph-2 {
  text-align: center;
  text-align: center;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.section-11 {
  margin-top: 0;
  position: relative;
}

.div-block-51-copy {
  background-image: linear-gradient(180deg, #5a00ee5c, transparent 20%), linear-gradient(180deg, var(--bg), transparent 35%), url('../images/Futuristic-Demo-revere.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.overflow-hidden-2-copy {
  border-top: 6px solid var(--main);
  margin-top: 0;
  margin-bottom: 0;
  overflow: clip;
}

.about-features-header-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 60vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.levne-weby-reference {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 80vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.levne-weby-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.stats-levne-webz {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #01010f;
  flex-flow: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.pricing-levne-weby, .reference-levne-weby {
  z-index: 2;
  color: #0000;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 80%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.reference-levne-weby.desktop-lw {
  line-height: 55px;
}

.reference-levne-weby.mobile-lw {
  display: none;
}

.levne-weby-cta {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-placeholder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--elements-webflow-library--neutral--100);
  background-color: #0000;
  background-image: radial-gradient(circle at 45%, #5a00ee80, #0000 60%);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: relative;
}

.image-placeholde {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--elements-webflow-library--neutral--100);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.image-46 {
  max-width: none;
  height: 100%;
  position: absolute;
}

.levne-weby-cta-grid {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  margin-bottom: 60px;
}

.levne-weby-cta-headline {
  border-bottom: 4px none var(--main);
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4vw;
  line-height: 5vw;
}

.levne-weby-cta-container {
  background-image: radial-gradient(circle at 80%, #5a00ee2e, #01010f00 26%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.levne-weby-cta-image {
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.levne-weby-form-section {
  background-image: url('../images/bg7.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 88%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.form-content-container-copy, .form-content-container-levne-weby {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-text-descrpiption-lw {
  color: var(--p-color);
  text-align: left;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.robot, .robot-1-lw {
  display: none;
}

.robot-2-lw {
  display: block;
}

.form-text-lw {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.form-grid-lw {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.about-features-wrapper-copy {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.bold-text-7 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1.1em;
}

.from-icon-lw {
  display: block;
}

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

.icon-grid-lw {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  width: 100%;
}

.grid-from-heading-lw {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
}

.heaign-form-text-lq {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.top-form-content-lw {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.refernce-text-content-lq, .service-text-content-lw {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.service-vcontent-lw {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 80vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.robot-2 {
  display: block;
}

.pricing-levne-weby-copy {
  z-index: 2;
  color: #0000;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.pricing-levne-weby-cta {
  z-index: 2;
  color: #0000;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.pricing-levne-weby-cta.desktop-lw {
  line-height: 55px;
}

.pricing-levne-weby-cta.mobile-lw {
  display: none;
}

.lw-cta-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.headline-sevice-lw {
  z-index: 2;
  color: #0000;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 80%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.headline-sevice-lw.desktop-lw {
  line-height: 55px;
}

.headline-sevice-lw.moble-lw {
  display: none;
}

.pading-global-lw {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.about-features-image-lw {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.container-services-lw {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.about-features-content-lw {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

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

.pragarpg-cta-lw {
  color: var(--p-color);
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.section-12 {
  position: relative;
}

.heading-2-copy-copy {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2-copy-copy.text-weight-bold {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(340deg, #67676754, #fff 35%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

.kalkulacka {
  background-image: url('../images/g9.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.kalkulacka-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.body-3 {
  background-color: #000;
}

.form-block-3 {
  background-color: #000000f2;
  border: 10px solid #ffffff1a;
  border-radius: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 4%;
}

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

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

.kalkulacka-right {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.text-block-18 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15em;
}

.text-block-19 {
  color: #b3b3b3;
  margin-bottom: 32px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.text-block-20 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

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

.project-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #1a1a1a;
  border: 1px solid #a6a6a6;
  border-radius: 12px;
  align-items: center;
  padding: 5% 7%;
  display: flex;
}

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

.text-block-21 {
  color: #b3b3b3;
  font-family: Switzer, Arial, sans-serif;
  line-height: 1em;
}

.text-block-22 {
  color: #fff;
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.project-card-img {
  height: 70%;
}

.grid-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 32px;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.grid-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-bottom: 32px;
}

.priority-option {
  text-align: center;
  background-color: #1a1a1a;
  border: 1px solid #a6a6a6;
  border-radius: 64px;
  padding: 10px 0;
}

.priority-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-23 {
  color: #fff;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

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

.code-embed-13 {
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 36px;
  margin-bottom: 0;
  display: flex;
}

.submit-box {
  display: none;
}

.shrnuti-part {
  padding-bottom: 16px;
}

.shrnuti-header {
  color: #fff;
  margin-bottom: 10px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.shrnuti-choice {
  color: #b3b3b3;
  margin-bottom: 16px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.div-block-54 {
  background-color: #595959;
  width: 100%;
  height: 1px;
}

.text-block-18-copy {
  color: #fff;
  margin-bottom: 32px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15em;
}

.choice-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
}

.choices {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.tab-trigger {
  color: #fff;
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.tab-panel-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

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

.text-block-22-copy {
  color: #fff;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.text-block-21-copy {
  color: #b3b3b3;
  font-family: Switzer, Arial, sans-serif;
  line-height: 1em;
}

.tab-panel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.code-embed-14 {
  margin-bottom: 0;
}

.submit-email-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 24px;
  display: grid;
}

.email-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #a6a6a6;
  border-radius: 8px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  display: flex;
}

.image-47 {
  height: 20px;
}

.text-field-4 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 20px 24px 20px 20px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.text-field-4::placeholder {
  color: #999;
}

.checkbox-label {
  color: #a5a5a5;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Switzer, Arial, sans-serif;
  font-weight: 500;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/correcticon.svg');
  background-position: 50%;
  background-size: auto;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.success-message-4 {
  background-color: #0000;
  height: 50vh;
}

.text-block-24 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1em;
}

.text-block-25 {
  color: #b3b3b3;
  margin-bottom: 32px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: 200px;
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.lottie-animation {
  margin-bottom: 26px;
}

.div-block-56 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-48 {
  height: 25vw;
}

.image-49 {
  object-fit: fill;
  height: 25vw;
}

.block-quote {
  margin-top: 20px;
}

.button-text-post {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Switzer, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

.cta-pripadovka {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: static;
}

.grid-49 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: auto;
  margin-bottom: 20px;
}

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

.pripadovka-cta-web {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.image-50 {
  width: 80px;
  transform: rotate(180deg);
}

.div-block-57 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  display: flex;
}

.link-block-11 {
  text-decoration: none;
}

.post-link-web {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
}

.experts-card-krystof {
  aspect-ratio: auto;
  background-image: linear-gradient(#0000 46%, #0e031b 61%, #0f031f 81%, #21004d), url('../images/krystof.webp'), linear-gradient(#0006, #0006), url('../images/bg4.jpg');
  background-position: 0 0, 50%, 0 0, 52% 0;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto 25vw, auto, auto 130%;
  border: 1px solid #430099;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 25vw;
  margin-right: 20px;
  padding: 8% 6%;
  text-decoration: none;
  display: flex;
}

.blog-main-image-2 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/tasos-stehovani.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.blog-main-image-3 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/kiedron.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.blog-main-image-4 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/tasos-uklid-16-9.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.rich-image-2 {
  border-radius: 25px;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px #ffffff0f;
}

.blog-main-image-5 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/Screenshot-2025-09-23-at-10.48.55.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 450px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.blog-main-image-6 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/Landing-page.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 450px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.blog-main-image-7 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/tasos-uklid-16-9.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.blog-main-image-8 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/Business-Cards.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 450px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.blog-main-image-9 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/AdobeStock_251697771-1-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

.text-block-26 {
  color: #fff;
  margin-bottom: .2vw;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1em;
}

.text-block-27 {
  color: #7000ff;
  margin-bottom: .8vw;
  font-size: 1.2vw;
}

.text-block-28 {
  color: #fff;
  font-size: 1.1vw;
  line-height: 1.4em;
}

.container-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
}

.experts-card-david {
  aspect-ratio: auto;
  background-image: linear-gradient(#0000 46%, #0d0110 61%, #1b021f 81%, #36043e), url('../images/david.webp'), linear-gradient(#0006, #0006), url('../images/bg4-2.webp');
  background-position: 0 0, 50%, 0 0, 52% 0;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto 25vw, auto, auto 130%;
  border: 1px solid #8b00a2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 25vw;
  margin-left: 20px;
  padding: 8% 6%;
  text-decoration: none;
  display: flex;
}

.text-block-27-copy {
  color: #db00ff;
  margin-bottom: .8vw;
  font-size: 1.2vw;
}

.image-51 {
  width: 50px;
  transition: all .15s;
}

.image-51:hover {
  transform: rotate(45deg);
}

.blog-main-image-11 {
  aspect-ratio: auto;
  border: 2px none var(--main);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/6754bd3d731e073feb24f569_erpeko-3.webp');
  background-position: 100% 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 40px #5a00ee1c;
}

@media screen and (min-width: 1280px) {
  .brix---header-logo {
    width: 130px;
    max-width: none;
  }

  .brix---header-wrapper.from-menu {
    height: auto;
  }

  .hero {
    height: 830px;
    max-height: none;
    padding-top: 0;
    overflow: visible;
  }

  .heading {
    text-align: left;
    max-width: 92%;
    margin-bottom: 25px;
    font-size: 72px;
    font-weight: 400;
    line-height: 82px;
  }

  .paragraph {
    text-align: left;
    width: auto;
    max-width: 92%;
    font-size: 24px;
  }

  .paragraph.pargraph-large {
    width: 80%;
    font-size: 1.7vw;
    line-height: 2.3vw;
  }

  .paragraph.ppc-paragraph-2, .paragraph.lw-cenik-pragraph {
    font-size: 1.9vw;
    line-height: 1.25em;
  }

  .container-7 {
    max-width: 90%;
  }

  .progress-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    left: 98%;
  }

  .container-8 {
    max-width: 85%;
  }

  .container-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-8 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .paragraph-3 {
    color: #ffffff9e;
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .container-13 {
    border-left-style: none;
    border-left-color: #252525;
  }

  .portfolio {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 100px;
    display: flex;
  }

  .container-14 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 90%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .heading-10 {
    font-size: 22px;
  }

  .div-block-15 {
    height: 60px;
  }

  .container-20 {
    background-image: radial-gradient(circle, #5a00ee80, #0000 55%);
    justify-content: flex-start;
    align-items: center;
    width: 450px;
    height: 450px;
    display: none;
  }

  .paragraph-6 {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .container-21 {
    max-width: 85%;
  }

  .heading-7-left {
    width: 100%;
    font-size: 3.8vw;
    line-height: 4.3vw;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
  }

  .heading-12 {
    width: 60%;
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .image-6 {
    display: block;
  }

  .price-container {
    max-width: 90%;
  }

  .paragraph-10 {
    font-size: 22px;
  }

  .container-29 {
    max-width: 90%;
  }

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

  .div-block-19 {
    width: auto;
    height: auto;
  }

  .glowing-wrapper-button {
    padding: .75rem 1.75rem;
    font-size: 1.8vw;
  }

  .glowing-wrapper-button.nav-btn {
    padding: .5rem 1.5rem;
  }

  .glowing-wrapper-button.cta-btn-hero {
    height: auto;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .button-text-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .post {
    padding-left: 0;
    padding-right: 0;
  }

  .post-heading {
    margin-bottom: 10px;
  }

  .heading-19 {
    background-image: linear-gradient(120deg, var(--secondary), var(--main));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .grid-9-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .65fr .35fr;
  }

  .heading-7-left-copy {
    background-image: linear-gradient(298deg, #828282, #fff);
    font-size: 52px;
  }

  .cta {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

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

  .grid-20 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    width: 65%;
    margin-top: 6%;
  }

  .right-text-blog, .right-text-2, .left-text-blog, .left-text-blog-2 {
    font-size: 28px;
  }

  .brix---container-default-12 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---paragraph-default-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---text-200-bold-3 {
    font-size: 20px;
  }

  .brix---avatar-circle-5 {
    width: 50px;
    height: 50px;
  }

  .paragraph-copy {
    text-align: left;
    width: auto;
    max-width: 92%;
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .testimonials {
    font-size: 52px;
  }

  .image-16 {
    width: 120px;
  }

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

  .heading-7-center {
    width: 100%;
    font-size: 62px;
  }

  .hero-text-2 {
    font-size: 24px;
  }

  .offer-heading {
    margin-bottom: 20px;
    font-size: 3.8vw;
    line-height: 4.3vw;
  }

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

  .portfolio-cta.glowing-wrapper-active {
    height: auto;
  }

  .service-headline {
    margin-bottom: 5px;
  }

  .sand-box-service {
    width: 100%;
  }

  .service-paragraph {
    text-align: center;
    width: auto;
    max-width: 70%;
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .brix---btn-header-hidden-on-mbl-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .testimonials-mobile {
    font-size: 52px;
  }

  .form-content-container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    display: block;
  }

  .heading-34 {
    margin-top: 6.5%;
  }

  .bold-text {
    font-size: 3.8vw;
    line-height: 4.3vw;
  }

  .heading-42 {
    font-size: 1.1rem;
  }

  .blog-main-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .rich-image {
    height: auto;
  }

  .body-2 {
    height: 100%;
    overflow: hidden;
  }

  .side-image {
    height: auto;
  }

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

  .small-post-image {
    height: 150px;
  }

  .code-embed-4 {
    display: none;
  }

  .link-15 {
    color: var(--main);
    padding-left: 0;
  }

  .reference-cta {
    margin-top: 40px;
  }

  .heading-10-copy, .reference-cta-heading {
    font-size: 22px;
  }

  .image-35 {
    width: 160px;
    height: 160px;
  }

  .image-36 {
    width: 130px;
    height: 130px;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 160px;
    display: flex;
  }

  .heading-59 {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 12.5px;
  }

  .div-block-50 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-8 {
    display: none;
  }

  .code-embed-9y {
    display: block;
  }

  .cookie-banner-2-right-content---brix {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tagline {
    color: var(--secondary);
    margin-bottom: 8px;
    font-size: 16px;
  }

  .heading-copy {
    text-align: left;
    max-width: 92%;
    margin-bottom: 25px;
    font-size: 72px;
    font-weight: 400;
    line-height: 82px;
  }

  .heading-34-copy, .heading-34-copy-copy {
    margin-top: 6.5%;
  }

  .headline-prague-hero, .headline-prague-mobile {
    text-align: left;
    max-width: 92%;
    margin-bottom: 25px;
    font-size: 72px;
    font-weight: 400;
    line-height: 82px;
  }

  .button-wrapper {
    height: auto;
  }

  .secondary-button {
    height: 50px;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .heading-2.text-weight-bold {
    font-size: 4.3vw;
    line-height: 5.3vw;
  }

  .hero-wrapper {
    background-image: none;
    height: 980px;
  }

  .button-icon {
    padding: .8rem .8rem .8rem .7rem;
  }

  .hero-ppc {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .about-hero-interaction {
    height: 180vh;
  }

  .text-size-small-2.text-weight-bold {
    font-size: 1.25rem;
  }

  .cluth-rating {
    padding: .75rem 1rem;
  }

  .text-size-large.text-weight-medium {
    font-size: 2vw;
    line-height: 1em;
  }

  .about-features-header, .image-39 {
    max-width: 80%;
  }

  .header-2 {
    max-width: 100%;
  }

  .headline-ppc {
    width: 75%;
    font-size: 4vw;
    line-height: 1.25em;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    font-size: 1.5vw;
    line-height: 1.25em;
  }

  .trusted-by-component-2 {
    margin-top: 60px;
  }

  .text-size-small-2-copy {
    font-size: 1.5vw;
    line-height: 1em;
  }

  .stats-small {
    font-size: 1.4vw;
    line-height: 1em;
  }

  .stats-heading {
    font-size: 3.5vw;
    line-height: 1em;
  }

  .stat-signs {
    font-size: 4vw;
  }

  .container-77 {
    max-width: 90%;
  }

  .grid-42 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    width: 65%;
    margin-top: 6%;
  }

  .left-text-1-2, .left-text-2-2 {
    font-size: 28px;
  }

  .grid-43 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    width: 65%;
    margin-top: 6%;
  }

  .right-text-1-2, .right-text-2-2 {
    font-size: 28px;
  }

  .heading-34-copy {
    margin-top: 6.5%;
  }

  .testimonialtaglile {
    font-size: 22px;
  }

  .sandbox-referal-section {
    background-image: linear-gradient(#5a00ee5c, #fff0 17%, #fff0), url('../images/Futuristic-Demo.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .tagline-sandbox {
    color: var(--main);
    margin-bottom: 8px;
    font-size: 1.3vw;
  }

  .hero-second {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .heading-2-mobile.text-weight-bold {
    font-size: 4.3vw;
    line-height: 4.3vw;
  }

  .hero-text-btn-mobile {
    font-size: 24px;
  }

  .hero-second-mobile {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .heading-2-copy.text-weight-bold {
    font-size: 4.3vw;
    line-height: 5.3vw;
  }

  .paragraph-copy {
    text-align: left;
    width: auto;
    max-width: 92%;
    font-size: 24px;
  }

  .paragraph-copy.pargraph-large {
    width: 80%;
    font-size: 1.7vw;
    line-height: 2.3vw;
  }

  .paragraph-copy.ppc-paragraph-2 {
    font-size: 1.9vw;
    line-height: 1.25em;
  }

  .about-features-header-copy, .levne-weby-reference {
    max-width: 80%;
  }

  .levne-weby-header {
    max-width: 100%;
  }

  .stats-levne-webz {
    margin-top: 60px;
  }

  .pricing-levne-weby {
    width: 70%;
    font-size: 4vw;
    line-height: 1.25em;
  }

  .reference-levne-weby {
    width: 85%;
    font-size: 4vw;
    line-height: 1.25em;
  }

  .image-placeholder {
    background-image: radial-gradient(circle, #5a00ee80, #0000 55%);
    justify-content: flex-start;
    align-items: center;
    width: 450px;
    height: 450px;
    display: block;
  }

  .image-placeholde {
    background-image: radial-gradient(circle, #5a00ee80, #0000 55%);
    justify-content: flex-start;
    align-items: center;
    width: 450px;
    height: 100%;
    display: block;
  }

  .levne-weby-cta-headline {
    width: 70%;
    font-size: 3.8vw;
    line-height: 4.3vw;
  }

  .form-content-container-copy, .form-content-container-levne-weby {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-text-descrpiption-lw {
    width: 85%;
  }

  .robot, .robot-1-lw {
    display: none;
  }

  .robot-2-lw, .from-icon-lw {
    display: block;
  }

  .refernce-text-content-lq, .service-text-content-lw {
    max-width: 100%;
  }

  .service-vcontent-lw {
    max-width: 80%;
  }

  .robot-2 {
    display: block;
  }

  .pricing-levne-weby-copy {
    width: 85%;
    font-size: 4vw;
    line-height: 1.25em;
  }

  .pricing-levne-weby-cta {
    width: 95%;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 1.25em;
  }

  .headline-sevice-lw {
    width: 75%;
    font-size: 4vw;
    line-height: 1.25em;
  }

  .pragarpg-cta-lw {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .heading-2-copy-copy.text-weight-bold {
    font-size: 4.3vw;
    line-height: 5.3vw;
  }

  .div-block-56 {
    justify-content: flex-end;
    align-items: center;
  }

  .block-quote {
    margin-top: 20px;
  }

  .cta-pripadovka {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

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

  .experts-card-krystof {
    text-decoration: none;
  }

  .blog-main-image-2, .blog-main-image-3, .blog-main-image-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .rich-image-2 {
    height: auto;
  }

  .blog-main-image-5, .blog-main-image-6, .blog-main-image-7, .blog-main-image-8, .blog-main-image-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .experts-card-david {
    text-decoration: none;
  }

  .blog-main-image-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 42px;
  }

  h3 {
    color: var(--elements-webflow-library--neutral--100);
    font-size: 24px;
  }

  p {
    color: var(--blog-text);
    font-size: 20px;
    line-height: 28px;
  }

  ol {
    color: var(--blog-text);
  }

  li {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  blockquote {
    border-left-width: 10px;
    border-left-color: var(--main);
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 28px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: block;
  }

  .brix---header-logo {
    width: 120px;
  }

  .brix---header-content-wrapper {
    justify-content: space-between;
  }

  .brix---container-default {
    max-width: 1610px;
  }

  .brix---header-wrapper {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .brix---header-wrapper.from-menu {
    height: auto;
  }

  .hero {
    background-color: #000;
    background-image: url('../images/Glowing-Planet-Particles1-1920x900_1.jpg');
    background-position: 0 0;
    background-size: auto;
    height: 820px;
  }

  .heading {
    font-size: 82px;
    font-weight: 400;
    line-height: 100px;
  }

  .heading.spline-hero {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: var(--p-1440);
    max-width: 80%;
    line-height: 36px;
  }

  .paragraph.spline-hero {
    width: 60%;
    margin-bottom: 40px;
    line-height: 34px;
  }

  .paragraph.spline-hero.igtarget {
    width: 60%;
  }

  .paragraph.pargraph-large {
    font-size: var(--p-1440);
    width: 70%;
    margin-bottom: 0;
    line-height: 30px;
  }

  .paragraph.ppc-paragraph-2, .paragraph.lw-cenik-pragraph {
    width: 75%;
    margin-bottom: 40px;
    font-size: 1.5vw;
    line-height: 1.25em;
  }

  .container-5 {
    margin-top: 0;
  }

  .container-7 {
    max-width: 90%;
  }

  .container-7.blog {
    max-width: 80%;
  }

  .progress-bar {
    z-index: 10;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #323232;
    border: 1.5px #fff;
    border-radius: 40px;
    width: 50px;
    height: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    position: fixed;
    inset: 35% auto auto 96%;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .first-round, .second-round, .thrid-round, .forth-round {
    background-color: #0000;
    border: 1.5px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-8 {
    margin-top: 0;
  }

  .container-10 {
    background-image: none;
  }

  .container-11 {
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .portfolio {
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    margin-left: 0;
  }

  .container-14 {
    flex-flow: row;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 90%;
    padding-left: 0;
    display: flex;
  }

  .container-15 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .grid-9 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1.25fr 1fr;
  }

  .heading-10 {
    font-size: 24px;
  }

  .container-20 {
    background-image: radial-gradient(circle, #5a00ee80, #0000 55%);
    justify-content: center;
    align-items: center;
    display: none;
  }

  .paragraph-6 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.25em;
  }

  .paragraph-6.generic {
    font-size: 22px;
  }

  .container-21 {
    max-width: 85%;
  }

  .heading-7-left {
    color: var(--elements-webflow-library--neutral--100);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 3.8vw;
  }

  .grid-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-11 {
    margin-bottom: 10px;
  }

  .heading-12, .paragraph-3-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .grid-13 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .container-23 {
    margin-left: auto;
  }

  .paragraph-7 {
    margin-bottom: 30px;
  }

  .price-card-2, .price-card-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .price-container {
    max-width: 90%;
  }

  .price-cards {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .pricing-section {
    background-image: radial-gradient(circle at 0%, #5a00ee42, #01010f 24%);
  }

  .paragraph-10 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-29 {
    max-width: 90%;
  }

  .text-small {
    color: #818181;
    font-size: 20px;
    line-height: 26px;
  }

  .container-30 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .glowing-wrapper-button {
    height: auto;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .glowing-wrapper-button.cta-btn-hero {
    height: auto;
  }

  .button-text-2 {
    font-size: 20px;
  }

  .button-text-3 {
    font-size: 1.4vw;
  }

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

  .heading-19 {
    background-image: linear-gradient(120deg, var(--secondary), var(--main) 58%);
    margin-bottom: 5px;
    font-size: 24px;
  }

  .rich-text-block {
    border-top-color: var(--main);
    color: var(--p-color);
    font-size: 26px;
    line-height: 36px;
  }

  .grid-9-copy {
    grid-template-columns: .75fr .25fr;
    align-self: stretch;
    justify-items: start;
  }

  .heading-7-left-copy {
    color: var(--elements-webflow-library--neutral--400);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 62px;
    font-weight: 500;
    line-height: 80px;
  }

  .heading-7-left-copy.generic {
    width: 100%;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
  }

  .cta {
    flex-flow: row;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .container-15-copy {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 80%;
  }

  .left-blog-content {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .right-blog-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-20 {
    width: 75%;
    margin-top: 40px;
  }

  .right-text-blog, .right-text-2, .left-text-blog, .left-text-blog-2 {
    font-size: 28px;
    line-height: 42px;
  }

  .brix---container-default-12 {
    max-width: 90%;
  }

  .brix---paragraph-default-5 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---text-200-bold-3 {
    font-size: 1.5vw;
  }

  .brix---3-columns-1-col-tablet-2 {
    margin-top: 60px;
  }

  .brix---avatar-circle-5 {
    width: 4vw;
    height: 4vw;
  }

  .paragraph-copy {
    font-size: var(--p-1440);
    width: 913.313px;
    min-width: 913.313px;
    max-width: 100%;
    line-height: 30px;
  }

  .testimonials {
    background-color: var(--elements-webflow-library--neutral--100);
    color: var(--elements-webflow-library--neutral--400);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 4vw;
  }

  .image-16 {
    width: 140px;
  }

  .container-41 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 136px;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .grid-22 {
    grid-column-gap: 33px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    place-content: end space-between;
    justify-items: stretch;
    margin-bottom: 40px;
  }

  .heading-7-center {
    color: var(--elements-webflow-library--neutral--100);
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 62px;
    font-weight: 700;
    line-height: 72px;
  }

  .ux-ui-block {
    box-shadow: none;
  }

  .hero-text-2 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .offer-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .flex-block {
    font-weight: 700;
  }

  .portfolio-cta.glowing-wrapper-active {
    height: auto;
  }

  .service-headline {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }

  .service-paragraph {
    font-size: var(--p-1440);
    max-width: 80%;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .link-1 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-1.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .link-2 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-2.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .link-3 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-3.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .link-4 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-4.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .container-50 {
    margin-bottom: 60px;
  }

  .nav-tablet {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .testimonials-mobile {
    color: var(--elements-webflow-library--neutral--400);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 62px;
    font-weight: 700;
    line-height: 72px;
  }

  .nav-mobile-butto {
    display: block;
  }

  .form-section {
    background-position: 0 0;
    background-attachment: scroll;
    height: 93%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-content-container {
    max-width: 1350px;
  }

  .grid-23 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr auto;
    justify-content: stretch;
    justify-items: stretch;
  }

  .form-heading-text.upper {
    text-align: left;
    text-transform: uppercase;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 46px;
    line-height: 56px;
  }

  .container-54 {
    display: block;
  }

  .form-text-descrpiption {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .form-con-outline {
    width: auto;
    padding: 10px;
  }

  .container-55 {
    padding: 25px;
  }

  .grid-24 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .grid-25 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 2.5fr;
  }

  .heading-33 {
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-19 {
    font-size: 20px;
    display: none;
  }

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

  .container-57 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .field-label-3 {
    font-size: 20px;
  }

  .field-label-3.margin-15 {
    display: block;
  }

  .text-field-3 {
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .responsive-grid {
    grid-column-gap: 28px;
    grid-row-gap: 15px;
  }

  .code-embed {
    font-size: 20px;
  }

  .code-embed-2 {
    font-family: Switzer, Arial, sans-serif;
    font-size: 22px;
  }

  .grid-29 {
    grid-template-columns: auto 1fr;
    justify-content: start;
    justify-items: center;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    width: 290px;
    display: flex;
  }

  .grid-30 {
    grid-column-gap: 54px;
    grid-template-columns: 250px 1fr;
    justify-content: start;
    width: auto;
  }

  .form-contest-paragraph {
    word-break: normal;
    width: auto;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
  }

  .form-heading-conteiner {
    margin-top: 0%;
  }

  .paragraph-23 {
    background-image: linear-gradient(169deg, var(--main), var(--secondary));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Switzer, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading-34 {
    margin-top: 5%;
    font-size: 30px;
    line-height: 36px;
  }

  .bold-text {
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .my-list {
    color: var(--blog-text);
    font-size: 20px;
  }

  .brix---container-default-14 {
    max-width: 80%;
  }

  .brix---accordion-title {
    font-size: 28px;
  }

  .heading-42 {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .image-31 {
    width: 80%;
    position: static;
    left: 0%;
  }

  .div-block-41 {
    justify-content: center;
    align-items: flex-start;
    height: 400px;
    position: static;
    top: auto;
    overflow: hidden;
  }

  .heading-46 {
    font-size: 24px;
  }

  .footer-paragraph {
    font-size: 22px;
    line-height: 30px;
  }

  .grid-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: end;
  }

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

  .link-12 {
    font-size: 22px;
    line-height: 34px;
  }

  .icon-righ-margind10 {
    width: 30px;
    height: 30px;
  }

  .footer-contact-text {
    font-size: 22px;
    line-height: 34px;
  }

  .footer-infosrtip-text {
    font-size: 22px;
    line-height: 30px;
  }

  .footer-options {
    font-size: 22px;
  }

  .blog-main-image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 99%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-image {
    height: auto;
  }

  .body-2 {
    height: 100%;
    overflow: hidden;
  }

  .figure {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .side-image {
    height: auto;
  }

  .bold-text-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .blog-right {
    padding-left: 60px;
  }

  .heading-51 {
    font-size: 24px;
  }

  .paragraph-27 {
    font-size: 18px;
    line-height: 26px;
  }

  .small-post-image {
    height: 145px;
  }

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

  .blog-post {
    max-width: 80%;
    margin-top: 0;
  }

  .conditions-container {
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .reference-cta {
    grid-template-rows: auto;
    margin-top: 0;
  }

  .heading-10-copy, .reference-cta-heading {
    font-size: 24px;
  }

  .image-35 {
    order: 0;
    width: 200px;
    min-width: 200px;
    height: 200px;
    margin-right: 0;
  }

  .image-36 {
    width: 150px;
    height: 150px;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 210px;
    min-width: 210px;
    height: 200px;
    display: flex;
  }

  .heading-59 {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
  }

  .div-block-50 {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .code-embed-8 {
    display: none;
  }

  .code-embed-9y {
    display: block;
  }

  .paragraph-30.cookie-banner-2-paragraph---brix {
    max-width: 300px;
  }

  .brix---btn-header-hidden-on-mbl-copy, .brix---btn-header-hidden-on-mbl-copy-copy {
    display: block;
  }

  .button-text-2-copy {
    font-size: 16px;
  }

  .tagline {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-copy {
    font-size: 82px;
    font-weight: 400;
    line-height: 100px;
  }

  .heading-copy.spline-hero {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .heading-34-copy, .heading-34-copy-copy {
    margin-top: 5%;
    font-size: 30px;
    line-height: 36px;
  }

  .headline-prague-hero {
    font-size: 82px;
    font-weight: 400;
    line-height: 100px;
  }

  .headline-prague-hero.spline-hero {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .headline-prague-mobile {
    font-size: 82px;
    font-weight: 400;
    line-height: 100px;
  }

  .headline-prague-mobile.spline-hero {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .button-wrapper {
    height: 100%;
  }

  .secondary-button {
    height: 54px;
    padding: .4rem;
    display: flex;
  }

  .heading-2.text-weight-bold {
    width: 75%;
    max-width: 80%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .hero-wrapper {
    background-image: none;
    height: 950px;
    padding-top: 30px;
  }

  .button-icon {
    padding: .8rem .8rem .8rem .7rem;
  }

  .trusted-by-hero-logos {
    grid-column-gap: 4.5vw;
    grid-row-gap: 4.5vw;
  }

  .double-button-component.margin-top-button-hero {
    z-index: 4;
    position: relative;
  }

  .hero-ppc {
    font-size: 1.4vw;
    line-height: 1.4em;
  }

  .text-size-small-2.text-weight-bold {
    font-size: 1.2vw;
  }

  .cluth-rating {
    margin-bottom: 15px;
    padding: .75vw 1vw;
  }

  .text-size-large.text-weight-medium {
    font-size: 1.8vw;
  }

  .image-39 {
    max-width: 70%;
  }

  .mask-frame {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-features-content {
    max-width: 70%;
  }

  .headline-ppc {
    width: 65%;
    font-size: 3vw;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    font-size: 1.4vw;
  }

  .trusted-by-component-2 {
    margin-top: 40px;
  }

  .stats-small {
    font-size: 1.1vw;
  }

  .stats-heading, .stat-signs {
    font-size: 3vw;
  }

  .link-3-2 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-3-2.w--current {
    color: #fff;
  }

  .container-77 {
    max-width: 90%;
  }

  .brix---header-wrapper-2 {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .link-1-2 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-1-2.w--current {
    color: #fff;
  }

  .link-4-2 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-4-2.w--current {
    color: #fff;
  }

  .link-2-2 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto;
    position: relative;
  }

  .link-2-2.w--current {
    color: #fff;
  }

  .brix---container-default-17 {
    max-width: 90%;
  }

  .grid-42 {
    width: 75%;
    margin-top: 40px;
  }

  .left-text-1-2, .left-text-2-2 {
    font-size: 28px;
    line-height: 42px;
  }

  .grid-43 {
    width: 75%;
    margin-top: 40px;
  }

  .right-text-1-2, .right-text-2-2 {
    font-size: 28px;
    line-height: 42px;
  }

  .brix---heading-h1-size {
    font-size: 3vw;
  }

  .brix---icon-list {
    width: 2vw;
    height: 2vw;
  }

  .brix---paragraph-default-8, .brix---text-200-list-bold {
    font-size: 1.2vw;
  }

  .brix---text-300-medium {
    font-size: 1.4vw;
  }

  .heading-34-copy {
    margin-top: 5%;
    font-size: 30px;
    line-height: 36px;
  }

  .testimonialtaglile {
    font-size: 24px;
    line-height: 28px;
  }

  .sandbox-referal-section {
    background-image: linear-gradient(#5a00ee5c, #fff0 19%, #fff0), url('../images/Futuristic-Demo.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .tagline-sandbox {
    color: var(--main);
    margin-bottom: 10px;
    font-size: 18px;
  }

  .brix---btn-header-hidden-on-mbl-copy-copy {
    display: block;
  }

  .hero-second {
    font-size: 24px;
    line-height: 1.4em;
  }

  .heading-2-mobile.text-weight-bold {
    width: 70%;
    max-width: 80%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .hero-text-btn-mobile, .hero-second-mobile {
    font-size: 24px;
    line-height: 1.4em;
  }

  .heading-2-copy.text-weight-bold {
    width: 75%;
    max-width: 80%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .paragraph-copy {
    font-size: var(--p-1440);
    max-width: 80%;
    line-height: 36px;
  }

  .paragraph-copy.spline-hero {
    width: 60%;
    margin-bottom: 40px;
    line-height: 34px;
  }

  .paragraph-copy.spline-hero.igtarget {
    width: 60%;
  }

  .paragraph-copy.pargraph-large {
    font-size: var(--p-1440);
    width: 70%;
    margin-bottom: 0;
    line-height: 30px;
  }

  .paragraph-copy.ppc-paragraph-2 {
    width: 75%;
    margin-bottom: 40px;
    font-size: 1.5vw;
    line-height: 1.25em;
  }

  .stats-levne-webz {
    margin-top: 40px;
  }

  .pricing-levne-weby {
    width: 60%;
    font-size: 3.7vw;
    line-height: 1.1em;
  }

  .reference-levne-weby {
    width: 60%;
    font-size: 3vw;
  }

  .reference-levne-weby.desktop-lw {
    line-height: 1.1em;
  }

  .image-placeholder, .image-placeholde {
    background-image: radial-gradient(circle, #5a00ee80, #0000 55%);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .levne-weby-cta-grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1.75fr 1fr;
  }

  .levne-weby-cta-headline {
    color: var(--elements-webflow-library--neutral--100);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 3.8vw;
  }

  .levne-weby-cta-container {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .levne-weby-form-section {
    background-position: 0 0;
    background-attachment: scroll;
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .levne-weby-contact-tagline {
    background-image: linear-gradient(169deg, var(--main), var(--secondary));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Switzer, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    display: none;
  }

  .form-content-container-copy {
    max-width: 1350px;
  }

  .form-content-container-levne-weby {
    max-width: 90%;
  }

  .form-text-descrpiption-lw {
    text-align: left;
    width: 75%;
    font-size: 24px;
    line-height: 32px;
  }

  .robot, .robot-1-lw {
    display: none;
  }

  .robot-2-lw, .form-text-lw {
    display: block;
  }

  .form-grid-lw {
    grid-column-gap: 40px;
    grid-template-columns: 1fr auto;
    justify-content: stretch;
    justify-items: stretch;
  }

  .form-actions {
    grid-template-columns: auto 1fr;
    justify-content: start;
    justify-items: center;
  }

  .icon-grid-lw {
    grid-column-gap: 54px;
    grid-template-columns: 250px 1fr;
    justify-content: start;
    width: auto;
  }

  .grid-from-heading-lw {
    grid-template-rows: auto;
  }

  .heaign-form-text-lq {
    font-size: 26px;
    line-height: 36px;
  }

  .robot-2 {
    display: block;
  }

  .pricing-levne-weby-copy {
    width: 80%;
    font-size: 3.7vw;
  }

  .pricing-levne-weby-cta {
    width: 90%;
    font-size: 3vw;
  }

  .pricing-levne-weby-cta.desktop-lw {
    line-height: 1.1em;
  }

  .lw-cta-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .headline-sevice-lw {
    width: 65%;
    font-size: 3vw;
  }

  .headline-sevice-lw.desktop-lw {
    line-height: 1.1em;
  }

  .about-features-content-lw {
    max-width: 70%;
  }

  .pragarpg-cta-lw {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.25em;
  }

  .pragarpg-cta-lw.generic {
    font-size: 22px;
  }

  .heading-2-copy-copy.text-weight-bold {
    width: 80%;
    max-width: 80%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .tab-panel-row {
    align-items: center;
  }

  .code-embed-14 {
    margin-bottom: 0;
  }

  .div-block-56 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-48, .image-49 {
    height: 22vw;
  }

  .block-quote {
    margin-top: 20px;
  }

  .button-text-post {
    font-size: 22px;
  }

  .cta-pripadovka {
    flex-flow: row;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .pripadovka-cta-web {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .post-link-web {
    margin-bottom: 0;
    font-size: 24px;
  }

  .experts-card-krystof {
    background-image: linear-gradient(180deg, transparent 46%, #0e031b 61%, #0f031f 81%, #21004d), url('../images/krystof.webp'), linear-gradient(to bottom, null, null), url('../images/bg4.jpg');
    background-size: auto, auto 23vw, auto, auto 130%;
    height: 23vw;
  }

  .blog-main-image-2, .blog-main-image-3, .blog-main-image-4 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 99%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-image-2 {
    height: auto;
  }

  .blog-main-image-5, .blog-main-image-6, .blog-main-image-7, .blog-main-image-8, .blog-main-image-9 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 99%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-26 {
    font-size: 1.5vw;
  }

  .text-block-27 {
    font-size: 1.1vw;
  }

  .text-block-28 {
    font-size: 1vw;
  }

  .experts-card-david {
    background-image: linear-gradient(180deg, transparent 46%, #0d0110 61%, #1b021f 81%, #36043e), url('../images/david.webp'), linear-gradient(to bottom, null, null), url('../images/bg4-2.webp');
    background-size: auto, auto 23vw, auto, auto 130%;
    height: 23vw;
  }

  .text-block-27-copy {
    font-size: 1.1vw;
  }

  .blog-main-image-11 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 99%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 26px;
    line-height: 42px;
  }

  p {
    font-size: 22px;
    line-height: 34px;
  }

  li {
    font-size: 24px;
    line-height: 34px;
  }

  blockquote {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-left: 0;
  }

  .brix---header-nav-list-item-middle {
    width: 110px;
  }

  .brix---header-nav-menu-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .brix---header-nav-menu-list.generic {
    display: flex;
  }

  .brix---header-menu-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .brix---header-middle-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    border-radius: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 0;
  }

  .brix---header-logo {
    width: 130px;
    max-width: none;
  }

  .brix---header-content-wrapper {
    flex-flow: row;
    justify-content: space-between;
  }

  .brix---container-default {
    max-width: 1810px;
  }

  .brix---header-wrapper {
    background-image: linear-gradient(to bottom, var(--nav-bg), var(--nav-bg));
    color: var(--bg);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---header-wrapper.from-menu {
    height: auto;
  }

  .body {
    font-family: Switzer, Arial, sans-serif;
    overflow: auto;
  }

  .hero {
    color: var(--bg);
    background-color: #0000;
    background-image: url('../images/Glowing-Planet-Particles1-1920x900.jpg');
    background-position: 0 0;
    background-size: auto;
    height: 900px;
  }

  .heading {
    color: var(--elements-webflow-library--neutral--400);
    border-right: 1px solid #000;
    width: 80%;
    margin-bottom: 15px;
    font-size: 86px;
    font-weight: 400;
    line-height: 100px;
  }

  .heading.spline-hero {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Switzer, Arial, sans-serif;
    font-size: 82px;
    font-weight: 600;
    line-height: 82px;
  }

  .paragraph {
    width: 80%;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph.spline-hero {
    width: 55%;
    max-width: 90%;
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph.spline-hero.igtarget {
    width: 60%;
  }

  .paragraph.pargraph-large {
    width: 60%;
    max-width: 90%;
    font-size: 1.4vw;
    line-height: 1.25em;
  }

  .paragraph.ppc-paragraph-2 {
    width: 70%;
    max-width: 90%;
    margin-bottom: 0;
    font-size: 1.4vw;
    line-height: 1.25em;
  }

  .paragraph.lw-cenik-pragraph {
    width: 70%;
    max-width: 90%;
    font-size: 1.4vw;
    line-height: 1.25em;
  }

  .icon {
    width: 35px;
    height: 35px;
  }

  .container-7, .container-7.blog {
    max-width: 90%;
  }

  .progress-bar {
    display: none;
    top: 30%;
  }

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

  .first-round {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .third-pin {
    background-color: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    position: static;
    inset: auto;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
  }

  .second-round, .thrid-round, .forth-round {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .fourth-pin, .first-pin, .second-pin {
    background-color: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    position: static;
    inset: auto;
  }

  .container-8 {
    max-width: 1610px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .container-10 {
    color: #01010f;
    justify-content: space-between;
    align-items: center;
  }

  .container-11 {
    max-width: 1610px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 60px;
  }

  .container-12 {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
  }

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

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

  .heading-8 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .paragraph-3 {
    color: #939393;
    width: 85%;
    font-size: 26px;
    line-height: 32px;
  }

  .container-13 {
    border-left-style: none;
  }

  .portfolio {
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .container-14 {
    min-width: auto;
    max-width: 90%;
    height: auto;
  }

  .container-15 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-9 {
    grid-column-gap: 70px;
    grid-row-gap: 54px;
    grid-template-columns: 1.3fr 1fr;
    place-items: stretch stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-10 {
    grid-template-columns: auto 0 1fr;
  }

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

  .container-20 {
    background-image: radial-gradient(circle, #5a00ee80 8%, #0000 69%);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-6 {
    color: var(--p-color);
    width: 90%;
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 1.25em;
    display: block;
  }

  .pricing {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-7-left {
    color: var(--elements-webflow-library--neutral--400);
    width: 100%;
    margin-bottom: 20px;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .grid-11 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .price-card-1 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-11 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-12 {
    width: 60%;
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-3-copy {
    width: 90%;
    font-size: 24px;
    line-height: 30px;
  }

  .image-6 {
    width: 50px;
    height: 50px;
  }

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

  .price-card-2, .price-card-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .price-container {
    max-width: 90%;
  }

  .pricing-section {
    background-image: radial-gradient(circle at 0%, #d232ec4a, #01010f 24%);
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-14 {
    grid-row-gap: 27px;
  }

  .grid-15 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-columns: auto auto auto;
    justify-content: stretch;
  }

  .div-block-18 {
    width: 400px;
  }

  .portfolio_item._03 {
    background-image: url('../images/6837996d1e5d1320a391b4dc_galabox.webp');
  }

  .portfolio_item._02 {
    background-image: url('../images/tasos.webp');
  }

  .portfolio_item._01 {
    background-image: url('../images/tasos-uklid-16-9.png');
  }

  .portfolio_item._06 {
    background-image: url('../images/68379f95ff082011cf432a9a_ozon.webp');
  }

  .container-29 {
    max-width: 90%;
  }

  .portfolio-list {
    margin-left: 0;
  }

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

  .link-block, .link-block-2, .link-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .glowing-wrapper-button {
    border-color: #5a00eead;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 1.4vw;
  }

  .glowing-wrapper-button.button-price, .glowing-wrapper-button.button-price-4 {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .glowing-wrapper-button.cta-btn-hero {
    height: 100%;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .post-heading {
    border-right: 1px solid #000;
    width: 80%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .heading-19 {
    background-image: linear-gradient(16deg, var(--secondary), var(--main) 47%);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
  }

  .rich-text-block {
    border-top-color: var(--main);
    color: #c3c3c3;
  }

  .grid-9-copy {
    grid-column-gap: 79px;
    grid-row-gap: 54px;
    grid-template-columns: 1fr .5fr;
    place-items: stretch stretch;
    margin: 0 0 60px;
  }

  .heading-7-left-copy {
    color: var(--elements-webflow-library--neutral--400);
    margin-bottom: 20px;
    font-size: 76px;
  }

  .heading-7-left-copy.generic {
    font-weight: 600;
  }

  .cta {
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .container-15-copy {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    width: 450px;
    height: 450px;
  }

  .grid-10-copy {
    grid-template-columns: .5fr 0 1fr;
  }

  .container-36 {
    background-image: none;
  }

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

  .right-blog-content {
    text-transform: none;
    width: 50%;
  }

  .grid-20 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    width: 70%;
  }

  .references {
    position: relative;
  }

  .brix---text-203 {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---container-default-12 {
    max-width: 90%;
  }

  .brix---paragraph-default-5 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .brix---text-200-bold-3 {
    font-size: 1.5vw;
    line-height: 30px;
  }

  .brix---3-columns-1-col-tablet-2 {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .brix---avatar-circle-5 {
    width: 60px;
    height: 60px;
  }

  .brix---card-left-pd-40px-2 {
    background-image: linear-gradient(148deg, #5a00ee12, #000000f7 65%, #080808);
    background-position: 0 0;
  }

  .testimonials {
    color: var(--elements-webflow-library--neutral--100);
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    width: auto;
    margin-bottom: 20px;
    font-size: 3.3vw;
    line-height: 4vw;
  }

  .image-16 {
    width: 160px;
    margin-bottom: 20px;
  }

  .grid-22 {
    grid-column-gap: 46px;
    grid-template-columns: 1.55fr 1.25fr;
    justify-content: stretch;
    margin-bottom: 0;
  }

  .heading-7-center {
    color: var(--elements-webflow-library--neutral--400);
    margin-bottom: 20px;
    font-size: 3.4vw;
    line-height: 3.8vw;
  }

  .ux-ui-block {
    justify-content: center;
    width: 350px;
    height: 350px;
  }

  .ai-chatbot, .e-shop-block {
    width: 350px;
    height: 350px;
  }

  .hero-text-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .email, .brand-block {
    width: 350px;
    height: 350px;
  }

  .offer-heading {
    color: var(--elements-webflow-library--neutral--400);
    margin-bottom: 30px;
    font-size: 3.4vw;
    line-height: 3.8vw;
  }

  .flex-block {
    margin-top: 0%;
  }

  .portfolio-cta.glowing-wrapper-active {
    overflow: hidden;
  }

  .container-44, .container-45, .container-46, .container-47, .container-48 {
    max-width: none;
  }

  .service-headline {
    opacity: 1;
    text-transform: none;
    margin-top: 0%;
    margin-bottom: 10px;
    font-size: 32px;
    display: block;
  }

  .service-paragraph {
    width: 70%;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }

  .underline-1, .underline-2, .underline-3, .underline-4 {
    opacity: 1;
    width: 0%;
    height: 1px;
  }

  .link-1 {
    color: var(--flowui-component-library--white);
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-1.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .link-2 {
    color: var(--flowui-component-library--white);
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-2.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .link-3 {
    color: var(--flowui-component-library--white);
    font-family: Clashdisplay, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-3.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .link-4 {
    color: var(--flowui-component-library--white);
    font-family: Clashdisplay, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-4.w--current {
    color: var(--elements-webflow-library--neutral--100);
  }

  .container-50 {
    width: 80%;
    max-width: 1610px;
    margin-top: 60px;
  }

  .nav-tablet {
    background-image: linear-gradient(to bottom, var(--nav-bg), var(--nav-bg));
    color: var(--bg);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-mobile {
    color: var(--elements-webflow-library--neutral--400);
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 75px;
  }

  .f-form-step-item {
    width: 100%;
  }

  .form-section {
    height: 92.3%;
  }

  .form-content-container {
    max-width: 1610px;
  }

  .grid-23 {
    grid-column-gap: 151px;
    grid-template-columns: auto auto;
    justify-items: start;
  }

  .form-heading-text.upper {
    text-align: left;
    width: 100%;
  }

  .container-54 {
    display: block;
  }

  .form-text-descrpiption {
    text-align: left;
  }

  .form-con-outline {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .container-55 {
    padding: 30px;
  }

  .grid-24 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-56 {
    width: 680px;
  }

  .grid-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-19 {
    width: 60px;
    height: 60px;
  }

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

  .paragraph-19 {
    font-size: 24px;
    line-height: 34px;
    display: block;
  }

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

  .container-57 {
    margin-left: 0;
    margin-right: 0;
  }

  .field-label-3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .text-field-3 {
    width: 300px;
    padding: 20px;
    font-size: 22px;
  }

  .responsive-grid {
    grid-column-gap: 30px;
  }

  .code-embed, .code-embed-2 {
    font-size: 24px;
  }

  .grid-29 {
    grid-template-columns: auto .75fr;
    justify-content: space-between;
  }

  .div-block-25 {
    width: 400px;
  }

  .grid-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr 2.25fr;
  }

  .code-embed-3 {
    width: 40px;
  }

  .form-contest-paragraph {
    font-size: 24px;
    line-height: 30px;
  }

  .form-heading-conteiner {
    margin-top: 10%;
  }

  .paragraph-23 {
    color: var(--main);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-weight: 600;
  }

  .paragraph-21-copy {
    text-transform: none;
  }

  .heading-34 {
    margin-top: 6%;
    font-size: 30px;
    line-height: 38px;
  }

  .bold-text {
    width: auto;
  }

  .heading-35 {
    color: var(--elements-webflow-library--neutral--100);
  }

  .brix---container-default-14 {
    max-width: 70%;
  }

  .brix---heading-h2-size-7 {
    font-size: 36px;
    line-height: 46px;
  }

  .brix---accordion-title {
    font-size: 26px;
  }

  .brix---inner-container-574px---center-5 {
    max-width: 700px;
  }

  .brix---accordion-content-wrapper-width-660px {
    max-width: 1000px;
  }

  .brix---accordion-item-wrapper-v7 {
    background-color: #d232ec14;
  }

  .faq {
    margin-top: 40px;
  }

  .image-20 {
    border-radius: 25px;
  }

  .heading-42 {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .image-31 {
    filter: drop-shadow(0 0 100px #5a00ee66);
  }

  .foooter {
    width: 100%;
    display: block;
    overflow: visible;
  }

  .footer-container, .footer-content {
    overflow: visible;
  }

  .footer-content-logo {
    margin-bottom: 10px;
  }

  .heading-46 {
    font-size: 26px;
  }

  .footer-paragraph {
    width: 45%;
    font-size: 24px;
    line-height: 30px;
  }

  .link-12 {
    font-size: 24px;
  }

  .footer-contact-text, .footer-infosrtip-text {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-options {
    font-size: 24px;
  }

  .footer-loho {
    max-width: 150px;
  }

  .blog-main-image {
    max-width: 1610px;
    height: 600px;
    box-shadow: 0 0 40px #ffffff0f;
  }

  .rich-image, .side-image {
    height: auto;
  }

  .heading-51 {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .paragraph-27 {
    font-size: 20px;
  }

  .small-post-image {
    height: 160px;
  }

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

  .blog-post {
    max-width: 70%;
    margin-top: 0;
    padding: 0 0 60px;
  }

  .bold-text-4 {
    width: 60%;
  }

  .conditions-container {
    max-width: 1610px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 60px;
  }

  .reference-cta {
    grid-template-columns: auto 0 1fr;
  }

  .heading-10-copy, .reference-cta-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .image-35 {
    width: 250px;
    height: 250px;
    margin-right: 0;
  }

  .image-36 {
    width: 190px;
    height: 190px;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    display: flex;
  }

  .heading-59 {
    color: #f9f9f9;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
  }

  .div-block-50 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-strip {
    margin-bottom: 100px;
    display: block;
  }

  .code-embed-7 {
    display: block;
  }

  .code-embed-8 {
    width: 600px;
    height: 600px;
    display: block;
  }

  .code-embed-9y {
    width: 600px;
    height: 600px;
    display: none;
  }

  .brix---btn-header-hidden-on-mbl-copy, .brix---btn-header-hidden-on-mbl-copy-copy {
    margin-left: 0;
  }

  .button-text-2-copy {
    font-size: 16px;
  }

  .tagline {
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-copy {
    color: var(--elements-webflow-library--neutral--400);
    border-right: 1px solid #000;
    width: 80%;
    margin-bottom: 15px;
    font-size: 86px;
    font-weight: 400;
    line-height: 100px;
  }

  .heading-copy.spline-hero {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Switzer, Arial, sans-serif;
    font-size: 82px;
    font-weight: 600;
    line-height: 82px;
  }

  .heading-34-copy, .heading-34-copy-copy {
    margin-top: 6%;
    font-size: 30px;
    line-height: 38px;
  }

  .headline-prague-hero {
    color: var(--elements-webflow-library--neutral--400);
    border-right: 1px solid #000;
    width: 80%;
    margin-bottom: 15px;
    font-size: 86px;
    font-weight: 400;
    line-height: 100px;
  }

  .headline-prague-hero.spline-hero {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Switzer, Arial, sans-serif;
    font-size: 82px;
    font-weight: 600;
    line-height: 82px;
  }

  .headline-prague-mobile {
    color: var(--elements-webflow-library--neutral--400);
    border-right: 1px solid #000;
    width: 80%;
    margin-bottom: 15px;
    font-size: 86px;
    font-weight: 400;
    line-height: 100px;
  }

  .headline-prague-mobile.spline-hero {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Switzer, Arial, sans-serif;
    font-size: 82px;
    font-weight: 600;
    line-height: 82px;
  }

  .button-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    height: 100%;
    padding-left: 0;
    position: relative;
  }

  .secondary-button {
    padding: .2rem;
  }

  .heading-2.text-weight-bold {
    width: 70%;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .hero-wrapper {
    background-image: none;
    height: 105vh;
  }

  .button-icon {
    padding: .7rem .7rem .7rem .5rem;
    position: relative;
  }

  .double-button-component.margin-top-button-hero.buttons-hero {
    z-index: 20;
    margin-bottom: 20px;
  }

  .double-button-component.margin-top-button-hero.buttons-levne-webz {
    z-index: 20;
    margin-top: 2rem;
    margin-bottom: 20px;
  }

  .hero-ppc {
    font-size: 1.2vw;
    line-height: 30px;
  }

  .text-size-small-2.text-weight-bold {
    font-size: 1.2vw;
  }

  .cluth-rating {
    margin-bottom: 10px;
  }

  .max-width-33ch {
    max-width: 100%;
  }

  .header-2 {
    margin-bottom: 0;
  }

  .headline-ppc {
    width: 80%;
    font-size: 3.5vw;
    line-height: 1.15em;
  }

  .trusted-by-component-2 {
    margin-top: 50px;
    position: static;
  }

  .stats-small {
    font-size: .8vw;
    line-height: 1.2vw;
  }

  .stats-heading, .stat-signs {
    font-size: 2vw;
  }

  .underline-2-2, .underline-3-2 {
    opacity: 1;
    width: 0%;
    height: 1px;
  }

  .link-3-2 {
    color: #fff;
    font-family: Clashdisplay, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-3-2.w--current {
    color: #fff;
  }

  .underline-1-2 {
    opacity: 1;
    width: 0%;
    height: 1px;
  }

  .container-77 {
    max-width: 90%;
  }

  .brix---header-wrapper-2 {
    color: #01010f;
    background-image: linear-gradient(#00000080, #00000080);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---header-menu-wrapper-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .underline-4-2 {
    opacity: 1;
    width: 0%;
    height: 1px;
  }

  .link-1-2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-1-2.w--current {
    color: #fff;
  }

  .link-4-2 {
    color: #fff;
    font-family: Clashdisplay, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-4-2.w--current {
    color: #fff;
  }

  .link-2-2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
  }

  .link-2-2.w--current {
    color: #fff;
  }

  .brix---container-default-17 {
    max-width: 90%;
  }

  .grid-42, .grid-43 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    width: 70%;
  }

  .brix---heading-h3-size-2 {
    color: var(--main);
    text-transform: uppercase;
  }

  .pricinng-block-wrapper {
    margin-bottom: 60px;
  }

  .heading-34-copy {
    margin-top: 6%;
    font-size: 30px;
    line-height: 38px;
  }

  .testimonialtaglile {
    font-size: 28px;
    line-height: 32px;
  }

  .sandbox-referal-section {
    background-image: linear-gradient(#5a00ee5c, #fff0 15% 100%, #fff0), url('../images/Futuristic-Demo.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
  }

  .tagline-sandbox {
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .image-42 {
    width: 120px;
  }

  .clutch-trevie-text {
    font-size: 22px;
  }

  .image-44 {
    width: 100px;
  }

  .div-block-52 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .brix---btn-header-hidden-on-mbl-copy-copy {
    margin-left: 0;
  }

  .hero-second {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-text-btn-mobile {
    font-size: 26px;
    line-height: 30px;
  }

  .hero-second-mobile {
    font-size: 25px;
    line-height: 30px;
  }

  .code-embed-12 {
    display: block;
    overflow: hidden;
  }

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

  .heading-2-copy.text-weight-bold {
    width: 70%;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .paragraph-copy {
    width: 80%;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-copy.spline-hero {
    width: 55%;
    max-width: 90%;
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-copy.spline-hero.igtarget {
    width: 60%;
  }

  .paragraph-copy.pargraph-large {
    width: 65%;
    max-width: 90%;
    font-size: 1.4vw;
    line-height: 1.25em;
  }

  .paragraph-copy.ppc-paragraph-2 {
    width: 70%;
    max-width: 90%;
    font-size: 1.4vw;
    line-height: 1.25em;
  }

  .about-features-header-copy {
    margin-top: 60px;
  }

  .levne-weby-reference {
    margin-top: 100px;
  }

  .levne-weby-header {
    margin-bottom: 100px;
  }

  .stats-levne-webz {
    margin-top: 60px;
    position: static;
  }

  .pricing-levne-weby {
    width: 70%;
    font-size: 4vw;
    line-height: 1.15em;
  }

  .reference-levne-weby {
    width: 70%;
    font-size: 3.5vw;
    line-height: 1.15em;
  }

  .reference-levne-weby.desktop-lw {
    width: 72%;
    line-height: 1.1em;
  }

  .levne-weby-cta {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-placeholder {
    background-image: radial-gradient(circle, #5a00ee80 8%, #0000 69%);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-placeholde {
    background-image: radial-gradient(circle, #5a00ee80 8%, #0000 69%);
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .levne-weby-cta-grid {
    grid-column-gap: 70px;
    grid-row-gap: 54px;
    grid-template-columns: .95fr .5fr;
    place-items: stretch stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .levne-weby-cta-headline {
    color: var(--elements-webflow-library--neutral--400);
    width: 100%;
    margin-bottom: 20px;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .levne-weby-cta-container {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .levne-weby-form-section {
    height: 92.3%;
  }

  .levne-weby-contact-tagline {
    color: var(--main);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-weight: 600;
  }

  .form-content-container-copy, .form-content-container-levne-weby {
    max-width: 1610px;
  }

  .form-text-descrpiption-lw {
    text-align: left;
    font-size: 1.4vw;
    line-height: 1.25em;
  }

  .robot, .robot-1-lw {
    width: 600px;
    height: 600px;
    display: block;
  }

  .robot-2-lw {
    width: 600px;
    height: 600px;
    display: none;
  }

  .form-text-lw {
    display: block;
  }

  .form-grid-lw {
    grid-column-gap: 151px;
    grid-template-columns: auto auto;
    justify-items: start;
  }

  .form-actions {
    grid-template-columns: auto .75fr;
    justify-content: space-between;
  }

  .icon-grid-lw {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr 2.25fr;
  }

  .grid-from-heading-lw {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heaign-form-text-lq {
    font-size: 32px;
  }

  .top-form-content-lw {
    width: 680px;
  }

  .refernce-text-content-lq, .service-text-content-lw {
    margin-bottom: 0;
  }

  .service-vcontent-lw {
    margin-top: 60px;
  }

  .robot-2 {
    width: 600px;
    height: 600px;
    display: block;
  }

  .pricing-levne-weby-copy {
    width: 100%;
    font-size: 4vw;
    line-height: 1.15em;
  }

  .pricing-levne-weby-cta {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.15em;
  }

  .pricing-levne-weby-cta.desktop-lw {
    line-height: 1.1em;
  }

  .lw-cta-container {
    max-width: none;
  }

  .headline-sevice-lw {
    width: 80%;
    font-size: 3.5vw;
    line-height: 1.15em;
  }

  .headline-sevice-lw.desktop-lw {
    line-height: 1.1em;
  }

  .actions-grid-lw {
    grid-template-columns: auto 0 1fr;
  }

  .pragarpg-cta-lw {
    color: var(--p-color);
    width: 90%;
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 1.25em;
    display: block;
  }

  .heading-2-copy-copy.text-weight-bold {
    width: 70%;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .div-block-56 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-48, .image-49 {
    height: 24vw;
  }

  .button-text-post {
    font-size: 28px;
  }

  .cta-pripadovka {
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .pripadovka-cta-web {
    font-size: 26px;
    line-height: 36px;
  }

  .link-block-11 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .post-link-web {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 36px;
  }

  .experts-card-krystof {
    height: 23vw;
  }

  .blog-main-image-2, .blog-main-image-3, .blog-main-image-4 {
    max-width: 1610px;
    height: 600px;
    box-shadow: 0 0 40px #ffffff0f;
  }

  .rich-image-2 {
    height: auto;
  }

  .blog-main-image-5, .blog-main-image-6 {
    background-size: cover;
    max-width: 1610px;
    height: 550px;
    box-shadow: 0 0 40px #ffffff0f;
  }

  .blog-main-image-7 {
    max-width: 1610px;
    height: 600px;
    box-shadow: 0 0 40px #ffffff0f;
  }

  .blog-main-image-8 {
    background-size: cover;
    max-width: 1610px;
    height: 550px;
    box-shadow: 0 0 40px #ffffff0f;
  }

  .blog-main-image-9 {
    max-width: 1610px;
    height: 600px;
    box-shadow: 0 0 40px #ffffff0f;
  }

  .text-block-26 {
    font-size: 1.5vw;
  }

  .text-block-27 {
    font-size: 1.1vw;
  }

  .text-block-28 {
    font-size: 1vw;
  }

  .experts-card-david {
    height: 23vw;
  }

  .blog-main-image-11 {
    max-width: 1610px;
    height: 600px;
    box-shadow: 0 0 40px #ffffff0f;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .brix---btn-header-hidden-on-mbl {
    width: auto;
    height: auto;
    display: none;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-middle-col {
    display: none;
  }

  .brix---header-logo {
    max-width: 130px;
  }

  .brix---header-logo-link, .brix---header-logo-link.w--current {
    display: none;
  }

  .brix---header-logo-link.generic.w--current, .brix---header-logo-link.form-menu.w--current {
    display: block;
  }

  .brix---header-wrapper {
    z-index: 3;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    padding-top: 18px;
    padding-bottom: 12px;
    display: none;
    top: auto;
    bottom: 20px;
  }

  .brix---header-wrapper.from-menu {
    background-color: var(--bg);
    padding-bottom: 18px;
    position: relative;
    top: 0;
  }

  .body {
    overflow: auto;
  }

  .heading.spline-hero {
    width: 95%;
  }

  .paragraph.spline-hero {
    width: 85%;
  }

  .paragraph.spline-hero.igtarget {
    width: 80%;
  }

  .paragraph.pargraph-large {
    width: 100%;
    font-size: 2.8vw;
    line-height: 1.25em;
  }

  .paragraph.ppc-paragraph-2 {
    width: auto;
    font-size: 2.6vw;
    line-height: 1.25em;
  }

  .paragraph.lw-cenik-pragraph {
    width: auto;
  }

  .container-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 89%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbg {
    display: none;
  }

  .navbg.form-menu {
    z-index: 0;
  }

  .progress-bar {
    display: none;
  }

  .first-round, .second-round, .thrid-round, .forth-round {
    border: 1.5px solid var(--elements-webflow-library--neutral--100);
    border-radius: 100%;
    width: 30px;
    height: 30px;
  }

  .container-8 {
    max-width: 90%;
  }

  .container-10 {
    height: auto;
  }

  .container-11 {
    width: auto;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-12 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-8 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 280px auto;
  }

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

  .paragraph-3 {
    font-size: 18px;
  }

  .portfolio {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
    max-width: 89%;
  }

  .container-15 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-right: 0;
  }

  .grid-9 {
    grid-template-columns: 3fr;
  }

  .grid-10 {
    grid-template-columns: auto auto auto;
    place-items: center;
    width: 475px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 26px;
  }

  .container-20 {
    display: none;
  }

  .paragraph-6 {
    text-align: center;
    width: 85%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .pricing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
    overflow: hidden;
  }

  .heading-7-left {
    text-align: center;
    width: 100%;
    font-size: 45px;
    line-height: 55px;
  }

  .grid-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .price-card-1 {
    padding: 15px;
  }

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

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

  .heading-12 {
    width: 100%;
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-3-copy {
    font-size: 16px;
  }

  .grid-13 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .paragraph-7 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .price-card-2, .price-card-3 {
    padding: 15px;
  }

  .price-container {
    max-width: 89%;
  }

  .price-cards {
    max-width: none;
  }

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

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

  .container-27 {
    border-bottom-width: 1px;
  }

  .image-7 {
    width: 20px;
    height: 20px;
  }

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

  .s-scroll {
    display: block;
  }

  .paragraph-10 {
    font-size: 22px;
  }

  .container-29 {
    max-width: 89%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .padding-section-medium {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-30 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-text-3 {
    font-size: 18px;
  }

  .menu-outer {
    display: block;
  }

  .menu-expand, .mobile-nav {
    display: none;
  }

  .mobile-logo {
    z-index: 99;
    background-color: #000c;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .mobile-logo.generic {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #000c;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    font-size: 18px;
  }

  .post-heading {
    max-width: 100%;
  }

  .tablet-nav {
    display: block;
    position: sticky;
    bottom: auto;
  }

  .menu-outer-copy {
    background-color: #1a1b1ecc;
    padding: 7px;
    display: block;
  }

  .menu-inner-tablet {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 4px 6px;
  }

  .menu-link-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px 30px;
  }

  .button-text-2-copy.generic-nav {
    font-size: 20px;
  }

  .grid-9-copy {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    border-radius: 0;
    grid-template-columns: 3fr;
  }

  .heading-7-left-copy {
    width: 100%;
    font-size: 45px;
    line-height: 60px;
  }

  .cta {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .container-15-copy {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-15, .container-37 {
    display: none;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

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

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-copy {
    width: auto;
  }

  .testimonials {
    text-align: center;
    font-size: 45px;
    line-height: 60px;
  }

  .container-41 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .grid-22 {
    grid-template-columns: 100%;
  }

  .heading-7-center {
    width: 100%;
    font-size: 45px;
    line-height: 60px;
  }

  .ux-ui-block, .ai-chatbot, .e-shop-block, .email {
    aspect-ratio: 1;
    width: 280px;
    height: auto;
  }

  .brand-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    aspect-ratio: 1;
    width: 280px;
    height: auto;
  }

  .offer-heading {
    width: 70%;
    font-size: 45px;
    line-height: 55px;
  }

  .portfolio-cta.glowing-wrapper-active {
    display: flex;
  }

  .service-paragraph {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-tablet {
    z-index: 4;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    padding-top: 18px;
    padding-bottom: 12px;
    display: block;
    position: fixed;
    inset: auto 0% 0;
  }

  .testimonials-mobile {
    font-size: 45px;
    line-height: 60px;
  }

  .container-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .f-form-steps-item.is---2 {
    width: 100%;
  }

  .f-form-steps-item.is---7, .f-form-steps-item.is-1 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
  }

  .form-section {
    height: 91.8vh;
  }

  .bold-text {
    font-size: 45px;
    line-height: 55px;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-42 {
    font-size: 1rem;
  }

  .grid-36 {
    grid-column-gap: 16px;
  }

  .footer-content-logo.w--current {
    display: none;
  }

  .footer-paragraph {
    font-size: 18px;
  }

  .grid-38 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1.5fr;
  }

  .link-12, .footer-contact-text, .footer-infosrtip-text {
    font-size: 18px;
  }

  .footer-loho {
    max-width: 130px;
  }

  .blog-main-image {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .intro {
    max-width: none;
  }

  .blog-left {
    width: 100%;
    max-width: none;
  }

  .blog-right {
    background-image: radial-gradient(circle, #5a00ee00, #5a00ee66 0%, #fff0 41%);
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .iner-blog {
    flex-flow: column;
    padding: 25px;
    display: flex;
  }

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

  .div-block-47 {
    padding: 0 0 30px;
  }

  .small-post--card {
    padding-left: 0;
    padding-right: 0;
  }

  .small-post-image {
    height: 180px;
  }

  .blog-post {
    flex-flow: column;
    width: auto;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .conditions-container {
    width: auto;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .reference-cta {
    grid-template-columns: auto 0 2.5fr;
  }

  .heading-10-copy, .reference-cta-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .logo-strip {
    max-width: 1920px;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    width: auto;
    max-width: none;
    inset: auto 32px 32px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    display: none;
  }

  .brix---btn-header-hidden-on-mbl-copy {
    width: auto;
    height: auto;
    display: none;
  }

  .tagline {
    font-size: 18px;
  }

  .heading-copy.spline-hero, .headline-prague-hero.spline-hero, .headline-prague-mobile.spline-hero {
    width: 95%;
  }

  .heading-2 {
    font-size: 4.5rem;
  }

  .heading-2.text-weight-bold {
    width: 100%;
    font-size: 5.5vw;
    line-height: 1.25em;
  }

  .hero-wrapper {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .trusted-by-hero-logos {
    flex-flow: wrap;
  }

  .hero-ppc {
    font-size: 2.6vw;
  }

  .text-size-small-2.text-weight-bold {
    font-size: 2.4vw;
  }

  .steps-item {
    position: relative;
    top: auto;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    max-width: 70vw;
  }

  .about-features-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .about-features-grid.servie-grifd-lw {
    width: auto;
  }

  .text-size-large {
    font-size: 1.4rem;
  }

  .text-size-large.text-weight-medium {
    font-size: 3.5vw;
    line-height: 1em;
  }

  .text-size-large.text-weight-medium.text-large-lw {
    text-align: left;
  }

  .container-76 {
    max-width: 90%;
  }

  .max-width-33ch {
    max-width: 50ch;
  }

  .about-features-header {
    max-width: 90%;
  }

  .image-39 {
    max-width: 75%;
  }

  .about-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .about-features-image {
    text-align: left;
    width: 60%;
  }

  .about-features-content {
    max-width: 50ch;
  }

  .header-2 {
    max-width: 70vw;
  }

  .headline-ppc {
    font-size: 5.5vw;
  }

  .text-block-12 {
    font-size: 2.4vw;
    line-height: 1.25em;
  }

  .text-block-12.tect-block-service-lw {
    text-align: left;
  }

  .text-block-13 {
    font-size: 2.4vw;
    line-height: 1.25em;
  }

  .text-block-13.tect-block-service-lw {
    text-align: left;
  }

  .text-block-14 {
    font-size: 2.4vw;
    line-height: 1.25em;
  }

  .text-block-14.tect-block-service-lw {
    text-align: left;
  }

  .section-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-size-small-2-copy {
    font-size: 2.2vw;
    line-height: 1em;
  }

  .stats-small {
    font-size: 2vw;
    line-height: 1em;
  }

  .stats-heading, .stat-signs {
    font-size: 5vw;
  }

  .menu-link-tablet-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 15px 30px;
  }

  .container-77 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 89%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---header-wrapper-2 {
    z-index: 3;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    padding-top: 18px;
    padding-bottom: 12px;
    display: none;
    top: auto;
    bottom: 20px;
  }

  .brix---header-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .navbg-2 {
    display: none;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    font-size: 18px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 6vw;
    line-height: 1em;
  }

  .brix---paragraph-default-8 {
    font-size: 3vw;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size-2 {
    font-size: 3vw;
    line-height: 1em;
  }

  .brix---text-200-list-bold {
    font-size: 2.8vw;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---text-300-medium {
    font-size: 2.5vw;
    line-height: 1em;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricinng-block-wrapper {
    max-width: none;
  }

  .testimonialtaglile {
    font-size: 22px;
    line-height: 26px;
  }

  .sandbox-referal-section {
    background-image: linear-gradient(#5a00ee5c, #fff0 9%, #fff0), url('../images/Futuristic-Demo.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tagline-sandbox {
    font-size: 16px;
  }

  .brix---btn-header-hidden-on-mbl-copy-copy {
    width: auto;
    height: auto;
    display: block;
  }

  .hero-second {
    font-size: 2.6vw;
  }

  .heading-2-mobile {
    font-size: 4.5rem;
  }

  .heading-2-mobile.text-weight-bold {
    width: 100%;
    font-size: 6vw;
    line-height: 1.25em;
  }

  .hero-second-mobile {
    font-size: 2.6vw;
  }

  .heading-2-copy {
    font-size: 4.5rem;
  }

  .heading-2-copy.text-weight-bold {
    width: 100%;
    font-size: 5.5vw;
    line-height: 1.25em;
  }

  .paragraph-copy.spline-hero {
    width: 85%;
  }

  .paragraph-copy.spline-hero.igtarget {
    width: 80%;
  }

  .paragraph-copy.pargraph-large {
    width: 100%;
    font-size: 2.8vw;
    line-height: 1.25em;
  }

  .paragraph-copy.ppc-paragraph-2 {
    width: 85%;
    font-size: 2.6vw;
    line-height: 1.25em;
  }

  .about-features-header-copy {
    max-width: none;
  }

  .levne-weby-reference {
    max-width: 90%;
  }

  .levne-weby-header {
    max-width: none;
  }

  .pricing-levne-weby {
    text-align: center;
    align-self: center;
    width: 90%;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .reference-levne-weby {
    width: 100%;
    font-size: 5.5vw;
  }

  .image-placeholder {
    display: none;
  }

  .image-placeholde {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .levne-weby-cta-grid {
    grid-template-columns: 3fr;
  }

  .levne-weby-cta-headline {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    line-height: 55px;
  }

  .levne-weby-cta-container {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    margin-right: 0;
  }

  .levne-weby-form-section {
    height: 91.8vh;
  }

  .form-text-descrpiption-lw {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-features-wrapper-copy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .refernce-text-content-lq, .service-text-content-lw {
    max-width: none;
  }

  .service-vcontent-lw {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-levne-weby-copy {
    text-align: center;
    align-self: center;
    width: 100%;
    font-size: 5.5vw;
  }

  .pricing-levne-weby-cta {
    text-align: center;
    align-self: center;
    width: 100%;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .lw-cta-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .headline-sevice-lw {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .pading-global-lw {
    padding-left: 0;
    padding-right: 0;
  }

  .about-features-image-lw {
    text-align: left;
    width: 60%;
  }

  .container-services-lw {
    max-width: 90%;
  }

  .about-features-content-lw {
    max-width: 50ch;
  }

  .actions-grid-lw {
    grid-template-columns: auto auto auto;
    place-items: center;
    width: 475px;
    margin-left: auto;
    margin-right: auto;
  }

  .pragarpg-cta-lw {
    text-align: center;
    width: 85%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-2-copy-copy {
    font-size: 4.5rem;
  }

  .heading-2-copy-copy.text-weight-bold {
    width: 100%;
    font-size: 5.5vw;
    line-height: 1.25em;
  }

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

  .div-block-56 {
    justify-content: center;
    align-items: center;
  }

  .image-48, .image-49 {
    height: 400px;
  }

  .button-text-post.generic-nav {
    font-size: 20px;
  }

  .cta-pripadovka {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .experts-card-krystof {
    aspect-ratio: auto;
    background-image: linear-gradient(#0000 46%, #0e031b 61%, #0f031f 81%, #21004d), url('../images/krystof.webp'), linear-gradient(#0000, #0000), url('../images/bg4.jpg');
    background-size: auto, auto 400px, auto, auto 130%;
    height: 350px;
    margin-right: 20px;
    padding: 8% 6%;
  }

  .blog-main-image-2 {
    background-position: 50%;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .blog-main-image-3 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .blog-main-image-4 {
    background-position: 50%;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .blog-main-image-5, .blog-main-image-6 {
    background-position: 50%;
    width: 100%;
    max-width: none;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .blog-main-image-7 {
    background-position: 50%;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .blog-main-image-8 {
    background-position: 50%;
    width: 100%;
    max-width: none;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .blog-main-image-9 {
    background-position: 50%;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .text-block-26 {
    font-size: 22px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-28 {
    font-size: 15px;
  }

  .container-78 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: none;
  }

  .experts-card-wrapper {
    width: 100%;
  }

  .experts-card-david {
    aspect-ratio: auto;
    background-image: linear-gradient(#0000 46%, #0d0110 61%, #1b021f 81%, #36043e), url('../images/david.webp'), linear-gradient(#0000, #0000), url('../images/bg4-2.webp');
    background-size: auto, auto 400px, auto, auto 130%;
    height: 350px;
    margin-left: 20px;
    padding: 8% 6%;
  }

  .text-block-27-copy {
    font-size: 16px;
  }

  .image-51 {
    width: 45px;
  }

  .blog-main-image-11 {
    background-position: 50%;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  li, blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-logo {
    width: 120px;
    max-width: 90%;
  }

  .brix---header-logo-link.w--current {
    margin-bottom: 15px;
    display: none;
  }

  .brix---header-content-wrapper {
    flex-flow: column;
  }

  .brix---header-wrapper {
    z-index: 3;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    top: auto;
    bottom: 20px;
  }

  .heading {
    font-weight: 600;
  }

  .heading.spline-hero {
    width: 95%;
    margin-top: 0%;
  }

  .paragraph.ppc-paragraph-2 {
    font-size: 3.5vw;
  }

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

  .navbg {
    color: #01010f;
    background-image: none;
  }

  .container-10 {
    max-width: 90%;
  }

  .container-11 {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-8 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .heading-8, .paragraph-3 {
    text-align: center;
  }

  .grid-10 {
    width: 400px;
  }

  .heading-10 {
    font-size: 17px;
    line-height: 1.25em;
  }

  .heading-7-left {
    width: 95%;
    font-size: 7vw;
    line-height: 9vw;
  }

  .grid-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .price-card-1 {
    padding: 30px;
  }

  .grid-12 {
    margin-bottom: 0;
  }

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

  .paragraph-3-copy {
    display: none;
  }

  .grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .paragraph-7 {
    font-size: 26px;
  }

  .price-card-2, .price-card-3 {
    padding: 30px;
  }

  .bundlle-content, .image-7 {
    display: none;
  }

  .container-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .glowing-wrapper.glowing-wrapper-active, .glowing-wrapper.glowing-wrapper-active.generic {
    display: block;
  }

  .glowing-wrapper-button.button-price, .glowing-wrapper-button.button-price-4 {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .button-text-3 {
    font-size: 22px;
  }

  .menu-outer {
    max-width: 65%;
    position: relative;
    inset: 17px 0% 0% 20%;
  }

  .menu-expand {
    display: none;
  }

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

  .menu-inner {
    padding: 8px;
  }

  .menu-link {
    padding: 12px 20px;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-logo {
    z-index: 4;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-image: linear-gradient(#000c, #000c);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .mobile-logo.generic {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .list {
    margin-bottom: 40px;
    padding-left: 0;
    display: block;
  }

  .paragraph-11 {
    color: var(--elements-webflow-library--neutral--100);
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 20px;
  }

  .post-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .post-heading.privacy {
    margin-bottom: 0;
  }

  .heading-19 {
    font-size: 22px;
    line-height: 36px;
  }

  .menu-outer-copy {
    max-width: 100%;
    padding: 4px;
    position: static;
    inset: 17px 0% 0% 20%;
  }

  .menu-inner-tablet {
    padding: 6px;
  }

  .menu-link-tablet {
    padding: 12px 20px;
  }

  .price-item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-13 {
    width: 30px;
    height: 30px;
  }

  .button-text-2-copy.generic-nav {
    font-size: 18px;
  }

  .brix---header-logo-link-copy-copy.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-36 {
    background-image: url('../images/glow-ball-mbile-l.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .brix---text-203 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-5 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

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

  .testimonials {
    text-align: center;
    width: 100%;
    font-size: 7vw;
    line-height: 9vw;
  }

  .container-41 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-22 {
    grid-template-columns: 2.25fr;
  }

  .ux-ui-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .offer-heading {
    font-size: 7vw;
    line-height: 8vw;
  }

  .service-headline {
    text-align: center;
    display: block;
  }

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

  .nav-tablet {
    z-index: 21;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    top: auto;
    bottom: 20px;
  }

  .testimonials-mobile {
    text-align: center;
    width: 100%;
    font-size: 7vw;
    line-height: 9vw;
  }

  .nav-mobile-butto {
    display: block;
  }

  .nav-mobile-butto.generic.generic-nav {
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .f-form-step-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-section {
    justify-content: center;
    align-items: center;
    height: 92.9vh;
  }

  .form-content-container {
    border-radius: 0;
  }

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

  .form-con-outline {
    border-radius: 15px;
    padding: 5px;
  }

  .container-55 {
    border-radius: 10px;
    padding: 15px;
  }

  .container-56 {
    width: auto;
  }

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

  .paragraph-19 {
    font-size: 18px;
  }

  .container-57 {
    margin-left: 0;
    margin-right: 0;
  }

  .field-label-3 {
    font-size: 16px;
  }

  .text-field-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .responsive-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    width: 100%;
  }

  .code-embed {
    font-size: 14px;
  }

  .code-embed-2 {
    font-size: 16px;
  }

  .grid-29 {
    grid-template-columns: auto minmax(136px, 1fr);
    justify-items: start;
  }

  .div-block-25 {
    width: 200px;
  }

  .grid-30 {
    grid-template-columns: minmax(205px, 1fr) minmax(160px, 1fr);
    justify-content: start;
  }

  .success-message-3 {
    width: 400px;
    height: 690px;
  }

  .form-6 {
    width: 100%;
    height: auto;
  }

  .form-sent {
    font-size: 36px;
  }

  .paragraph-22 {
    font-size: 22px;
  }

  .form-contest-paragraph {
    font-size: 16px;
  }

  .heading-34 {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .bold-text {
    font-size: 7vw;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .logos-row {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-left: 5rem;
  }

  .image-31 {
    width: 90%;
  }

  .footer-content-logo.w--current {
    margin-bottom: 15px;
    display: none;
  }

  .footer-paragraph, .footer-contact-text, .footer-infosrtip-text {
    display: none;
  }

  .footer-loho {
    width: 120px;
    max-width: 90%;
  }

  .brix---text-205, .brix---text-200-bold-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .blog-post, .conditions-container {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-10-copy, .reference-cta-heading {
    font-size: 3.5vw;
    line-height: 4.54vw;
  }

  .code-embed-7 {
    display: none;
  }

  .paragraph-30.cookie-banner-2-paragraph---brix {
    max-width: none;
  }

  .cookie-icon---brix {
    width: 10%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .close-message---brix.cookie-banner-2---brix {
    position: absolute;
  }

  .cookie-banner-2-left-content---brix {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 20px 30px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-content---brix.cookie-banner-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---btn-header-hidden-on-mbl-copy, .brix---btn-header-hidden-on-mbl-copy-copy {
    display: block;
  }

  .tagline {
    text-align: center;
  }

  .heading-copy {
    font-weight: 600;
  }

  .heading-copy.spline-hero {
    width: 95%;
    margin-top: 0%;
  }

  .heading-34-copy, .heading-34-copy-copy {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .headline-prague-hero {
    font-weight: 600;
  }

  .headline-prague-hero.spline-hero {
    width: 95%;
    margin-top: 0%;
  }

  .headline-prague-mobile {
    font-weight: 600;
  }

  .headline-prague-mobile.spline-hero {
    width: 95%;
    margin-top: 0%;
  }

  .heading-2 {
    font-size: 4rem;
  }

  .trusted-by-hero-logos {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .double-button-component.margin-top-button-features {
    margin-top: 0;
  }

  .hero-ppc {
    font-size: 3.4vw;
  }

  .about-hero-interaction {
    display: none;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header {
    max-width: none;
  }

  .about-features-grid {
    background-image: none;
  }

  .about-features-grid.servie-grifd-lw {
    margin-bottom: 20px;
  }

  .text-size-large {
    font-size: 1.3rem;
  }

  .text-size-large.text-weight-medium {
    font-size: 4.5vw;
  }

  .text-size-large.text-weight-medium.text-large-lw {
    text-align: center;
  }

  .max-width-33ch {
    max-width: none;
  }

  .image-39 {
    max-width: 95%;
  }

  .about-features-wrapper {
    margin-top: 6rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-features-image {
    text-align: center;
    width: 60%;
    height: 20rem;
  }

  .header-2 {
    max-width: none;
  }

  .headline-ppc {
    font-size: 7vw;
    line-height: 1.25em;
  }

  .text-block-12 {
    font-size: 3.2vw;
  }

  .text-block-12.tect-block-service-lw {
    text-align: center;
  }

  .text-block-13 {
    font-size: 3.2vw;
  }

  .text-block-13.tect-block-service-lw {
    text-align: center;
  }

  .text-block-14 {
    font-size: 3.2vw;
  }

  .text-block-14.tect-block-service-lw {
    text-align: center;
  }

  .text-size-small-2-copy, .stats-small {
    font-size: 3.4vw;
  }

  .stats-heading {
    font-size: 9vw;
    line-height: 1em;
  }

  .stat-signs {
    font-size: 9vw;
  }

  .menu-link-tablet-2 {
    padding: 12px 20px;
  }

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

  .brix---header-wrapper-2 {
    z-index: 3;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    top: auto;
    bottom: 20px;
  }

  .navbg-2 {
    color: #01010f;
    background-image: none;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 8vw;
    line-height: 1em;
  }

  .brix---icon-list {
    width: 5vw;
    height: 5vw;
  }

  .brix---paragraph-default-8 {
    font-size: 3.5vw;
    line-height: 1.25em;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---flex-horizontal-start-2 {
    line-height: 1em;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-2 {
    font-size: 5vw;
  }

  .brix---text-200-list-bold {
    font-size: 4vw;
    line-height: 1em;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---text-300-medium {
    font-size: 3.5vw;
    line-height: 1em;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .heading-34-copy {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .testimonialtaglile {
    font-size: 3.5vw;
    line-height: 4.54vw;
  }

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

  .tagline-sandbox {
    text-align: center;
  }

  .brix---btn-header-hidden-on-mbl-copy-copy {
    display: block;
  }

  .hero-second {
    font-size: 3.4vw;
  }

  .heading-2-mobile {
    font-size: 4rem;
  }

  .hero-second-mobile {
    font-size: 3.4vw;
  }

  .heading-2-copy {
    font-size: 4rem;
  }

  .heading-2-copy.text-weight-bold {
    font-size: 7vw;
  }

  .paragraph-copy.ppc-paragraph-2 {
    font-size: 3.5vw;
  }

  .levne-weby-header {
    max-width: none;
  }

  .pricing-levne-weby {
    font-size: 7vw;
    line-height: 1.25em;
  }

  .reference-levne-weby {
    width: 90%;
    font-size: 7vw;
    line-height: 1.25em;
  }

  .levne-weby-cta {
    display: none;
  }

  .levne-weby-cta-headline {
    width: 95%;
    line-height: 1em;
  }

  .levne-weby-form-section {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .form-content-container-copy, .form-content-container-levne-weby {
    border-radius: 0;
  }

  .form-grid-lw {
    grid-template-columns: auto;
  }

  .about-features-wrapper-copy {
    margin-top: 6rem;
  }

  .bold-text-7 {
    font-size: 7vw;
    line-height: 1.25em;
  }

  .form-actions {
    grid-template-columns: auto minmax(136px, 1fr);
    justify-items: start;
  }

  .icon-grid-lw {
    grid-template-columns: minmax(205px, 1fr) minmax(160px, 1fr);
    justify-content: start;
  }

  .heaign-form-text-lq {
    font-size: 26px;
  }

  .top-form-content-lw {
    width: auto;
  }

  .refernce-text-content-lq, .service-text-content-lw {
    max-width: none;
  }

  .pricing-levne-weby-copy, .pricing-levne-weby-cta, .headline-sevice-lw {
    font-size: 7vw;
    line-height: 1.25em;
  }

  .pading-global-lw {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-features-image-lw {
    text-align: center;
    width: 60%;
    height: 20rem;
  }

  .actions-grid-lw {
    width: 400px;
  }

  .heading-2-copy-copy {
    font-size: 4rem;
  }

  .heading-2-copy-copy.text-weight-bold {
    font-size: 7vw;
  }

  .image-48, .image-49 {
    height: 280px;
  }

  .button-text-post.generic-nav {
    font-size: 18px;
  }

  .pripadovka-cta-web, .post-link-web {
    font-size: 22px;
    line-height: 36px;
  }

  .experts-card-krystof {
    aspect-ratio: auto;
    background-image: linear-gradient(#0000 54%, #0e031be6 71%, #0f031f 85%, #21004d), url('../images/krystof.webp'), linear-gradient(#0000, #0000), url('../images/bg4.jpg');
    background-position: 0 0, 50%, 0 0, 52% 0;
    background-size: auto, auto 400px, auto, auto 130%;
    height: 400px;
    margin-bottom: 60px;
    margin-right: 0;
    padding: 5% 4%;
  }

  .container-78 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .experts-card-wrapper {
    width: 100%;
  }

  .experts-card-david {
    aspect-ratio: auto;
    background-image: linear-gradient(#0000 54%, #0d0110e6 71%, #1b021f 85%, #36043e), url('../images/david.webp'), linear-gradient(#0000, #0000), url('../images/bg4-2.webp');
    background-position: 0 0, 50%, 0 0, 52% 0;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, auto 400px, auto, auto 130%;
    height: 400px;
    margin-left: 0;
    padding: 5% 4%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    color: var(--flowui-component-library--white);
    font-size: 7vw;
    line-height: 6.5vw;
  }

  h3 {
    font-size: 5vw;
    line-height: 6vw;
  }

  p, li {
    font-size: 4.5vw;
    line-height: 6vw;
  }

  blockquote {
    font-size: 5vw;
    line-height: 7vw;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    width: 120px;
    max-width: 84%;
  }

  .brix---header-logo-link {
    order: -1;
  }

  .brix---header-logo-link.generic {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .brix---header-logo-link.generic.w--current, .brix---header-logo-link.form-menu.w--current {
    margin-bottom: 0;
  }

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

  .brix---header-wrapper {
    display: none;
  }

  .brix---header-wrapper.from-menu {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 20px;
  }

  .body {
    overflow: visible;
  }

  .hero {
    height: 650px;
  }

  .heading {
    text-align: center;
    font-size: 13vw;
    line-height: 15vw;
  }

  .heading.spline-hero {
    width: 90%;
    font-size: 11vw;
    line-height: 12vw;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    font-size: 5vw;
  }

  .paragraph.spline-hero {
    margin-bottom: 20px;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .paragraph.spline-hero.igtarget {
    width: 90%;
    line-height: 7vw;
  }

  .paragraph.pargraph-large {
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 1.25em;
  }

  .paragraph.ppc-paragraph-2, .paragraph.lw-cenik-pragraph {
    margin-bottom: 20px;
    font-size: 4.5vw;
    line-height: 1.25em;
  }

  .navbg {
    display: block;
  }

  .container-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-10 {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .container-11 {
    max-width: 85%;
    padding-top: 0;
  }

  .container-12.privacy {
    margin-bottom: 20px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .grid-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .heading-8 {
    text-align: center;
    font-size: 7vw;
    line-height: 8vw;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .container-13 {
    border-left-style: none;
    padding-left: 0;
  }

  .container-14 {
    max-width: 85%;
  }

  .grid-9 {
    margin-bottom: 40px;
  }

  .grid-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: auto;
    width: auto;
    display: none;
  }

  .heading-10 {
    font-size: 5vw;
    line-height: 6vw;
    display: none;
  }

  .div-block-15 {
    display: none;
  }

  .paragraph-6 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.4vw;
    line-height: 7vw;
  }

  .paragraph-6.generic {
    margin-bottom: 30px;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .pricing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7-left {
    text-align: center;
    width: 100%;
    font-size: 8.1vw;
    line-height: 10vw;
  }

  .grid-11 {
    grid-row-gap: 29px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .price-card-1 {
    padding: 25px;
  }

  .heading-11 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .heading-12 {
    min-width: auto;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .div-block-17 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-3-copy {
    font-size: 4vw;
    line-height: 5vw;
  }

  .grid-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-7 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .price-card-2, .price-card-3 {
    padding: 25px;
  }

  .bundlle-content {
    display: none;
  }

  .paragraph-10 {
    border-bottom-style: none;
    font-size: 6vw;
    line-height: 7vw;
  }

  .container-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-small {
    font-size: 5vw;
    line-height: 6vw;
  }

  .padding-section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .glowing-wrapper-animations {
    height: 100%;
  }

  .glowing-wrapper.glowing-wrapper-active, .glowing-wrapper.glowing-wrapper-active.generic {
    display: block;
  }

  .glowing-wrapper-button {
    height: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .glowing-wrapper-button.generic {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .glowing-wrapper-button.cta-btn-hero {
    height: auto;
    padding: .5rem 1.5rem;
  }

  .styles---glowing-button {
    display: none;
  }

  .button-text-3 {
    font-size: 6vw;
  }

  .menu-outer {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    max-width: 100%;
    padding: 6px;
    display: block;
    position: sticky;
    left: 0%;
    right: 0%;
  }

  .menu-inner {
    -webkit-text-fill-color: inherit;
    background-color: #1a1b1e;
    background-clip: border-box;
    padding: 5px;
  }

  .menu-link {
    border-style: solid;
    border-color: var(--dark-grey);
    padding: 8px 8%;
    font-size: 3.8vw;
  }

  .menu-link:hover, .menu-link:active {
    border-color: var(--main);
    background-color: #5a00ee1a;
  }

  .mobile-nav {
    z-index: 4;
    padding: 15px;
    display: flex;
    position: sticky;
    top: auto;
    bottom: 0;
    transform: translate(0, 100px);
  }

  .mobile-nav.generic {
    display: block;
  }

  .mobile-logo {
    z-index: 99;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15px 20px 16px;
    display: flex;
  }

  .mobile-logo.generic {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    font-size: 3.5vw;
  }

  .list {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style-type: square;
    display: block;
  }

  .paragraph-11 {
    color: var(--elements-webflow-library--neutral--100);
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 6vw;
    font-weight: 400;
    line-height: 7vw;
    text-decoration: none;
  }

  .post {
    margin-top: 20px;
  }

  .post-heading {
    text-align: left;
    font-size: 6vw;
    line-height: 7.5vw;
  }

  .post-heading.privacy {
    text-align: left;
    margin-bottom: 0;
  }

  .heading-19 {
    margin-bottom: 5px;
    font-size: 4.8vw;
    line-height: 6vw;
  }

  .menu-outer-copy {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    max-width: 100%;
    padding: 6px;
    position: sticky;
    left: 0%;
    right: 0%;
  }

  .menu-inner-tablet {
    -webkit-text-fill-color: inherit;
    background-color: #1a1b1e;
    background-clip: border-box;
    padding: 5px;
  }

  .menu-link-tablet {
    border-style: solid;
    border-color: var(--dark-grey);
    padding: 8px 8%;
    font-size: 3.8vw;
  }

  .price-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    list-style-type: none;
  }

  .image-13 {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .button-text-2-copy.generic-nav {
    font-size: 3.8vw;
  }

  .brix---btn-header-hidden-on-mbl-copy.generic {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-10-copy {
    font-size: 5vw;
    line-height: 6vw;
    display: none;
  }

  .heading-7-left-copy {
    text-align: center;
    width: 100%;
    font-size: 10vw;
    line-height: 13vw;
  }

  .heading-7-left-copy.generic {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .cta {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    padding: 100px 0;
  }

  .container-15-copy {
    max-width: 90%;
    margin-right: 0;
  }

  .image-15 {
    display: none;
  }

  .grid-10-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: auto;
    display: block;
  }

  .container-36 {
    background-image: none;
  }

  .container-37 {
    display: none;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---text-203 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default-12 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---avatar-image-2 {
    width: 100%;
  }

  .brix---paragraph-default-5 {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .brix---avatar-circle-5 {
    width: 45px;
    min-width: 45px;
    max-width: 56px;
    height: 45px;
    min-height: 45px;
    max-height: 56px;
  }

  .brix---card-left-pd-40px-2 {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---mg-left-16px-2 {
    margin-left: 13px;
  }

  .paragraph-copy {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 5.4vw;
    line-height: 7vw;
  }

  .testimonials {
    margin-bottom: 10px;
    font-size: 10vw;
    line-height: 13vw;
    display: none;
  }

  .container-41 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-22 {
    margin-bottom: 0;
  }

  .heading-7-center {
    text-align: center;
    width: 80%;
    font-size: 8.9vw;
    line-height: 10vw;
  }

  .ux-ui-block {
    width: 80%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .ai-chatbot, .e-shop-block {
    width: 80%;
    height: auto;
  }

  .hero-text-2 {
    font-size: 5vw;
    line-height: 6vw;
    display: none;
  }

  .email {
    width: 80%;
    height: auto;
  }

  .brand-block {
    width: 80%;
  }

  .offer-heading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 8.9vw;
    line-height: 10vw;
  }

  .flex-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-cta.glowing-wrapper-active {
    height: auto;
  }

  .service-headline {
    display: none;
  }

  .sand-box-service {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .service-paragraph {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-size: 5.4vw;
    line-height: 7vw;
  }

  .container-50 {
    order: -1;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .nav-tablet {
    display: none;
  }

  .posouvac {
    display: block;
    top: -70px;
  }

  .testimonials-mobile {
    margin-bottom: 20px;
    font-size: 8.9vw;
    line-height: 10vw;
    display: flex;
  }

  .nav-mobile-butto {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .nav-mobile-butto.generic {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-mobile-butto.generic.generic-nav {
    flex: 0 auto;
    order: 0;
  }

  .container-51 {
    width: 85%;
  }

  .f-form-steps-item.is---7, .f-form-steps-item.is-1 {
    background-color: #f6f6f6;
  }

  .form-section {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: block;
  }

  .form-content-container {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-23 {
    margin-top: 10px;
  }

  .form-heading-text.upper {
    line-height: 44px;
  }

  .form-con-outline {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-55 {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .grid-24 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .div-block-22 {
    display: none;
  }

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

  .paragraph-19 {
    display: none;
  }

  .grid-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .container-57 {
    width: 100%;
  }

  .text-field-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive-grid {
    grid-row-gap: 5px;
    grid-template-columns: 100%;
  }

  .code-embed-2 {
    font-size: 14px;
  }

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

  .div-block-25 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 10px;
    display: flex;
  }

  .grid-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .success-message-3 {
    width: 250px;
    height: 630px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-2 {
    display: block;
  }

  .form-sent {
    font-size: 28px;
  }

  .paragraph-22 {
    font-family: Switzer, Arial, sans-serif;
    font-size: 18px;
  }

  .form-contest-paragraph {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-21-copy {
    font-size: 20px;
    display: none;
  }

  .div-block-27 {
    display: none;
  }

  .heading-34 {
    opacity: 0;
    width: 90%;
    height: 2px;
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .brix---mg-bottom-2 {
    width: 100%;
  }

  .brix---container-default-14 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-7 {
    text-align: left;
    font-size: 7vw;
    line-height: 8vw;
  }

  .brix---accordion-title {
    font-size: 5vw;
    line-height: 6vw;
  }

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

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 25px;
  }

  .brix---accordion-content-wrapper-width-660px {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .brix---accordion-item-wrapper-v7 {
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
  }

  .faq {
    margin-top: 80px;
  }

  .logos-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 3rem;
  }

  .logo-2 {
    height: 2rem;
  }

  .heading-42 {
    width: 300px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: .75rem;
    line-height: 1.2rem;
  }

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

  .footrer {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 20px;
  }

  .footer-content-logo {
    order: -1;
  }

  .heading-46 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 6vw;
  }

  .footer-paragraph {
    width: 100%;
    margin-bottom: 0;
    font-size: 4.8vw;
    line-height: 6.5vw;
    display: block;
  }

  .footrer--infostrip {
    color: var(--p-color);
    justify-content: flex-start;
    align-items: center;
  }

  .footrer--infostrip.infro-right {
    justify-content: center;
    align-items: flex-start;
  }

  .link-10 {
    line-height: 6vw;
  }

  .footer-border-container-down {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .socials {
    display: none;
  }

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

  .link-12 {
    font-size: 4.8vw;
  }

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

  .footer-contact-text {
    font-size: 4.8vw;
    line-height: 5vw;
    display: block;
  }

  .footer-infosrtip-text {
    text-align: left;
    align-self: flex-start;
    font-size: 4.8vw;
    line-height: 5vw;
    display: block;
  }

  .footer-options {
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .footer-loho {
    width: 150px;
    max-width: 84%;
  }

  .blog-main-image {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 200px;
  }

  .rich-image {
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 15% 50%;
    border-radius: 10px;
    height: auto;
  }

  .side-image {
    border-radius: 15px;
  }

  .bold-text-2 {
    width: 100%;
    font-size: 6vw;
    line-height: 7vw;
  }

  .brix---mg-bottom-8px-6 {
    margin-bottom: 2px;
  }

  .brix---text-205 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---avatar-image-3 {
    width: 100%;
  }

  .brix---text-200-bold-5 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---avatar-circle-03 {
    width: 40px;
    min-width: 40px;
    max-width: 48px;
    height: 40px;
    min-height: 40px;
    max-height: 48px;
  }

  .blog-right {
    margin-top: 40px;
  }

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

  .heading-51 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph-27 {
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .small-post-image {
    height: 140px;
  }

  .heading-52 {
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .bold-text-3 {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .blog-post {
    max-width: 90%;
  }

  .bold-text-4 {
    text-align: left;
  }

  .heading-53 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .bold-text-5 {
    font-size: 5vw;
  }

  .bold-text-6 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .heading-55 {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .code-embed-4 {
    display: block;
  }

  .heading-56 {
    font-size: 5vw;
  }

  .link-15 {
    color: var(--main);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    padding-left: 0;
    font-weight: 400;
  }

  .code-embed-5 {
    margin-bottom: 0;
  }

  .conditions-container {
    max-width: 85%;
  }

  .div-block-45-copy {
    display: none;
  }

  .adress {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .reference-cta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .heading-10-copy {
    font-size: 5vw;
    line-height: 6vw;
  }

  .reference-cta-heading {
    font-size: 5vw;
    line-height: 6vw;
    display: none;
  }

  .image-35 {
    width: 130px;
    height: 130px;
  }

  .image-36 {
    width: 110px;
    height: 110px;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 135px;
    height: 130px;
  }

  .heading-59 {
    margin-top: 10px;
    font-size: 10.8px;
  }

  .div-block-50 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-strip {
    margin-bottom: 3rem;
    display: none;
    overflow: visible;
  }

  .service-cta.glowing-wrapper-active {
    display: none;
  }

  .cookie-icon---brix {
    width: 16%;
  }

  .cookie-banner-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 32px 30px 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    padding-right: 32px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .brix---btn-header-hidden-on-mbl-copy {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .glowing-wrapper-button-copy {
    display: block;
    position: static;
  }

  .brix---btn-header-hidden-on-mbl-copy-copy {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .tagline {
    text-align: center;
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .heading-copy {
    text-align: center;
    font-size: 13vw;
    line-height: 15vw;
  }

  .heading-copy.spline-hero {
    width: 90%;
    font-size: 10vw;
    line-height: 12vw;
  }

  .heading-34-copy, .heading-34-copy-copy {
    opacity: 0;
    width: 90%;
    height: 2px;
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .headline-prague-hero {
    text-align: center;
    font-size: 13vw;
    line-height: 15vw;
  }

  .headline-prague-hero.spline-hero {
    width: 90%;
    font-size: 10vw;
    line-height: 12vw;
    display: none;
  }

  .headline-prague-mobile {
    text-align: center;
    font-size: 13vw;
    line-height: 15vw;
  }

  .headline-prague-mobile.spline-hero {
    width: 90%;
    font-size: 7.9vw;
    line-height: 10vw;
    display: block;
  }

  .button-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .secondary-button {
    width: auto;
    height: auto;
    padding: .25rem .5rem;
    display: flex;
    overflow: visible;
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-bold {
    font-size: 9vw;
    display: none;
  }

  .max-width-70ch {
    max-width: 90%;
  }

  .hero-wrapper {
    background-color: #000;
    background-image: url('../images/hero-image.webp');
    background-position: 50% 0;
    background-size: cover;
    border: 1px #000;
    height: auto;
    padding-top: 10px;
    padding-bottom: 250px;
  }

  .button-icon {
    padding: .5rem .5rem .5rem .4rem;
  }

  .trusted-by-hero-logos {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .primary-button {
    width: 100%;
  }

  .stats {
    height: auto;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .double-button-component.margin-top-button-hero {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    margin-top: 1rem;
    padding-left: 0;
  }

  .double-button-component.margin-top-button-hero.buttons-hero {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-bottom: 5%;
    overflow: visible;
  }

  .double-button-component.margin-top-button-hero.buttons-levne-webz {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-bottom: 5%;
  }

  .double-button-component.margin-top-button-features {
    overflow: visible;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .hero-ppc {
    font-size: 4vw;
    display: block;
  }

  .hero-sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .sticky-images {
    border-radius: .5rem;
  }

  .sticky-images.left-sticky-image {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    right: auto;
  }

  .sticky-images.middle {
    width: 100%;
    max-width: none;
    height: 50vw;
    position: relative;
  }

  .sticky-images.right-sticky-image {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .about-hero-interaction {
    height: auto;
    margin-top: 4rem;
  }

  .read-more-tag-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .text-size-small-2.text-weight-bold, .text-size-small-2.text-weight-bold.text-smal-taglinelw {
    font-size: 4vw;
  }

  .steps-item {
    top: auto;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cluth-rating {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 3rem;
    flex-flow: row;
    width: auto;
    margin-bottom: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .about-features-grid {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .text-size-large.text-weight-medium {
    font-size: 6vw;
  }

  .text-size-large.text-weight-medium.text-large-lw {
    text-align: center;
  }

  .read-more-tag-4 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .image-39 {
    width: auto;
  }

  .about-features-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-features-image {
    width: 80%;
    height: auto;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .header-2 {
    max-width: 90%;
  }

  .headline-ppc {
    font-size: 7.5vw;
  }

  .text-block-12 {
    font-size: 4vw;
  }

  .text-block-12.tect-block-service-lw {
    text-align: center;
  }

  .text-block-13 {
    font-size: 4vw;
  }

  .text-block-13.tect-block-service-lw {
    text-align: center;
  }

  .text-block-14 {
    font-size: 4vw;
  }

  .text-block-14.tect-block-service-lw {
    text-align: center;
  }

  .section-10 {
    background-image: linear-gradient(#01010f, #01010f00 18%);
    background-position: 0 0;
    background-size: auto;
  }

  .trusted-by-component-2 {
    margin-top: 0;
    display: block;
  }

  .text-size-small-2-copy {
    font-size: 4.5vw;
  }

  .stats-small {
    font-size: 3vw;
  }

  .stats-heading {
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 9vw;
  }

  .stat-signs {
    font-size: 8vw;
  }

  .menu-link-tablet-2 {
    border-style: solid;
    border-color: #2a2a2a;
    padding: 8px 8%;
    font-size: 3.8vw;
  }

  .brix---header-wrapper-2 {
    display: none;
  }

  .navbg-2 {
    display: block;
  }

  .text-block-15 {
    font-size: 3.87vw;
  }

  .text-block-16, .text-block-17 {
    font-size: 4vw;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 11vw;
    line-height: 1em;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-8 {
    font-size: 4vw;
    line-height: 1.25em;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 6vw;
    line-height: 30px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---text-200-list-bold {
    font-size: 4.5vw;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---text-300-medium {
    font-size: 4vw;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .heading-34-copy {
    opacity: 0;
    width: 90%;
    height: 2px;
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .testimonialtaglile {
    font-size: 5vw;
    line-height: 6vw;
    display: none;
  }

  .sandbox-referal-section {
    background-image: none;
    background-position: 0 0;
    padding-bottom: 40px;
  }

  .tagline-sandbox {
    text-align: center;
    margin-bottom: 5px;
    font-size: 5.5vw;
    line-height: 8vw;
    display: block;
  }

  .image-42 {
    width: 80px;
  }

  .clutch-trevie-text {
    font-size: 14px;
  }

  .image-44 {
    width: 50px;
  }

  .brix---btn-header-hidden-on-mbl-copy-copy {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .hero-second {
    margin-left: 10px;
    padding-left: 0;
    font-size: 4.8vw;
    display: none;
  }

  .mobile-hide {
    display: none;
  }

  .stat-lower {
    height: auto;
    margin-top: 40px;
  }

  .heading-2-mobile {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2-mobile.text-weight-bold {
    background-image: linear-gradient(316deg, var(--nav-bg), white 53%);
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 9vw;
    display: block;
  }

  .hero-text-btn-mobile {
    font-size: 5vw;
    line-height: 1.25em;
    display: block;
  }

  .hero-second-mobile {
    margin-left: 10px;
    padding-left: 0;
    font-size: 5vw;
    line-height: 1.25em;
    display: block;
  }

  .heading-2-copy {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2-copy.text-weight-bold {
    font-size: 9vw;
    display: none;
  }

  .paragraph-copy {
    text-align: center;
    width: 100%;
    font-size: 5vw;
  }

  .paragraph-copy.spline-hero {
    margin-bottom: 20px;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .paragraph-copy.spline-hero.igtarget {
    width: 90%;
    line-height: 7vw;
  }

  .paragraph-copy.pargraph-large {
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 1.25em;
  }

  .paragraph-copy.ppc-paragraph-2 {
    margin-bottom: 20px;
    font-size: 4.5vw;
    line-height: 1.25em;
  }

  .levne-weby-header {
    max-width: 100%;
  }

  .stats-levne-webz {
    margin-top: 0;
    display: block;
  }

  .pricing-levne-weby {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff6, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    width: 100%;
    font-size: 7.5vw;
  }

  .reference-levne-weby {
    font-size: 7.5vw;
  }

  .reference-levne-weby.desktop-lw {
    display: none;
  }

  .reference-levne-weby.mobile-lw {
    width: 100%;
    display: block;
  }

  .image-placeholde {
    display: none;
  }

  .levne-weby-cta-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
  }

  .levne-weby-cta-headline {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff6, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    width: 100%;
    font-size: 8.9vw;
    line-height: 10vw;
  }

  .levne-weby-cta-image {
    width: 200%;
    height: auto;
    display: block;
  }

  .levne-weby-form-section {
    background-position: 50% 100%;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: block;
  }

  .form-content-container-copy {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-content-container-levne-weby {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 5vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-grid-lw {
    margin-top: 10px;
  }

  .about-features-wrapper-copy {
    width: 100%;
    margin-top: 0;
  }

  .bold-text-7 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 7.5vw;
    line-height: 1.25em;
  }

  .from-icon-lw {
    display: none;
  }

  .form-actions {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
  }

  .icon-grid-lw {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .grid-from-heading-lw {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .heaign-form-text-lq {
    font-size: 20px;
  }

  .refernce-text-content-lq {
    max-width: 90%;
  }

  .service-text-content-lw {
    max-width: none;
    margin-bottom: 0;
  }

  .pricing-levne-weby-copy, .pricing-levne-weby-cta {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff6, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 7.5vw;
  }

  .pricing-levne-weby-cta.desktop-lw {
    display: none;
  }

  .pricing-levne-weby-cta.mobile-lw {
    display: block;
  }

  .headline-sevice-lw {
    width: 100%;
    font-size: 7.5vw;
  }

  .headline-sevice-lw.desktop-lw {
    display: none;
  }

  .headline-sevice-lw.moble-lw {
    display: block;
  }

  .pading-global-lw {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-features-image-lw {
    width: 80%;
    height: auto;
  }

  .container-services-lw {
    margin-left: 0;
    margin-right: 0;
  }

  .about-features-content-lw {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .actions-grid-lw {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .pragarpg-cta-lw {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.5vw;
    line-height: 1.25em;
  }

  .pragarpg-cta-lw.generic {
    margin-bottom: 30px;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .heading-2-copy-copy {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2-copy-copy.text-weight-bold {
    font-size: 9vw;
    display: none;
  }

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

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

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

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

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

  .image-48, .image-49 {
    width: 75%;
    height: auto;
  }

  .button-text-post.generic-nav {
    font-size: 3.8vw;
  }

  .cta-pripadovka {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    padding: 100px 0;
    display: none;
  }

  .pripadovka-cta-web {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 6vw;
  }

  .image-50 {
    width: 60px;
  }

  .div-block-57 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .link-block-11 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .post-link-web {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 6vw;
  }

  .experts-card-krystof {
    background-image: linear-gradient(#0000 54%, #0e031be6 71%, #0f031f 85%, #21004d), url('../images/krystof.webp'), linear-gradient(#0000, #0000), url('../images/bg4.jpg');
    background-size: auto, auto 350px, auto, auto 130%;
    height: 350px;
    margin-bottom: 60px;
    padding: 8% 6%;
  }

  .blog-main-image-2 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background-position: 50% 0;
    background-size: cover;
    height: 220px;
  }

  .blog-main-image-3 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    background-position: 50% 0;
    background-size: cover;
    height: 220px;
  }

  .blog-main-image-4 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background-image: url('../images/Screenshot-2025-09-23-at-10.48.55.webp');
    background-position: 50% 0;
    background-size: cover;
    height: 220px;
  }

  .rich-image-2 {
    aspect-ratio: 2;
    object-fit: cover;
    object-position: 15% 50%;
    border-radius: 10px;
    height: auto;
  }

  .blog-main-image-5 {
    box-sizing: border-box;
    aspect-ratio: 2.39;
    object-fit: contain;
    background-image: url('../images/Screenshot-2025-09-23-at-10.48.55.webp');
    background-position: 0 0;
    background-size: cover;
    height: 200px;
  }

  .blog-main-image-6 {
    box-sizing: border-box;
    aspect-ratio: 2.39;
    object-fit: contain;
    height: 160px;
  }

  .blog-main-image-7 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background-position: 50% 0;
    height: 220px;
  }

  .blog-main-image-8 {
    box-sizing: border-box;
    aspect-ratio: 2.39;
    object-fit: contain;
    height: 160px;
  }

  .blog-main-image-9 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background-position: 50% 0;
    background-size: cover;
    height: 220px;
  }

  .container-78 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .experts-card-david {
    background-image: linear-gradient(#0000 54%, #0d0110e6 71%, #1b021f 85%, #36043e), url('../images/david.webp'), linear-gradient(#0000, #0000), url('../images/bg4-2.webp');
    background-size: auto, auto 350px, auto, auto 130%;
    height: 350px;
    padding: 8% 6%;
  }

  .image-51 {
    width: 40px;
  }

  .blog-main-image-11 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background-position: 50% 0;
    background-size: cover;
    height: 220px;
  }
}

#w-node-_8dd9e050-dfef-cfbe-a346-5d0204832fdb-386a32c2, #w-node-_3f3b9400-65bb-80db-e1c1-7da998255156-386a32c2, #w-node-_91ef303d-468b-bb0c-6480-c84361ee113b-386a32c2, #w-node-_42089417-5c83-3c53-db45-be5badd28bbf-386a32c2, #w-node-_6cc8435a-6a06-c8fd-c690-a607f3dd7dd7-386a32c2 {
  place-self: center;
}

#w-node-_6cc8435a-6a06-c8fd-c690-a607f3dd7dd9-386a32c2 {
  place-self: center end;
}

#w-node-_6d61e642-6d93-2a97-bd63-b4e81f94e28b-386a32c2 {
  justify-self: start;
}

#w-node-c24f9a0d-a0c4-eb87-a5cc-666396d3b917-386a32c2 {
  place-self: center;
}

#w-node-c24f9a0d-a0c4-eb87-a5cc-666396d3b919-386a32c2 {
  place-self: center start;
}

#w-node-d904e17d-aff5-abf6-e8e3-78faf36a4154-386a32c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f619dcb-7802-2a87-aa3d-66d019d7771f-386a32c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c114cba7-eec5-52c3-0325-28b725ea3474-386a32c2, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-386a32c2 {
  order: -9999;
}

#w-node-c114cba7-eec5-52c3-0325-28b725ea3477-386a32c2 {
  order: -9999;
  align-self: center;
}

#w-node-_0c26d145-d224-a4b4-a207-2934481533de-386a32c2 {
  order: -9999;
}

#w-node-e6c4db54-b3dc-59b3-90d0-6b8ee92c9c0b-386a32c2, #w-node-_8b82bf67-735c-8576-828f-3b9b3a671b48-386a32c2, #w-node-bf4ba5c0-8675-abe8-8d6c-76ee3a300994-386a32c2 {
  align-self: center;
}

#w-node-_4be55852-f402-c953-d153-e2bcf035c294-386a32c2 {
  justify-self: start;
}

#w-node-_665c4c00-d86a-8bd2-74c0-6f5ee6388597-386a32c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e023341-366d-22d7-88b0-59d45f667f44-386a32c2 {
  place-self: center;
}

#w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-386a32c2, #w-node-fa51ef89-d225-3cde-2bba-98364c4965fc-386a32c2, #w-node-_36017896-8c24-4c7d-5728-64f0589e668f-386a32c2 {
  order: 9999;
}

#w-node-d1195354-6a9a-f62d-57eb-a8f3e93e835b-386a32c2, #w-node-b9ca7765-953a-41a7-9011-b6e2cf039661-386a32c2, #w-node-_51cc8858-fdbd-a9e1-60fd-3a72eda7296a-386a32c2, #w-node-ac5fac23-d3f3-bf9c-7974-0a42fd4210cc-386a32c2, #w-node-a610923a-1163-41bb-b0cc-7d944904045c-386a32c2, #w-node-_10e99afd-7890-bfb7-6aeb-769ecd41cfae-386a32c2, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2bedf-386a32c2, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2beed-386a32c2, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2befa-386a32c2, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2bf07-386a32c2, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2bf13-386a32c2, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcd1-386a32c2, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcdf-386a32c2, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcec-386a32c2, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcf9-386a32c2, #w-node-_2ab7c19a-3a8e-2c93-4565-461fc70fbd86-386a32c2, #w-node-_8285d9d1-88b6-2768-23e8-8c068d4095ab-386a32c2, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea381-386a32c2, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea38f-386a32c2, #w-node-_17bbc02e-b1cf-73da-3dc8-304a2ac43a4d-386a32c2, #w-node-b8b55415-61bf-ff25-f160-d96d76beb9cb-386a32c2, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea39c-386a32c2, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea3a9-386a32c2, #w-node-c701f562-f9c3-6387-3ba0-f4e33fd4799d-386a32c2 {
  justify-self: auto;
}

#w-node-_68617da1-b054-19f9-8a06-c3e8ffd4204a-386a32c2 {
  justify-self: start;
}

#w-node-ce83cd23-8404-d54c-f3c8-5eacb7411a81-f533b0c1 {
  justify-self: end;
}

#w-node-_03e3e6ca-b8b7-6d75-14f8-c8c44713fc4a-f533b0c1 {
  justify-self: start;
}

#w-node-ec0fa827-3e02-b92b-46e8-ee0bd5fde18d-f533b0c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6636744-6135-b5ff-89a1-c3e681b4da16-f533b0c1 {
  order: 9999;
  place-self: center end;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e7ab8469 {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e7ab8469 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-e7ab8469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-e7ab8469 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-e7ab8469 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-e7ab8469 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-44535db3 {
  order: -9999;
}

#w-node-_8d7f62bb-a5c7-7683-98ac-d77c5ccd4674-44535db3 {
  justify-self: auto;
}

#w-node-_8d7f62bb-a5c7-7683-98ac-d77c5ccd469e-44535db3 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2e35fc18 {
  order: -9999;
}

#w-node-_5b309766-8d3f-6159-682c-af08159f6876-2e35fc18 {
  justify-self: auto;
}

#w-node-_5b309766-8d3f-6159-682c-af08159f68a0-2e35fc18 {
  justify-self: start;
}

#w-node-_7db54838-375d-289b-e2f9-d9a16b3e87ff-ca4cc4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7db54838-375d-289b-e2f9-d9a16b3e8803-ca4cc4d5 {
  place-self: center;
}

#w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-ca4cc4d5 {
  justify-self: start;
}

#w-node-_3af47795-6367-85fa-44f6-845cdcc79a68-ca4cc4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3af47795-6367-85fa-44f6-845cdcc79a7f-ca4cc4d5 {
  order: 9999;
  place-self: center end;
}

#w-node-_70850ec3-1506-acfa-b8af-f927e3742b2a-ca4cc4d5 {
  justify-self: auto;
}

#w-node-_70850ec3-1506-acfa-b8af-f927e3742b54-ca4cc4d5 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-96fd0dc6 {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-96fd0dc6 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-96fd0dc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-96fd0dc6 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-96fd0dc6 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-96fd0dc6 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0447e7a6 {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-0447e7a6 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-0447e7a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-0447e7a6 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-0447e7a6 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-0447e7a6 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-dfdcd3e5 {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-dfdcd3e5 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-dfdcd3e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-dfdcd3e5 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-dfdcd3e5 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-dfdcd3e5 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e81a43bb {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e81a43bb {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-e81a43bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-e81a43bb {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-e81a43bb {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-e81a43bb {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-8b9e218b {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-8b9e218b {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-8b9e218b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-8b9e218b {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-8b9e218b {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-8b9e218b {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e5fb7b5a {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e5fb7b5a {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-e5fb7b5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-e5fb7b5a {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-e5fb7b5a {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-e5fb7b5a {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9c4f30e4 {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-9c4f30e4 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-9c4f30e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-9c4f30e4 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-9c4f30e4 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-9c4f30e4, #w-node-_27ab6a26-fd81-1c3a-9b09-63c0cd193010-e754602c {
  justify-self: start;
}

#w-node-c6406675-e6c7-bec4-dff5-80e9d7481aa3-e754602c {
  place-self: center;
}

#w-node-c6406675-e6c7-bec4-dff5-80e9d7481ab0-e754602c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f619dcb-7802-2a87-aa3d-66d019d7771f-e754602c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c114cba7-eec5-52c3-0325-28b725ea3474-e754602c, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-e754602c {
  order: -9999;
}

#w-node-c114cba7-eec5-52c3-0325-28b725ea3477-e754602c {
  order: -9999;
  align-self: center;
}

#w-node-_0c26d145-d224-a4b4-a207-2934481533de-e754602c {
  order: -9999;
}

#w-node-e6c4db54-b3dc-59b3-90d0-6b8ee92c9c0b-e754602c, #w-node-_8b82bf67-735c-8576-828f-3b9b3a671b48-e754602c, #w-node-bf4ba5c0-8675-abe8-8d6c-76ee3a300994-e754602c {
  align-self: center;
}

#w-node-_4be55852-f402-c953-d153-e2bcf035c294-e754602c {
  justify-self: start;
}

#w-node-_665c4c00-d86a-8bd2-74c0-6f5ee6388597-e754602c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e023341-366d-22d7-88b0-59d45f667f44-e754602c {
  place-self: center;
}

#w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-e754602c, #w-node-fa51ef89-d225-3cde-2bba-98364c4965fc-e754602c, #w-node-_36017896-8c24-4c7d-5728-64f0589e668f-e754602c {
  order: 9999;
}

#w-node-d1195354-6a9a-f62d-57eb-a8f3e93e835b-e754602c, #w-node-b9ca7765-953a-41a7-9011-b6e2cf039661-e754602c, #w-node-_51cc8858-fdbd-a9e1-60fd-3a72eda7296a-e754602c, #w-node-ac5fac23-d3f3-bf9c-7974-0a42fd4210cc-e754602c, #w-node-a610923a-1163-41bb-b0cc-7d944904045c-e754602c, #w-node-_10e99afd-7890-bfb7-6aeb-769ecd41cfae-e754602c, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2bedf-e754602c, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2beed-e754602c, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2befa-e754602c, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2bf07-e754602c, #w-node-_8ed07e10-0411-41ff-fbdc-e21a06a2bf13-e754602c, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcd1-e754602c, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcdf-e754602c, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcec-e754602c, #w-node-a8f72ae8-05d6-b7ff-3184-00bb0a47fcf9-e754602c, #w-node-_2ab7c19a-3a8e-2c93-4565-461fc70fbd86-e754602c, #w-node-_8285d9d1-88b6-2768-23e8-8c068d4095ab-e754602c, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea381-e754602c, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea38f-e754602c, #w-node-_17bbc02e-b1cf-73da-3dc8-304a2ac43a4d-e754602c, #w-node-b8b55415-61bf-ff25-f160-d96d76beb9cb-e754602c, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea39c-e754602c, #w-node-_1269b060-5e70-2e9f-e623-dfaa7b4ea3a9-e754602c, #w-node-c701f562-f9c3-6387-3ba0-f4e33fd4799d-e754602c {
  justify-self: auto;
}

#w-node-_68617da1-b054-19f9-8a06-c3e8ffd4204a-e754602c, #w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-3713541f {
  justify-self: start;
}

#w-node-_3af47795-6367-85fa-44f6-845cdcc79a68-3713541f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3af47795-6367-85fa-44f6-845cdcc79a7f-3713541f {
  order: 9999;
  place-self: center end;
}

#w-node-_70850ec3-1506-acfa-b8af-f927e3742b2a-3713541f {
  justify-self: auto;
}

#w-node-_70850ec3-1506-acfa-b8af-f927e3742b54-3713541f {
  justify-self: start;
}

#w-node-abdfeb0a-bf75-0830-769d-7e495a2edc90-145362e6 {
  justify-self: auto;
}

#w-node-abdfeb0a-bf75-0830-769d-7e495a2edcc4-145362e6 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-093c9421 {
  order: -9999;
}

#w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-093c9421 {
  order: 9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-093c9421 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-093c9421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-093c9421 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-093c9421 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-093c9421 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-726e080f {
  order: -9999;
}

#w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-726e080f {
  order: 9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-726e080f {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-726e080f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-726e080f {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-726e080f {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-726e080f {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-ba26822a {
  order: -9999;
}

#w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-ba26822a {
  order: 9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-ba26822a {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-ba26822a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-ba26822a {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-ba26822a {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-ba26822a {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0d618730 {
  order: -9999;
}

#w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-0d618730 {
  order: 9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-0d618730 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-0d618730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-0d618730 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-0d618730 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-0d618730 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-71d0ea9d {
  order: -9999;
}

#w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-71d0ea9d {
  order: 9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-71d0ea9d {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-71d0ea9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-71d0ea9d {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-71d0ea9d {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-71d0ea9d {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9047f765 {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-9047f765 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-9047f765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-9047f765 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-9047f765 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-9047f765 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2c765c69 {
  order: -9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-2c765c69 {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-2c765c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-2c765c69 {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-2c765c69 {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-2c765c69 {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-1873045b {
  order: -9999;
}

#w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-1873045b {
  order: 9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-1873045b {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-1873045b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-1873045b {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-1873045b {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-1873045b {
  justify-self: start;
}

#w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2b69cb6a {
  order: -9999;
}

#w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-2b69cb6a {
  order: 9999;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-2b69cb6a {
  place-self: auto start;
}

#w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-2b69cb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e419c0-30d0-1909-9cda-3e7a7a28cd39-2b69cb6a {
  order: -9999;
  align-self: center;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e7945-2b69cb6a {
  justify-self: auto;
}

#w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-2b69cb6a {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_8dd9e050-dfef-cfbe-a346-5d0204832fdb-386a32c2, #w-node-_3f3b9400-65bb-80db-e1c1-7da998255156-386a32c2, #w-node-_91ef303d-468b-bb0c-6480-c84361ee113b-386a32c2, #w-node-_42089417-5c83-3c53-db45-be5badd28bbf-386a32c2 {
    place-self: center;
  }

  #w-node-ab3d988a-ba07-355f-207c-886187ba884e-386a32c2 {
    justify-self: center;
  }

  #w-node-bd9fbef8-3e0b-007e-b3cd-cc2d3b70cc64-386a32c2, #w-node-_659e3f38-510f-06a0-8b01-9e6e252e13a6-386a32c2 {
    place-self: center;
  }

  #w-node-_6f619dcb-7802-2a87-aa3d-66d019d7771f-386a32c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ed8ce4ee-0503-7e34-38e4-3e98481d5d56-386a32c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e023341-366d-22d7-88b0-59d45f667f44-386a32c2 {
    place-self: center;
  }

  #w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-386a32c2 {
    order: 9999;
  }

  #w-node-fa51ef89-d225-3cde-2bba-98364c4965f5-386a32c2, #w-node-_36017896-8c24-4c7d-5728-64f0589e6688-386a32c2 {
    order: -9999;
  }

  #w-node-_2672a017-31e8-dc92-23df-f8aaad052b57-f533b0c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03e3e6ca-b8b7-6d75-14f8-c8c44713fc4a-f533b0c1 {
    justify-self: start;
  }

  #w-node-_7db54838-375d-289b-e2f9-d9a16b3e8803-ca4cc4d5 {
    place-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a42-ca4cc4d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-ca4cc4d5 {
    justify-self: start;
  }

  #w-node-_27ab6a26-fd81-1c3a-9b09-63c0cd19301b-e754602c {
    justify-self: center;
  }

  #w-node-_27ab6a26-fd81-1c3a-9b09-63c0cd19301c-e754602c, #w-node-_27ab6a26-fd81-1c3a-9b09-63c0cd19301d-e754602c {
    place-self: center;
  }

  #w-node-_6f619dcb-7802-2a87-aa3d-66d019d7771f-e754602c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ed8ce4ee-0503-7e34-38e4-3e98481d5d56-e754602c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4be55852-f402-c953-d153-e2bcf035c294-e754602c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_8e023341-366d-22d7-88b0-59d45f667f44-e754602c {
    place-self: center;
  }

  #w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-e754602c {
    order: 9999;
  }

  #w-node-fa51ef89-d225-3cde-2bba-98364c4965f5-e754602c, #w-node-_36017896-8c24-4c7d-5728-64f0589e6688-e754602c {
    order: -9999;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a42-3713541f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-3713541f {
    justify-self: start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-093c9421, #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-726e080f, #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-ba26822a, #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-0d618730, #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-71d0ea9d, #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-1873045b, #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-2b69cb6a {
    place-self: center start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c24f9a0d-a0c4-eb87-a5cc-666396d3b919-386a32c2 {
    justify-self: start;
  }

  #w-node-_4be55852-f402-c953-d153-e2bcf035c294-386a32c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_2672a017-31e8-dc92-23df-f8aaad052b57-f533b0c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03e3e6ca-b8b7-6d75-14f8-c8c44713fc4a-f533b0c1 {
    justify-self: start;
  }

  #w-node-ffa656b5-a455-5c58-39f0-9104858c9004-f533b0c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e7ab8469 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a42-ca4cc4d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-ca4cc4d5 {
    justify-self: start;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a7a-ca4cc4d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-96fd0dc6, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-0447e7a6, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-dfdcd3e5, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e81a43bb, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-8b9e218b, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e5fb7b5a, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-9c4f30e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_27ab6a26-fd81-1c3a-9b09-63c0cd193010-e754602c {
    align-self: start;
  }

  #w-node-_27ab6a26-fd81-1c3a-9b09-63c0cd193016-e754602c {
    order: 9999;
  }

  #w-node-c6406675-e6c7-bec4-dff5-80e9d7481aa2-e754602c {
    align-self: center;
  }

  #w-node-c6406675-e6c7-bec4-dff5-80e9d7481ab0-e754602c, #w-node-_4be55852-f402-c953-d153-e2bcf035c294-e754602c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a42-3713541f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-3713541f {
    justify-self: start;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a7a-3713541f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-093c9421, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-726e080f, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-ba26822a, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-0d618730, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-71d0ea9d, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-9047f765, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-2c765c69, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-1873045b, #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-2b69cb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6d61e642-6d93-2a97-bd63-b4e81f94e28b-386a32c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-386a32c2, #w-node-fa51ef89-d225-3cde-2bba-98364c4965fc-386a32c2, #w-node-_36017896-8c24-4c7d-5728-64f0589e668f-386a32c2 {
    order: 9999;
    place-self: start end;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e7ab8469 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-e7ab8469 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7db54838-375d-289b-e2f9-d9a16b3e87ff-ca4cc4d5 {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-96fd0dc6 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-96fd0dc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-0447e7a6 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-0447e7a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-dfdcd3e5 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-dfdcd3e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e81a43bb {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-e81a43bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-8b9e218b {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-8b9e218b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-e5fb7b5a {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-e5fb7b5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-9c4f30e4 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-9c4f30e4, #w-node-_27ab6a26-fd81-1c3a-9b09-63c0cd193010-e754602c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6406675-e6c7-bec4-dff5-80e9d7481ab0-e754602c, #w-node-_665c4c00-d86a-8bd2-74c0-6f5ee6388597-e754602c {
    place-self: center start;
  }

  #w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-e754602c, #w-node-fa51ef89-d225-3cde-2bba-98364c4965fc-e754602c, #w-node-_36017896-8c24-4c7d-5728-64f0589e668f-e754602c {
    order: 9999;
    place-self: start end;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-093c9421 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-093c9421 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-726e080f {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-726e080f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-ba26822a {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-ba26822a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-0d618730 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-0d618730 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-71d0ea9d {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-71d0ea9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-9047f765 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-9047f765 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-2c765c69 {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-2c765c69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-1873045b {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-1873045b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dbc-2b69cb6a {
    place-self: auto;
  }

  #w-node-_656be2f9-be62-0e87-24f0-3cbb17938a46-2b69cb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f99afcc6-bbb2-6a17-6608-549ad2612fb6-386a32c2, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-386a32c2, #w-node-_0c26d145-d224-a4b4-a207-2934481533de-386a32c2, #w-node-_269646ff-20d1-4a5a-d97d-f6f7326917d1-386a32c2 {
    align-self: center;
  }

  #w-node-_3bba1279-360b-82f2-2288-6ed4173571de-386a32c2 {
    place-self: center;
  }

  #w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-386a32c2, #w-node-fa51ef89-d225-3cde-2bba-98364c4965fc-386a32c2, #w-node-_36017896-8c24-4c7d-5728-64f0589e668f-386a32c2 {
    order: -9999;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e7ab8469 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e7ab8469 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-44535db3 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-44535db3 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2e35fc18 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2e35fc18 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-96fd0dc6 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-96fd0dc6 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0447e7a6 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-0447e7a6 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-dfdcd3e5 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-dfdcd3e5 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e81a43bb {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e81a43bb {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-8b9e218b {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-8b9e218b {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e5fb7b5a {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e5fb7b5a {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9c4f30e4 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-9c4f30e4 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-f99afcc6-bbb2-6a17-6608-549ad2612fb6-e754602c, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-e754602c, #w-node-_0c26d145-d224-a4b4-a207-2934481533de-e754602c, #w-node-_269646ff-20d1-4a5a-d97d-f6f7326917d1-e754602c {
    align-self: center;
  }

  #w-node-_3bba1279-360b-82f2-2288-6ed4173571de-e754602c {
    place-self: center;
  }

  #w-node-_09842c57-49ae-8b64-3536-38f3b802ad7f-e754602c, #w-node-fa51ef89-d225-3cde-2bba-98364c4965fc-e754602c, #w-node-_36017896-8c24-4c7d-5728-64f0589e668f-e754602c {
    order: -9999;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-093c9421 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-093c9421 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-726e080f {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-726e080f {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-ba26822a {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-ba26822a {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0d618730 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-0d618730 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-71d0ea9d {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-71d0ea9d {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9047f765 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-9047f765 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2c765c69 {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2c765c69 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-1873045b {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-1873045b {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2b69cb6a {
    place-self: center end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2b69cb6a {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f99afcc6-bbb2-6a17-6608-549ad2612fb6-386a32c2, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-386a32c2, #w-node-_0c26d145-d224-a4b4-a207-2934481533de-386a32c2, #w-node-_269646ff-20d1-4a5a-d97d-f6f7326917d1-386a32c2, #w-node-_3bba1279-360b-82f2-2288-6ed4173571de-386a32c2 {
    justify-self: center;
  }

  #w-node-fb773932-f9d7-021c-55dd-e2f1d9938d87-f533b0c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03e3e6ca-b8b7-6d75-14f8-c8c44713fc4a-f533b0c1 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e7ab8469 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e7ab8469 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-44535db3 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-44535db3 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2e35fc18 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2e35fc18 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a59-ca4cc4d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-ca4cc4d5 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-96fd0dc6 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-96fd0dc6 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0447e7a6 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-0447e7a6 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-dfdcd3e5 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-dfdcd3e5 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e81a43bb {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e81a43bb {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-8b9e218b {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-8b9e218b {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e5fb7b5a {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e5fb7b5a {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9c4f30e4 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-9c4f30e4 {
    order: -9999;
    justify-self: start;
  }

  #w-node-f99afcc6-bbb2-6a17-6608-549ad2612fb6-e754602c, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-e754602c, #w-node-_0c26d145-d224-a4b4-a207-2934481533de-e754602c, #w-node-_269646ff-20d1-4a5a-d97d-f6f7326917d1-e754602c, #w-node-_3bba1279-360b-82f2-2288-6ed4173571de-e754602c {
    justify-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a59-3713541f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a62-3713541f {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-093c9421 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-093c9421 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-726e080f {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-726e080f {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-ba26822a {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-ba26822a {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0d618730 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-0d618730 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-71d0ea9d {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-71d0ea9d {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9047f765 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-9047f765 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2c765c69 {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2c765c69 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-1873045b {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-1873045b {
    order: -9999;
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2b69cb6a {
    justify-self: stretch;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2b69cb6a {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d904e17d-aff5-abf6-e8e3-78faf36a4147-386a32c2 {
    justify-self: center;
  }

  #w-node-d904e17d-aff5-abf6-e8e3-78faf36a4154-386a32c2 {
    order: -9999;
  }

  #w-node-f99afcc6-bbb2-6a17-6608-549ad2612fb6-386a32c2, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-386a32c2 {
    place-self: center;
  }

  #w-node-_0c26d145-d224-a4b4-a207-2934481533de-386a32c2, #w-node-_269646ff-20d1-4a5a-d97d-f6f7326917d1-386a32c2, #w-node-_3bba1279-360b-82f2-2288-6ed4173571de-386a32c2 {
    justify-self: center;
  }

  #w-node-_665c4c00-d86a-8bd2-74c0-6f5ee6388597-386a32c2 {
    order: -9999;
  }

  #w-node-_3b027c33-287d-738e-0ac8-6e6d8703c060-386a32c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68617da1-b054-19f9-8a06-c3e8ffd4204a-386a32c2, #w-node-_66409125-1612-1016-64c4-35cefadb9a52-386a32c2 {
    justify-self: start;
  }

  #w-node-ee0292a5-0eb7-ae76-85ef-39bb7e4493cf-f533b0c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_56f754b6-9bfb-44a7-67ba-4931f00a28b7-f533b0c1, #w-node-fb773932-f9d7-021c-55dd-e2f1d9938d87-f533b0c1 {
    place-self: center;
  }

  #w-node-ce83cd23-8404-d54c-f3c8-5eacb7411a81-f533b0c1, #w-node-ffa656b5-a455-5c58-39f0-9104858c9004-f533b0c1, #w-node-e6636744-6135-b5ff-89a1-c3e681b4da16-f533b0c1, #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e7ab8469 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e7ab8469 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-e7ab8469 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-e7ab8469 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-44535db3 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-44535db3 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_8d7f62bb-a5c7-7683-98ac-d77c5ccd469e-44535db3 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2e35fc18 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2e35fc18 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5b309766-8d3f-6159-682c-af08159f68a0-2e35fc18 {
    justify-self: start;
  }

  #w-node-_7db54838-375d-289b-e2f9-d9a16b3e8803-ca4cc4d5 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a53-ca4cc4d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a57-ca4cc4d5, #w-node-_3af47795-6367-85fa-44f6-845cdcc79a59-ca4cc4d5 {
    place-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a7a-ca4cc4d5, #w-node-_3af47795-6367-85fa-44f6-845cdcc79a7f-ca4cc4d5 {
    justify-self: end;
  }

  #w-node-_70850ec3-1506-acfa-b8af-f927e3742b54-ca4cc4d5 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-96fd0dc6 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-96fd0dc6 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-96fd0dc6 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-96fd0dc6 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0447e7a6 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-0447e7a6 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-0447e7a6 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-0447e7a6 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-dfdcd3e5 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-dfdcd3e5 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-dfdcd3e5 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-dfdcd3e5 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e81a43bb {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e81a43bb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-e81a43bb {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-e81a43bb {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-8b9e218b {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-8b9e218b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-8b9e218b {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-8b9e218b {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-e5fb7b5a {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-e5fb7b5a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-e5fb7b5a {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-e5fb7b5a {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9c4f30e4 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-9c4f30e4 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-9c4f30e4 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-9c4f30e4 {
    justify-self: start;
  }

  #w-node-c6406675-e6c7-bec4-dff5-80e9d7481aa3-e754602c {
    justify-self: center;
  }

  #w-node-c6406675-e6c7-bec4-dff5-80e9d7481ab0-e754602c {
    order: -9999;
  }

  #w-node-f99afcc6-bbb2-6a17-6608-549ad2612fb6-e754602c, #w-node-_1a252d4d-1542-8e0f-722d-27cc2d6c0c54-e754602c {
    place-self: center;
  }

  #w-node-_0c26d145-d224-a4b4-a207-2934481533de-e754602c, #w-node-_269646ff-20d1-4a5a-d97d-f6f7326917d1-e754602c, #w-node-_3bba1279-360b-82f2-2288-6ed4173571de-e754602c {
    justify-self: center;
  }

  #w-node-_665c4c00-d86a-8bd2-74c0-6f5ee6388597-e754602c, #w-node-c46b3d1c-3ed8-2e2a-b6a5-040a03d62cb7-e754602c {
    order: -9999;
  }

  #w-node-_3b027c33-287d-738e-0ac8-6e6d8703c060-e754602c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68617da1-b054-19f9-8a06-c3e8ffd4204a-e754602c, #w-node-_66409125-1612-1016-64c4-35cefadb9a52-e754602c {
    justify-self: start;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a53-3713541f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a57-3713541f, #w-node-_3af47795-6367-85fa-44f6-845cdcc79a59-3713541f {
    place-self: center;
  }

  #w-node-_3af47795-6367-85fa-44f6-845cdcc79a7a-3713541f, #w-node-_3af47795-6367-85fa-44f6-845cdcc79a7f-3713541f {
    justify-self: end;
  }

  #w-node-_70850ec3-1506-acfa-b8af-f927e3742b54-3713541f, #w-node-abdfeb0a-bf75-0830-769d-7e495a2edcc4-145362e6, #w-node-abdfeb0a-bf75-0830-769d-7e495a2edcc7-145362e6 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-093c9421 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-093c9421 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-093c9421 {
    place-self: center;
  }

  #w-node-cde7059a-b89a-6e17-c044-ca70584858d5-093c9421 {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-093c9421 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-093c9421 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-726e080f {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-726e080f {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-726e080f {
    place-self: center;
  }

  #w-node-cde7059a-b89a-6e17-c044-ca70584858d5-726e080f {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-726e080f {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-726e080f {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-ba26822a {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-ba26822a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-ba26822a {
    place-self: center;
  }

  #w-node-cde7059a-b89a-6e17-c044-ca70584858d5-ba26822a {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-ba26822a {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-ba26822a {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-0d618730 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-0d618730 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-0d618730 {
    place-self: center;
  }

  #w-node-cde7059a-b89a-6e17-c044-ca70584858d5-0d618730 {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-0d618730 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-0d618730 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-71d0ea9d {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-71d0ea9d {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-71d0ea9d {
    place-self: center;
  }

  #w-node-cde7059a-b89a-6e17-c044-ca70584858d5-71d0ea9d {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-71d0ea9d {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-71d0ea9d {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-9047f765 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-9047f765 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-9047f765 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-9047f765 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2c765c69 {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2c765c69 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-2c765c69 {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-2c765c69 {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-1873045b {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-1873045b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-1873045b {
    place-self: center;
  }

  #w-node-cde7059a-b89a-6e17-c044-ca70584858d5-1873045b {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-1873045b {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-1873045b {
    justify-self: start;
  }

  #w-node-_757dfb08-8c44-18d0-6473-eb757899dfc5-2b69cb6a {
    justify-self: end;
  }

  #w-node-_45b3655a-d2b5-821f-b7cd-d2891c2f596c-2b69cb6a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_0cb326d1-14be-31d5-3e52-8f826327a3ec-2b69cb6a {
    place-self: center;
  }

  #w-node-cde7059a-b89a-6e17-c044-ca70584858d5-2b69cb6a {
    place-self: center start;
  }

  #w-node-_5a206052-1fd2-179f-558a-cd47b7b36dc6-2b69cb6a {
    order: -9999;
  }

  #w-node-_18357c34-8754-3521-0bf4-f0f8517e796f-2b69cb6a {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}