body {
  margin: 0;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
main {
  font-family: "Spartan";
  -webkit-font-smoothing: "antialiased";
}

*[data-dev="auto"] .dev-ipad,
*[data-dev="mobile"] .dev-ipad,
*[data-dev="desktop"] .dev-ipad,
*[data-dev="ipad"] .dev-desktop,
*[data-dev="ipad"] .dev-mobile {
  display: none !important;
  margin: 0 !important;
}

.text-family {
  font-family: 'HarmonyOS Sans SC' !important;
}

.font-weight-semi-bolder {
  font-weight: 800;
}

body.is-pure-mobile .boardmix-landing-page {
  top: 0;
}

body.is-pure-mobile .feature-info.page-2,
body.is-pure-mobile .feature-info.page-4,
body.is-pure-mobile .feature-info.page-6 {
  flex-direction: column-reverse;
}

body.is-pure-mobile .feature-info.page-3,
body.is-pure-mobile .feature-info.page-5 {
  flex-direction: column;
}

body.is-pure-mobile .feature-info {
  row-gap: 50px;
}

body.is-pure-mobile .feature-info .content-part {
  flex-direction: row;
  align-items: center;
  column-gap: 136px;
}

body.is-pure-mobile .boardmix-landing.page-9 {
  display: none;
}

body.is-pure-mobile .boardmix-landing-page .boardmix-landing.page-7 .content img {
  height: 240px;
  width: auto;
}

.star-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

div {
  user-select: none;
}

.color0 {
  color: #555557;
}

.img-disabled {
  display: none;
}

.boardmix-container {
  overflow: hidden;
}

.boardmix-landing-page {
  position: relative;
  transform-origin: top;

  /* width: 1024px; */
  width: 200px;
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  overflow: visible;

  /* font-family: MiSans; */
  color: #000;
}

.boardmix-landing-page button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  outline: none;
}

.boardmix-landing-page button:active {
  transform: scale(0.98);
}

.boardmix-landing-page button.free-use {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: linear-gradient(90deg, rgba(164, 0, 213, 0.72) 0%, rgb(255, 143, 102) 100%); */
  background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
  color: rgb(255, 255, 255);
  transition: transform 0.1s ease-in-out;
  border: none;
}

.boardmix-landing-page button.free-use:hover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: linear-gradient(90deg, rgba(181, 49, 239) 0%, rgb(255, 127, 76) 100%); */
  background: linear-gradient(92.64deg, rgba(43, 89, 255, 0.8) 0.91%, rgba(167, 40, 255, 0.8) 51.51%, rgba(255, 78, 228, 0.8) 95.77%);
}

.boardmix-landing-page button:not(.page1).free-use {
  font-size: 1.25rem;
  letter-spacing: 0px;
  font-weight: 700;
  border-radius: 100px;
  width: 11.5625rem;
  height: 3.125rem;
  box-sizing: border-box;
}

.boardmix-landing-page .boardmix-landing {
  width: 2560px;
}

.boardmix-landing-page .boardmix-landing.page-1 {
  height: 1142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 28px;
  background: url('/mb-cms/__/en/img/board/page1-background-1.webp') center bottom / cover no-repeat;
}

.boardmix-landing-page .boardmix-landing.page-1 .head {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 28px;
}

.boardmix-landing-page .boardmix-landing.page-1 .head .title-box {
  font-size: 64px;
  font-weight: 600;
  line-height: 85px;
}

.display-1 {
  font-size: 64px !important;
  line-height: 80px !important;
}

.boardmix-landing-page .boardmix-landing.page-1 .head .title-box .title-1 img {
  width: 70px;
  height: 70px;
}

.boardmix-landing-page .boardmix-landing.page-1 .head .title-box .title-1 .gradient {
  background: linear-gradient(90deg, #FF4EE4 0%, #FF78CC 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boardmix-landing-page .boardmix-landing.page-1 .head .info {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
}

.boardmix-landing-page .boardmix-landing.page-1 button {
  line-height: 1.28;
  font-size: 22px;
  font-weight: 700;
  border-radius: 44px;
  text-transform: initial;
  color: #fff;
  border: none;
  padding: 1rem 1.84375rem;
}

.boardmix-landing-page .boardmix-landing.page-2,
.boardmix-landing-page .boardmix-landing.page-3,
.boardmix-landing-page .boardmix-landing.page-4,
.boardmix-landing-page .boardmix-landing.page-5,
.boardmix-landing-page .boardmix-landing.page-6 {
  height: auto;
  padding: 130px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 144px;
  background-color: #fff;
  z-index: 30;
}

.boardmix-landing-page .boardmix-landing.page-6 {
  padding-bottom: 12.5rem;
}

.boardmix-landing-page .boardmix-landing .img-part {
  width: 900px;
  height: 660px;
}

.boardmix-landing-page .boardmix-landing .content-part {
  display: flex;
  flex-direction: column;
}

.boardmix-landing .content-part .content {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.boardmix-landing .content-part .content .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 20px;
}

.boardmix-landing .content-part .content .item-list {
  display: flex;
  flex-direction: column;
}

.boardmix-landing .content-part .content .item-list .item {
  padding: 12px 0;
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.boardmix-landing .content-part .content .item-list .item img {
  width: 60px;
  height: 60px;
}

.boardmix-landing .content-part .content .item-list .item .describe {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  width: 294px;
}

.boardmix-landing .content-part .content .item-list .item .describe .sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.boardmix-landing .content-part .content .item-list .item .describe .explanation {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}

.boardmix-landing-page .boardmix-landing.page-7 {
  padding: 89px 0 160px;
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  row-gap: 54px;
  align-items: center;
  justify-content: center;
  background: rgb(249, 249, 250);
}

.boardmix-landing-page .boardmix-landing.page-7 .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
}

.boardmix-landing-page .boardmix-landing.page-7 .content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.boardmix-landing-page .boardmix-landing.page-7 .content .row-list {
  display: flex;
  column-gap: 30px;
}

.boardmix-landing-page .boardmix-landing.page-7 .content img {
  height: 360px;
}

.boardmix-landing-page .boardmix-landing.page-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 103px 0 143px;
}

.boardmix-landing-page .boardmix-landing.page-8 .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}

.boardmix-landing-page .boardmix-landing.page-8 .content {
  margin: 60px 0 54px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100vw;
}

.boardmix-landing-page .boardmix-landing.page-8 .content .marquee {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 32px;
}

.boardmix-landing-page .boardmix-landing.page-8 .content .marquee .marquee-row {
  display: flex;
  align-items: center;
  column-gap: 32px;
}

.boardmix-landing-page .boardmix-landing.page-8 .content .marquee .marquee-row img {
  height: 272px;
  width: auto;
}

.boardmix-landing-page .boardmix-landing.page-8 .content .marquee.list-1 .marquee-row {
  animation: animation-page_8_marquee_row_1 25s linear infinite;
}

.boardmix-landing-page .boardmix-landing.page-8 .content .marquee.list-2 .marquee-row {
  animation: animation-page_8_marquee_row_2 25s linear infinite;
}

/* .boardmix-landing.page-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 133px 0 152px;
}

.boardmix-landing.page-9 .title {
  position: relative;
  top: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.boardmix-landing.page-9 .content {
  display: flex;
  column-gap: 4px;
  align-items: end;
}

.boardmix-landing.page-9 .content .column-list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.boardmix-landing.page-9 .content .column-list .img-content {
  padding: 6px;
  border-radius: 14px;
  background-position: center;
  background-size: 260px auto;
  background-repeat: no-repeat;
}

.boardmix-landing.page-9 .content .column-list .img-content:hover {
  outline: 1px solid rgba(0, 0, 0, 0.15);
}

.boardmix-landing.page-9 .content .column-list .img-content:hover img {
  opacity: 1;
}

.boardmix-landing.page-9 .content .column-list .img-content img {
  width: 260px;
  opacity: 0;
}

.boardmix-landing.page-9 .content .column-list .img-content.item-1-1 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-1-1.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-1-2 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-1-2.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-1-3 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-1-3.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-2-1 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-2-1.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-2-2 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-2-2.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-2-3 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-2-3.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-3-1 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-3-1-v1.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-3-2 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-3-2.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-3-3 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-3-3.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-4-1 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-4-1.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-4-2 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-4-2.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-4-3 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-4-3.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-5-1 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-5-1.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-5-2 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-5-2.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-5-3 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-5-3.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-6-1 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-6-1.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-6-2 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-6-2.webp');
}

.boardmix-landing.page-9 .content .column-list .img-content.item-6-3 {
  background-image: url('http://cdn-release.modao.cc/cms/boardmix/landing/page9-6-3.webp');
}

.boardmix-landing.page-9 .content .column-list .img-container {
  width: fit-content;
  padding: 6px;
  border-radius: 14px;
} */

/* .boardmix-landing.page-9 .content .column-list .img-container:hover {outline: 1px solid rgba(0, 0, 0, 0.15);} */

/* .boardmix-landing.page-9 .content .column-list .img-container img {
  width: 260px;
  opacity: 0;
  pointer-events: auto;
} */

.boardmix-landing.page-10 {
  width: 1380px;
  height: 831px;
  margin: 50px 0 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(-40.96deg, rgb(255, 250, 227) -0.85%, rgb(255, 232, 227) 20.28%, rgb(255, 240, 253) 71.075%, rgb(240, 236, 255) 130.095%);
  /* background: linear-gradient(180.00deg, rgb(255, 247, 233),rgb(255, 238, 253) 100%); */
  position: relative;
}

.boardmix-landing.page-10 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 35px;
  margin-top: 78px;
}

.boardmix-landing.page-10 .content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}

.boardmix-landing.page-10 .content .text .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}

.boardmix-landing.page-10 .content .text .desc {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.widget-container {
  position: absolute;
  pointer-events: none;
}

.widget-container.appear-animation {
  offset-rotate: 0deg;
  offset-distance: 30px;
  animation: animation-appear_common 1s ease-in-out normal;
}

.widget-container.appear-animation-1 {
  offset-rotate: 0deg;
  offset-distance: 30px;
  animation: animation-appear_common 0.7s ease-in-out normal;
}

.widget-container.page1-move-left-1 {
  width: 230px;
  height: 473px;
  top: 346px;
  /* left: -546px; */
  left: calc(-546px - 412px);
  z-index: 5;
}

.widget-container.page1-move-left-1.appear-animation {
  offset-path: path("M 115 236.5 C 115 236.5 115 206.5 115 206.5");
}

.widget-container.page1-move-left-2 {
  width: 539px;
  height: 359px;
  top: 722px;
  /* left: -396px; */
  left: calc(-396px - 412px);
  z-index: 5;
}

.widget-container.page1-move-left-2.appear-animation {
  offset-path: path("M 269.5 179.5 C 269.5 179.5 269.5 149.5 269.5 149.5");
}

.widget-container.page1-move-left-3 {
  width: 377px;
  height: 174px;
  top: 623px;
  /* left: -399px; */
  left: calc(-399px - 390px);
  z-index: 15;
}

.widget-container.page1-move-left-3.appear-animation {
  offset-path: path("M 167.5 87 C 167.5 87 167.5 57 167.5 57");
}

.widget-container.page1-move-left-4 {
  width: 412px;
  height: 539px;
  top: 858px;
  /* left: 32px; */
  left: calc(32px - 412px);
  z-index: 7;
}

.widget-container.page1-move-left-4.appear-animation {
  offset-distance: 40px;
  offset-path: path("M 206 269.5 C 206 269.5 206 229.5 206 229.5");
}

.widget-container.page1-move-right-1 {
  width: 477px;
  height: 336px;
  top: 354px;
  /* left: 1268px; */
  left: calc(1268px - 412px);
  z-index: 9;
}

.widget-container.page1-move-right-1.appear-animation {
  offset-path: path("M 238.5 168 C 238.5 168 238.5 138 238.5 138");
}

.widget-container.page1-move-right-2 {
  width: 424px;
  height: 272px;
  top: 638px;
  /* left: 1180px; */
  left: calc(1180px - 412px);
  z-index: 9;
}

.widget-container.page1-move-right-2.appear-animation {
  offset-path: path("M 213 137 C 213 137 213 107 213 107");
}

.widget-container.page1-move-right-3 {
  width: 383px;
  height: 306px;
  top: 951px;
  /* left: 1113px; */
  left: calc(1113px - 412px);
  z-index: 9;
}

.widget-container.page1-move-right-3.appear-animation {
  offset-path: path("M 191.5 153 C 191.5 153 191.5 113 191.5 113");
}

.widget-container.page1-move-right-4 {
  width: 592px;
  height: 549px;
  top: 749px;
  /* left: 470px; */
  left: calc(470px - 412px);
  z-index: 8;
}

.widget-container.page1-move-right-4.appear-animation {
  offset-path: path("M 296 274.5 C 296 274.5 296 244.5 296 244.5");
}

.widget-container.page1-move-right-5 {
  width: 124px;
  height: 90px;
  top: 698px;
  /* left: 1003px; */
  left: calc(1003px - 412px);
  z-index: 8;
}

.widget-container.page1-move-right-5.appear-animation {
  offset-distance: 40px;
  offset-path: path("M 62 45.195 C 62 45.195 62 5.195 62 5.195");
}

.widget-container.appear-and-auto-move-animation {
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-iteration-count: 1, infinite;
  animation-direction: alternate, alternate;
  animation-fill-mode: none, none;
  animation-delay: 0s, 2s;
  animation-play-state: running;
}

.widget-container.auto-move-animation {
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-duration: 3.5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

.widget-container.page1-auto-left-1 {
  width: 114px;
  top: 520px;
  /* left: -572px; */
  left: calc(-572px - 412px);
  z-index: 20;
}

.widget-container.page1-auto-left-1.appear-and-auto-move-animation {
  offset-path: path("M 57 47 C 105 36.8 152 92.2 217 13 M 217 13 C 225.8 36.2 246.2 -10.2 263 1 M 263 1 C 263 1 220 -12 220 -12 M 220 -12 C 220 -12 243 -52 243 -52");
  animation-name: animation-page1_auto_left_1-1, animation-page1_auto_left_1-2;
  animation-duration: 2s, 6s;
}

.widget-container.page1-auto-left-2 {
  width: 64px;
  top: 955px;
  /* left: 344px; */
  left: calc(344px - 412px);
  z-index: 20;
}

.widget-container.page1-auto-left-2.auto-move-animation {
  offset-path: path("M 34 23 C 34 23 77 7 77 7 M 77 7 C 77 7 70 28 70 28");
  animation-name: animation-page1_auto_left_2;
  animation-duration: 3.5s;
  animation-delay: 0s;
}

.widget-container.page1-auto-right-3 {
  width: 71px;
  top: 864px;
  /* left: 616px; */
  left: calc(616px - 412px);
  z-index: 20;
}

.widget-container.page1-auto-right-3.appear-and-auto-move-animation {
  offset-path: path("M 38 24 C 21.8 49.3 -21.8 -2.3 -41 10 M -41 10 C -41 10 2 -19 -22 -26 M -22 -26 C -22 -26 8 2 28 -11");
  animation-name: animation-page1_auto_right_3-1, animation-page1_auto_right_3-2;
  animation-duration: 2s, 6s;
  animation-delay: 0s, 2s;
}

.widget-container.page1-auto-right-2 {
  width: 64px;
  top: 1062px;
  /* left: 1383px; */
  left: calc(1383px - 412px);
  z-index: 20;
}

.widget-container.page1-auto-right-2.auto-move-animation {
  offset-path: path("M 35 24 C 16.9 52.7 20.1 -42.7 -66 -14 M -66 -14 C -66 -14 2 -99 2 -99 M 2 -99 C -39 -39 34 -29 -47 62");
  animation-name: animation-page1_auto_right_2;
  animation-duration: 9s;
  animation-delay: 0s;
}

.widget-container.page1-auto-right-1 {
  width: 108px;
  height: auto;
  top: 520px;
  /* left: 1430px; */
  left: calc(1430px - 412px);
  z-index: 21;
}

.widget-container.page1-auto-right-1.appear-and-auto-move-animation {
  offset-path: path("M 54 46 C 34.4 68.1 7.6 22.9 -40 39 M -40 39 C -36 -5 -74 51 -72 19 M -72 19 C -72 19 -76 21 -56 -7");
  animation-name: animation-page1_auto_right_1-1, animation-page1_auto_right_1-2;
  animation-duration: 2s, 4s;
}

.widget-container.page10 {
  width: 87px;
  height: 87px;
}

/* [370, 404, 457, 370, 402, 457, 370, 412, 461, 507.63, 573, 631] */
.widget-container.page10.move-1 {
  /* document.querySelector('.boardmix-landing.page-10').getBoundingClientRect().top + window.scrollY + 72 + offset */
  top: 370px;
  left: 494.55px;
}

.widget-container.page10.move-2 {
  top: 404.18px;
  left: 501px;
}

.widget-container.page10.move-3 {
  top: 457.02px;
  left: 490px;
}

.widget-container.page10.move-4 {
  top: 370px;
  left: 634.39px;
}

.widget-container.page10.move-5 {
  top: 401.85px;
  left: 629px;
}

.widget-container.page10.move-6 {
  top: 457.02px;
  left: 638.28px;
}

.widget-container.page10.move-7 {
  top: 370px;
  left: 786.67px;
}

.widget-container.page10.move-8 {
  top: 411.95px;
  left: 802.98px;
}

.widget-container.page10.move-9 {
  top: 461.02px;
  left: 778.46px;
}

.widget-container.page10.move-10 {
  top: 507.63px;
  left: 769.92px;
}

.widget-container.page10.move-11 {
  top: 572.89px;
  left: 741.95px;
}

.widget-container.page10.move-12 {
  top: 631.16px;
  left: 691.45px;
}

.widget-container.page10.auto-1 {
  top: 455px;
  left: 249px;
  width: 78px;
  height: 46px;
}

.widget-container.page10.auto-1.auto-move-animation {
  offset-path: path("M 34 23 C 14.8 31 9.2 4 -28 -3 M -28 -3 C -27.2 4.4 13.2 -0.4 26 -19");
  animation-name: animation-page10_auto_1;
}

.widget-container.page10.auto-2 {
  right: 377px;
  bottom: 214px;
  width: 68px;
  height: 46px;
}

.widget-container.page10.auto-2.auto-move-animation {
  offset-path: path("M 34 23 C 14.8 31 41.2 3 -2 -5 M -2 -5 C 4.8 3.4 13.2 -0.4 26 -19");
  animation-name: animation-page10_auto_2;
}

.widget-container.page10.auto-3 {
  top: 378px;
  right: 274px;
  width: 68px;
  height: 46px;
}

.widget-container.page10.auto-3.auto-move-animation {
  offset-path: path("M 34 23 C 14.8 31 103.2 13 66 6 M 66 6 C 66.8 13.4 8.2 21.6 22 2");
  animation-name: animation-page10_auto_3;
}

.widget-container.page10.auto-4 {
  right: 147.71px;
  bottom: 177px;
  width: 68px;
  height: 46px;

  &.auto-move-animation {
    offset-path: path("M 34 23 C 14.8 31 94.2 3 57 -4 M 57 -4 C 57.8 3.4 13.2 -0.4 26 -19");
    animation-duration: 12s;
    animation-name: animation-page10_auto_4;
  }
}

.widget-container.page10.auto-4.auto-move-animation {
  offset-path: path("M 34 23 C 14.8 31 94.2 3 57 -4 M 57 -4 C 57.8 3.4 13.2 -0.4 26 -19");
  animation-duration: 12s;
  animation-name: animation-page10_auto_4;
}

.widget-container.page10.auto-move-animation {
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-duration: 6s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
}

.widget-container.page10 .drag-container .widget {
  border-radius: 2.33px;
  box-shadow: 0px 3.11px 6.22px -1.55px rgba(0, 0, 0, 0.15);
  filter: none;
  background: linear-gradient(180.00deg, rgb(248, 159, 154), rgb(249, 175, 165) 100%);
}

.widget-container.page10 .drag-container .widget.has-onhover-animation {
  transition: transform 0.2s ease-in-out;
}

.widget-container.page10 .drag-container .widget.has-onhover-animation:hover {
  transform: scale(1.1);
  box-shadow: none;
  filter: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 6px);
}

.widget-container .drag-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-container .drag-container.has-onhover-animation {
  width: 106%;
  height: 106%;
  /* top: calc(-100% * 0.03);
  left: calc(-100% * 0.03); */
  top: -3%;
  left: -3%;
}

.widget-container .drag-container .widget {
  width: 94.34%;
  height: 94.34%;
  filter: drop-shadow(rgba(255, 255, 255, 0) 0px 10px 20px);
}

.widget-container .drag-container .widget.draggable {
  cursor: grab;
}

.widget-container .drag-container .widget.draggable.dragging {
  cursor: grabbing;
}

.widget-container .drag-container .widget.has-onhover-animation {
  transition: transform 0.3s ease-in-out, filter 0.5s;
}

.widget-container .drag-container .widget.has-onhover-animation:hover {
  transform: scale(1.06);
  filter: drop-shadow(rgba(0, 0, 0, 0.14) 0px 10px 20px);
}

.widget-container .widget {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.widget-container img {
  border-radius: 4px;
}

@keyframes animation-page1_hover {
  0% {
    transform: scale(1);
    animation-timing-function: ease-in-out
  }

  100% {
    transform: scale(1.06);
  }
}

@keyframes animation-page9 {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  100% {
    transform: rotate(0deg) scale(1.01);
    opacity: 1;
    offset-distance: 0px;
  }
}

@keyframes animation-page10_auto_4 {
  0% {
    opacity: 1;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  50% {
    opacity: 1;
    offset-distance: 60px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 106px;
  }
}

@keyframes animation-page10_auto_3 {
  0% {
    opacity: 1;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  50% {
    opacity: 1;
    offset-distance: 62px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 119px;
  }
}

@keyframes animation-page10_auto_2 {
  0% {
    opacity: 1;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  50% {
    opacity: 1;
    offset-distance: 53px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 90px;
  }
}

@keyframes animation-page10_auto_1 {
  0% {
    opacity: 1;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  50% {
    opacity: 1;
    offset-distance: 70px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 130px;
  }
}

@keyframes animation-page_8_marquee_row_1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animation-page_8_marquee_row_2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }

}

@keyframes animation-page1_auto_right_3-1 {
  0% {
    opacity: 0;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 87px;
  }
}

@keyframes animation-page1_auto_right_3-2 {
  0% {
    opacity: 1;
    offset-distance: 87px;
    animation-timing-function: ease-in-out
  }

  50% {
    opacity: 1;
    offset-distance: 138px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 194px;
  }
}

@keyframes animation-page1_auto_right_2 {

  0%,
  22% {
    opacity: 1;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  55% {
    opacity: 1;
    offset-distance: 125px;
    animation-timing-function: ease-in-out
  }

  66% {
    opacity: 1;
    offset-distance: 234px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 410px;
  }
}

@keyframes animation-page1_auto_right_1-1 {
  0% {
    opacity: 0;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 99px;
  }
}

@keyframes animation-page1_auto_right_1-2 {
  0% {
    opacity: 1;
    offset-distance: 99px;
    animation-timing-function: ease-in-out
  }

  50% {
    opacity: 1;
    offset-distance: 156px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 187px;
  }
}

@keyframes animation-page1_auto_left_2 {
  0% {
    opacity: 1;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  51% {
    opacity: 1;
    offset-distance: 46px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 68px;
  }
}

@keyframes animation-page1_auto_left_1-1 {
  0% {
    opacity: 0;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 176px;
  }
}

@keyframes animation-page1_auto_left_1-2 {
  0% {
    opacity: 1;
    offset-distance: 176px;
    animation-timing-function: ease-in-out
  }

  33% {
    opacity: 1;
    offset-distance: 232px;
    animation-timing-function: ease-in-out
  }

  66% {
    opacity: 1;
    offset-distance: 277px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 323px;
  }
}

@keyframes animation-appear_common {
  0% {
    opacity: 0;
    offset-distance: 0px;
    animation-timing-function: ease-in-out
  }

  100% {
    opacity: 1;
    offset-distance: 30px;
  }
}

@media (max-width: 788px) {
  body:not(.is-pure-mobile).boardmix-landing-page {
    transform: scale(.4635);
  }
}

@media (max-width: 595px) {
  body.is-pure-mobile.boardmix-landing-page {
    transform: scale(.3);
  }
}