@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: #4a3aff;
  --neutral--800: #211f54;
  --accent--primary-1: #4a3aff;
  --neutral--100: white;
  --neutral--300: #eff0f6;
  --general--shadow-01: #14142b0f;
  --neutral--200: #f7f7fc;
  --neutral--400: #dcddeb;
  --secondary--color-1: #3324d5;
  --secondary--color-2: #f2f1ff;
  --button-shadow--white-01: #14142b0a;
  --general--shadow-02: #14142b14;
  --general--shadow-03: #14142b1a;
  --system--red-100: #ffeff0;
  --system--300: #ff5a65;
  --general--shadow-05: #14142b29;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-03: #4a3aff14;
  --general--shadow-04: #14142b24;
  --general--shadow-06: #14142b3d;
  --neutral--700: #4a4566;
  --neutral--500: #a0a3bd;
  --secondary--color-3: #7d42fb;
  --secondary--color-4: #2d68ff;
  --secondary--color-5: #fdb52a;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-400: #11845b;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--red-200: #ffbec2;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
}

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

body {
  color: var(--neutral--600);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.gap-medium {
  grid-column-gap: 60px;
}

.grid-2-columns.gap-medium._0-6fr---1fr {
  grid-template-columns: .6fr 1fr;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.content-center.testimonial-v6 {
  padding: 80px 98px;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.pd-40px---64px {
  padding: 64px 40px;
}

.card.content-left.pd-40px {
  padding: 40px;
}

.card.content-left.testimonial-v8 {
  flex-direction: row;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
}

.card.content-left.pd-32px---48px---56px {
  padding-bottom: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.card.content-left.testimonial-twitter {
  padding-top: 32px;
  padding-bottom: 40px;
}

.card.testimonial-v3 {
  color: var(--neutral--600);
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.card.testimonial-card-color {
  box-shadow: none;
  border-width: 0;
  padding: 56px 48px;
  text-decoration: none;
}

.card.testimonial-card-color.color-1 {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  background-color: #0084ff;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-1:hover {
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-card-color.color-2 {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-card-color.color-3 {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-video-left {
  align-items: center;
  display: flex;
}

.card.testmonial-v12 {
  padding: 64px 72px;
  display: flex;
}

.card.buy-now {
  background-color: var(--accent--primary-1);
  flex-direction: column;
  align-items: center;
  max-height: 810px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale(.97);
}

.card.buy-now.white {
  background-color: var(--neutral--100);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

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

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

.mg-bottom-24px {
  margin-bottom: 24px;
}

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

.mg-bottom-32px.tablet-only {
  margin-bottom: 0;
}

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

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-48px {
  margin-top: 48px;
}

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

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

.text-200 {
  line-height: 20px;
}

.text-200.list {
  line-height: 24px;
}

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

.text-200.link-hover {
  transition: color .3s;
}

.text-200.link-hover:hover {
  color: var(--accent--primary-1);
}

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

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.list {
  line-height: 28px;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-bold.color-accent-1 {
  color: var(--accent--primary-1);
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

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

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._1104px {
  max-width: 1104px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

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

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

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.white:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.btn-primary.white.no-hover:hover {
  background-color: var(--neutral--100);
  transform: none;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.no-hover:hover {
  background-color: var(--accent--primary-1);
  transform: none;
}

.btn-primary.no-hover.brix-agency {
  background-color: #ff2d46;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.input {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.input:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.position-relative {
  position: relative;
}

.position-relative.testimonial-video {
  height: 100%;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._05.border-6px-white {
  border: 6px solid var(--neutral--100);
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._07.testimonial-v8 {
  flex: none;
  margin-left: 24px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.avatar-circle._08.testimonial-v12 {
  flex: none;
  height: 100%;
  margin-right: 48px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.password-page {
  border-radius: 22px;
  width: 100px;
  margin-bottom: 32px;
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-square {
  background-color: var(--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.social-icon-square.twitter-color {
  color: #1ba4ff;
  background-color: #eef8ff;
}

.social-icon-square.twitter-color:hover {
  color: #fff;
  background-color: #1ba4ff;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.right {
  justify-content: flex-end;
}

.buttons-row.center {
  justify-content: center;
}

.width-100 {
  width: 100%;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.top {
  padding-top: 100px;
}

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cloneable-page {
  padding-top: 0;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: var(--accent--primary-1);
}

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

.link-wrapper.white:hover {
  color: var(--secondary--color-2);
}

.link-wrapper.white.text-bold.hover-white:hover {
  color: var(--neutral--100);
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.color-neutral-100 {
  color: var(--neutral--100);
}

.header-wrapper {
  background-color: var(--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.header-logo {
  max-width: 240px;
}

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

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

.header-logo-link.footer {
  display: inline;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  top: -100px;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center.outside {
  left: -11px;
}

.btn-circle-secondary.slider-arrow.right---center-center {
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: translate(0, -50%);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

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

.flex-vertical.center {
  align-items: center;
}

.flex-vertical.start {
  align-items: flex-start;
}

.flex-vertical.start.justify-center {
  justify-content: center;
}

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

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

.footer-wrapper {
  border-top: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--300);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.success-message {
  color: var(--accent--primary-1);
  background-color: #f7f6ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.opacity-90 {
  opacity: .9;
}

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

.icon-list-item-wrapper.center {
  justify-content: center;
}

.icon-list {
  margin-right: 16px;
}

.play-button-large {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.play-button-large.wdith-100px {
  width: 100px;
}

.bg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-490px {
  max-width: 480px;
  overflow: visible;
}

.slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.tabs-wrapper.flex-vertical-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.tabs-content {
  overflow: visible;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.avatar-image.link {
  transition: transform .3s;
}

.avatar-image.link:hover {
  transform: scale(1.1);
}

.heading-link {
  transition: color .3s;
}

.heading-link:hover {
  color: var(--accent--primary-1);
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.testimonial-v3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.pd---content-inside-card.testimonial-video {
  padding: 48px 76px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.flex-growth {
  flex: 1;
}

.image.testimonial-v3 {
  object-fit: cover;
  height: 100%;
}

.testimonial-v3-image-wrapper {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 548px;
  overflow: hidden;
}

.slide-item-mg {
  margin-right: 28px;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.testimonial-logo-badge {
  background-color: var(--neutral--100);
  box-shadow: 0 1px 12px 0 var(--general--shadow-02);
  border-radius: 8px;
  padding: 18px 28px;
  display: inline-block;
  position: absolute;
  inset: auto auto 32px 32px;
}

.slider-item-pd {
  padding: 15px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.testimonial-video-wrapper {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  overflow: hidden;
}

.tab-card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  opacity: .4;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 32px 46px;
  transition: opacity .3s, box-shadow .3s, color .3s;
}

.tab-card:hover {
  opacity: 1;
}

.tab-card.w--current {
  background-color: var(--neutral--100);
  opacity: 1;
}

.tab-line {
  opacity: .4;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.tab-line:hover {
  opacity: 1;
}

.tab-line.w--current {
  border-bottom-color: var(--accent--primary-1);
  opacity: 1;
  background-color: #0000;
}

._404-not-found {
  color: var(--accent--primary-1);
  margin-bottom: 8px;
  font-size: 160px;
  font-weight: 700;
  line-height: 159px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.cta-image-card.brix-agency {
  object-fit: contain;
  width: 840px;
  max-width: 139%;
  position: relative;
  top: -96px;
  right: 11px;
}

.success-message-image {
  margin-bottom: 23px;
}

.button-relative {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-relative:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-relative.newsletter {
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 14px 14px 14px auto;
}

.button-relative.newsletter:hover {
  transform: none;
}

.error-message-2.newsletter {
  color: #fff;
  text-align: center;
  background-color: #ff7b7d;
  border-radius: 11px;
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.input-relative {
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 64px;
  margin-bottom: 24px;
  padding: 22px 24px;
  box-shadow: inset 0 0 #0000;
}

.input-relative:focus {
  color: #0d0a2c;
  border-color: #4a3aff;
}

.input-relative::placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative.newsletter {
  min-height: 84px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  transition: all .35s;
  box-shadow: 0 4px 25px #0d0a2c0f;
}

.input-relative.newsletter:hover {
  border-color: #4a3aff;
  box-shadow: 0 8px 28px #170f4914;
}

.input-relative.newsletter:focus {
  border-color: #4a3aff;
  box-shadow: 0 7px 28px #170f4914;
}

.input-relative.newsletter::placeholder {
  font-size: 18px;
}

.form-newsletter-wrapper {
  position: relative;
}

.blob {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.blob._1 {
  max-width: 60%;
  top: 3%;
  left: -20%;
}

.icon-hero {
  border-radius: 16px;
  margin-bottom: 24px;
}

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

.brix---color-accent-1 {
  color: #4a3aff;
}

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

.brix---testimonial-v14-left-side {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 58px;
  display: flex;
}

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

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

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

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

.brix---paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---hidden-desktop {
  display: none;
}

.brix---slider-mask-width-1012px {
  max-width: 1012px;
  height: 100%;
  overflow: visible;
}

.brix---color-neutral-700 {
  color: #4a4566;
}

.brix---testimonial-v14-left-right {
  background-color: #f7f7fc;
  border-radius: 18px;
  width: 100%;
  max-width: 574px;
  padding: 90px 46px;
}

.brix---card-testimonial-v14 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 32px 32px 32px 40px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

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

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.icon_close {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.button-3 {
  color: #fff;
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.grid_2-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.grid_2-1.small-gap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.icon_secondary {
  color: #fff;
  background-color: #434de7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.label-small {
  font-weight: 600;
}

.feature-small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  align-items: center;
  display: flex;
}

.modal_small-3 {
  text-align: left;
  background-color: #fff;
  border: 2px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.lightbox-modal-3 {
  z-index: 2000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.h1-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.large-icon {
  color: #434de7;
  background-color: #f2f3ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.large-icon.no-margin_left {
  margin-left: 0;
}

.html-embed-5 {
  outline-offset: 0px;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 0 solid #fff7f7;
  border-radius: 0;
  outline: 3px #afabab;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}

.topbanner {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
}

.image-17 {
  float: none;
  width: 15px;
  height: 15px;
  margin-left: 180px;
  display: inline-block;
}

.image-17:hover {
  border: 1px solid #000;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  padding: 2px;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 60px 60px;
  grid-template-columns: 60px 60px 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.exportwrapper {
  z-index: 1000;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 300px;
  height: 240px;
  margin-top: 361px;
  margin-left: 260px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-4 {
  width: 15px;
  max-width: none;
  height: 15px;
  margin-left: 45px;
  position: relative;
}

.image-4.exporticon {
  background-color: #c7c5c5;
  border-radius: 8px;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  padding: 5px;
  display: block;
  position: static;
}

.image-4.icon2 {
  width: 17px;
  height: 17px;
  margin-left: 113px;
}

.tshirt {
  width: 50px;
  height: 50px;
  display: inline-flex;
}

.tshirt.tshirtselector {
  border: 1px solid #d3d2d2;
  border-radius: 8px;
}

.tshirt.tshirtselector.tshirt-top-row {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  display: inline-flex;
}

.image-11 {
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 10px;
  padding: 5px;
}

.text-block-5 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-5.export-text {
  margin-left: 0;
}

.text-block-5.exportbutton1 {
  color: #000;
}

.text-block-5.exportbutton1.pro-icoon {
  color: #fff;
  background-color: #4e4ebd;
  border-radius: 50px;
  padding: 0 7px;
}

.text-block-5.probutton {
  margin-left: 10px;
}

.grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.grid-3.colorgrid {
  grid-template-columns: .5fr .5fr .5fr 1fr;
}

.grid-3.gridbg {
  grid-column-gap: 10px;
  grid-template-rows: auto;
}

.grid-3.gridbg.grdibg2 {
  margin-top: 10px;
}

.grid-3.gridbg.textures {
  background-color: #fff4f4;
  border-radius: 11px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5px;
  padding: 25px 10px 10px;
}

.grid-3.gridbg.textures.protextures {
  grid-template-rows: auto auto auto auto;
  margin-top: 25px;
  padding-bottom: 0;
}

.faq {
  background-color: #fffffff2;
  border-radius: 0 20px 20px 0;
  min-width: 250px;
  max-width: 400px;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 20%;
  padding: 5px 10px 300px;
  box-shadow: 0 20px 100px #c4cae340;
}

.faq-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 1200px;
  height: 100%;
  margin-top: 100px;
  font-size: 12px;
  display: grid;
  position: absolute;
}

.uploaddesign {
  flex: 0 auto;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.uploaddesign.exports {
  height: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.uploaddesign.exports.comingsoon {
  opacity: 1;
}

.uploaddesign.download_design {
  padding-top: 5px;
}

.uploaddesign.top {
  margin-top: 10px;
}

.uploaddesign.top.bottom {
  margin-top: 0;
}

.uploaddesign.download_design {
  margin-top: 10px;
  padding-top: 5px;
}

.image-20 {
  cursor: pointer;
}

.image-15 {
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 5px;
}

.image-15.image-2 {
  margin-left: 10px;
}

.image-15.image-2:hover {
  border: 1px solid #000;
}

.image-15.image-2.image1 {
  margin-left: 0;
}

.image-15.image-2.image1:hover {
  border: 1px solid #000;
}

.text-block-7 {
  float: left;
  font-size: 12px;
  display: flex;
}

.image-13 {
  cursor: pointer;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: 10px;
}

.image-13.no {
  margin-left: 0;
}

.div-block-10 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-10:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-10.exportimage {
  background-color: #ececec;
  border: 0 solid #000;
  border-radius: 50px;
  height: 40px;
  position: absolute;
}

.div-block-10.exportimage:hover {
  border-width: 1px;
}

.div-block-10.exportimage.comingsoon {
  cursor: pointer;
}

.div-block-10.exportimage.exportvideocover {
  color: #ececec;
  background-color: #ececec;
  flex-flow: row;
}

.div-block-10.export {
  padding-left: 34px;
  padding-right: 34px;
}

.div-block-10.downloadbutton {
  background-color: #4e4ebd;
}

.div-block-10.downloadbutton:hover {
  background-color: #303069;
}

.div-block-10.downloadbutton.pro-buitton {
  width: 40px;
  height: 20px;
}

.nav-button {
  cursor: pointer;
  background-color: #4e4ebd;
  border-radius: 100px;
  margin-left: 15px;
  padding: 5px 34px;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .2s;
}

.nav-button:hover {
  color: var(--secondary--color-2);
  background-color: #4e4ebd;
}

.container-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.nav {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-2 {
  z-index: 10;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.image-14 {
  width: 50px;
  height: 50px;
  margin-left: 0;
}

.nav-link-2 {
  color: #272d4e;
  cursor: pointer;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

._03-hamburger {
  padding: 0;
  display: none;
}

.accordion-toggle {
  cursor: auto;
  border: 0 #afabab;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.text-block-4 {
  white-space: normal;
  flex: none;
  width: 100%;
}

.image-12 {
  cursor: pointer;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 5px;
}

.image-12.image72 {
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: 10px;
}

.nav-menu-left {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.exporttopbar {
  border-bottom: 1px solid #00000026;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 5px 10px 10px;
  display: block;
}

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

.backgroundimages-2 {
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  padding: 10px;
  overflow: visible;
}

.backgroundimages-2:hover {
  border: 1px solid #000;
}

.backgroundimages-2._3d._3dbutton {
  background-color: #8b4444;
  padding: 0;
}

.accordion-item {
  border-top: 0 solid #d3d2d2;
  width: 100%;
  overflow: hidden;
}

.brand {
  max-width: 100px;
  padding: 0;
  display: block;
}

.nav-wrap {
  -webkit-user-select: none;
  user-select: none;
  width: 250px;
  padding-top: 0;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-list-3 {
  background-color: #ebebeb00;
  border-bottom: 1px #000;
  border-radius: 11px;
  margin-top: 0;
  padding: 10px;
  display: block;
  position: static;
}

.dropdown-list-3.drop {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list-3.apply-button {
  background-color: #fff0;
}

.dropdown-list-3.textures {
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 50px;
  width: auto;
  height: auto;
  margin-top: 448px;
  margin-left: 438px;
  position: absolute;
  box-shadow: 4px 5px 20px -2px #00000052;
}

.div-block-18.closebtn1 {
  width: 20px;
  height: 20px;
  margin-top: 319px;
}

.div-block-18.closebtn1.closebuttonuv {
  margin-top: 437px;
  margin-left: 210px;
}

.div-block-18.closebtn2 {
  margin-top: 516px;
}

.image-23 {
  max-width: 20px;
  max-height: 20px;
  padding: 5px;
}

.image-23.bgcolorclose {
  background-color: #fff9f9;
  border-radius: 20px;
  margin-top: 319px;
  margin-left: 438px;
  position: absolute;
}

.image-23.bgcolorclose.garmentcolor {
  margin-top: 520px;
}

.image-22 {
  max-width: 20px;
  max-height: 20px;
  padding: 5px;
}

.text-block-8 {
  background-color: #4e4ebd;
  border-radius: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.div-block-19 {
  background-color: #4e4ebd;
  border-radius: 20px;
  width: 50px;
  height: 20px;
  margin-left: 40px;
  position: relative;
}

.text-block-9 {
  margin-top: 67px;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.clone-me {
  position: absolute;
}

.lightbox-modal {
  z-index: 2000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-10, .text-block-11, .profreatiuer {
  font-size: 12px;
}

.body {
  background-color: #fbfbfb;
  overflow: hidden;
}

.div-block-20 {
  width: 60px;
  height: 60px;
  display: inline-block;
  overflow: visible;
}

.code-embed {
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: block;
}

.code-embed.left, .code-embed.right {
  margin-left: 0;
}

.card-flowbase {
  background-color: #fff0;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 0;
  box-shadow: 34px 34px 88px #17093614;
}

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

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.input-field-wrap {
  margin-bottom: 60px;
}

.input-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 90%;
  min-height: 48px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.success-message-2 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.form {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 15px;
}

.form.form2 {
  margin-top: 0;
}

.form.accordion-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
}

.form.accordion-item.extrude {
  background-color: #ebebeb00;
  border-radius: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form.accordian_ae {
  margin-top: 0;
  padding-left: 10px;
}

.text-block-12 {
  margin-bottom: 5px;
}

.div-block-21 {
  background-color: #b3b4b4;
  border-radius: 20px;
  width: 60px;
  height: 30px;
  margin-top: 15px;
}

.div-block-21:hover {
  background-color: #919191;
}

.text-block-13 {
  color: var(--neutral--100);
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  font-weight: 500;
}

.image-24 {
  float: none;
  width: 15px;
  height: 15px;
  margin-left: 180px;
  display: inline-block;
}

.image-24:hover {
  border: 1px solid #000;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  padding: 2px;
}

.text-block-14 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-14.exportbutton1 {
  color: #000;
}

.text-block-14.exportbutton1.pro-icoon {
  color: #fff;
  background-color: #4e4ebd;
  border-radius: 50px;
  padding: 0 7px;
}

.text-block-15 {
  float: left;
  font-size: 12px;
  display: flex;
}

.div-block-22 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-22:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-22.exportimage {
  background-color: #ececec;
  border: 0 solid #000;
  border-radius: 50px;
  height: 40px;
  position: absolute;
}

.div-block-22.exportimage:hover {
  border-width: 1px;
}

.div-block-22.exportimage.comingsoon {
  cursor: pointer;
}

.div-block-22.exportimage.exportvideocover {
  color: #ececec;
  background-color: #ececec;
  flex-flow: row;
}

.image-25 {
  width: 15px;
  max-width: none;
  height: 15px;
  margin-left: 45px;
  position: relative;
}

.image-25.exporticon {
  background-color: #c7c5c5;
  border-radius: 8px;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  padding: 5px;
  display: block;
  position: static;
}

.text-block-16 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-16.logomaterialtext {
  margin-right: 30px;
}

.faq-card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 1200px;
  height: 100%;
  margin-top: 100px;
  font-size: 12px;
  display: grid;
  position: absolute;
}

.div-block-23 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-23:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-23.downloadbutton {
  background-color: #4e4ebd;
  margin-top: 10px;
}

.div-block-23.downloadbutton:hover {
  background-color: #303069;
}

.div-block-23.advanced {
  background-color: #b4b4b4;
  transition: background-color .5s;
}

.div-block-23.advanced:hover {
  background-color: #8a8a8a;
}

.accordion-toggle-2 {
  cursor: pointer;
  border: 0 #afabab;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.accordion-toggle-2:hover {
  background-color: #f0f0f000;
  border-radius: 20px;
  font-weight: 400;
}

.image-26 {
  width: 15px;
  max-width: none;
  height: 15px;
  margin-left: 63px;
  position: relative;
}

.image-26.icon2 {
  width: 17px;
  height: 17px;
  margin-left: 113px;
}

.image-26.settingsicon {
  width: 20px;
  height: 20px;
  margin-left: 52px;
}

.accordian_ae {
  transform-origin: 50% 0;
  border-top: 0 solid #d3d2d2;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.accordian_ae.colorpickerlogo {
  margin-top: 15px;
  padding-left: 10px;
}

.image-27 {
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 5px;
}

.image-27.image-2 {
  margin-left: 10px;
}

.image-27.image-2:hover {
  border: 1px solid #000;
}

.image-27.image-2.image1 {
  margin-left: 0;
}

.image-27.image-2.image1:hover {
  border: 1px solid #000;
}

.faq-2 {
  transform-style: preserve-3d;
  background-color: #fffffff2;
  border-radius: 0 20px 20px 0;
  min-width: 250px;
  max-width: 400px;
  height: 200%;
  margin-top: 0%;
  margin-bottom: 20%;
  padding: 5px 10px 300px;
  box-shadow: 0 20px 100px #c4cae340;
}

.text-block-17 {
  margin-bottom: 5px;
}

.controls {
  transform-origin: top;
  border: 0 solid #b4b4b4;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.controls:hover {
  height: auto;
}

.input-field-wrap-2 {
  margin-bottom: 15px;
}

.div-block-24 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-24:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-24.downloadbutton {
  background-color: #4e4ebd;
}

.div-block-24.downloadbutton:hover {
  background-color: #303069;
}

.div-block-24.downloadbutton.pro-buitton {
  width: 40px;
  height: 20px;
}

.text-block-18 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-18.probutton {
  margin-left: 10px;
}

.div-block-25 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-25:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-25.downloadbutton {
  background-color: #4e4ebd;
}

.div-block-25.downloadbutton:hover {
  background-color: #303069;
}

.div-block-25.downloadbutton.pro-buitton {
  width: 40px;
  height: 20px;
}

.text-block-19 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-19.probutton {
  margin-left: 10px;
}

.image-28 {
  cursor: pointer;
  background-color: #c7c7c700;
  background-image: none;
  border-radius: 10px;
  padding: 2px;
}

.image-28:hover {
  background-color: #858585;
}

.text-block-20 {
  text-align: center;
  background-color: #b4b4b400;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 500;
  display: block;
}

.text-block-21 {
  text-align: left;
  background-color: #ebebeb;
  border: 0 solid #b4b4b4;
  border-radius: 50px;
  width: 100px;
  min-width: 10px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-21.texttextures {
  text-align: center;
  background-color: #fff0;
  width: auto;
  min-width: auto;
  height: auto;
  margin-top: -5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  position: absolute;
  inset: 0%;
}

.text-block-21.texttextures.text22 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.text-block-21.texttextures.freetextures {
  color: #000;
  padding-left: 3px;
}

.titletextures {
  background-color: #fff;
  border-radius: 11px;
  width: 45px;
  height: 20px;
  margin-top: -4px;
  margin-bottom: 36px;
  margin-left: 181px;
  position: absolute;
}

.titletextures.titletextures2 {
  background-color: #4e4ebd;
  margin-top: 14px;
}

.thicknesstext {
  color: #000;
  margin-bottom: 10px;
}

.thicknesstext.materialscale {
  margin-left: 10px;
}

.thicknesstext.materialscale.toptext, .texturecontainer.accordian_ae {
  margin-top: 10px;
}

.dropdown {
  background-color: #ebebeb;
  border-radius: 50px;
  width: 90%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle {
  border: 0 solid #ebecf1;
  width: 100%;
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: #fdfdfd;
}

.dropdown-toggle.accordian_ae {
  height: 40px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  display: inline-block;
}

.dropdown-toggle.accordian_ae:hover {
  border-radius: 20px;
}

.icon {
  color: #7da6cc;
  margin-right: 23px;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.div-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link {
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #88c1ff;
}

.image-29 {
  width: 100px;
}

.text-block-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-26, .text-block-23 {
  margin-left: 10px;
}

.image-30 {
  float: none;
  width: 15px;
  height: 15px;
  margin-left: 180px;
  display: inline-block;
}

.image-30:hover {
  border: 1px solid #000;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  padding: 2px;
}

.text-block-24 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-24.exportbutton1 {
  color: #000;
}

.text-block-24.exportbutton1.pro-icoon {
  color: #fff;
  background-color: #4e4ebd;
  border-radius: 50px;
  padding: 0 7px;
}

.text-block-25 {
  float: left;
  font-size: 12px;
  display: flex;
}

.div-block-27 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-27:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-27.exportimage {
  background-color: #ececec;
  border: 0 solid #000;
  border-radius: 50px;
  height: 40px;
  position: absolute;
}

.div-block-27.exportimage:hover {
  border-width: 1px;
}

.div-block-27.exportimage.comingsoon {
  cursor: pointer;
}

.div-block-27.exportimage.exportvideocover {
  color: #ececec;
  background-color: #ececec;
  flex-flow: row;
}

.image-31 {
  width: 15px;
  max-width: none;
  height: 15px;
  margin-left: 45px;
  position: relative;
}

.image-31.exporticon {
  background-color: #c7c5c5;
  border-radius: 8px;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  padding: 5px;
  display: block;
  position: static;
}

.text-block-26 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.faq-card-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 1200px;
  height: 100%;
  margin-top: 100px;
  font-size: 12px;
  display: grid;
  position: absolute;
}

.form-2 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 15px;
}

.form-2.form2 {
  margin-top: 0;
}

.div-block-28 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-28:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-28.downloadbutton {
  background-color: #4e4ebd;
}

.div-block-28.downloadbutton:hover {
  background-color: #303069;
}

.div-block-28.advanced {
  background-color: #b4b4b4;
  transition: background-color .5s;
}

.div-block-28.advanced:hover {
  background-color: #8a8a8a;
}

.accordion-toggle-3 {
  cursor: pointer;
  border: 0 #afabab;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.accordion-toggle-3:hover {
  background-color: #f0f0f000;
  border-radius: 20px;
  font-weight: 400;
}

.image-32 {
  width: 15px;
  max-width: none;
  height: 15px;
  margin-left: 45px;
  position: relative;
}

.image-32.icon2 {
  width: 17px;
  height: 17px;
  margin-left: 113px;
}

.image-32.settingsicon {
  width: 20px;
  height: 20px;
  margin-left: 45px;
}

.accordian_ae-2 {
  transform-origin: 50% 0;
  border-top: 0 solid #d3d2d2;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.image-33 {
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 5px;
}

.image-33.image-2 {
  margin-left: 10px;
}

.image-33.image-2:hover {
  border: 1px solid #000;
}

.image-33.image-2.image1 {
  margin-left: 0;
}

.image-33.image-2.image1:hover {
  border: 1px solid #000;
}

.faq-3 {
  transform-style: preserve-3d;
  background-color: #fffffff2;
  border-radius: 0 20px 20px 0;
  min-width: 250px;
  max-width: 400px;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 20%;
  padding: 5px 10px 300px;
  box-shadow: 0 20px 100px #c4cae340;
}

.text-block-27 {
  margin-bottom: 5px;
}

.dropdown-list-4 {
  background-color: #fff0;
  border-bottom: 1px #000;
  margin-top: -10px;
  padding: 10px;
  display: block;
  position: static;
}

.dropdown-list-4.apply-button {
  background-color: #fff0;
}

.backgroundimages-3 {
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  padding: 10px;
}

.backgroundimages-3:hover {
  border: 1px solid #000;
}

.input-field-wrap-3 {
  margin-bottom: 20px;
}

.div-block-29 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-29:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-29.downloadbutton {
  background-color: #4e4ebd;
}

.div-block-29.downloadbutton:hover {
  background-color: #303069;
}

.div-block-29.downloadbutton.pro-buitton {
  width: 40px;
  height: 20px;
}

.text-block-28 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-28.probutton {
  margin-left: 10px;
}

.div-block-30 {
  color: #fffcfc;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-30:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-30.downloadbutton {
  background-color: #4e4ebd;
}

.div-block-30.downloadbutton:hover {
  background-color: #303069;
}

.div-block-30.downloadbutton.pro-buitton {
  width: 40px;
  height: 20px;
}

.div-block-30.downloadbutton.pro-buitton:hover {
  background-color: #4e4ebd;
}

.text-block-29 {
  margin-left: 15px;
  font-size: 12px;
  display: flex;
}

.text-block-29.probutton {
  margin-left: 10px;
}

.mobileui, .colors, .animations {
  display: none;
}

.sliderspeedmobile {
  margin-bottom: 20px;
}

.effects, .exportmobile {
  display: none;
}

.div-block-40 {
  background-color: #fff;
  border-radius: 20px;
}

.image-37 {
  background-color: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-right: 0;
  padding: 7px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: visible;
  box-shadow: 0 20px 100px #0003;
}

.image-37.fullscreen2 {
  display: block;
}

.image-37.fullscreenexit {
  padding: 5px;
  display: none;
}

.div-block-41 {
  width: 40px;
  height: 40px;
  margin-top: 100px;
  margin-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.upload_panel {
  background-color: #fff;
  border-radius: 20px;
  width: 300px;
  height: 580px;
  margin-top: 120px;
  margin-left: 10px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: -1px 9px 18px #0000000f;
}

.upload_panel.exportpanel {
  width: 250px;
  height: 225px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  inset: 0% 0% auto auto;
}

.grid {
  grid-column-gap: 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 40px 50px;
  box-shadow: 0 2px 20px #0000001c;
}

.h1 {
  margin-top: 0;
}

.p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.label {
  margin-top: 20px;
  font-weight: 500;
}

.input-2 {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 0;
  box-shadow: 0 2px 2px #0000001a;
}

.input-2:focus-visible, .input-2[data-wf-focus-visible] {
  border-color: #4769ff;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}

.form-block-2 {
  margin: 10px 10px 0;
}

.dragdropsection {
  border: 1px dashed #3c3541;
  border-radius: 10px;
  height: 250px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.image-38 {
  margin-top: 15px;
  margin-left: 119px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-3 {
  padding-top: 0;
}

.image-39 {
  width: 30px;
  height: 30px;
  margin-top: 50px;
  margin-left: 135px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logocontrols {
  margin-top: 0;
  display: block;
}

.logocontrols.exportbuttons {
  margin-top: 10px;
}

.rotationbutton {
  background-color: #a0a0a0;
  border-radius: 40px;
  width: 200px;
  height: 44px;
  margin-left: 20px;
  transition: background-color .5s;
  display: flex;
}

.rotationbutton:hover {
  background-color: gray;
}

.rotationbutton.exportbutton1 {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

.rotationbutton.exportbutton1.rotationbutton2 {
  background-color: #a0a0a0;
  margin-bottom: 10px;
}

.rotationbutton.exportbutton1.rotationbutton2:hover {
  background-color: gray;
}

.rotationbutton.exportbutton1.export3dmodel {
  background-color: #3c3541;
  margin-top: 10px;
}

.rotationbutton.exportbutton1.export3dmodel:hover {
  background-color: #1d1a1f;
}

.rotationbutton.exportbutton {
  background-color: #3c3541;
  margin-top: 10px;
}

.rotationbutton.exportbutton:hover {
  background-color: #000;
}

.ll-text-bold {
  color: #fff;
  cursor: pointer;
  background-color: #a0a0a000;
  border-radius: 40px;
  width: 200px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px 15px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.ll-text-bold:hover {
  background-color: #7d7d7e00;
}

.ll-text-bold.text-regular {
  color: #3c3541;
  background-color: #3c354100;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.ll-text-bold.text-regular.textsecondlayer {
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 5px;
}

.ll-text-bold.text-regular.textsecondlayer.thirdtext {
  width: 150px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.ll-text-bold.text-regular.textexportoptions {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.ll-text-bold.stoprotation {
  background-color: #a0a0a000;
  margin-left: 0;
  display: none;
}

.ll-text-bold.stoprotation:hover {
  background-color: #7d7d7e00;
}

.ll-text-bold.animationtext {
  color: #3c3541;
  flex: 1;
  width: auto;
  margin-top: 5px;
  padding-left: 10px;
  font-weight: 400;
}

.ll-text-bold.animationtext.closebutton {
  float: right;
  clear: right;
  aspect-ratio: auto;
  text-align: right;
  background-color: #e6e5e5;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 135px;
  margin-right: 0;
  display: block;
  position: static;
}

.ll-text-bold.animationtext.openanimationtext {
  flex: 1;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 0;
}

.image-40 {
  clear: left;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 163px;
  position: absolute;
}

.image-40.exporticon {
  width: 25px;
  height: 25px;
  margin-top: 9px;
  margin-left: 185px;
}

.image-40.exporticon.uploadicon {
  width: 20px;
  height: 20px;
  margin-top: 11px;
}

.div-block-42 {
  z-index: 100;
  background-color: #fff;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.div-block-43 {
  cursor: pointer;
  background-color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  margin-top: 83px;
  margin-left: 298px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-41 {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.image-42 {
  width: 20px;
  height: 20px;
  display: none;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-range-slider {
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.ms-range-slider.hideslidercss {
  display: none;
}

.ms-range-embed {
  width: 100%;
}

.ms-range-slider-value {
  color: #a0a0a0;
  text-align: center;
  background-color: #fff;
  border-color: #121331;
  border-radius: 4px;
  flex: none;
  width: 60px;
  margin-left: 0;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.form-block-3 {
  margin-bottom: -20px;
  margin-left: 20px;
  margin-right: 10px;
}

.form-block-3.secondslider {
  margin-top: -41px;
  display: none;
}

.custom-css-for-sliders {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  font-size: 16px;
  font-style: italic;
  display: flex;
}

.ms-range-slider-bar {
  outline-offset: 0px;
  background-color: #e6e6e6;
  border-radius: 10px;
  outline: 0 #0000;
  width: 100%;
  height: 15px;
  margin: 0;
  padding: 0;
}

.div-block-44 {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  width: 270px;
  height: 650px;
  margin-top: 120px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
  box-shadow: 4px 6px 19px #00000003;
}

.div-block-44.openmaterials {
  z-index: 1;
  cursor: pointer;
  width: 160px;
  height: auto;
  margin-right: 10px;
  transition: background-color .5s;
  display: block;
}

.div-block-44.openmaterials:hover {
  background-color: #e4e4e4;
}

.grid-9 {
  background-color: #41313100;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-45 {
  background-color: #e6e5e5;
  width: 50px;
  height: 50px;
}

.grid-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-10.metalgrid {
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: 1fr auto;
}

.grid-10.goldgrid {
  grid-template-rows: auto;
}

.container-3 {
  background-color: #473434;
}

.div-block-46 {
  background-color: #a55;
  position: absolute;
}

.image-43 {
  cursor: pointer;
  background-color: #e6e5e500;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  transition: background-color .5s;
}

.image-43:hover {
  background-color: #c9c9c9;
}

.image-43.openmaterialsicon {
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition-property: none;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.image-43.openmaterialsicon:hover {
  background-color: #e6e5e5;
}

.image-43.openmaterialsicon.animationsicon {
  box-shadow: none;
}

.image-43.openmaterialsicon.materialsicon {
  box-shadow: none;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.image-43.openmaterialsicon.materialsicon:hover {
  background-color: #fff;
}

.div-block-47 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 270px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.div-block-47.shadows {
  cursor: pointer;
}

.image-44 {
  width: 30px;
  height: 30px;
  margin-left: 133px;
}

.image-45 {
  cursor: pointer;
  background-color: #cec9c9;
  border-radius: 10px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  margin-left: 136px;
  padding: 5px;
  transition: background-color .5s;
}

.image-45:hover {
  background-color: #a0a0a0;
}

.image-45.closebuttonexport {
  margin-top: 6px;
  margin-left: 195px;
  position: absolute;
}

.image-45.closebuttonupload {
  margin-top: 15px;
  margin-left: 150px;
}

.image-45.closebutton {
  margin-left: 0;
  margin-right: 25px;
}

.div-block-48 {
  display: flex;
}

.showexportoptions {
  color: #3c3541;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 40px;
  width: 170px;
  height: auto;
  margin-top: 150px;
  margin-right: 10px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 4px 6px 19px #0003;
}

.text-block-33 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.image-46 {
  width: 50px;
  height: 50px;
}

.dragdropheader {
  display: flex;
}

.text-block-34 {
  margin-top: 10px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.div-block-49 {
  cursor: pointer;
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 30px;
  height: 50px;
  margin-top: 19px;
  margin-left: 0;
  margin-right: -30px;
  transition: background-color .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-49:hover {
  background-color: #ddd;
}

.image-47 {
  opacity: .66;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.openuploadsettings {
  cursor: pointer;
  background-color: #fff0;
  border-radius: 40px;
  width: auto;
  height: auto;
  margin-top: 150px;
  margin-left: 10px;
  display: flex;
  position: absolute;
}

.text-block-35 {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-48 {
  width: 30px;
  height: 30px;
  margin-top: 20px;
}

.image-49 {
  background-color: #3c3541;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  overflow: visible;
}

.image-50 {
  width: 80px;
  height: 80px;
  padding: 20px;
  overflow: visible;
}

.div-block-50 {
  background-color: #fff;
  border-radius: 40px;
  width: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 4px 6px 19px #0003;
}

.text-block-36 {
  color: var(--accent--primary-1);
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.ms-range-slider-bar-2 {
  background-color: #e6e5e5;
  border-radius: 40px;
  width: 100%;
  height: 15px;
}

.ms-range-slider-value-2 {
  color: #a0a0a0;
  background-color: #fff;
  width: 60px;
  font-size: 12px;
}

.ms-range-slider-value-copy {
  color: #a0a0a0;
  text-align: center;
  background-color: #fff;
  border-color: #121331;
  border-radius: 4px;
  flex: none;
  width: 60px;
  margin-left: 0;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

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

.select-wrap {
  border: 0 solid #01043d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.select-button {
  cursor: pointer;
  background-color: #e6e5e5;
  border-right-width: 1px;
  border-right-color: #01043d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.plus-minus-wrap {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.minus {
  background-color: #01043d;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.select {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  width: 100px;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.select-button_plus {
  cursor: pointer;
  background-color: #e6e5e5;
  border-left-width: 1px;
  border-left-color: #01043d;
  border-right-width: 1px;
  border-right-color: #01043d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.plus {
  background-color: #01043d;
  border-radius: 2px;
  width: 3px;
  height: 100%;
  position: absolute;
}

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

.form-4 {
  margin-bottom: 20px;
  margin-left: 20px;
}

.ms-range-slider-value2 {
  color: #a0a0a0;
  text-align: center;
  background-color: #fff;
  border-color: #121331;
  border-radius: 4px;
  flex: none;
  width: 60px;
  margin-left: 0;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.ms-range-slider2 {
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.ms-range-slider2.hideslidercss {
  display: block;
}

.ms-range-slider-bar2 {
  background-color: #e6e5e5;
  border-radius: 40px;
  width: 100%;
  height: 15px;
}

.div-block-51 {
  flex-flow: column;
  margin-top: -35px;
  margin-bottom: 25px;
  margin-left: 20px;
  display: flex;
}

.togglebuttongreen {
  opacity: 0;
  background-color: #50e461;
  border-radius: 50px;
  width: 100px;
  height: 40px;
  font-family: Poppins, sans-serif;
  position: absolute;
}

.toggle {
  margin-left: 20px;
  display: flex;
}

.text-block-37 {
  color: #3c3541;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.draganddropinner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.filepond--drop-label {
  cursor: pointer;
  background-color: #3c3541;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  display: flex;
}

.text-block-38 {
  color: #a0a0a0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.bold-text {
  color: #a0a0a0;
}

.text-block-39 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.uploadimageicon {
  width: 35px;
  height: 35px;
}

.proicon {
  background-color: #753ff5;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 45px;
  height: 30px;
  margin-top: 7px;
  margin-left: 124px;
  position: absolute;
}

.proicon.proiconrotation {
  margin-left: 107px;
}

.proicon.proiconrotation.proiconanimation {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.text-block-40 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.div-block-52 {
  background-color: #fff;
  border-radius: 20px;
  width: 150px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-51 {
  width: 200px;
  max-width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-53 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fdfdfd;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  overflow: visible;
  box-shadow: 4px 6px 19px #00000017;
}

.text-block-41 {
  color: #3c3541;
  text-align: left;
  max-width: 300px;
  height: 150px;
  max-height: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.image-52, .image-53 {
  width: 80px;
}

.div-block-54 {
  text-align: center;
  height: 40px;
  margin-right: 0;
}

.div-block-55 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #d8d8d8;
  border-radius: 10px;
  padding: 3px 5px 10px 10px;
  display: flex;
}

.centrepopup {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.closebuttonpopup {
  background-color: #a0a0a0;
  border-radius: 20px;
  position: absolute;
}

.cbpopup {
  background-color: #686868;
}

.div-block-56 {
  background-color: #8b8b8b;
  border: 0 solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -33px;
  margin-left: 340px;
  display: flex;
  position: absolute;
}

.image-54 {
  width: 20px;
  height: 20px;
}

.image-55 {
  cursor: pointer;
  background-color: #cdc8c8;
  border: 3px solid #fffcfc;
  border-radius: 40px;
  width: 32px;
  height: 32px;
  margin-top: -48px;
  margin-left: 138px;
  padding: 5px;
  transition: background-color .2s;
  position: absolute;
}

.image-55:hover {
  background-color: #b8b3b3;
}

.div-block-57 {
  background-color: #fff;
  border-radius: 40px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-56 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  width: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  transition: background-color .2s;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 1px 5px 5px #0003;
}

.image-56:hover {
  background-color: #ebebeb;
}

.popupmobile {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fdfdfd;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: static;
  inset: auto auto 0% 0%;
  overflow: visible;
  box-shadow: 4px 6px 19px #00000017;
}

.rotationbutton-copy {
  background-color: #a0a0a0;
  border-radius: 40px;
  width: 200px;
  height: 44px;
  margin-left: 20px;
  transition: background-color .5s;
  display: flex;
}

.rotationbutton-copy:hover {
  background-color: gray;
}

.rotationbutton-copy.exportbutton1 {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

.rotationbutton-copy.exportbutton1.rotationbutton2 {
  background-color: #a0a0a0;
  margin-bottom: 10px;
}

.rotationbutton-copy.exportbutton1.rotationbutton2:hover {
  background-color: gray;
}

.rotationbutton-copy.exportbutton1.export3dmodel {
  background-color: #3c3541;
  margin-top: 10px;
}

.rotationbutton-copy.exportbutton1.export3dmodel:hover {
  background-color: #1d1a1f;
}

.rotationbutton-copy.exportbutton {
  background-color: #3c3541;
  margin-top: 10px;
}

.rotationbutton-copy.exportbutton:hover {
  background-color: #000;
}

.rotationbutton-copy.exportbutton-copy {
  background-color: #3c3541;
  margin-top: 10px;
  display: none;
}

.rotationbutton-copy.exportbutton-copy:hover {
  background-color: #000;
}

.div-block-44-copy {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  width: 280px;
  height: 400px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 4px 6px 19px #0003;
}

.div-block-44-copy.openmaterials {
  z-index: 1;
  cursor: pointer;
  width: 160px;
  height: auto;
  margin-right: 10px;
  transition: background-color .5s;
  display: block;
}

.div-block-44-copy.openmaterials:hover {
  background-color: #e4e4e4;
}

.div-block-44-copy.openmaterials-copy {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 85px;
  margin-right: 10px;
  transition: background-color .5s;
  display: flex;
  position: static;
}

.div-block-44-copy.openmaterials-copy:hover {
  background-color: #fff;
}

.div-block-44-copy.openmaterials-copy.animationsbutton {
  width: 180px;
  margin-right: 200px;
}

.div-block-44-copy.openmaterials-copy.animations {
  margin-right: 190px;
}

.div-block-58 {
  margin-left: 0;
}

.ms-space {
  width: 10px;
  height: 10px;
}

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

.form-block-5.exportqualityform {
  margin-top: 0;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-top: 0;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-42 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.div-block-59 {
  display: flex;
}

.text-block-44 {
  float: left;
  color: #3c3541;
  font-size: 12px;
  display: block;
}

.image-57 {
  cursor: pointer;
  background-color: #cec9c9;
  border-radius: 10px;
  width: 22px;
  height: 22px;
  margin-left: 196px;
  padding: 5px;
  transition: background-color .5s;
}

.image-57:hover {
  background-color: #a0a0a0;
}

.image-57.closebuttonexport {
  margin-top: 3px;
  margin-left: 214px;
  position: absolute;
}

.text-block-45 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.ms-toggle-checkbox {
  display: none;
}

.upload_panel-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 300px;
  height: 580px;
  margin-top: 120px;
  margin-left: 10px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: -1px 9px 18px #0000000f;
}

.upload_panel-2.exportpanel {
  width: 260px;
  height: 570px;
  margin-top: 191px;
  margin-left: 318px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  inset: 0% auto auto 0%;
}

.upload_panel-2.exportpanel.nonepanel {
  display: none;
}

.exporttopbar-2 {
  border-bottom: 0 solid #00000026;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 5px 10px;
  display: flex;
}

.exporttopbar-2.mediasize {
  color: #3c3541;
  margin-top: 0;
}

.image-58 {
  clear: left;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 163px;
  position: absolute;
}

.image-58.exporticon {
  width: 25px;
  height: 25px;
  margin-top: 9px;
  margin-left: 196px;
}

.reswrapperbg {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.resouterwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.resouterwrapper.topwrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
  display: none;
}

.ms-how-drawer-2 {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer-2.for-radio {
  margin-top: 10px;
}

.text-block-43 {
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: block;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.form-5 {
  margin-top: -5px;
  padding-left: 0;
  padding-right: 15px;
}

.btn-portrait {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #b4b4b4;
  border: 0 solid #b4b4b4;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 110px;
  padding: 0;
  display: flex;
}

.btn-portrait:hover {
  border-color: #b4b4b4;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.exporttopbar-3 {
  border-bottom: 0 solid #00000026;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 5px 10px;
  display: flex;
}

.exporttopbar-3.mediaquality {
  margin-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
}

.btn-auto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #6e6e6e;
  border: 0 solid #111;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 110px;
  padding: 0;
  display: flex;
}

.btn-auto.reswrappershape {
  background-color: #e9e9e9;
  border: 3px solid #fff;
  border-radius: 5px;
  width: 60px;
  height: 40px;
}

.btn-auto.reswrappershape.portrait {
  border-radius: 5px;
  width: 35px;
  height: 65px;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.canvas {
  aspect-ratio: 1;
  outline-offset: 0px;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 0 solid #fff7f7;
  border-radius: 0;
  outline: 3px #afabab;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.openuploadsettingsmobile {
  cursor: pointer;
  background-color: #fff0;
  border-radius: 40px;
  width: auto;
  height: auto;
  margin-top: 150px;
  margin-left: 10px;
  display: none;
  position: absolute;
}

.materialtitle {
  margin-left: 10px;
}

.text-block-46 {
  color: #3c3541;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-block-46.title2 {
  margin-top: 20px;
}

.grid-11 {
  border-radius: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.material-image {
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.material-image:hover {
  border-style: solid;
  border-color: #999;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 600;
}

.animationswrapper {
  z-index: 100;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  width: 700px;
  height: 180px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 20px 0;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.text-block-47 {
  color: #3c3541;
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.animations-container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.animationsbutton {
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.animationstopbar {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.aniamtionsbutton {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  width: 280px;
  height: 400px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 4px 6px 19px #0003;
}

.aniamtionsbutton.openmaterials {
  z-index: 1;
  cursor: pointer;
  width: 160px;
  height: auto;
  margin-right: 10px;
  transition: background-color .5s;
  display: block;
}

.aniamtionsbutton.openmaterials:hover {
  background-color: #e4e4e4;
}

.aniamtionsbutton.openmaterials-copy {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 80px;
  margin-right: 10px;
  transition: background-color .5s;
  display: flex;
}

.aniamtionsbutton.openmaterials-copy:hover {
  background-color: #e4e4e4;
}

.aniamtionsbutton.openmaterials-copy.animationsbutton {
  width: 180px;
  margin-right: 200px;
}

.aniamtionsbutton.openmaterials-copy.animations {
  margin-right: 190px;
}

.aniamtionsbutton.animationsopen {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 80px;
  margin-right: 10px;
  transition: background-color .5s;
  display: flex;
}

.aniamtionsbutton.animationsopen:hover {
  background-color: #e4e4e4;
}

.aniamtionsbutton.animationsopen.animationsbutton {
  width: 180px;
  margin-right: 200px;
}

.aniamtionsbutton.animationsopen.animations {
  margin-right: 190px;
}

.animationsbutton1 {
  background-color: #fff;
  border-radius: 20px;
  width: 170px;
  height: 85px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  box-shadow: 4px 6px 19px #0003;
}

.div-block-60 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.buttonscontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.centrelayout {
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video {
  z-index: 100;
  cursor: pointer;
  border-radius: 10px;
  width: 123px;
  height: 120px;
  position: absolute;
  overflow: hidden;
}

.text-block-48 {
  color: #747474;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-61 {
  flex: 1;
}

.textwrapper {
  justify-content: flex-end;
  align-items: center;
  width: 115px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .card.content-left.testimonial-v1 {
    padding: 68px 56px;
  }

  .avatar-circle._07.testimonial-v8 {
    margin-left: 28px;
  }

  .backgroundimages-2 {
    padding: 10px;
  }

  .backgroundimages-2._3d {
    padding: 0;
  }

  .text-block-21.texttextures.freetextures {
    color: #000;
  }

  .backgroundimages-3 {
    padding: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .error-message-2 {
    color: #ff2a2a;
    background-color: #fff2f2;
    border-radius: 80px;
    margin-top: 27px;
    padding: 19px 28px;
  }

  .input-relative::placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .faq, .faq-2, .faq-3 {
    padding-bottom: 400px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 46px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-medium._0-6fr---1fr {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card.content-center.testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.testimonial-video-left {
    flex-direction: column;
  }

  .card.testmonial-v12 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.buy-now {
    max-height: none;
  }

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

  .mg-bottom-32px.tablet-only {
    margin-bottom: 32px;
  }

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

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .avatar-circle._08.testimonial-v12 {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto auto -90px 39.5%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 39.5% -90px auto;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .play-button-large {
    max-width: 50%;
  }

  .play-button-large.wdith-100px {
    max-width: 100px;
  }

  .slider-mask {
    position: static;
  }

  .tabs-menu.bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .pd---content-inside-card.testimonial-v3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pd---content-inside-card.testimonial-video {
    padding-bottom: 72px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .tablet-width-100 {
    width: 100%;
  }

  .testimonial-v3-image-wrapper {
    max-width: 390px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .testimonial-video-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .width-100-tablet {
    width: 100%;
  }

  .tab-card {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tab-line {
    padding: 22px 18px;
  }

  .cta-image-card.brix-agency {
    margin-top: 2px;
    top: 0;
  }

  .blob._1 {
    max-width: 90%;
    top: 2%;
    left: -43%;
  }

  .brix---testimonial-v14-left-side {
    margin-bottom: 36px;
    margin-right: 0;
  }

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

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

  .brix---slider-mask-width-1012px {
    position: static;
  }

  .brix---testimonial-v14-left-right {
    max-width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .brix---card-testimonial-v14 {
    flex-direction: column;
    padding-left: 32px;
  }

  .grid_2-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .exportwrapper {
    height: 300px;
    margin-left: 260px;
  }

  .image-11 {
    background-color: #b4b4b4;
    border: 0 solid #000;
    border-radius: 20px;
    width: 60px;
    height: 60px;
  }

  .uploaddesign.exports {
    height: 40px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    background-color: #b4b4b4;
    border: 0 solid #000;
    border-radius: 20px;
    width: 60px;
    height: 60px;
  }

  .div-block-10 {
    background-color: #070722;
  }

  .div-block-10.exportimage {
    height: 40px;
  }

  .div-block-10.exportimage.exportvideocover {
    background-color: #ececec;
  }

  .nav-button {
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-2.nav {
    justify-content: space-between;
  }

  .nav-link-2 {
    color: #000;
    text-align: center;
    padding: 10px 0;
  }

  ._03-hamburger {
    color: #272d4e;
    border-radius: 5px;
  }

  ._03-hamburger.w--open {
    color: #fff;
    background-color: #272d4e;
  }

  .nav-menu-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .exporttopbar {
    margin-bottom: 20px;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
    padding: 30px 5% 50px;
  }

  .div-block-22 {
    background-color: #070722;
  }

  .div-block-22.exportimage {
    height: 40px;
  }

  .div-block-22.exportimage.exportvideocover {
    background-color: #ececec;
  }

  .div-block-23 {
    background-color: #070722;
  }

  .image-27 {
    background-color: #b4b4b4;
    border: 0 solid #000;
    border-radius: 20px;
    width: 60px;
    height: 60px;
  }

  .div-block-24, .div-block-25, .div-block-27 {
    background-color: #070722;
  }

  .div-block-27.exportimage {
    height: 40px;
  }

  .div-block-27.exportimage.exportvideocover {
    background-color: #ececec;
  }

  .div-block-28 {
    background-color: #070722;
  }

  .image-33 {
    background-color: #b4b4b4;
    border: 0 solid #000;
    border-radius: 20px;
    width: 60px;
    height: 60px;
  }

  .div-block-29, .div-block-30 {
    background-color: #070722;
  }

  .ll-text-bold.text-regular.textexportoptions {
    margin-bottom: 20px;
  }

  .div-block-44, .div-block-44-copy {
    display: block;
  }

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

  .upload_panel-2.exportpanel {
    height: 230px;
  }

  .exporttopbar-2 {
    margin-bottom: 20px;
  }

  .exporttopbar-2.mediasize, .resouterwrapper.topwrapper {
    display: none;
  }

  .exporttopbar-3 {
    margin-bottom: 20px;
  }

  .exporttopbar-3.mediaquality {
    display: none;
  }

  .aniamtionsbutton {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 46px;
  }

  h2 {
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .card.content-center.testimonial-v6, .card.content-left.pd-40px---64px {
    padding: 44px 32px;
  }

  .card.content-left.testimonial-v8 {
    flex-direction: row-reverse;
    padding-left: 33px;
    padding-right: 33px;
  }

  .card.testimonial-v3 {
    flex-direction: column;
  }

  .card.testimonial-card-color {
    padding: 48px 32px;
  }

  .card.testmonial-v12 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mg-bottom-32px.tablet-only, .mg-bottom-40px {
    margin-bottom: 24px;
  }

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

  .mg-top-48px {
    margin-top: 40px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

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

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

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.header {
    padding: 16px 26px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07.testimonial-v8 {
    margin-left: 0;
    margin-right: 24px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.top {
    padding-top: 100px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 38px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .header-logo {
    max-width: 220px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: -72px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    inset: auto auto -86px 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside {
    bottom: -86px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
    bottom: -104px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    inset: auto 36% -86px auto;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    bottom: -104px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

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

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .icon-list-item-wrapper.center {
    text-align: left;
    align-items: flex-start;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu.bottom {
    align-items: stretch;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.testimonial-v3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pd---content-inside-card.testimonial-video {
    padding: 32px 32px 48px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .tab-card {
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    padding: 20px 26px;
    display: flex;
  }

  .tab-line {
    padding-left: 0;
    padding-right: 0;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .button-relative {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .form-newsletter {
    width: 100%;
    padding-left: 0;
  }

  .blob._1 {
    max-width: 80%;
    left: -37%;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .large-icon {
    width: 36px;
  }

  .image-11 {
    padding-top: 5px;
  }

  .image-37 {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-43.openmaterialsicon {
    margin-bottom: 5px;
  }

  .image-45, .image-57 {
    padding-top: 5px;
  }

  .upload_panel-2 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    line-height: 34px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .card.content-center.testimonial-v6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.pd-40px---64px {
    padding: 40px 24px;
  }

  .card.content-left.testimonial-v8 {
    text-align: center;
    flex-direction: column-reverse;
    padding: 40px 24px;
  }

  .card.testimonial-v3 {
    flex-direction: column;
  }

  .card.testimonial-card-color {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .mg-top-48px {
    margin-top: 32px;
  }

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.header {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .avatar-circle._07.testimonial-v8 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

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

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section.top {
    padding-top: 66px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 34px;
  }

  .header-logo {
    max-width: 180px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: -72px;
    left: 33%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 31%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: 31%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: 31%;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card.testimonial-video {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .tab-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._404-not-found {
    font-size: 100px;
    line-height: 100px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-relative {
    padding: 15px 34px 16px;
  }

  .button-relative.newsletter {
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: static;
  }

  .input-relative.newsletter {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .input-relative.newsletter::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .form-newsletter-wrapper {
    position: static;
  }

  .blob._1 {
    max-width: 130%;
    top: 2%;
    left: -52%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

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

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---testimonial-v14-left-right {
    padding: 32px 22px;
  }

  .brix---card-testimonial-v14 {
    padding: 40px 24px 24px;
  }

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

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .modal_small-3 {
    text-align: left;
    min-width: auto;
    padding: 20px;
  }

  .html-embed-5 {
    display: block;
  }

  .exportwrapper {
    z-index: 0;
    opacity: 100;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 330px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
    inset: auto 0% 0%;
  }

  .uploaddesign.exports {
    background-color: #fff;
  }

  .uploaddesign.top.uploadtop {
    display: none;
  }

  .exporttopbar {
    background-color: #e7e7e7;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .exporttopbar.animationsbar {
    opacity: .95;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .exporttopbar.animationsbar.effectsbar {
    margin-bottom: -10px;
  }

  .nav-wrap {
    display: none;
  }

  .body {
    background-color: #25252500;
  }

  .card-flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block {
    margin-bottom: 10px;
  }

  .input-field {
    transition: all .25s;
  }

  .faq-card-2 {
    margin-top: 0;
    margin-left: -38px;
  }

  .faq-2 {
    aspect-ratio: auto;
    margin-bottom: 0%;
    padding-bottom: 0;
    transform: scale3d(.7, .7, .7);
  }

  .image-30 {
    float: right;
    margin-top: 7px;
    margin-left: 0;
    margin-right: 20px;
  }

  .text-block-25 {
    margin-top: 2px;
  }

  .div-block-27.exportimage {
    color: #fff;
  }

  .faq-card-3 {
    margin-top: 0;
    margin-left: -38px;
  }

  .form-2 {
    background-color: #fff0;
    border-radius: 40px;
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-3 {
    aspect-ratio: auto;
    margin-bottom: 0%;
    padding-bottom: 0;
    transform: scale3d(.7, .7, .7);
  }

  .text-block-27 {
    font-size: 12px;
  }

  .text-block-27.mobilespeedtext {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 12px;
  }

  .div-block-30.downloadbutton.pro-buitton.mobileanimationspor {
    margin-top: 6px;
    margin-left: 72px;
  }

  .button1 {
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobileui {
    z-index: 1000;
    background-color: #fffcfc;
    border-radius: 40px;
    width: auto;
    height: 70px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .text-block-30 {
    text-align: left;
    margin-top: -3px;
    font-family: DM Sans, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .text-block-30.colortext {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-34 {
    text-align: left;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    display: inline-block;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .colors {
    opacity: .95;
    background-color: #fff;
    height: 220px;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobilecolor {
    width: 50px;
    height: 50px;
    margin-left: 0;
    overflow: visible;
  }

  .div-block-32 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-33 {
    background-color: #fefcfc;
    border-radius: 40px;
    flex-flow: row;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 25px;
    display: flex;
  }

  .div-block-33.bgcolor2 {
    margin-left: 10px;
  }

  .div-block-34 {
    margin-left: 10px;
    display: flex;
  }

  .animations {
    opacity: .95;
    background-color: #fff;
    flex-flow: column;
    height: 330px;
    padding-top: 0;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

  .camera_animations {
    margin-left: 10px;
    display: flex;
  }

  .div-block-36 {
    background-color: #fff;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .text-block-31 {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 500;
  }

  .text-block-31.secondtext {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-35 {
    background-color: #fff;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 5px;
    display: inline-block;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .image-35.rightimage1 {
    margin-left: 0;
  }

  .image-35.wind {
    padding: 10px;
    overflow: visible;
  }

  .garment-animation {
    margin-left: 0;
    display: flex;
  }

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

  .div-block-38 {
    margin-left: 20px;
  }

  .animationbuttons {
    display: flex;
  }

  .animationspeedslider {
    margin-bottom: -23px;
  }

  .sliderspeedmobile {
    margin-left: 0;
  }

  .effects {
    opacity: .95;
    background-color: #fff;
    flex-flow: column;
    height: 300px;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .exportmobile {
    background-color: #e7e7e7;
    flex-flow: column;
    height: 260px;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .exportvideomobile {
    margin-top: 68px;
  }

  .div-block-39 {
    border-bottom: 1px solid #000;
    flex: 0 auto;
    align-self: auto;
    height: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-32 {
    float: left;
    font-size: 12px;
  }

  .image-36 {
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 12px;
  }

  .image-37 {
    width: 40px;
    height: 40px;
    padding: 7px;
    display: none;
    overflow: visible;
  }

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

  .upload_panel {
    width: 210px;
    height: 410px;
    margin-top: 115px;
    display: block;
  }

  .upload_panel.exportpanel {
    margin-top: 226px;
  }

  .dragdropsection {
    height: 130px;
  }

  .rotationbutton {
    width: 190px;
    margin-left: 10px;
  }

  .rotationbutton.exportbutton {
    display: none;
  }

  .ll-text-bold.text-regular.textsecondlayer {
    margin-top: 10px;
  }

  .ll-text-bold.text-regular.textexportoptions {
    margin-bottom: 15px;
  }

  .image-40 {
    margin-left: 154px;
  }

  .image-40.exporticon.uploadicon {
    width: 18px;
    height: 18px;
    margin-left: 121px;
  }

  .ms-range-embed {
    margin-right: 10px;
  }

  .ms-range-slider-value {
    display: none;
  }

  .div-block-44 {
    z-index: 20;
    width: 180px;
    height: 470px;
    margin-top: 120px;
    margin-bottom: 11px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .div-block-44.openmaterials {
    display: none;
  }

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

  .image-43.comingsoon {
    display: none;
  }

  .div-block-47 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-47.shadows {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image-45 {
    flex: 0 auto;
    margin-left: 0;
  }

  .image-45.closebutton {
    margin-right: 113px;
  }

  .openuploadsettings {
    margin-top: 100px;
    display: flex;
  }

  .div-block-50 {
    width: 180px;
  }

  .div-block-51 {
    margin-top: -45px;
    margin-bottom: 10px;
  }

  .draganddropinner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 20px;
  }

  .filepond--drop-label {
    width: 140px;
    height: 44px;
  }

  .text-block-38 {
    font-size: 10px;
    display: none;
  }

  .uploadimageicon {
    width: 30px;
    height: 30px;
  }

  .proicon.proiconrotation {
    width: 40px;
    margin-left: 109px;
  }

  .proicon.proiconrotation.proiconanimation {
    flex: 1;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-block-40 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-53 {
    justify-content: center;
    align-items: flex-start;
    width: 250px;
    height: 110px;
    margin-bottom: 137px;
    display: none;
  }

  .text-block-41 {
    width: 140px;
    margin-top: 5px;
  }

  .centrepopup {
    display: flex;
  }

  .image-55 {
    width: 28px;
    height: 28px;
    margin-top: -17px;
    margin-left: 60px;
  }

  .image-56 {
    display: none;
  }

  .popupmobile {
    justify-content: center;
    align-items: flex-start;
    width: 250px;
    height: 110px;
    margin-bottom: 90px;
    display: flex;
  }

  .rotationbutton-copy.exportbutton-copy {
    width: 190px;
    margin-left: 10px;
    display: flex;
  }

  .div-block-44-copy {
    display: block;
  }

  .div-block-44-copy.openmaterials-copy {
    width: 150px;
    height: 70px;
    display: flex;
  }

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

  .form-block-5 {
    margin-bottom: 10px;
  }

  .text-block-44 {
    margin-top: 0;
  }

  .image-57 {
    margin-left: 217px;
  }

  .upload_panel-2 {
    background-color: #fffffff2;
    width: 250px;
    height: 520px;
  }

  .upload_panel-2.exportpanel {
    opacity: 1;
    height: 220px;
    margin-top: 200px;
    margin-left: 20px;
    display: none;
  }

  .exporttopbar-2 {
    background-color: #e7e7e7;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .reswrapperbg {
    display: none;
  }

  .text-block-43 {
    margin-top: 0;
  }

  .form-5 {
    background-color: #fff0;
    border-radius: 40px;
    width: 300px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .exporttopbar-3 {
    background-color: #e7e7e7;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .canvas {
    display: block;
  }

  .openuploadsettingsmobile {
    display: flex;
  }

  .text-block-46 {
    margin-top: 0;
  }

  .animationswrapper {
    width: 120px;
    height: 500px;
    margin-bottom: 105px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-47 {
    flex: 1;
    margin-left: 0;
    display: none;
  }

  .animations-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .animationsbutton {
    border-radius: 0;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 85px;
    display: flex;
  }

  .animationsbutton.to-p {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 90px;
    padding-top: 5px;
  }

  .animationsbutton.bottomanimation {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 90px;
    padding-bottom: 5px;
  }

  .animationstopbar {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .aniamtionsbutton, .aniamtionsbutton.openmaterials-copy, .aniamtionsbutton.animationsopen {
    display: block;
  }

  .animationsbutton1 {
    width: 150px;
    height: 70px;
  }

  .buttonscontainer {
    z-index: 10;
    flex-flow: row;
  }

  .centrelayout {
    justify-content: flex-end;
    align-items: flex-end;
    width: 130px;
    display: none;
    inset: auto 0% 0% auto;
  }

  .background-video {
    width: 80px;
    height: 80px;
  }

  .text-block-48 {
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
  }

  .textwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80px;
    height: 35px;
  }
}

#chrome.w-node-_67ab3f6c-2274-ebc4-18da-964d3c535dcd-3fa3b109, #chromerough.w-node-_8fa9f0dd-403f-fa29-fa6f-ab5b1f13a420-3fa3b109, #chromedamage.w-node-e6363fec-af97-1791-ce0a-5835e1da9d73-3fa3b109, #chromesquares.w-node-bfb22a22-7a93-a174-f156-60f518822c28-3fa3b109, #chromelines.w-node-_0a1db443-6386-c36c-e100-986b1c4bec61-3fa3b109, #gold.w-node-_6ababa65-01e6-9180-e7a8-1a7119e65565-3fa3b109, #goldrough.w-node-_6ababa65-01e6-9180-e7a8-1a7119e65566-3fa3b109, #golddamage.w-node-_6ababa65-01e6-9180-e7a8-1a7119e65567-3fa3b109, #gradient1.w-node-_2742c1b1-26cf-5f35-c6fa-f190a8ff7379-3fa3b109, #gradient2.w-node-_2742c1b1-26cf-5f35-c6fa-f190a8ff737a-3fa3b109, #gradient3.w-node-_2742c1b1-26cf-5f35-c6fa-f190a8ff737b-3fa3b109, #gradient4.w-node-_015bfe29-7e27-cff1-7989-16de2d22b213-3fa3b109, #gradient5.w-node-ff95c9b2-bf01-c391-254c-d6871d5c0db5-3fa3b109, #gradient6.w-node-_4f17ff15-bbe6-f674-f93b-e09d9ccda291-3fa3b109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}