/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-typography {
  color: #363748;
  word-break: break-word;
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-success {
  color: #30c0c5;
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #ff7595;
}
a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus {
  color: #d9597b;
}
a.ant-typography.ant-typography-danger:hover {
  color: #ff9eb1;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
div.ant-typography-h1,
div.ant-typography-h1 > textarea,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ant-typography,
div.ant-typography-h2,
div.ant-typography-h2 > textarea,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
div.ant-typography-h3,
div.ant-typography-h3 > textarea,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
div.ant-typography-h4,
div.ant-typography-h4 > textarea,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
h5.ant-typography,
div.ant-typography-h5,
div.ant-typography-h5 > textarea,
.ant-typography h5 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography h5 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography h5 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography h5 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4,
.ant-typography h5 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5 {
  margin-top: 1.2em;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
  max-width: 100%;
}
a.ant-typography,
.ant-typography a {
  color: #30c0c5;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a.ant-typography:focus-visible,
.ant-typography a:focus-visible,
a.ant-typography:hover,
.ant-typography a:hover {
  color: #54d1d1;
}
a.ant-typography:active,
.ant-typography a:active {
  color: #1e969e;
}
a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}
a.ant-typography[disabled],
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
.ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:hover,
.ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #30c0c5;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.ant-typography-expand:focus-visible,
.ant-typography-edit:focus-visible,
.ant-typography-copy:focus-visible,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #54d1d1;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #1e969e;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #30c0c5;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -9px;
  margin-bottom: calc(1em - 8px - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  height: 1em;
  margin: 0 !important;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul {
  list-style-type: circle;
}
.ant-typography ul ul {
  list-style-type: disc;
}
.ant-typography ol {
  list-style-type: decimal;
}
.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}
.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ant-typography-single-line {
  white-space: nowrap;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.ant-typography-rtl {
  direction: rtl;
}
.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
  float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}

.mw__bubbles{position:absolute;top:0;left:0;height:100%;width:100vw;z-index:0}.mw__bubbles .mw__bubbles__centerContainer{position:relative;overflow:hidden;width:100vw;height:100%;margin:0 auto}@media (min-width: 992px){.mw__bubbles .mw__bubbles__centerContainer{overflow:visible;width:1%}}.mw__bubbles .mw__bubbles__bubble{position:absolute;left:0;display:block;-webkit-border-radius:63px 63px 63px 63px / 108px 108px 72px 72px;border-radius:50% 50% 50% 50% / 60% 60% 40% 40%}@media (min-width: 768px){.mw__bubbles .mw__bubbles__bubble{left:24vw}}@media (min-width: 992px){.mw__bubbles .mw__bubbles__bubble{left:-25vw}}@media (min-width: 1130px){.mw__bubbles .mw__bubbles__bubble{left:-19vw}}@media (min-width: 1440px){.mw__bubbles .mw__bubbles__bubble{left:-9vw}}.mw__bubbles .mw__bubbles__bubble--grey{background-color:rgba(48,192,197,0.25);margin-left:-125px;top:40px;width:412px;height:567px;-webkit-transform:rotate(109deg);transform:rotate(109deg)}.mw__bubbles .mw__bubbles__bubble--green{background-color:rgba(166,216,0,0.6);margin-left:-32px;top:184px;width:462px;height:545px;-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}.mw__bubbles .mw__bubbles__bubble--blue{background-color:rgba(0,174,214,0.5);margin-left:118px;top:70px;width:418px;height:593px;-webkit-transform:rotate(242deg);transform:rotate(242deg)}.mw__bubbles--animated .mw__bubbles__bubble--grey{-webkit-animation:rotate-scale-up-grey 200s linear 0.8s infinite alternate;animation:rotate-scale-up-grey 200s linear 0.8s infinite alternate}.mw__bubbles--animated .mw__bubbles__bubble--green{-webkit-animation:rotate-scale-up-green 200s linear 7s infinite alternate;animation:rotate-scale-up-green 200s linear 7s infinite alternate}.mw__bubbles--animated .mw__bubbles__bubble--blue{-webkit-animation:rotate-scale-up-blue 200s linear 4s infinite alternate;animation:rotate-scale-up-blue 200s linear 4s infinite alternate}.mw__bubbles--homepage{z-index:1}.mw__bubbles--homepage .mw__bubbles__bubble{left:12vw;opacity:0.5}@media (min-width: 768px){.mw__bubbles--homepage .mw__bubbles__bubble{left:26vw}}@media (min-width: 992px){.mw__bubbles--homepage .mw__bubbles__bubble{left:-18vw}}@media (min-width: 1130px){.mw__bubbles--homepage .mw__bubbles__bubble{left:-15vw}}@media (min-width: 1440px){.mw__bubbles--homepage .mw__bubbles__bubble{left:-8vw}}.mw__bubbles--homepage .mw__bubbles__bubble--grey{margin-left:-228px;top:-361px;width:604px;height:918px;-webkit-transform:rotate(-63deg);transform:rotate(-63deg)}.mw__bubbles--homepage .mw__bubbles__bubble--green{margin-left:-139px;top:-207px;width:629px;height:935px;-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}.mw__bubbles--homepage .mw__bubbles__bubble--blue{margin-left:10px;top:-351px;width:643px;height:947px;-webkit-transform:rotate(228deg);transform:rotate(228deg)}.mw__bubbles--homepage--animated .mw__bubbles__bubble--grey{-webkit-animation:rotate-scale-up-grey-homepage 340s linear 1s infinite alternate;animation:rotate-scale-up-grey-homepage 340s linear 1s infinite alternate}.mw__bubbles--homepage--animated .mw__bubbles__bubble--green{-webkit-animation:rotate-scale-up-green-homepage 340s linear 7s infinite alternate;animation:rotate-scale-up-green-homepage 340s linear 7s infinite alternate}.mw__bubbles--homepage--animated .mw__bubbles__bubble--blue{-webkit-animation:rotate-scale-up-blue-homepage 340s linear 4s infinite alternate;animation:rotate-scale-up-blue-homepage 340s linear 4s infinite alternate}@-webkit-keyframes rotate-scale-up-grey-homepage{0%{-webkit-transform:scale(1) rotateZ(-63deg);transform:scale(1) rotateZ(-63deg)}50%{-webkit-transform:scale(1.2) rotateZ(156deg);transform:scale(1.2) rotateZ(156deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@keyframes rotate-scale-up-grey-homepage{0%{-webkit-transform:scale(1) rotateZ(-63deg);transform:scale(1) rotateZ(-63deg)}50%{-webkit-transform:scale(1.2) rotateZ(156deg);transform:scale(1.2) rotateZ(156deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@-webkit-keyframes rotate-scale-up-grey{0%{-webkit-transform:scale(1) rotateZ(109deg);transform:scale(1) rotateZ(109deg)}50%{-webkit-transform:scale(1.2) rotateZ(261deg);transform:scale(1.2) rotateZ(261deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@keyframes rotate-scale-up-grey{0%{-webkit-transform:scale(1) rotateZ(109deg);transform:scale(1) rotateZ(109deg)}50%{-webkit-transform:scale(1.2) rotateZ(261deg);transform:scale(1.2) rotateZ(261deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@-webkit-keyframes rotate-scale-up-green-homepage{0%{-webkit-transform:scale(1) rotateZ(-72deg);transform:scale(1) rotateZ(-72deg)}50%{-webkit-transform:scale(1.08) rotateZ(278deg);transform:scale(1.08) rotateZ(278deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@keyframes rotate-scale-up-green-homepage{0%{-webkit-transform:scale(1) rotateZ(-72deg);transform:scale(1) rotateZ(-72deg)}50%{-webkit-transform:scale(1.08) rotateZ(278deg);transform:scale(1.08) rotateZ(278deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@-webkit-keyframes rotate-scale-up-green{0%{-webkit-transform:scale(1) rotateZ(-252deg);transform:scale(1) rotateZ(-252deg)}50%{-webkit-transform:scale(1.08) rotateZ(-23deg);transform:scale(1.08) rotateZ(-23deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@keyframes rotate-scale-up-green{0%{-webkit-transform:scale(1) rotateZ(-252deg);transform:scale(1) rotateZ(-252deg)}50%{-webkit-transform:scale(1.08) rotateZ(-23deg);transform:scale(1.08) rotateZ(-23deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@-webkit-keyframes rotate-scale-up-blue-homepage{0%{-webkit-transform:scale(1) rotateZ(228deg);transform:scale(1) rotateZ(228deg)}50%{-webkit-transform:scale(1.17) rotateZ(-43deg);transform:scale(1.17) rotateZ(-43deg)}100%{-webkit-transform:scale(1) rotateZ(-172deg);transform:scale(1) rotateZ(-172deg)}}@keyframes rotate-scale-up-blue-homepage{0%{-webkit-transform:scale(1) rotateZ(228deg);transform:scale(1) rotateZ(228deg)}50%{-webkit-transform:scale(1.17) rotateZ(-43deg);transform:scale(1.17) rotateZ(-43deg)}100%{-webkit-transform:scale(1) rotateZ(-172deg);transform:scale(1) rotateZ(-172deg)}}@-webkit-keyframes rotate-scale-up-blue{0%{-webkit-transform:scale(1) rotateZ(242deg);transform:scale(1) rotateZ(242deg)}50%{-webkit-transform:scale(1.17) rotateZ(97deg);transform:scale(1.17) rotateZ(97deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@keyframes rotate-scale-up-blue{0%{-webkit-transform:scale(1) rotateZ(242deg);transform:scale(1) rotateZ(242deg)}50%{-webkit-transform:scale(1.17) rotateZ(97deg);transform:scale(1.17) rotateZ(97deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}

.mw--page-with-card{width:100%;min-height:calc(100vh - 80px);display:flex;align-items:flex-start;justify-content:center;padding-top:20px;padding-bottom:100px;z-index:0;max-width:1000px;margin:0px auto}.mw--page-with-card .card{background:white;width:100%;max-width:1400px;border-radius:10px;padding-top:20px;margin-top:30px;z-index:1}.mw--page-with-card .card.small{max-width:450px}.mw--page-with-card .card .mw-icon{width:100%;display:flex;justify-content:center;margin-bottom:0px;padding:15px}.mw--page-with-card .card .card-title{width:100%;text-align:center;padding-left:10px;padding-right:10px}.mw--page-with-card .card .card-title h1{font-weight:bold;font-size:1.7em}@media (max-width: 768px){.mw--page-with-card .card .card-title h1{font-size:1.4em}}.mw--page-with-card .card .card-subtitle{text-align:center;color:#767880;font-size:1.1em;padding-left:10px;padding-right:10px}.mw--page-with-card .card .card-body{padding:30px}@media (max-width: 400px){.mw--page-with-card .card .card-body{padding:10px}}.mw--page-with-card .card .card-footer{border-top:1px solid rgba(0,0,0,0.1);margin-top:25px}.mw--page-with-card .card .card-footer .page{padding-top:10px;padding-bottom:10px}

