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

.image {
  z-index: -1;
  max-width: 150%;
  margin-top: 9px;
  margin-left: -172px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff0;
  background-image: linear-gradient(#fff, #fff 25% 59%, #fffffff2 81%, #ffffffbf 103%);
  border: 1px solid #fff;
  border-radius: 20px;
  width: 270px;
  height: 650px;
  margin-top: 90px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 7px #0000001a, inset 0 2px 20px 9px #fff;
}

.div-block.scene-settings {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#fff, #fff 25% 59%, #fffffff2 81%, #ffffffbf 103%);
  flex-flow: column;
  height: 510px;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 30px;
  display: none;
  inset: 0% 0% auto auto;
}

.dragdropsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff3;
  border: 2px dotted #3c3541;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 170px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

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

.uploadimageicon {
  opacity: .9;
  width: 25px;
  height: 25px;
}

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

.bold-text {
  color: #525252;
  font-weight: 400;
}

.filepond--drop-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  display: flex;
}

.filepond--drop-label:hover {
  background-color: #000;
}

.filepond--drop-label.startrotation {
  width: 100%;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.filepond--drop-label.exportbutton {
  background-color: #2162ff;
  border-style: none;
  width: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.filepond--drop-label.exportbutton:hover {
  background-color: #1c53d8;
}

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

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

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

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

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

.form-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  height: 60px;
  margin: 30px 0;
  display: flex;
}

.form-block-3.slider2 {
  margin-top: 20px;
}

.form-block-3.firstslider {
  margin-top: 10px;
}

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

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

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

.ll-text-bold.text-regular.textsecondlayer {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 600;
}

.ll-text-bold.text-regular.textsecondlayer.coinstyle {
  margin-bottom: 5px;
}

.ll-text-bold.text-regular.textsecondlayer.colorbg {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

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

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

.ms-range-embed {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.text-block-40 {
  flex: 1;
  align-self: stretch;
  max-width: 10px;
  display: block;
}

.plus-minus {
  justify-content: space-between;
  margin-top: -45px;
  display: flex;
}

.plusicon {
  background-color: #c7c7c700;
  border: 1px #bbafaf;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-block-41 {
  color: #8b8989;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-3 {
  background-color: #5e5e5e;
  border-radius: 40px;
  width: 50%;
  height: 50px;
  margin-top: 30px;
}

.coinstylewrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.optionscoin {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.form, .form-2 {
  height: 30px;
}

.div-block-4 {
  color: #fff;
  background-color: #9a9ba0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 45px;
  display: flex;
}

.div-block-4.selected {
  background-color: #1f1f1f;
}

.text-block-42 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

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

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

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

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

.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.animationgrid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

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

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

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

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

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

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

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

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

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

.text-block-27 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-block-27.effectslidertitle {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.div-block-50 {
  z-index: 2;
  padding: 10px 20px;
  display: flex;
  position: absolute;
}

.card-flowbase {
  background-color: #fff0;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding: 0;
}

.fillanimationbar {
  background-color: #6f6e6e;
  width: 0%;
  height: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.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.static {
  background-color: #6f6e6e;
}

.animationbutton.knittingactive {
  overflow: hidden;
}

.text-block-43 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.image-39 {
  width: 50px;
}

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

.image-40 {
  width: 30px;
}

.image-41 {
  opacity: .3;
  width: 15%;
  height: auto;
  margin-left: 10px;
}

.div-block-52 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.rotationicon {
  opacity: .9;
  width: 25px;
  height: 25px;
  margin-left: 161px;
  position: absolute;
}

.rotationicon.exportbutton {
  width: 30px;
  height: 30px;
}

.closearrow {
  background-color: #fff0;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 550px;
  margin-top: 90px;
  margin-left: 320px;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-53 {
  opacity: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  cursor: pointer;
  background-color: #ffffff5c;
  background-image: linear-gradient(#fffc, #ffffff80);
  border: 1px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 80px;
  transition: background-color .2s;
  display: flex;
}

.div-block-53:hover {
  background-image: linear-gradient(#fff, #ffffffe0);
}

.image-42 {
  opacity: .7;
  width: 30px;
  height: 30px;
}

.div-block-54 {
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.resouterwrapper.topwrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-55 {
  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-55:hover {
  color: #fff;
  background-color: #363636;
}

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

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

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

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

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

.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: 100%;
  height: 110px;
  padding: 0;
  display: flex;
}

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

.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-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
  display: none;
}

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

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

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

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

.text-block-24.exportbutton1 {
  font-family: Poppins, sans-serif;
}

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

.reswrapperbg {
  background-color: #fff0;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

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

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

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

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

.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.mediasize {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
}

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

.exporttopbar.topbar {
  border-bottom-style: none;
  border-bottom-width: 1px;
}

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

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

.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-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

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

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

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

.exportwrapper.exportwrappermobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  inset: auto 0% 0%;
  background-color: #fffc;
  background-image: linear-gradient(#fff0, #fff);
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 270px;
  margin-top: 90px;
  margin-bottom: 10px;
  margin-left: 290px;
  padding: 10px 20px 30px;
  display: none;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 7px #0000001a, inset 0 2px 20px 9px #fff3;
}

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

.exportoptionswrap {
  flex-flow: row;
  width: 100%;
  margin-left: 168px;
  display: flex;
}

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

.div-block-56 {
  height: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-57 {
  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-57:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-57.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-57.exportimage:hover {
  color: #fff;
  background-color: #131313;
  border-width: 0;
  border-color: #acacac;
}

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

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

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

.div-block-58 {
  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-58:hover {
  color: #fff;
  background-color: #363636;
}

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

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

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

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

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

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

.text-block-45.exportbutton1 {
  font-family: Poppins, sans-serif;
}

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

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

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

.image-43 {
  float: none;
  cursor: pointer;
  flex: none;
  width: 15px;
  height: 15px;
  margin-left: 140px;
  display: inline-block;
}

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

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

.exportbar {
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.exportwraper {
  background-color: #fff;
  border-radius: 20px;
  width: 600px;
  height: 100px;
}

.div-block-59 {
  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-59:hover {
  color: #fff;
  background-color: #363636;
}

.div-block-59.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-59.exportimage:hover {
  color: #fff;
  background-color: #131313;
  border-width: 0;
  border-color: #acacac;
}

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

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

.div-block-59.exportimage.image1.exportimagemob {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #757575;
  border: 2px #e7e7e7;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-59.exportimage.image1.exportimagemob:hover {
  background-color: #5f5f5f;
}

.div-block-59.exportimage.exportvidmob {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-59.exportimage.exportvidmob:hover {
  background-color: #000;
}

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

.div-block-59.exportimage.comingsoon.export3dmob {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #1f1f1f;
  border: 3px #2e2e2d;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-59.exportimage.comingsoon.export3dmob:hover {
  background-color: #000;
}

.div-block-60 {
  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-60:hover {
  color: #fff;
  background-color: #363636;
}

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

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

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

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

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

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

.btn-auto-2:hover {
  background-color: #949494;
}

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

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

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

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

.text-block-49.exportbutton1 {
  flex: 1;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-49.exportbutton1.lightbutton {
  color: #fff;
}

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

.exportoptionswrap-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-51 {
  float: left;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.image-44 {
  width: 30px;
}

.image-44.icon3 {
  width: 35px;
}

.scenesettings {
  width: 270px;
  height: 700px;
  margin-top: 90px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-52 {
  flex: 1;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-52.textblock2 {
  margin-bottom: 20px;
}

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

.optionstyle {
  aspect-ratio: auto;
  flex: 1;
}

.image-45 {
  overflow: hidden;
}

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

.material-image {
  box-shadow: none;
  cursor: pointer;
  border-radius: 10px;
}

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

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

.div-block-61 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.div-block-61.background-color {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.image-46 {
  cursor: pointer;
  border: 3px solid #000;
  border-radius: 20px;
}

.image-47 {
  cursor: pointer;
  border: 3px solid #fffdfd;
  border-radius: 20px;
}

.image-48 {
  opacity: 1;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 20px;
}

.image-49 {
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 20px;
}

.coinstylebutton {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #ffffffe6;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 7px #0000001a;
}

.coinstylebutton:hover {
  background-color: #fffefee6;
}

.text-block-53 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.image-50 {
  border-radius: 10px;
  width: 70px;
}

.image-50.buttonstyle {
  border: 2px solid #fff;
}

.backgroundwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.minimal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  background-color: #1f1f1f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.minimal._3d {
  background-color: #b4b4b4;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.colors {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

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

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

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

.image-51.closebutton {
  background-color: #b4b4b4;
  border-radius: 40px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-51.closebutton:hover {
  background-color: #757575;
}

.image-51.closebutton.closebuttonmobile {
  display: none;
}

.topbar {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.canvas {
  z-index: 0;
  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;
}

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

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

.stoprot {
  color: #fff;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.image-53, .text-block-55 {
  display: none;
}

.div-block-64 {
  background-color: #2162ff;
  border-radius: 40px;
  margin-left: 63px;
  padding: 3px 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
}

.text-block-56 {
  color: #fff;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 1440px) {
  .backgroundimages-3 {
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-30, .div-block-27 {
    background-color: #070722;
  }

  .div-block-27.exportimage {
    height: 40px;
  }

  .div-block-55 {
    background-color: #070722;
  }

  .exporttopbar {
    margin-bottom: 20px;
  }

  .exportwrapper {
    height: 300px;
    margin-left: 260px;
  }

  .div-block-57 {
    background-color: #070722;
  }

  .div-block-57.exportimage {
    height: 40px;
  }

  .div-block-58, .div-block-59 {
    background-color: #070722;
  }

  .div-block-59.exportimage {
    height: 40px;
  }

  .div-block-60 {
    background-color: #070722;
  }
}

@media screen and (max-width: 767px) {
  .image-51, .image-52 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 230px;
    height: 550px;
  }

  .div-block.scene-settings {
    height: 480px;
    display: none;
  }

  .dragdropsection {
    height: 80px;
  }

  .draganddropinner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
  }

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

  .text-block-38 {
    font-size: 10px;
    display: none;
  }

  .filepond--drop-label {
    width: 140px;
    height: 44px;
  }

  .ll-text-bold.text-regular.textsecondlayer {
    margin-top: 10px;
  }

  .ms-range-embed {
    margin-right: 10px;
  }

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

  .code-embed.left {
    margin-top: 0;
  }

  .text-block-27 {
    font-size: 12px;
  }

  .form-3 {
    background-color: #fff0;
    border-radius: 40px;
    width: 250px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .card-flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block {
    background-color: #f1f1f1;
    border-top: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .form-block.exportqualityform {
    display: none;
  }

  .input-field {
    width: 100%;
    transition: all .25s;
  }

  .rotationicon {
    width: 25px;
    height: 25px;
    margin-left: 134px;
  }

  .div-block-27.exportimage {
    color: #fff;
  }

  .div-block-27.exportimage.image1.exportimagemob {
    width: 100%;
    margin-top: 0;
  }

  .div-block-27.exportimage.exportvidmob, .div-block-27.exportimage.comingsoon.export3dmob {
    width: 100%;
  }

  .div-block-55.downloadbutton.pro-buitton.exportbuttons {
    position: absolute;
  }

  .div-block-55.downloadbutton.pro-buitton.exportbuttons.exportbuttons2 {
    margin-left: 122px;
  }

  .reswrapperbg, .div-block-48 {
    display: none;
  }

  .exporttopbar {
    background-color: #e7e7e7;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

  .exportwrapper {
    z-index: 0;
    opacity: 100;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 280px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    inset: auto 0% 0%;
  }

  .exportwrapper.exportwrappermobile {
    z-index: 1;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    border-style: none;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 230px;
    height: 550px;
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .exportoptionswrap {
    opacity: 1;
    background-color: #f1f1f1;
    border-top: 1px solid #fff;
    border-radius: 20px;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding: 12px 10px;
  }

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

  .div-block-57.exportimage {
    color: #fff;
  }

  .div-block-57.exportimage.image1.exportimagemob {
    width: 100%;
    margin-top: 0;
  }

  .div-block-57.exportimage.exportvidmob, .div-block-57.exportimage.comingsoon.export3dmob {
    width: 100%;
  }

  .div-block-58.downloadbutton.pro-buitton.exportbuttons {
    position: absolute;
  }

  .div-block-58.downloadbutton.pro-buitton.exportbuttons.exportbuttons2 {
    margin-left: 122px;
  }

  .image-43 {
    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-48 {
    margin-top: 0;
  }

  .div-block-59.exportimage {
    color: #fff;
  }

  .div-block-59.exportimage.image1.exportimagemob {
    width: 100%;
    margin-top: 0;
  }

  .div-block-59.exportimage.exportvidmob, .div-block-59.exportimage.comingsoon.export3dmob {
    width: 100%;
  }

  .div-block-60.downloadbutton.pro-buitton.exportbuttons {
    position: absolute;
  }

  .div-block-60.downloadbutton.pro-buitton.exportbuttons.exportbuttons2 {
    margin-left: 122px;
  }

  .exportoptionswrap-2 {
    opacity: 1;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-radius: 20px;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding: 12px 10px;
  }

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

  .div-block-61 {
    margin-top: -45px;
    margin-bottom: 10px;
  }

  .div-block-61.background-color {
    margin-top: 5px;
  }

  .coinstylebutton {
    width: 150px;
    height: 80px;
    display: flex;
  }

  .image-50.buttonstyle {
    width: 50px;
  }

  .colors {
    margin-top: 70px;
  }

  .image-51 {
    flex: 0 auto;
    margin-left: 0;
  }

  .image-51.closebutton {
    margin-left: 170px;
    margin-right: 25px;
    display: block;
    position: absolute;
  }

  .image-51.closebutton.closebuttonmobile {
    margin-left: 178px;
    display: block;
    position: absolute;
  }

  .image-52 {
    flex: 0 auto;
    margin-left: 0;
  }

  .image-52.closebutton {
    margin-right: 25px;
  }

  .canvas {
    display: block;
  }

  .closebutton {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 70px;
    margin-left: 220px;
    display: flex;
    position: absolute;
  }

  .image-53 {
    opacity: .8;
    max-width: 80%;
    display: block;
  }

  .div-block-62 {
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 100%;
    height: 550px;
    margin-top: -41px;
    position: absolute;
    inset: 0%;
  }

  .text-block-55 {
    flex: 0 auto;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
  }

  .div-block-63 {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-64 {
    margin-left: 15px;
  }
}


