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

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

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

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

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

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

.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;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(237deg, #fee9, #ffefef52 5%, #fff);
  width: 85%;
  margin-top: 10px;
  font-weight: 600;
}

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

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

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

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

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

.container-5 {
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/674618360f3d3a09f56c221f_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: 40px;
  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: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
  width: 100%;
  margin-bottom: 60px;
}

.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: 24px;
  display: block;
}

.pricing {
  padding-top: 40px;
  padding-bottom: 100px;
  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;
}

.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;
  text-decoration: none;
}

.portfolio-title {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.portfolio_item:hover {
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/683795a1bd4a5df5c48c1772_Pawe%C5%82_s_Marvelous_Site_-_8_April_2023_AdobeExpress_AdobeExpress.gif");
  background-position: 50%;
  background-size: cover;
}

.portfolio_item._05 {
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bebcab7b382d5c58577f7_6754c37e0b2b0f3a1a445055_1.webp");
  background-position: 50% 0;
  background-size: cover;
}

.portfolio_item._04 {
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bebcbe38996624007042d_6754bd3d085acd7792beec72_coralcare4.webp");
  background-position: 50% 0;
  background-size: cover;
}

.portfolio_item._03 {
  text-align: justify;
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bebcc48a49a0ca685f989_6837996d1e5d1320a391b4dc_galabox.webp");
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
}

.portfolio_item._02 {
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/687bf82a6d9bb33edbefded8_tasos.png");
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
}

.portfolio_item._01 {
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/68b1ebba53af8db7c869322a_tasos-uklid-16-9.png");
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
}

.portfolio_item._06 {
  background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bebcbaa34cc3520b3f9f2_68379f95ff082011cf432a9a_ozon.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.cta-btn-hero {
  height: 44.05px;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

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

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

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

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

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

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

.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 {
  inset: 0% 0% 0% auto;
  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;
}

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

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

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

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

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

.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);
  z-index: 80;
  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;
}

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

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

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

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

@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.ppc-paragraph-2, .paragraph.lw-cenik-pragraph {
    font-size: 1.9vw;
    line-height: 1.25em;
  }

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

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

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

  .heading-7-left {
    width: 70%;
    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: 25px;
  }

  .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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/68af3b286650d4a43baae64f_Futuristic%20Demo.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;
  }
}

@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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/6876c2c6c1ada35e166ff51d_Glowing%20Planet%20Particles%401-1920x900.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.ppc-paragraph-2, .paragraph.lw-cenik-pragraph {
    width: 75%;
    margin-bottom: 40px;
    font-size: 1.5vw;
    line-height: 1.25em;
  }

  .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.75fr 1fr;
  }

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

  .container-20 {
    background-image: radial-gradient(circle, #5a00ee80, #0000 55%);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .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 {
    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;
    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;
    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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/68af3b286650d4a43baae64f_Futuristic%20Demo.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.ppc-paragraph-2 {
    width: 75%;
    margin-bottom: 40px;
    font-size: 1.5vw;
    line-height: 1.25em;
  }

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

@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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/6876c17227a1cddb44bd5ba3_Glowing%20Planet%20Particles%401-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;
    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, .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: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-9 {
    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;
  }

  .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._04 {
    background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bebcbe38996624007042d_6754bd3d085acd7792beec72_coralcare4.webp");
  }

  .portfolio_item._03 {
    background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bebcc48a49a0ca685f989_6837996d1e5d1320a391b4dc_galabox.webp");
  }

  .portfolio_item._02 {
    background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/687bf82a6d9bb33edbefded8_tasos.png");
  }

  .portfolio_item._01 {
    background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/68b1ebba53af8db7c869322a_tasos-uklid-16-9.png");
  }

  .portfolio_item._06 {
    background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bebcbaa34cc3520b3f9f2_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.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: 30px;
  }

  .heading-19 {
    font-size: 26px;
    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: 80px;
    margin-bottom: 80px;
    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;
    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;
  }

  .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;
    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;
    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;
    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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/68af3b286650d4a43baae64f_Futuristic%20Demo.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;
  }
}

@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, .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);
    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;
    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 {
    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);
    grid-column-gap: 79px;
    grid-row-gap: 79px;
    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 {
    font-size: 45px;
    line-height: 60px;
  }

  .container-41 {
    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---7, .f-form-steps-item.is-1 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
  }

  .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 {
    background-image: url("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/683ebe4bb7a8fb89d1feedb2_AdobeStock_611446193.jpeg");
    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-hero.spline-hero, .headline-prague-mobile.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;
    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-align: left;
  }

  .text-block-13 {
    font-size: 2.4vw;
    line-height: 1.25em;
  }

  .text-block-13.tect-block-service-lw {
    text-align: left;
    text-align: left;
  }

  .text-block-14 {
    font-size: 2.4vw;
    line-height: 1.25em;
  }

  .text-block-14.tect-block-service-lw {
    text-align: left;
    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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/68af3b286650d4a43baae64f_Futuristic%20Demo.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;
  }
}

@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, .glowing-wrapper.glowing-wrapper-active, .glowing-wrapper.glowing-wrapper-active.generic, .glowing-wrapper.glowing-wrapper-active.generic {
    display: block;
  }

  .glowing-wrapper-button.button-price, .glowing-wrapper-button.button-price-4, .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;
    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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/68438eeaf295a936bfaf096e_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;
    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-align: center;
  }

  .text-block-13 {
    font-size: 3.2vw;
  }

  .text-block-13.tect-block-service-lw {
    text-align: center;
    text-align: center;
  }

  .text-block-14 {
    font-size: 3.2vw;
  }

  .text-block-14.tect-block-service-lw {
    text-align: center;
    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;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    color: var(--flowui-component-library--white);
    font-size: 5.5vw;
    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.w--current, .brix---header-logo-link.form-menu.w--current {
    margin-bottom: 0;
  }

  .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.ppc-paragraph-2, .paragraph.lw-cenik-pragraph {
    margin-bottom: 20px;
    font-size: 4.5vw;
    line-height: 1.25em;
  }

  .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-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: 4.5vw;
    line-height: 1.25em;
  }

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

  .container-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7-left {
    text-align: center;
    width: 100%;
    font-size: 8.9vw;
    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 {
    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, .glowing-wrapper.glowing-wrapper-active, .glowing-wrapper.glowing-wrapper-active.generic, .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;
    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-heading {
    text-align: left;
    font-size: 6vw;
    line-height: 7.5vw;
  }

  .post-heading.privacy {
    text-align: left;
    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, .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;
    object-fit: cover;
    background-image: none;
    height: 300px;
  }

  .rich-image {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 15px;
    height: 350px;
  }

  .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, .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: .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("https://cdn.prod.website-files.com/6743a749663c537f386a32bc/684bf12d31ad55810dc43bb6_6843967fe3736924bd42d002_glow-ball-mobile%20(1).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, .text-size-small-2.text-weight-bold, .text-size-small-2.text-weight-bold.text-smal-taglinelw, .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;
    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-align: center;
  }

  .text-block-13 {
    font-size: 4vw;
  }

  .text-block-13.tect-block-service-lw {
    text-align: center;
    text-align: center;
  }

  .text-block-14 {
    font-size: 4vw;
  }

  .text-block-14.tect-block-service-lw {
    text-align: center;
    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;
    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;
  }
}

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

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

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

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

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

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

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