@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: #222;
  --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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.canvas.autores {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.canvas.autores.portrait {
  width: auto;
  display: block;
}

.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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  height: auto;
  margin-top: 100px;
  margin-left: 260px;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  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;
}

.grid-3.animationgrid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.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: 10px;
  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: 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.topbar {
  border-bottom-width: 1px;
}

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

.exporttopbar.mediasize {
  margin-top: 10px;
}

.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 {
  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: 20px;
  width: 100%;
  max-width: 420px;
  padding: 0;
}

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

.form-block.exportqualityform {
  margin-top: 0;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-top: 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;
  cursor: pointer;
  flex: none;
  width: 15px;
  height: 15px;
  margin-left: 140px;
  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 {
  font-family: Poppins, sans-serif;
}

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

.text-block-25.textexport {
  margin-bottom: 5px;
  margin-left: 5px;
  display: inline-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 {
  opacity: 1;
  background-color: #2e2d2d;
  border: 0 solid #000;
  border-radius: 50px;
  flex-flow: row;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s;
  position: static;
}

.div-block-27.exportimage:hover {
  color: #fff;
  background-color: #131313;
  border-width: 0;
  border-color: #acacac;
}

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

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

.div-block-27.exportimage.image1 {
  background-color: #979595;
  width: 100%;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  overflow: visible;
}

.div-block-27.exportimage.image1:hover {
  background-color: #757474;
}

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

.image-31.exporticon {
  background-color: #181818;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-left: 54px;
  padding: 7px;
  display: block;
  position: static;
  overflow: visible;
}

.text-block-26 {
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  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: -5px;
  padding-left: 0;
  padding-right: 15px;
}

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

.form-2.animationspeed {
  margin-top: 20px;
}

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

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

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

.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: 41px;
  position: relative;
}

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

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

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

.accordian_ae-2.advancedcontrols {
  padding-top: 0;
}

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

.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;
  font-family: Poppins, sans-serif;
}

.text-block-27.qualitytext {
  margin-bottom: 0;
}

.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;
  transition: background-color .2s;
}

.backgroundimages-3:hover {
  background-color: #929292;
  border: 0 solid #000;
}

.backgroundimages-3.norotation {
  background-color: #6f6e6e;
}

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

.div-block-30.downloadbutton.pro-buitton.exportbuttons {
  border: 1px solid #fff;
}

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

.text-block-29.probutton {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
}

.mobileui, .div-block-31.uploadbuttonmobile, .div-block-31.colorsbuttonmobile, .div-block-31.animationbuttonmobile, .div-block-31.effectsbuttonmobile, .div-block-31.exportbuttonmobile, .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;
}

.animationbutton {
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  transition: background-color .2s;
  display: flex;
}

.animationbutton:hover {
  background-color: #9b9b9b;
}

.animationbutton:active {
  background-color: #b4b4b4;
}

.animationbutton.active {
  cursor: pointer;
  background-color: #b4b4b4;
}

.animationbutton.static {
  background-color: #6f6e6e;
}

.text-block-33 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.image-38 {
  opacity: 1;
  width: 35px;
}

.image-38.waves {
  width: 25px;
  margin-left: 5px;
}

.image-38.waves.knit {
  width: 30px;
}

.text-block-34, .text-block-35, .text-block-36 {
  font-family: Poppins, sans-serif;
}

.div-block-42 {
  border: 2px solid #ececec;
  border-radius: 9px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-43 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ececec;
  border-radius: 13px;
  flex-flow: column;
  width: 80px;
  height: 100px;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.div-block-43.exportreswrapper {
  border: 3px solid #1f1f1f;
  width: 50px;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

.div-block-44 {
  border: 0 solid #a5a5a5;
  border-radius: 8px;
  width: 5px;
}

.exportres {
  background-color: #000;
}

.div-block-45 {
  background-color: #0e0d0d;
}

.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.square {
  border-radius: 5px;
  width: 40px;
}

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

.dawd {
  background-color: #000;
}

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

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

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

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

.canvas-wrapper {
  z-index: -1;
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.btn-square {
  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: 80px;
  height: 110px;
  padding: 0;
  display: flex;
}

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

.btn-square.reswrappershape {
  background-color: #aaa;
  border: 0 solid #838383;
  border-radius: 5px;
  width: 70px;
  height: 50px;
}

.btn-square.reswrappershape.square {
  border-radius: 5px;
  width: 50px;
}

.btn-square.reswrappershape.portrait {
  border-radius: 5px;
  width: 45px;
  height: 80px;
}

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

.btn-portrait.reswrappershape {
  background-color: #aaa;
  border: 0 solid #838383;
  border-radius: 5px;
  width: 70px;
  height: 50px;
}

.btn-portrait.reswrappershape.square {
  border-radius: 5px;
  width: 50px;
}

.btn-portrait.reswrappershape.portrait {
  border-radius: 5px;
  width: 45px;
  height: 80px;
}

.aspectwrapper {
  z-index: 0;
  aspect-ratio: 2 / 3;
  background-color: #1a1919;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.autores {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.autores.square {
  aspect-ratio: 1;
  width: 100%;
}

.autores.square.auto {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.autores.square.portrait {
  aspect-ratio: 2 / 3;
  width: auto;
  display: none;
}

.autodefailt {
  z-index: 0;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background-color: #fff;
  width: auto;
  height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.autodefailt.square {
  aspect-ratio: 1;
  width: 100%;
}

.autodefailt.square.auto {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.autodefailt.square.portrait {
  aspect-ratio: 2 / 3;
  width: auto;
  display: none;
}

.div-block-46 {
  width: 0;
}

.div-block-47 {
  z-index: 0;
  display: block;
  position: absolute;
}

.automatic {
  background-color: #a74646;
  width: 100%;
  height: 100%;
  position: fixed;
}

.automatic.square {
  aspect-ratio: 1;
  width: auto;
  position: fixed;
  overflow: visible;
}

.automatic.square.portrait {
  aspect-ratio: 2 / 3;
  background-color: #a7464600;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.automatic.square.portrait.dddd {
  display: none;
}

.canvasclasses.automatic.square.portrait {
  z-index: 0;
  display: none;
}

.canvaswrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

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

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

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

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

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

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

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

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

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

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

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

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

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

.ms-drawer-top-2 {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top-2:hover {
  background-color: #ebebeb;
}

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

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

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

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

  .image-35.wind.weaved {
    padding-right: 2px;
  }
}

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

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

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

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

  .exporttopbar.animationsbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: .95;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
  }

  .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;
    justify-content: flex-end;
    align-items: center;
    margin-top: 18px;
    margin-left: 0;
    margin-right: 35px;
    display: inline-flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .text-block-25 {
    margin-top: 0;
  }

  .text-block-25.textexport {
    margin-top: 10px;
  }

  .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-top: 10px;
    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: 0;
    margin-left: 0;
  }

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

  .div-block-31.uploadbuttonmobile, .div-block-31.colorsbuttonmobile, .div-block-31.animationbuttonmobile, .div-block-31.effectsbuttonmobile, .div-block-31.exportbuttonmobile {
    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: #f3f3f3;
    flex-flow: column;
    height: 380px;
    padding-top: 0;
    display: none;
    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 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
    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: 1px #000;
    border-radius: 12px;
    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: 7px;
    overflow: visible;
  }

  .image-35.wind.weave {
    background-color: #fff;
    border: 1px #000;
    padding: 0;
  }

  .image-35.wind.weaved {
    padding: 2px;
  }

  .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, .reswrapperbg, .div-block-48 {
    display: none;
  }
}


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