:root {
  --white-100: white;
  --primary-01: #fdeb83;
  --primary-02: #211dfd;
  --neutrals-900: #212529;
  --neutrals-800: #23282c;
  --neutrals-700: #282d33;
  --neutrals-600: #2a3036;
  --neutrals-500: #2d3339;
  --neutrals-400: #2f353c;
  --neutrals-300: #31383f;
  --neutrals-200: #343b42;
  --neutrals-100: #343b42;
  --error-01: #ff6b6b;
  --error-02: #ffa8a8;
  --error-03: #ffe3e3;
  --warning-01: #fcc419;
  --warning-02: #ffe066;
  --warning-03: #fff3bf;
  --success-01: #51cf66;
  --success-02: #8ce99a;
  --success-03: #d3f9d8;
  --info-01: #339af0;
  --info-02: #74c0fc;
  --info-03: #d0ebff;
  --white-88: #ffffffe0;
  --white-80: #fffc;
  --white-72: #ffffffb8;
  --white-64: #ffffffa3;
  --white-56: #ffffff8f;
  --white-48: #ffffff7a;
  --white-40: #fff6;
  --white-32: #ffffff52;
  --white-24: #ffffff3d;
  --white-16: #ffffff29;
  --white-8-89: #ffffff14;
  --atx-yellow-1: #fbd707;
  --primary-03: #b011e8;
  --black-16: #00000029;
  --black-4-49: #0000000a;
  --black-8-89: #00000014;
  --atx-dark-blue: #0c1536;
  --black-24: #0000003d;
  --black-100: black;
  --black-88: #000000e0;
  --black-80: #000c;
  --black-72: #000000b8;
  --black-64: #000000a3;
  --black-56: #0000008f;
  --black-48: #0000007a;
  --black-40: #0006;
  --black-32: #00000052;
  --color-2: white;
  --color-3: white;
  --size: 0px;
  --color-4: white;
  --color-5: white;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: var(--white-100);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--white-100);
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lexend, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  color: var(--white-100);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lexend, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: var(--white-100);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lexend, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--white-100);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lexend, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  color: var(--white-100);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lexend, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  color: var(--white-100);
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lexend, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--white-100);
  letter-spacing: -.24px;
  margin-bottom: 16px;
}

a {
  color: var(--primary-01);
  letter-spacing: -.24px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .7;
}

ul {
  color: var(--white-100);
  margin-bottom: 16px;
  padding-left: 30px;
  overflow: hidden;
}

ol {
  color: var(--white-100);
  margin-bottom: 16px;
}

li {
  color: var(--white-100);
}

img {
  max-width: 100%;
  display: inline-block;
}

form {
  flex-direction: column;
  display: flex;
}

label {
  margin-bottom: 0;
  font-weight: 500;
}

blockquote {
  color: var(--white-100);
  letter-spacing: -1px;
  border: 0 #000;
  margin-bottom: 16px;
  padding: 0;
  font-family: Lexend, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.bgc-primary-100 {
  background-color: #eae5fd;
}

.bgc-neutrals-900 {
  background-color: var(--neutrals-900);
}

.bgc-neutrals-800 {
  background-color: var(--neutrals-800);
}

.bgc-neutrals-700 {
  background-color: var(--neutrals-700);
}

.bgc-neutrals-600 {
  background-color: var(--neutrals-600);
}

.bgc-neutrals-500 {
  background-color: var(--neutrals-500);
}

.bgc-neutrals-400 {
  background-color: var(--neutrals-400);
}

.bgc-neutrals-300 {
  background-color: var(--neutrals-300);
}

.bgc-neutrals-200 {
  background-color: var(--neutrals-200);
}

.bgc-neutrals-100 {
  background-color: var(--neutrals-100);
}

.bgc-error-01 {
  background-color: var(--error-01);
}

.bgc-error-02 {
  background-color: var(--error-02);
}

.bgc-error-03 {
  background-color: var(--error-03);
}

.bgc-warning-01 {
  background-color: var(--warning-01);
}

.bgc-warning-02 {
  background-color: var(--warning-02);
}

.bgc-warning-03 {
  background-color: var(--warning-03);
}

.bgc-success-01 {
  background-color: var(--success-01);
}

.bgc-success-02 {
  background-color: var(--success-02);
}

.bgc-success-03 {
  background-color: var(--success-03);
}

.bgc-info-01 {
  background-color: var(--info-01);
}

.bgc-info-02 {
  background-color: var(--info-02);
}

.bgc-info-03 {
  background-color: var(--info-03);
}

.bgc-white-100 {
  background-color: var(--white-100);
}

.bgc-white-88 {
  background-color: var(--white-88);
}

.bgc-white-80 {
  background-color: var(--white-80);
}

.bgc-white-72 {
  background-color: var(--white-72);
}

.bgc-white-64 {
  background-color: var(--white-64);
}

.bgc-white-56 {
  background-color: var(--white-56);
}

.bgc-white-48 {
  background-color: var(--white-48);
}

.bgc-white-40 {
  background-color: var(--white-40);
}

.bgc-white-32 {
  background-color: var(--white-32);
}

.bgc-white-24 {
  background-color: var(--white-24);
}

.bgc-white-16 {
  background-color: var(--white-16);
}

.bgc-white-8 {
  background-color: var(--white-8-89);
}

.headline {
  margin-bottom: 0;
}

.headline.xxs {
  letter-spacing: -.24px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.headline.l {
  color: var(--atx-yellow-1);
  letter-spacing: -2px;
  text-transform: none;
  text-shadow: 0 1px 5px #fbd707;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.headline.l.fill-100 {
  margin-bottom: 32px;
}

.headline.l.glow {
  text-shadow: 0 0 5px #fbd707;
}

.headline.xs {
  letter-spacing: -.48px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.headline.s {
  letter-spacing: -1px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.headline.m {
  color: var(--atx-yellow-1);
  letter-spacing: -1.2px;
  text-shadow: 0 0 5px var(--atx-yellow-1);
  font-size: 2.5rem;
  line-height: 1.2;
}

.headline.xl {
  letter-spacing: -2.5px;
  font-size: 4rem;
  line-height: 1.1;
}

.headline.xl.stack-xl {
  color: var(--atx-yellow-1);
  text-align: left;
  text-shadow: 0 0 5px #fbd707;
  font-size: 5rem;
  font-weight: 700;
}

.body-text-s {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.4;
}

.caption {
  color: var(--white-100);
  letter-spacing: -.2px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.143;
}

.link {
  cursor: pointer;
  line-height: 1.5;
  text-decoration: none;
}

.link:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.link[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.link.dark {
  color: var(--white-24);
  text-decoration: none;
  transition: color .2s;
}

.link.dark:hover {
  opacity: 1;
  color: var(--white-100);
}

.link.pale {
  color: var(--white-56);
  text-decoration: none;
  transition: color .2s;
}

.link.pale:hover {
  opacity: 1;
  color: var(--white-100);
}

.link.light {
  color: var(--white-100);
}

.overline {
  color: var(--primary-01);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.7;
}

.overline.stack-xl {
  color: var(--primary-01);
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.tc-primary-01 {
  color: var(--primary-01);
}

.tc-primary-02 {
  color: var(--primary-02);
}

.tc-primary-03 {
  color: var(--primary-03);
}

.tc-neutrals-900 {
  color: var(--neutrals-900);
}

.tc-neutrals-800 {
  color: var(--neutrals-800);
}

.tc-neutrals-700 {
  color: var(--neutrals-700);
}

.tc-neutrals-600 {
  color: var(--neutrals-600);
}

.tc-neutrals-500 {
  color: var(--neutrals-500);
}

.tc-neutrals-400 {
  color: var(--neutrals-400);
}

.tc-neutrals-200 {
  color: var(--neutrals-200);
}

.tc-neutrals-100 {
  color: var(--neutrals-100);
}

.tc-white-100 {
  color: var(--white-100);
}

.tc-white-88 {
  color: var(--white-88);
}

.tc-white-80 {
  color: var(--white-80);
}

.tc-white-72 {
  color: var(--white-72);
}

.tc-white-64 {
  color: var(--white-64);
}

.tc-white-56 {
  color: var(--white-56);
}

.tc-white-48 {
  color: var(--white-48);
}

.tc-white-40 {
  color: var(--white-40);
}

.tc-white-32 {
  color: var(--white-32);
}

.tc-white-24 {
  color: var(--white-24);
}

.tc-white-16 {
  color: var(--white-16);
}

.tc-white-8 {
  color: var(--white-8-89);
}

.tc-error-01 {
  color: var(--error-01);
}

.tc-error-02 {
  color: var(--error-02);
}

.tc-error-700 {
  color: var(--error-03);
}

.tc-warning-01 {
  color: var(--warning-01);
}

.tc-warning-02 {
  color: var(--warning-02);
}

.tc-warning-03 {
  color: var(--warning-03);
}

.tc-success-01 {
  color: var(--success-01);
}

.tc-success-02 {
  color: var(--success-02);
}

.tc-success-03 {
  color: var(--success-03);
}

.tc-info-01 {
  color: var(--info-01);
}

.tc-info-02 {
  color: var(--info-02);
}

.tc-info-03 {
  color: var(--info-03);
}

.section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.xxs {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.xs {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.s {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.l {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.section._2xl {
  background-image: url('../images/DSC00318-Edit-removebg-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._2xl.kontakt {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.section._3xl {
  padding-top: 168px;
  padding-bottom: 168px;
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.g-stack-3xl, .wrapper.g-stack-3xl.avc {
  align-items: center;
}

.stack-z {
  margin-bottom: 0;
}

.stack-xxs {
  margin-bottom: 2px;
}

.stack-xs {
  margin-bottom: 4px;
}

.stack-s {
  margin-bottom: 8px;
}

.stack-m {
  margin-bottom: 12px;
}

.stack-l {
  margin-bottom: 16px;
}

.stack-xl {
  margin-bottom: 24px;
}

.stack-2xl {
  margin-bottom: 48px;
}

.stack-3xl {
  margin-bottom: 64px;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.navbar {
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.row.avc.tac {
  align-items: center;
}

.row.avc.tac.header {
  align-items: flex-start;
}

.row.g-stack-xl {
  flex-direction: row;
}

.row.g-stack-2xl {
  flex-direction: row;
  align-items: stretch;
}

.col {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col.lg1 {
  width: 8.33333%;
}

.col.lg2 {
  width: 16.6667%;
}

.col.lg3 {
  width: 25%;
}

.col.lg3.md2.mdl2.sm1 {
  display: none;
}

.col.lg4 {
  width: 33.3333%;
}

.col.lg5 {
  width: 41.6667%;
}

.col.lg6 {
  width: 50%;
}

.col.lg6.md5.mdl5.sm2 {
  align-items: center;
}

.col.lg7 {
  width: 58.3333%;
}

.col.lg8 {
  width: 66.6667%;
}

.col.lg8.md6.mdl6.sm2.avc {
  align-items: flex-start;
}

.col.lg9 {
  width: 75%;
}

.col.lg10 {
  width: 83.3333%;
}

.col.lg11 {
  width: 91.6667%;
}

.col.lg12 {
  width: 100%;
}

.ahc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 2px;
  background-color: var(--neutrals-900);
  color: var(--white-100);
  text-align: center;
  border-radius: 100px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  height: 32px;
  padding: 4px 12px;
  font-family: Lexend, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  opacity: 1;
}

.button:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.button[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.button.type-a {
  border: 1px solid var(--white-100);
  background-color: #0000;
  font-family: DM Sans, sans-serif;
}

.button.type-a:hover {
  border-color: var(--primary-01);
  background-color: var(--white-100);
  color: var(--neutrals-900);
}

.button.type-a:active {
  box-shadow: 0 3px 6px 0 var(--black-16);
  background-color: #5020a8;
}

.button.type-a.size-m {
  border-radius: 100px;
  height: 56px;
  padding: 8px 24px;
}

.button.type-a.size-l {
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.button.type-a.size-xl {
  border-radius: 100px;
}

.button.size-m {
  grid-column-gap: 4px;
  border-radius: 8px;
  height: 40px;
  padding: 12px 16px;
  font-size: 1rem;
}

.button.size-l {
  grid-column-gap: 8px;
  border-radius: 8px;
  height: 48px;
  padding: 12px 20px;
  font-size: 1rem;
}

.button.size-xl {
  grid-column-gap: 8px;
  border-radius: 8px;
  height: 56px;
  padding: 16px 24px;
  font-size: 1rem;
}

.fab {
  background-color: var(--neutrals-900);
  box-shadow: 0 2px 2px 0 var(--neutrals-100);
  color: var(--white-100);
  border-radius: 6px;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.fab:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #9c7ff4;
}

.fab[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #9c7ff4;
}

.fab.outline {
  border: 1px solid var(--neutrals-200);
  background-color: var(--white-100);
  box-shadow: 0 2px 2px 0 var(--black-4-49);
  color: var(--neutrals-700);
}

.fab.outline:hover {
  border-color: var(--neutrals-300);
}

.fab.outline:active {
  box-shadow: none;
  background-color: #f9fafb;
}

.fab.outline:focus-visible {
  outline-offset: 0px;
  outline-width: 3px;
}

.fab.outline[data-wf-focus-visible] {
  outline-offset: 0px;
  outline-width: 3px;
}

.fab.size-l {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  display: flex;
}

.inline-z {
  margin-right: 0;
  padding-right: 0;
}

.inline-xxs {
  padding-right: 2px;
}

.inline-xs {
  padding-right: 4px;
}

.inline-s {
  padding-right: 8px;
}

.inline-m {
  padding-right: 12px;
}

.inline-l {
  padding-right: 16px;
}

.inline-xl {
  padding-right: 24px;
}

.inline-2xl {
  padding-right: 48px;
}

.inline-3xl {
  padding-right: 64px;
}

.avc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--neutrals-700);
  padding: 8px 16px;
}

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

.avatar {
  background-color: var(--primary-03);
  outline-color: var(--black-8-89);
  outline-offset: -1px;
  color: var(--white-100);
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.avatar.size-s {
  width: 48px;
  height: 48px;
}

.avatar.size-m {
  width: 56px;
  height: 56px;
}

.avatar.size-l {
  width: 64px;
  height: 64px;
}

.avatar.size-xl {
  width: 72px;
  height: 72px;
}

.avatar.size-xs {
  width: 40px;
  height: 40px;
}

.list-item {
  grid-column-gap: 8px;
}

.list {
  grid-row-gap: 4px;
  color: var(--white-100);
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.list.ordered {
  padding-left: 24px;
  list-style-type: decimal;
}

.list.unordered {
  padding-left: 24px;
  list-style-type: disc;
}

.label-s {
  margin-bottom: 0;
  line-height: 1.5;
}

.dropdown {
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.dropdown-link {
  border: 1px solid var(--primary-01);
  color: var(--primary-01);
  border-radius: 6px;
  align-items: center;
  padding: 4px 8px 4px 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dropdown-link:focus {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown-link.size-m {
  padding: 8px 12px 8px 16px;
}

.dropdown-link.size-l {
  padding: 12px 16px 12px 20px;
}

.dropdown-link.size-xl {
  padding: 16px 20px 16px 24px;
}

.dropdown-link.primary {
  transition: color .2s, background-color .2s;
}

.dropdown-link.primary:hover {
  background-color: var(--primary-01);
  color: var(--neutrals-900);
}

.dropdown-link.primary:focus-visible {
  outline-offset: 2px;
  outline-style: solid;
}

.dropdown-link.primary[data-wf-focus-visible] {
  outline-offset: 2px;
  outline-style: solid;
}

.dropdown-list {
  border: 1px solid var(--neutrals-100);
  background-color: var(--white-100);
  box-shadow: 0 2px 8px 0 var(--black-8-89);
  color: var(--neutrals-700);
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-list.size-m {
  margin-top: 48px;
}

.dropdown-list.size-l {
  margin-top: 56px;
}

.dropdown-list.size-xl {
  margin-top: 64px;
}

.asset {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.asset.offset-r {
  margin-right: -4px;
}

.asset.size-xxs {
  width: 32px;
  height: 32px;
}

.label-m {
  color: var(--atx-dark-blue);
  letter-spacing: -.24px;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.label-m.tc-white-56 {
  color: var(--white-56);
}

.label-m.headline {
  color: var(--atx-yellow-1);
}

.input {
  color: var(--neutrals-900);
  letter-spacing: 0;
  border-radius: 50px;
  max-width: 100%;
  min-height: 32px;
  margin-bottom: 0;
  padding: 12px 24px;
  box-shadow: inset 0 -4px #ebe1e9;
}

.input::placeholder {
  color: var(--neutrals-500);
  font-size: 1rem;
}

.input.size-m {
  letter-spacing: -.015rem;
  min-height: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  box-shadow: inset 0 -5px #ebe1e9;
}

.input.size-l {
  letter-spacing: -.015rem;
  min-height: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  box-shadow: inset 0 -6px #ebe1e9;
}

.body-text-l {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.body-text-l.tc-white-80, .body-text-l.tc-white-80.body {
  text-align: left;
}

.body-text-l.tc-white-80.clients {
  text-align: center;
}

.body-text-m {
  margin-bottom: 0;
}

.checkbox {
  border-width: 2px;
  border-color: var(--neutrals-200);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -32px;
}

.checkbox:hover {
  background-color: #f9fafb;
}

.checkbox.w--redirected-checked {
  border-width: 0;
  border-color: var(--neutrals-900);
  background-color: var(--primary-03);
  background-size: 16px 16px;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 32px;
}

.radio-button-field {
  margin-bottom: 0;
  padding-left: 32px;
}

.radio-button {
  border-width: 2px;
  border-color: var(--neutrals-200);
  background-color: var(--white-100);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -32px;
}

.radio-button:hover {
  background-color: #f9fafb;
}

.radio-button.w--redirected-checked {
  background-color: var(--white-100);
  border-width: 6px;
  border-color: #7035e4;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.select-field {
  background-color: var(--white-100);
  color: var(--neutrals-500);
  border-radius: 100px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 20px 12px 24px;
  box-shadow: inset 0 -4px 1px #ebe1e9;
}

.select-field:hover {
  background-color: #f9fafb;
}

.select-field:active, .select-field:focus {
  border-color: #9c7ff4;
}

.select-field.size-m {
  min-height: 48px;
  padding: 12px 24px;
  box-shadow: inset 0 -5px 1px #ebe1e9;
}

.select-field.size-l {
  min-height: 56px;
  padding: 16px 24px;
  box-shadow: inset 0 -6px 1px #ebe1e9;
}

.form-error-message {
  color: var(--error-02);
  text-align: center;
  letter-spacing: -.015rem;
  background-color: #fee2e1;
  border-radius: 8px;
  margin-top: 24px;
  padding: 12px 16px;
  position: fixed;
  inset: 0% 25% auto;
}

.switch {
  border-width: 2px;
  border-color: var(--neutrals-200);
  background-color: var(--neutrals-200);
  background-image: url('../images/Radio.svg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 50px;
  width: 40px;
  height: 24px;
  margin-top: 0;
  margin-left: -40px;
}

.switch.w--redirected-checked {
  background-color: #7035e4;
  background-image: url('../images/Radio.svg');
  background-position: 100%;
  background-size: contain;
  border-width: 2px;
  border-color: #7035e4;
  border-radius: 50px;
}

.switch.w--redirected-focus {
  box-shadow: none;
}

.switch.inline-s:hover {
  border-color: var(--neutrals-300);
  background-color: var(--neutrals-300);
}

.switch-field {
  margin-bottom: 0;
  padding-left: 40px;
}

.search-result-list {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.fill-100 {
  width: 100%;
}

.fill-100.corners-xl {
  -webkit-text-stroke-width: 16px;
  -webkit-text-stroke-color: var(--atx-yellow-1);
  box-shadow: 0 2px 10px #fbd707;
}

.nav-link {
  color: var(--white-100);
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
}

.nav-link:hover {
  color: var(--white-100);
}

.nav-link:focus {
  opacity: 1;
}

.nav-link:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.nav-link[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.nav-link.label-m.w--current {
  color: var(--white-100);
}

.logotype {
  color: #6025cd;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.logotype:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 8px;
  outline-width: 1px;
  outline-style: solid;
}

.logotype[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 8px;
  outline-width: 1px;
  outline-style: solid;
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-centered {
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
}

.nav-container {
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  display: flex;
}

.tag {
  background-color: var(--neutrals-100);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

.tag.size-m {
  padding: 2px 8px;
}

.tag.primary {
  background-color: var(--primary-03);
  color: var(--white-100);
}

.tag.primary.style-guide {
  min-width: 24px;
}

.tag.secondary {
  color: #6025cd;
  background-color: #eae5fd;
}

.tag.outline {
  border: 1px solid var(--neutrals-200);
}

.indent-z {
  padding-left: 0;
}

.indent-xxs {
  padding-left: 2px;
}

.indent-xs {
  padding-left: 4px;
}

.indent-s {
  padding-left: 8px;
}

.indent-m {
  padding-left: 12px;
}

.indent-l {
  padding-left: 16px;
}

.indent-xl {
  padding-left: 24px;
}

.indent-2xl {
  padding-left: 48px;
}

.indent-3xl {
  padding-left: 64px;
}

.g-stack-z {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xxs {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xs {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-s {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-m {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-l {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-l.avc {
  align-items: center;
}

.g-stack-xl {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-2xl {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.g-stack-3xl {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-inline-z {
  grid-column-gap: 0px;
  display: flex;
}

.g-inline-xxs {
  grid-column-gap: 2px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xs {
  grid-column-gap: 4px;
  align-items: flex-start;
  display: flex;
}

.g-inline-s {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.g-inline-m {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.g-inline-l {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xl {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.g-inline-2xl {
  grid-column-gap: 48px;
  align-items: flex-start;
  display: flex;
}

.g-inline-3xl {
  grid-column-gap: 64px;
  align-items: flex-start;
  display: flex;
}

.alert {
  background-color: var(--neutrals-700);
  color: var(--neutrals-700);
  border-radius: 100px;
  width: 100%;
  padding: 16px 16px 24px;
  display: flex;
  box-shadow: inset 0 -6px 1px #0003;
}

.alert.info {
  background-color: var(--info-02);
  box-shadow: inset 0 -6px 1px 0 var(--info-01);
}

.alert.success {
  background-color: var(--success-02);
  box-shadow: inset 0 -6px 1px 0 var(--success-01);
}

.alert.error {
  background-color: var(--error-02);
  box-shadow: inset 0 -6px 1px 0 var(--error-01);
}

.alert.warning {
  background-color: var(--warning-02);
  box-shadow: inset 0 -6px 1px 0 var(--warning-01);
}

.alert-container {
  flex: 1;
  margin-left: 8px;
  margin-right: 16px;
}

.corners-100 {
  border-radius: 100%;
  overflow: hidden;
}

.corners-s {
  border-radius: 4px;
  overflow: hidden;
}

.corners-m {
  border-radius: 6px;
  overflow: hidden;
}

.corners-l {
  border-radius: 8px;
  overflow: hidden;
}

.corners-xl {
  border-radius: 16px;
  overflow: hidden;
}

.corners-xl.fill-100 {
  flex: 0 auto;
}

.table-head {
  border-bottom: 1px solid var(--white-100);
  color: var(--neutrals-500);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 1px;
  padding: 12px 16px;
}

.table-item {
  border-bottom: 1px solid var(--white-100);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 1px;
  padding: 16px;
}

.table-item.last {
  border-radius: 0 0 0 8px;
}

.table-item.last-right {
  border-radius: 0 0 8px;
}

.table-col {
  width: 100%;
}

.table {
  border: 1px solid var(--white-100);
  white-space: normal;
  border-radius: 8px;
  width: 100%;
  display: flex;
  overflow: auto;
}

.collapse-container {
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 1;
  margin-left: 8px;
  margin-right: 16px;
  display: flex;
}

.collapse-item {
  grid-column-gap: 16px;
  cursor: pointer;
  width: 100%;
  padding: 16px;
  display: flex;
}

.border-around {
  border: 1px solid var(--white-100);
}

.border-bottom {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutrals-200);
}

.collapse {
  width: 100%;
}

.tab-item {
  grid-column-gap: 8px;
  color: var(--neutrals-500);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.tab-item.w--current {
  color: #7035e4;
  background-color: #f3f0fe;
}

.tab-item.style-a:hover {
  background-color: #f9fafb;
}

.tab-item.style-a:active, .tab-item.style-a:focus {
  color: #7035e4;
  background-color: #f3f0fe;
}

.tab-item.style-a:focus-visible {
  background-color: var(--white-100);
  outline-offset: 2px;
  color: var(--neutrals-500);
  outline: 2px solid #9c7ff4;
}

.tab-item.style-a[data-wf-focus-visible] {
  background-color: var(--white-100);
  outline-offset: 2px;
  color: var(--neutrals-500);
  outline: 2px solid #9c7ff4;
}

.tab-item.style-b {
  z-index: 1;
  opacity: .56;
  border-radius: 0;
  justify-content: center;
  transition: opacity .2s;
}

.tab-item.style-b:hover {
  opacity: 1;
}

.tab-item.style-b:active, .tab-item.style-b:focus {
  color: var(--neutrals-700);
  box-shadow: inset 0 -2px #7035e4;
}

.tab-item.style-b:focus-visible {
  box-shadow: none;
  outline-offset: 2px;
  color: var(--neutrals-500);
  outline: 2px solid #9c7ff4;
}

.tab-item.style-b[data-wf-focus-visible] {
  box-shadow: none;
  outline-offset: 2px;
  color: var(--neutrals-500);
  outline: 2px solid #9c7ff4;
}

.tab-item.style-b.w--current {
  border-bottom: 2px solid var(--primary-01);
  opacity: 1;
  color: var(--white-100);
  background-color: #0000;
  transition-property: none;
}

.tabs-menu-vertical {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tabs-menu-vertical.sticky {
  position: sticky;
  top: 40px;
}

.tabs-menu-horizontal {
  width: 100%;
  display: flex;
}

.column-image {
  width: 100%;
}

.column-image.corners-xl {
  border: 1px solid var(--atx-yellow-1);
}

.card {
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.card:hover {
  opacity: 1;
}

.image {
  width: 100%;
}

.inset-z {
  padding: 0;
}

.inset-xxs {
  padding: 2px;
}

.inset-xs {
  padding: 4px;
}

.inset-s {
  padding: 8px;
}

.inset-xl {
  padding: 24px;
}

.inset-3xl {
  padding: 64px;
}

.space-between {
  justify-content: space-between;
  display: flex;
}

.corners-top-xl {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.style-guide-navbar-section {
  grid-column-gap: 16px;
  padding: 40px 32px 8px;
  display: flex;
}

.style-guide-vertical-link {
  grid-column-gap: 8px;
  color: var(--neutrals-700);
  cursor: pointer;
  border-left: 2px solid #0000;
  width: 100%;
  padding: 8px 24px 8px 70px;
  text-decoration: none;
  display: flex;
}

.style-guide-vertical-link:hover {
  color: #7035e4;
}

.style-guide-vertical-link:active, .style-guide-vertical-link:focus {
  background-image: linear-gradient(to right, #eae5fd, var(--white-8-89));
  color: #7035e4;
  border-left: 2px solid #7035e4;
}

.style-guide-vertical-link.w--current {
  color: #7035e4;
  background-image: linear-gradient(to right, #eae5fd, #0000);
  border-left-color: #7035e4;
}

.inset-m {
  padding: 12px;
}

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

.corners-top-l {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.corners-top-m {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.corners-top-s {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.avs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ave {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.side-image {
  width: 100%;
}

.border-top {
  border-top: 1px solid var(--neutrals-200);
}

.button-group {
  grid-column-gap: 16px;
  display: flex;
}

.button-group.sm-fill-75 {
  margin-bottom: 1em;
  margin-right: 1em;
}

.form-inline {
  grid-column-gap: 16px;
  flex-direction: row;
}

.space-around {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.client-logotype {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.bg-image {
  background-image: url('../images/IMG-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.full-screen {
  height: 100vh;
}

.promo-plan {
  outline-offset: 0px;
  outline: 2px solid #7035e4;
}

.fill-75 {
  width: 75%;
}

.fill-50 {
  width: 50%;
}

.fill-25 {
  width: 25%;
}

.style-guide-column {
  background-color: #eae5fd;
  border: 1px solid #9c7ff4;
  border-radius: 4px;
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
}

.display-none, .display-md, .display-mdl, .display-sm {
  display: none;
}

.style-guide-class-tag {
  color: #7035e4;
  background-color: #eae5fd;
  border: 1px solid #9c7ff4;
  border-radius: 4px;
  margin-right: 2px;
  padding: 2px 8px;
  font-weight: 500;
  display: inline-block;
}

.tabs-vertical {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.style-guide-component {
  width: 100%;
  position: relative;
}

.style-guide-example {
  border: 1px solid var(--white-100);
  border-radius: 16px;
  width: 100%;
  padding: 24px;
}

.back2top-wrapper {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  inset: auto 24px 24px auto;
}

.overflow-hidden {
  overflow: hidden;
}

.style-guide-filler {
  background-color: #eae5fd;
  justify-content: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.style-guide-sidebar-wrapper {
  flex-direction: column;
  width: 256px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.style-guide-sidebar {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #f3f0fe, white 25%), linear-gradient(to bottom, var(--white-100), var(--white-100));
  height: 100vh;
  position: relative;
  inset: 0% auto 0% 0%;
}

.style-guide-logo-container {
  padding: 24px;
  display: flex;
}

.style-guide-container {
  border-right: 1px solid var(--neutrals-300);
  background-image: linear-gradient(to bottom, #f3f0fe, white 25%), linear-gradient(to bottom, var(--white-100), var(--white-100));
  width: 256px;
  padding-bottom: 64px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: scroll;
}

.style-guide-menu {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.style-guide-overlay {
  display: none;
}

.style-guide-vertical-link-short {
  grid-column-gap: 8px;
  color: var(--neutrals-700);
  cursor: pointer;
  border-left: 2px solid #0000;
  width: 100%;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.style-guide-vertical-link-short:hover {
  color: #7035e4;
}

.style-guide-vertical-link-short:active, .style-guide-vertical-link-short:focus {
  background-image: linear-gradient(to right, #f3f0fe, var(--white-8-89));
  color: #7035e4;
  border-left: 2px solid #7035e4;
}

.style-guide-vertical-link-short.w--current {
  color: #7035e4;
  background-image: linear-gradient(to right, #eae5fd, #0000);
  border-left-color: #7035e4;
}

.card-wrapper {
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.vise-z {
  padding-top: 0;
  padding-bottom: 0;
}

.vise-xxs {
  padding-top: 2px;
  padding-bottom: 2px;
}

.vise-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.vise-s {
  padding-top: 8px;
  padding-bottom: 8px;
}

.vise-m {
  padding-top: 12px;
  padding-bottom: 12px;
}

.vise-l {
  padding-top: 16px;
  padding-bottom: 16px;
}

.vise-xl {
  padding-top: 24px;
  padding-bottom: 24px;
}

.vise-2xl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.vise-3xl {
  padding-top: 64px;
  padding-bottom: 64px;
}

.strikethrough {
  text-decoration: line-through;
}

.italic {
  font-style: italic;
}

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

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

.all-caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize-every-word {
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

.footer-links {
  grid-column-gap: 24px;
  display: flex;
}

.footer-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-company {
  grid-column-gap: 16px;
  text-align: left;
  align-items: center;
  display: flex;
}

.footer-social-buttons {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.auto-focus-script {
  display: none;
}

.icon-link {
  grid-column-gap: 8px;
  cursor: pointer;
  line-height: 1.5;
  display: flex;
}

.icon-link:focus {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.icon-link:focus-visible {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.icon-link[data-wf-focus-visible] {
  outline-color: var(--info-01);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 1px;
  outline-style: solid;
}

.style-guide-image {
  border-radius: 4px;
  width: 100%;
}

.style-guide-side-by-side {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 64px;
  display: grid;
}

.style-guide-side-by-side.single {
  grid-template-rows: auto;
}

.overflow-show {
  overflow: visible;
}

.style-guide-color-pallette {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.inset-l {
  padding: 16px;
}

.inset-2xl {
  padding: 48px;
}

.wrap {
  flex-wrap: wrap;
  display: flex;
}

.licence-image {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.license-image-card {
  color: var(--neutrals-700);
  flex-direction: column;
  width: 200px;
  height: 200px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.spacer {
  width: 100%;
  height: 0;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.page-wrapper.bgc-neutrals-900.overflow-hidden {
  background-color: var(--neutrals-900);
  display: block;
}

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

.light {
  color: var(--white-88);
}

.border-gradient {
  background-image: linear-gradient(#282d33, #282d3300);
  border-radius: 16px;
  flex: 0 auto;
  margin-bottom: 24px;
  padding: 3px;
}

.tab-item-heading {
  letter-spacing: -.48px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.relative {
  z-index: 3;
  background-image: url('../images/background.png'), linear-gradient(#020a22, #020a22);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  display: block;
  position: relative;
}

.relative.button-contact {
  background-image: none;
}

.absolute {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.absolute.top {
  inset: 1.5% 0% auto;
}

.absolute.bottom {
  inset: auto 0% 1%;
}

.absolute.home.top {
  top: 1%;
  overflow: hidden;
}

.absolute.home.bottom {
  overflow: hidden;
}

.absolute.licenses.bottom {
  z-index: 1;
  bottom: 0%;
}

.absolute.licences.top {
  z-index: 2;
  inset: 0% 0% auto;
}

.absolute.password {
  inset: 0%;
}

.absolute._404 {
  z-index: 1;
  height: 100vh;
  inset: 0%;
}

.absolute.search {
  inset: 0% 0% auto;
}

.absolute.changelog.bottom {
  z-index: 2;
}

.absolute.changelog.top {
  z-index: 1;
  top: 0%;
}

.absolute.privacy.bottom {
  z-index: 2;
}

.absolute.privacy.top {
  top: -5%;
}

.absolute.pop-up {
  z-index: 1001;
  cursor: pointer;
  width: 24px;
  height: 24px;
  inset: 24px 24px auto auto;
}

.bg-cover {
  filter: brightness(80%) blur(10px);
  width: 100%;
  height: 100%;
}

.bg-cover.password {
  height: 100vh;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.password-section {
  background-color: var(--neutrals-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-result-input {
  color: var(--white-100);
  background-color: #0000;
  border: 0 solid #000;
  height: 100%;
  margin-bottom: 0;
  padding: 25px 0 0;
  font-size: 1.5rem;
  line-height: 1.1;
}

.search-result-input::placeholder {
  color: var(--white-32);
  font-family: Lexend, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.cta-button {
  z-index: 3;
  color: var(--white-100);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  height: 36px;
  padding: 4px 24px 8px;
  text-decoration: none;
  transition: filter 1.5s, box-shadow 1.5s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 25px #00000080;
}

.cta-button:hover {
  opacity: 1;
  filter: saturate(135%);
  text-decoration: none;
  box-shadow: 0 20px 25px #b011e866;
}

.cta-button.size-m {
  height: 42px;
  padding-top: 12px;
  padding-bottom: 16px;
}

.cta-button.size-l {
  height: 48px;
  padding: 12px 36px 17px;
}

.cta-button.size-xl {
  height: 56px;
  padding: 16px 48px 24px;
  transition-duration: .5s, .5s;
  box-shadow: 0 20px 25px #0006;
}

.cta-button.size-xl:hover {
  box-shadow: 0 12px 25px #fbd707;
}

.cta-button.search {
  background-color: #0000;
  background-image: url('../images/Frame-417.png');
  background-position: 80% 35%;
  background-size: 200px 70px;
  padding: 16px 48px 24px;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  box-shadow: inset 0 -6px 1px #ca38b1, 0 25px 25px #00000080;
}

.cta-button.search:hover {
  box-shadow: inset 0 -6px 1px #ca38b1, 0 25px 25px #b011e899;
}

.cta-button.log-in {
  background-color: #0000;
  background-image: url('../images/Frame-417.png');
  background-position: 80% 35%;
  background-size: 200px 70px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 48px;
  padding: 12px 36px 17px;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  transition: filter .5s;
  box-shadow: inset 0 -6px 1px #ca38b1;
}

.cta-button.log-in:hover {
  filter: saturate(175%);
}

.cta-button.pop-up {
  background-color: #0000;
  background-image: url('../images/Frame-417.png');
  background-position: 80% 35%;
  background-size: 200px 70px;
  width: 200px;
  margin-top: 8px;
  padding: 16px 48px 24px;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  transition-duration: .5s, .5s;
  box-shadow: inset 0 -6px 1px #ca38b1, 0 20px 25px #00000080;
}

.cta-button.pop-up:hover {
  box-shadow: inset 0 -6px 1px #ca38b1, 0 20px 25px #b011e866;
}

.cta-button-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-button-inside-shadow {
  z-index: 2;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 -4px 1px #ca38b1;
}

.cta-button-inside-shadow.size-l {
  box-shadow: inset 0 -5px 1px #ca38b1;
}

.cta-button-inside-shadow.size-xl {
  box-shadow: inset 0 -6px 1px #655c28;
}

.password-input {
  color: var(--neutrals-900);
  letter-spacing: 0;
  border-radius: 100px 0 0 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 16px 24px;
  box-shadow: inset 0 -6px #ebe1e9;
}

.password-input::placeholder {
  color: var(--neutrals-500);
}

.log-in-wrapper {
  border-radius: 100px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 20px #0006;
}

.log-in-wrapper:hover {
  box-shadow: 0 25px 20px #0006;
}

.cta-button-blick {
  z-index: 3;
  background-color: var(--white-100);
  filter: blur(25px);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.pup-up {
  z-index: 10000;
  -webkit-backdrop-filter: brightness(70%) blur(5px);
  backdrop-filter: brightness(70%) blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pup-up.display-none {
  display: none;
}

.form-block-wrapper {
  background-color: #212529cc;
  border-radius: 24px;
  flex-direction: column;
  width: 50%;
  max-width: 100%;
  padding: 64px;
  position: relative;
}

.form {
  align-items: center;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.error-message {
  background-color: #0000;
  margin-top: 24px;
}

.text-block {
  margin-bottom: .5em;
  font-size: .5rem;
}

.div-block {
  flex-direction: row;
  display: flex;
}

.text-span {
  font-family: Material Icons, sans-serif;
}

.text-block-2 {
  margin-left: 1em;
  font-size: 1rem;
}

.text-span-2 {
  font-family: Material Icons, sans-serif;
}

.link-2, .pakete {
  font-size: 2rem;
}

.checkbox-field-4 {
  color: #4f5c65;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .35s;
  display: flex;
}

.checkbox-field-4:hover {
  color: #4f5c65;
}

.hack42-45-form {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: block;
}

.text-block-oc-2 {
  color: #6b6c6f;
  letter-spacing: .02em;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-oc-2.sub {
  color: #5c636d;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 1rem;
  display: block;
}

.text-block-oc-2.sub.no-side {
  color: #878f98;
  margin-left: 0;
  font-size: 14px;
}

.column-68 {
  text-align: center;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 1rem;
  position: relative;
}

.column-68._01.right {
  padding-right: 0;
}

.hack42-45-added-value-row {
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.hack43-radio-group {
  display: none;
}

.main-layout-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 60vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
}

.input-field {
  color: #4f5c65;
  letter-spacing: .02em;
  background-color: #fff;
  border: 2px solid #878f98;
  border-radius: 6px;
  height: 75px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .35s;
}

.input-field:active, .input-field:focus {
  background-color: #fff;
  border-color: #61a4f0;
}

.input-field::placeholder {
  color: #878f9880;
  font-weight: 400;
}

.input-field.long.shadow-off {
  box-shadow: none;
}

.text-block-70 {
  font-weight: 700;
}

.hack42-checkbox {
  box-shadow: none;
  text-align: center;
  border-width: 2px;
  border-color: #878f98;
  border-radius: 0;
  flex: 0 auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  transition: all .35s;
  display: none;
}

.hack42-checkbox.w--redirected-checked {
  text-align: center;
  background-color: #ebedf0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #38383b;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  box-shadow: 0 6px 10px 3px #323f4b0f;
}

.form-group {
  margin-bottom: 20px;
}

.container-01 {
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.card-03 {
  background-color: #fff;
  border: 2px #0000;
  border-radius: 0;
  flex: 0 auto;
  height: 100%;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 6px 10px 3px #312f640f;
}

.card-03._50-p {
  border-style: solid;
  border-color: #94a2ab;
  width: 100%;
  margin-right: 120px;
  padding: 60px;
  box-shadow: 0 6px 10px 3px #38383b0f;
}

.card-03._50-p.r1 {
  background-image: url('../images/grundge.png');
  background-position: 0 0;
  background-size: 101px;
  border-width: 2px;
  border-color: #878f98;
  flex-direction: column;
  width: 100%;
  margin-right: 60px;
  padding: 60px 5rem;
  display: flex;
  box-shadow: 2px 0 100px 8px #a3a3a34d;
}

.card-03._50-p.r1._80 {
  -webkit-text-stroke-color: var(--atx-yellow-1);
  background-color: #292d32;
  background-image: none;
  border-bottom-color: #878f98;
  border-radius: 6px;
}

.form-block-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.div-title-holder {
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-title-holder.top {
  margin-top: 60px;
  margin-bottom: 20px;
}

.div-title-holder.top.image._05 {
  margin-bottom: 40px;
}

.div-title-holder.image {
  border-bottom-width: 1px;
  border-bottom-color: #878f984d;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-title-holder.image._02 {
  background-image: url('../images/1.svg');
}

.div-title-holder.image._02.top {
  background-image: none;
  border-bottom-width: 2px;
  border-bottom-color: #f5f7fa;
  margin-bottom: 40px;
}

.hack45-added-value {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: .8;
}

.hack-button {
  color: #99eeeb;
  background-color: #141414;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .1s;
  display: block;
}

.hack-button:hover {
  color: #fff;
}

.hack-button:active {
  transform: translate(0, .0625rem);
}

.hack-button.button-small {
  transform: scale3d(1none, 1none, 1none);
  color: #fdfdfd;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #61a4f0;
  border: 2px solid #61a4f0;
  border-radius: 6px;
  width: 100%;
  height: 80px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  transition-property: all;
  transition-duration: .35s;
  box-shadow: 0 6px 10px 3px #4f5c651a;
}

.hack-button.button-small:hover {
  transform: scale(.95);
}

.hack42-45-form-right {
  opacity: 1;
  color: #363f45;
  background-color: #fbff05;
  border: 2px #94a2ab;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 2rem;
  margin-left: 4rem;
  margin-right: 6rem;
  padding: 10px;
  line-height: 1;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 0 6px 10px 3px #4f5c650f;
}

.hack-form-select {
  height: 2.8125rem;
  margin-bottom: 1.875rem;
}

.hack-form-select.hack44-select {
  color: #4f5c65;
  object-fit: fill;
  background-color: #fdfdfd;
  border: 2px solid #878f98;
  border-radius: 6px;
  width: 100%;
  height: 75px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  transition: all .35s;
}

.hack-form-select.hack44-select:hover {
  background-color: #f5faff;
  border-color: #61a4f0;
}

.hack-form-select.hack44-select:focus {
  border-color: #61a4f0;
}

.hack42-checkbox-label {
  color: #4f5c65;
  text-align: center;
  background-color: #fdfdfd;
  border: 2px solid #878f98;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  box-shadow: 0 6px 10px 3px #94a2ab0f;
}

.hack42-checkbox-label:hover {
  border-color: #363f45;
}

.hack42-checkbox-label.half {
  box-shadow: none;
  border-color: #878f98;
  border-radius: 100%;
  align-items: center;
  width: 125px;
  height: 125px;
  transition: all .35s;
}

.hack42-checkbox-label.half:hover {
  background-color: #fbff07;
  background-image: none;
  border-width: 2px;
  border-color: #61a4f0;
}

.hack42-checkbox-label._01 {
  background-color: var(--white-100);
  box-shadow: none;
  color: #4f5c65;
  background-image: url('../images/7.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 96px;
  border-color: #878f98;
  border-radius: 6px;
  transition: all .35s;
}

.hack42-checkbox-label._01:hover {
  color: #d6d6d6;
  background-color: #0b1536;
  border-color: #61a4f0;
}

.hack42-checkbox-label._01:focus {
  background-color: var(--atx-yellow-1);
  color: var(--atx-dark-blue);
}

.hack42-checkbox-label._02 {
  background-color: var(--white-100);
  box-shadow: none;
  background-image: url('../images/Group-7-1.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 108px;
  border-width: 2px;
  border-color: #878f98;
  border-radius: 6px;
  align-items: flex-end;
  transition: all .35s;
}

.hack42-checkbox-label._02:hover {
  color: #d6d6d6;
  background-color: #0b1536;
  border-color: #61a4f0;
}

.hack42-checkbox-label._02._03 {
  background-color: var(--white-100);
  box-shadow: none;
  color: #4f5c65;
  background-image: url('../images/Group-6-3.svg');
  background-size: 202px;
  border-radius: 6px;
}

.hack42-checkbox-label._02._03:hover {
  color: #d6d6d6;
  background-color: #0b1536;
  box-shadow: 0 6px 10px 3px #94a2ab0f;
}

.hack42-checkbox-label._02._04 {
  background-color: var(--white-100);
  box-shadow: none;
  background-image: url('../images/Group-6-2.svg');
  background-size: 202px;
}

.hack42-checkbox-label._02._04:hover {
  background-color: var(--atx-dark-blue);
  color: #d6d6d6;
  border-color: #61a4f0;
}

.form-section-title {
  color: #fff;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 1rem;
  padding-top: 29px;
  font-size: 46px;
  font-weight: 700;
  line-height: 39px;
}

.div-block-32 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 40px;
  display: flex;
}

.column-main {
  flex-direction: row;
  margin-bottom: 20px;
  display: flex;
}

.input-field-2.long {
  color: #4f5c65;
  letter-spacing: .02em;
  border: 2px solid #878f98;
  border-radius: 6px;
  height: 150px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .35s;
}

.input-field-2.long:focus {
  border-color: #61a4f0;
}

.input-field-2.long::placeholder {
  color: #878f9880;
}

@media screen and (min-width: 1920px) {
  .headline.l {
    font-size: 4.5rem;
    line-height: 1;
  }

  .headline.s {
    font-size: 2.25rem;
  }

  .headline.m {
    font-size: 3rem;
    line-height: 1.1;
  }

  .headline.xl {
    font-size: 6rem;
    line-height: .84;
  }

  .absolute {
    width: 100%;
  }

  .absolute.home.top {
    z-index: 2;
    inset: 0% 0% auto;
  }

  .absolute.home.bottom {
    bottom: -1%;
  }
}

@media screen and (max-width: 991px) {
  .headline.l {
    font-size: 3rem;
  }

  .headline.m {
    font-size: 2.25rem;
  }

  .headline.xl {
    font-size: 3.5rem;
  }

  .tal {
    text-align: left;
  }

  .col.md1 {
    width: 16.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md2 {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md3 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md4 {
    width: 66.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md5 {
    width: 83.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.display-lg {
    display: none;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
  }

  .nav-menu {
    grid-row-gap: 8px;
    background-color: var(--neutrals-900);
    padding: 20px;
  }

  .menu-button {
    border-radius: 4px;
    padding: 0;
    right: -8px;
  }

  .menu-button:focus-visible {
    outline-color: var(--info-01);
    outline-offset: 2px;
    outline-width: 1px;
    outline-style: solid;
  }

  .menu-button[data-wf-focus-visible] {
    outline-color: var(--info-01);
    outline-offset: 2px;
    outline-width: 1px;
    outline-style: solid;
  }

  .menu-button.w--open {
    color: var(--white-100);
    background-color: #0000;
    border-radius: 8px;
  }

  .g-inline-z.ahc.mdl-vertical {
    flex-direction: column;
  }

  .border-bottom.fill-100 {
    margin-top: 64px;
  }

  .inset-3xl.md-inset-xl {
    padding: 25px;
  }

  .side-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .client-logotype-ontainer {
    width: 25%;
  }

  .space-around.sm-wrap {
    flex-wrap: wrap;
  }

  .client-logotype {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .display-lg {
    display: none;
  }

  .fill-50.mdl-fill-100 {
    width: 100%;
  }

  .hide-md {
    display: none;
  }

  .display-md {
    display: block;
  }

  .style-guide-sidebar-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .style-guide-sidebar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: .5px solid var(--neutrals-300);
    background-image: linear-gradient(to bottom, var(--white-100), var(--white-100));
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  .style-guide-logo-container {
    align-items: flex-start;
    margin-left: 24px;
    padding: 0 0 16px;
    display: flex;
  }

  .style-guide-button {
    left: -18px;
  }

  .style-guide-container {
    border-right-width: .5px;
    padding-top: 24px;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: scroll;
  }

  .style-guide-overlay {
    background-color: var(--black-24);
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
    overflow: auto;
  }

  .style-guide-menu-container {
    height: 100vh;
    padding-bottom: 64px;
    overflow: scroll;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-company {
    text-align: left;
  }

  .style-guide-color-pallette {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licence-image {
    width: 100%;
  }

  .absolute.top {
    top: 2.5%;
  }

  .absolute.home.top {
    top: 5%;
    transform: scale(1.3);
  }

  .absolute.home.bottom {
    bottom: 6%;
    transform: scale(1.3);
  }

  .absolute.licenses.bottom {
    bottom: 17%;
    transform: scale(1.3);
  }

  .absolute.licences.top, .absolute._404, .absolute.search {
    top: 5%;
    transform: scale(1.3);
  }

  .absolute.privacy.bottom {
    bottom: 6%;
    transform: scale(1.3);
  }

  .absolute.privacy.top {
    top: 3%;
    transform: scale(1.3);
  }

  .bg-cover._404 {
    height: 100vh;
  }

  .hamburger-wrapper {
    padding: 5px;
  }

  .hamburger-wrapper:active {
    opacity: 1;
  }

  .burger-line {
    background-color: var(--white-100);
  }

  .search-result-input::placeholder {
    font-size: 2.75rem;
  }

  .form-block-wrapper {
    width: 80%;
  }

  .checkbox-field-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .hack42-45-form {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .hack42-45-form._80 {
    width: auto;
  }

  .column-68 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
    display: block;
  }

  .main-layout-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .input-field {
    width: 100%;
  }

  .hack42-checkbox {
    line-height: 24px;
  }

  .container-01 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .card-03._50-p {
    width: 100%;
    margin-right: 0;
  }

  .card-03._50-p.r1 {
    margin-right: 0;
    padding: 40px;
  }

  .card-03._50-p.r1._80 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 85vw;
    padding: 30px;
  }

  .form-block-3 {
    align-items: stretch;
  }

  .div-title-holder.image {
    margin-bottom: 40px;
  }

  .hack-button.button-small {
    width: 100%;
  }

  .hack42-45-form-right {
    width: 100px;
    margin-bottom: 0;
  }

  .form-section-title {
    font-size: 38px;
  }

  .column-main {
    flex-direction: row;
  }

  .input-field-2.long {
    margin-left: 0;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .headline.l {
    font-size: 2.75rem;
  }

  .headline.m {
    font-size: 2rem;
  }

  .headline.xl {
    font-size: 3.25rem;
  }

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

  .row.navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .col.lg6.md3.mdl6.sm2.first {
    order: -1;
  }

  .col.mdl1 {
    width: 16.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl2 {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl3 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl4 {
    width: 66.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl5 {
    width: 83.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .list.ordered {
    padding-left: 40px;
  }

  .list.unordered {
    padding-left: 20px;
  }

  .tab-item.style-b {
    min-width: 200px;
  }

  .tabs-menu-horizontal.border-bottom {
    overflow: auto;
  }

  .client-logotype-ontainer {
    width: 25%;
  }

  .hide-mdl {
    display: none;
  }

  .hide-md {
    display: block;
  }

  .display-md {
    display: none;
  }

  .display-mdl {
    display: block;
  }

  .footer-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-content: center;
  }

  .footer-company {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .style-guide-color-pallette {
    grid-template-columns: 1fr 1fr;
  }

  .licence-image {
    width: 100%;
  }

  .absolute.top {
    top: 3%;
  }

  .absolute.home.top {
    top: 6%;
    transform: scale(1.5);
  }

  .absolute.home.bottom {
    bottom: 8%;
    transform: scale(1.5);
  }

  .absolute.licenses.bottom {
    bottom: 22%;
    transform: scale(1.5);
  }

  .absolute.licences.top, .absolute._404 {
    top: 5%;
    transform: scale(1.5);
  }

  .absolute.search {
    top: 6%;
    transform: scale(1.5);
  }

  .absolute.privacy.bottom {
    bottom: 8%;
    transform: scale(1.5);
  }

  .absolute.privacy.top {
    top: 5%;
    transform: scale(1.5);
  }

  .search-result-input::placeholder {
    font-size: 2.5rem;
  }

  .form-block-wrapper {
    padding: 48px;
  }

  .checkbox-field-4 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .hack42-45-form {
    width: 100%;
  }

  .text-block-oc-2.sub {
    margin-bottom: 20px;
  }

  .text-block-oc-2.sub.no-side {
    text-align: left;
  }

  .column-68 {
    flex-direction: row;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-68._01 {
    padding-left: 0;
    padding-right: 1rem;
  }

  .column-68._01.right, .column-68.none {
    padding-right: 0;
  }

  .main-layout-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    max-width: none;
  }

  .input-field {
    margin-right: 0;
  }

  .container-01 {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .card-03 {
    padding: 30px 20px 20px;
  }

  .card-03._50-p {
    margin-top: 100px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .card-03._50-p.r1._80 {
    width: 85vw;
    margin-top: 125px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-title-holder.top.image._05 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-title-holder.image {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .div-title-holder.image._02.top, .div-title-holder.image._02.top._3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hack-button {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .hack-button.button-small {
    width: 100%;
  }

  .hack42-45-form-right {
    margin-top: 2rem;
    margin-right: 3rem;
  }

  .hack-form-select {
    font-size: .875rem;
  }

  .hack42-checkbox-label.half {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }

  .hack42-checkbox-label._01 {
    background-size: 100px;
    height: 225px;
    margin-right: 1rem;
  }

  .hack42-checkbox-label._02 {
    background-size: 100px;
    height: 225px;
  }

  .hack42-checkbox-label._02._03 {
    background-size: 100px;
    margin-right: 1rem;
  }

  .hack42-checkbox-label._02._04 {
    background-size: 100px;
  }

  .form-section-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .column-main.vert {
    flex-direction: column;
    margin-bottom: 0;
  }

  .column-main.flip {
    flex-direction: row;
  }

  .input-field-2.long {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .headline.l {
    font-size: 2.5rem;
    line-height: 1;
  }

  .headline.s {
    font-size: 1.75rem;
  }

  .headline.m {
    text-align: center;
    font-size: 2rem;
  }

  .headline.m.clients {
    text-align: center;
  }

  .headline.xl {
    font-size: 2.75rem;
    line-height: 1;
  }

  .headline.xl.stack-xl {
    text-align: center;
    font-size: 3rem;
  }

  .overline.stack-xl {
    text-align: center;
  }

  .overline.fill-100 {
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .section.l {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section._2xl {
    background-image: none;
  }

  .section._2xl.kontakt {
    padding-bottom: 32px;
  }

  .col.lg8.md6.mdl6.sm2.avc {
    align-items: center;
  }

  .col.sm2 {
    width: 100%;
  }

  .col.sm1 {
    width: 50%;
  }

  .list.ordered {
    padding-left: 32px;
  }

  .label-s {
    white-space: normal;
  }

  .body-text-l.tc-white-80 {
    text-align: center;
    font-size: 1rem;
  }

  .inset-3xl.md-inset-xl {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    width: 100%;
    display: grid;
  }

  .form-inline {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .client-logotype-ontainer {
    width: 50%;
  }

  .hide-sm {
    display: none;
  }

  .hide-mdl {
    display: block;
  }

  .display-mdl {
    display: none;
  }

  .display-sm {
    display: block;
  }

  .tabs-vertical {
    flex-direction: column;
  }

  .footer-links {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    align-content: flex-start;
  }

  .footer-social-buttons {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .style-guide-side-by-side {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .style-guide-color-pallette {
    grid-template-columns: 1fr;
  }

  .licence-image {
    width: 100%;
  }

  .absolute.home.top {
    top: 9%;
    transform: scale(2);
  }

  .absolute.home.bottom {
    bottom: 12%;
    transform: scale(2);
  }

  .absolute.licenses.bottom {
    bottom: 30%;
    transform: scale(2);
  }

  .absolute.licences.top {
    top: 5%;
    transform: scale(2);
  }

  .absolute._404 {
    transform: scale(2);
  }

  .absolute.search {
    top: 5%;
    transform: scale(2);
  }

  .absolute.privacy.bottom {
    bottom: 9%;
    transform: scale(2);
  }

  .absolute.privacy.top {
    top: 6%;
    transform: scale(2);
  }

  .absolute.pop-up {
    width: 16px;
    height: 20px;
    top: 16px;
    right: 16px;
  }

  .sm-fill-75 {
    width: 75%;
  }

  .sm-align-center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .search-result-input::placeholder {
    font-size: 2rem;
  }

  .form-block-wrapper {
    border-radius: 16px;
    padding: 32px 16px 24px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    margin-left: 0;
  }

  .link-2 {
    font-size: 1.5rem;
  }

  .hack42-45-form {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .column-68 {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-68._01 {
    flex-direction: row;
    flex: 1;
    align-items: stretch;
    display: block;
    position: relative;
  }

  .column-68._01.right {
    flex-direction: column;
    display: flex;
  }

  .column-68._01._0 {
    padding-right: 0;
  }

  .main-layout-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .input-field {
    flex: 1;
    width: 100%;
    height: 60px;
    margin-bottom: 1rem;
    padding-right: 20px;
  }

  .input-field.long {
    width: 200%;
    margin-bottom: 1rem;
  }

  .input-field.long.shadow-off._949 {
    width: 100%;
  }

  .form-group {
    flex-direction: column;
    flex: 1;
    width: 100%;
    display: flex;
  }

  .container-01 {
    margin-left: auto;
    margin-right: auto;
  }

  .card-03._50-p {
    width: auto;
    margin-top: 140px;
    margin-right: 0;
    position: static;
  }

  .card-03._50-p.r1 {
    flex: 0 auto;
    width: 90%;
    margin-top: 0;
    margin-right: 0;
  }

  .card-03._50-p.r1._80 {
    width: auto;
    margin-top: 125px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hack45-added-value {
    font-size: 2rem;
  }

  .hack-button.button-small {
    background-color: #61a4f0;
    border-color: #61a4f0;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .hack42-45-form-right {
    width: 100px;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 2rem;
  }

  .hack-form-select.hack44-select {
    border-radius: 0;
  }

  .hack42-checkbox-label {
    margin-bottom: 20px;
  }

  .hack42-checkbox-label._01, .hack42-checkbox-label._02._03 {
    margin-right: 0;
  }

  .form-section-title {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .column-main {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .column-main.flip {
    flex-direction: column;
    flex: 1;
    width: 100%;
    display: flex;
  }

  .input-field-2.long {
    border-radius: 0;
    width: 100%;
    padding: 20px;
  }
}


