<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--3vNhH{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--3q98C{width:260px}.header-dropdown-item--g2fTK{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--g2fTK:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--g2fTK .text--3vlF6{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--g2fTK .highlighted--xAMyz{color:#fe2c55}.landingContainer--YkJX8 .byted-btn{height:50px;font-size:20px;font-weight:600;padding:0 19px}@media screen and (max-width: 1440px){.landingContainer--YkJX8 .byted-btn{height:36px;font-size:14px;padding:0 23px}}.directory_strong{font-weight:bold}
@media screen and (max-width: 1365px) {
  *::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }
}

* {
  font-family: "Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.byted-message--Puu9D {
  display: inline-flex;
  align-items: center;
}

.byted-btn {
  transition: color .15s,background-color .15s,border-color .15s;
}

.header-dropdown--2WvcY {
  width: 16.25rem;
}

.header-dropdown-item--1y3M4 {
  color: #fff;
  background-color: #000;
  transition: color .15s;
}

.header-dropdown-item--1y3M4:hover {
  color: #fe2c55;
  background-color: #000 !important;
}

.header-dropdown-item--1y3M4 .text--2osbi {
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  display: flex;
  justify-content: center;
}

.header-dropdown-item--1y3M4 .highlighted--2X2NA {
  color: #fe2c55;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
[data-motion-wave] {
  position: relative;
}
[data-motion-wave][data-motion-wave='after']::after,
[data-motion-wave][data-motion-wave='before']::before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  border-radius: inherit;
  color: #F60457;
  animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -webkit-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -moz-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -o-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
}
@-webkit-keyframes byted-motion-wave {
  to {
    -webkit-box-shadow: 0 0 0 6px currentcolor;
  }
}
@keyframes byted-motion-wave {
  to {
    box-shadow: 0 0 0 6px currentcolor;
  }
}
@-webkit-keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
[data-motion-fade='in'] {
  animation: byted-motion-fadein 0.1s ease-out;
  -webkit-animation: byted-motion-fadein 0.1s ease-out;
  -moz-animation: byted-motion-fadein 0.1s ease-out;
  -o-animation: byted-motion-fadein 0.1s ease-out;
}
[data-motion-fade='out'] {
  pointer-events: none;
  animation: byted-motion-fadeout 0.1s ease-in both;
  -webkit-animation: byted-motion-fadeout 0.1s ease-in both;
  -moz-animation: byted-motion-fadeout 0.1s ease-in both;
  -o-animation: byted-motion-fadeout 0.1s ease-in both;
}
@-webkit-keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
.byted-progress {
  display: inline-block;
  position: relative;
}
.byted-progress-icon-line {
  flex: none;
  min-width: 36px;
  font-size: 16px;
  margin-left: 16px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.byted-progress-icon-circle,
.byted-progress-slot {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.byted-progress-icon-close {
  color: #D83E0E;
}
.byted-progress-icon-check {
  color: #28A666;
}
.byted-progress-wrap {
  display: flex;
  align-items: center;
}
.byted-progress-outer {
  vertical-align: middle;
  flex: auto;
}
.byted-progress-inner {
  position: relative;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 100px;
  overflow: hidden;
}
.byted-progress-bg {
  position: relative;
  background-color: #F60457;
  border-radius: 100px;
}
.byted-progress-bg-success {
  background-color: #28A666;
}
.byted-progress-bg-fail {
  background-color: #D83E0E;
}
.byted-progress-size-md .byted-progress-bg {
  height: 8px;
}
.byted-progress-size-md .byted-progress-text {
  font-size: 14px;
}
.byted-progress-size-md .byted-progress-icon-circle {
  font-size: 32px;
}
.byted-progress-size-sm .byted-progress-bg {
  height: 4px;
}
.byted-progress-size-sm .byted-progress-text {
  font-size: 12px;
}
.byted-progress-size-sm .byted-progress-icon-circle {
  font-size: 28px;
}
.byted-progress-size-xs .byted-progress-bg {
  height: 2px;
}
.byted-progress-size-xs .byted-progress-text {
  font-size: 12px;
}
.byted-progress-text {
  flex: none;
  margin-left: 16px;
  color: #333;
  line-height: 1;
  line-height: 16px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
  min-width: 36px;
}
.byted-progress-shape-circle {
  line-height: 1;
}
.byted-progress-shape-line {
  width: 100%;
}
.byted-progress-shape-inner-line {
  width: 100%;
}
.byted-progress-shape-inner-line .byted-progress-wrap {
  position: relative;
}
.byted-progress-shape-inner-line .byted-progress-outer {
  margin: 0;
  padding: 0;
}
.byted-progress-shape-inner-line .byted-progress-text {
  position: absolute;
  color: #fff;
  font-size: 12px;
  margin: 0;
  left: 12px;
  top: 7px;
}
.byted-progress-shape-inner-line .byted-progress-bg {
  height: 20px;
}
.byted-progress-shape-inner-line .byted-progress-bg .byted-progress-text {
  position: absolute;
  color: #fff;
  font-size: 12px;
  margin: 0;
  right: 12px;
  left: 8px;
  top: 2px;
  text-align: right;
}

/* 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 */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
[class^=ant-],
[class*= ant-],
[class^=ant-] *,
[class*= ant-] *,
[class^=ant-] *::before,
[class*= ant-] *::before,
[class^=ant-] *::after,
[class*= ant-] *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum', "tnum";
          font-feature-settings: 'tnum', "tnum";
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #F60457;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #ff2e70;
}
a:active {
  color: #cf004f;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #F60457;
}
::selection {
  color: #fff;
  background: #F60457;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon &gt; * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #F60457;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #F60457;
          box-shadow: 0 0 0 0 #F60457;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #F60457;
            box-shadow: 0 0 0 #F60457;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #F60457;
            box-shadow: 0 0 0 #F60457;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-enter-prepare,
.zoom-appear-prepare {
  -webkit-transform: none;
          transform: none;
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-enter-prepare,
.zoom-big-appear-prepare {
  -webkit-transform: none;
          transform: none;
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-enter-prepare,
.zoom-big-fast-appear-prepare {
  -webkit-transform: none;
          transform: none;
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-enter-prepare,
.zoom-up-appear-prepare {
  -webkit-transform: none;
          transform: none;
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-enter-prepare,
.zoom-down-appear-prepare {
  -webkit-transform: none;
          transform: none;
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-enter-prepare,
.zoom-left-appear-prepare {
  -webkit-transform: none;
          transform: none;
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-enter-prepare,
.zoom-right-appear-prepare {
  -webkit-transform: none;
          transform: none;
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* 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-carousel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum', "tnum";
          font-feature-settings: 'tnum', "tnum";
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide &gt; div &gt; div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '\2192';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '\2190';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--39uE-{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--2Smx9{width:260px}.header-dropdown-item--1kvTI{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--1kvTI:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--1kvTI .text--2oNay{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--1kvTI .highlighted--31wdN{color:#fe2c55}.byted-progress-inner{background-color:#8a8a8a;height:2px;overflow:visible;border-radius:0;width:400px}@media screen and (max-width: 1440px){.byted-progress-inner{width:350px}}.byted-progress-inner .byted-progress-bg{border-radius:0}.byted-progress-text{display:none}.section--Tbmi4{display:flex;justify-content:center}.section--Tbmi4 .content--2paPc{max-width:1440px;overflow:visible;flex-grow:1;padding:96px 64px}@media screen and (max-width: 1440px){.section--Tbmi4 .content--2paPc{max-width:768px;padding:64px 24px}}.section--Tbmi4 .header-title-text--OyrfC{font-size:24px;margin-bottom:24px;font-weight:700;color:#fff;line-height:100%}.section--Tbmi4 .header-text--1PcrB{font-size:64px;font-weight:700;color:#fff;line-height:100%}@media screen and (max-width: 1440px){.section--Tbmi4 .header-text--1PcrB{max-width:768px;font-size:48px}}.section--Tbmi4.marketing-partners--dCDL0{background-color:#000;color:red}.section--Tbmi4.marketing-partners--dCDL0 .content--2paPc{padding:124px auto}.section--Tbmi4.marketing-partners--dCDL0 .content--2paPc .ant-carousel .slick-list{overflow-y:visible;overflow-x:clip;margin-right:-40px}@media screen and (max-width: 1440px){.section--Tbmi4.marketing-partners--dCDL0 .content--2paPc{padding:96px 24px}}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD{display:flex !important}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD.two--2E991{grid-gap:90px;gap:90px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66{margin-bottom:40px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .header-text--1PcrB{font-size:80px;margin-bottom:24px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .header-text--1PcrB .white-text-additional--33cgv::after{content:" "}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .header-text--1PcrB .red-text--7rSfO{color:#fe2c55}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .header-text--1PcrB .red-text--7rSfO.three--3JmTg{width:800px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .extended--2PM-B{width:700px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 p{font-size:20px;color:#fff;line-height:140%;margin-bottom:40px;width:450px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 a{display:block;width:230px;height:48px;padding:8px 0;margin-bottom:72px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 a .how-it-works-group--3rj4b{color:#fff;font-size:20px;display:flex;align-items:center;grid-gap:8px;gap:8px;transition:color .15s}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 a .how-it-works-group--3rj4b:hover{color:#fe2c55}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 a .how-it-works-group--3rj4b:hover svg path{fill:#fe2c55}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 a .how-it-works-group--3rj4b svg path{transition:fill .15s}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .spacer-one--12Whv{flex:0 0 42px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB{display:flex;align-items:flex-start;grid-gap:16px;gap:16px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB .img--37LEJ{border-radius:20px;width:203px;height:auto}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB .img--37LEJ:nth-child(even){margin-top:100px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN{position:relative;width:514px;height:400px;margin-top:40px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img{border-radius:20px;width:203px;height:auto}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-one--2pJDi{position:absolute;top:0;left:66px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-two--1JEFG{position:absolute;top:100px;left:256px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-graphics--YmJFD{position:absolute;top:0;left:0;width:514px;height:400px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-graphics-pad--eGtJD{display:none}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightThree--UkvDR{position:relative;left:-18px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightThree--UkvDR img{width:568px;height:580px}@media screen and (max-width: 1440px){.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD.two--2E991 .left--1Nt66{width:375px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD.three--3JmTg .left--1Nt66{width:400px;margin-bottom:60px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .header-text--1PcrB{font-size:56px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .header-text--1PcrB .red-text--7rSfO{color:#fe2c55}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .header-text--1PcrB .red-text--7rSfO.three--3JmTg{width:100%}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 .extended--2PM-B{width:400px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 p{font-size:16px;width:345px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 a .how-it-works-group--3rj4b{font-size:16px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .left--1Nt66 a .how-it-works-group--3rj4b svg{width:27px;height:27px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB{display:flex;align-items:flex-start;grid-gap:16px;gap:16px;overflow:visible}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB .img-container--1Dbwa{position:relative;overflow:visible;display:inline-block}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB .img--37LEJ:nth-child(3){position:absolute;top:218px;right:92px;overflow:visible}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB .img--37LEJ:nth-child(2),.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .right-one--3S0CB .img--37LEJ:nth-child(4){display:none}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN{position:relative;height:400px;margin-top:40px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-one--2pJDi{position:absolute;top:70px;left:50px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-two--1JEFG{display:none}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-graphics--YmJFD{display:none}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightTwo--17fuN img.img-graphics-pad--eGtJD{display:unset;position:absolute;top:0;left:0;width:282px;height:454px}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightThree--UkvDR{position:relative;width:100%}.section--Tbmi4.marketing-partners--dCDL0 .slide--cicmD .rightThree--UkvDR img{position:absolute;width:360px;height:auto;left:18px}}.section--Tbmi4.marketing-partners--dCDL0 .progressBar--Jx2wb .byted-progress-bg{transition:all .23s !important;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.section--Tbmi4.marketing-partners--dCDL0 .progressTwo--2uWGT .byted-progress-bg{-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.section--Tbmi4.marketing-partners--dCDL0 .progressThree--1e83F .byted-progress-bg{-webkit-clip-path:inset(0 0 0 66.6%);clip-path:inset(0 0 0 66.6%)}.section--Tbmi4.marketing-partners--dCDL0 .progressFour--2PfhL .byted-progress-bg{-webkit-clip-path:inset(0 0 0 75%);clip-path:inset(0 0 0 75%)}.section--Tbmi4.marketing-partners--dCDL0 .slide-btns--f0V0l{display:flex;align-items:center;grid-gap:20px;gap:20px;margin-top:22px}.section--Tbmi4.marketing-partners--dCDL0 .slide-btns--f0V0l .arrowBtn--Vm1fl{all:unset;border:1px solid #fff;display:flex;justify-content:center;align-items:center;width:33px;height:33px;border-radius:50%;transition:border .15s}.section--Tbmi4.marketing-partners--dCDL0 .slide-btns--f0V0l .arrowBtn--Vm1fl:hover{cursor:pointer}.section--Tbmi4.marketing-partners--dCDL0 .slide-btns--f0V0l .arrowBtn--Vm1fl.disabled--32o2s{border-color:#666}.section--Tbmi4.marketing-partners--dCDL0 .slide-btns--f0V0l .arrowBtn--Vm1fl.disabled--32o2s .arrowIcon--1s5UT{filter:invert(75%)}.section--Tbmi4.marketing-partners--dCDL0 .slide-btns--f0V0l .arrowBtn--Vm1fl .arrowIcon--1s5UT{transition:filter .15s;width:20px}.section--Tbmi4.marketing-partners--dCDL0 .slide-btns--f0V0l .slide-text--u-jei{font-size:20px;color:#fff;width:70px;text-align:center}.section--Tbmi4.best-in-business--10kPZ{background-color:#f1dadf}.section--Tbmi4.best-in-business--10kPZ .header-text--1PcrB{color:#000;width:550px;margin-bottom:40px}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua{display:flex;grid-gap:30px;gap:30px;margin-top:60px}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua .card--28y7D{grid-gap:16px;gap:16px;padding:36px 24px;border:1px solid #000;border-radius:15px;width:300px}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua .card--28y7D h3{font-size:30px;font-weight:700;line-height:110%;margin:28px 0 20px}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua .card--28y7D p{font-size:16px;line-height:140%;margin-bottom:0}@media screen and (max-width: 1440px){.section--Tbmi4.best-in-business--10kPZ .header-text--1PcrB{margin-bottom:30px}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua{flex-wrap:wrap}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua .card--28y7D{width:calc((100% - 30px)/2);height:410px}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua .card--28y7D:nth-child(2){order:1}.section--Tbmi4.best-in-business--10kPZ .cardContainer--3k7ua .card--28y7D:nth-child(4){order:1}}.section--Tbmi4.superpowers--3kpM8{background-color:#000;position:relative;justify-content:flex-start}.section--Tbmi4.superpowers--3kpM8 .content--2paPc{padding-right:0px;margin-left:calc((100% - (1440px)) / 2);max-width:calc(100% - calc((100% - (1440px)) / 2))}.section--Tbmi4.superpowers--3kpM8 .content--2paPc::after{content:"";position:absolute;bottom:0;height:1px;width:calc(min(100%, 1440px) - 128px);background-color:#fff}@media screen and (max-width: 1440px){.section--Tbmi4.superpowers--3kpM8 .content--2paPc{margin-left:calc((100% - (768px)) / 2);max-width:calc(100% - calc((100% - (768px)) / 2))}.section--Tbmi4.superpowers--3kpM8 .content--2paPc::after{width:calc(min(100%, 768px) - 128px)}}.section--Tbmi4.superpowers--3kpM8 .header-text--1PcrB{width:550px;margin-bottom:40px}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V{display:flex;overflow:scroll;flex:1 1;margin-top:64px}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ{min-width:400px;margin:0 15px}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ:first-child{margin-left:0}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ:last-child{margin-right:48px}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ .image-wrapper--202so{width:100%;height:270px;overflow:hidden;border-radius:20px}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ .image-wrapper--202so .image--xQV2B{width:100%;height:auto;min-width:100%;min-height:100%}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ .title--ZLseT{margin-top:40px;margin-bottom:24px;font-style:normal;font-weight:700;font-size:32px;line-height:110%;color:#fff;word-break:break-word;white-space:normal}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ .desc--18ios{font-style:normal;font-weight:400;font-size:16px;line-height:140%;color:#fff;min-height:75px;word-break:break-word;white-space:normal}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ .sub-desc--3_CdT{margin-top:24px;color:#fff;border-top:1px solid rgba(255,255,255,.8);display:flex;flex-direction:column}.section--Tbmi4.superpowers--3kpM8 .main-section-wrapper--1ao7V .section-item--4OlcJ .sub-desc--3_CdT .sub-item--1T74Z{font-style:normal;font-weight:400;font-size:16px;line-height:140%;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.8)}.section--Tbmi4.examples--3fQyB{background-color:#000;color:#fff;overflow:hidden}.section--Tbmi4.examples--3fQyB .desc--18ios{font-weight:400;font-size:24px;line-height:140%;width:700px;margin:32px 0 64px}@media screen and (max-width: 1440px){.section--Tbmi4.examples--3fQyB .desc--18ios{font-size:16px;width:470px}}.section--Tbmi4.examples--3fQyB .examples-container--10iJB{position:relative;margin-left:-157px;margin-right:calc(-157px - 30px);margin-bottom:30px}@media screen and (max-width: 1440px){.section--Tbmi4.examples--3fQyB .examples-container--10iJB{margin-left:-102px;margin-right:calc(-102px - 16px)}}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .carousel--3A3gG .example--2Hc_D{position:relative}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .carousel--3A3gG .example--2Hc_D img{width:302px;height:540px;border-radius:20px}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .carousel--3A3gG .example--2Hc_D h3{color:#fff;font-weight:700;font-size:24px;line-height:110%;padding-top:42px;width:302px}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .carousel--3A3gG .example--2Hc_D h3.clickable--2fNps:hover{cursor:pointer}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .carousel--3A3gG .example--2Hc_D .overlay--3SoA7{position:absolute;top:0;width:302px;height:540px;background-color:rgba(0,0,0,.5);opacity:1;transition:opacity .3s}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .carousel--3A3gG .example--2Hc_D .overlay--3SoA7.remove-overlay--1Ald_{opacity:0}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .carousel--3A3gG .example--2Hc_D .overlay--3SoA7.remove-overlay--1Ald_:hover{cursor:pointer}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l{width:100%;padding-left:125px;padding-right:calc(125px + 30px);position:absolute;top:220px}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l .arrowBtn--Vm1fl{all:unset;border:2px solid #fff;display:flex;justify-content:center;align-items:center;width:98px;height:98px;border-radius:50%;transition:border .15s;position:absolute}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l .arrowBtn--Vm1fl:first-child{left:125px}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l .arrowBtn--Vm1fl:nth-child(2){right:calc(125px + 16px)}@media screen and (max-width: 1440px){.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l .arrowBtn--Vm1fl:first-child{left:108px}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l .arrowBtn--Vm1fl:nth-child(2){right:calc(108px + 16px)}}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l .arrowBtn--Vm1fl:hover{cursor:pointer}.section--Tbmi4.examples--3fQyB .examples-container--10iJB .slide-btns--f0V0l .arrowBtn--Vm1fl .arrowIcon--1s5UT{width:40px}.sizzle-modal--3Crk-{width:80% !important;border-radius:15px !important}@media screen and (max-width: 767px){.sizzle-modal--3Crk-{width:90% !important}}@media screen and (max-width: 450px){.sizzle-modal--3Crk-{width:calc(100% - 32px) !important}}.sizzle-modal--3Crk- .byted-modal-content-inner,.sizzle-modal--3Crk- .byted-modal-content-inner-no-footer{padding:0}.sizzle-modal--3Crk- .display-video-wrapper,.sizzle-modal--3Crk- .display-video-inner,.sizzle-modal--3Crk- .display-video-imgs{height:auto;min-height:100%;width:100%;aspect-ratio:16/9;border-radius:15px}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe--1MbDI{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
@font-face{font-family:"Sofia Pro";src:url("https://sf16-scmcdn-sg.ibytedtos.com/goofy/ads/ssr_platform/fonts/SofiaPro-Light.woff2") format("woff2");font-weight:300;ascent-override:100%}@font-face{font-family:"Sofia Pro";src:url("https://sf16-scmcdn-sg.ibytedtos.com/goofy/ads/ssr_platform/fonts/SofiaPro-Regular.woff2") format("woff2");font-weight:400;ascent-override:100%}@font-face{font-family:"Sofia Pro";src:url("https://sf16-scmcdn-sg.ibytedtos.com/goofy/ads/ssr_platform/fonts/SofiaPro-Medium.woff2") format("woff2");font-weight:500;ascent-override:100%}@font-face{font-family:"Sofia Pro";src:url("https://sf16-scmcdn-sg.ibytedtos.com/goofy/ads/ssr_platform/fonts/SofiaPro-Semibold.woff2") format("woff2");font-weight:600;ascent-override:100%}@font-face{font-family:"Sofia Pro";src:url("https://sf16-scmcdn-sg.ibytedtos.com/goofy/ads/ssr_platform/fonts/SofiaPro-Bold.woff2") format("woff2");font-weight:700;ascent-override:100%}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--vqC2p{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--1AArN{width:260px}.header-dropdown-item---nWRM{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item---nWRM:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item---nWRM .text---3XwC{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item---nWRM .highlighted--1JRm0{color:#fe2c55}.container--HeHO9{display:flex;flex-direction:column;position:relative}.container--HeHO9 .hero--ZDWC8{background-color:#000;padding-bottom:64px;color:#fff;overflow:hidden}.container--HeHO9 .hero--ZDWC8 .breadcrumb--1hPDx{max-width:1416px;margin:50px auto 90px auto;padding:0 64px}.container--HeHO9 .hero--ZDWC8 .hero-breadcrumb--3hH_5,.container--HeHO9 .hero--ZDWC8 .hero-breadcrumb-main--1hXI9{font-weight:700;font-size:16px;line-height:140%;color:#888}.container--HeHO9 .hero--ZDWC8 .hero-breadcrumb-main--1hXI9{color:#fff}.container--HeHO9 .hero--ZDWC8 .text---3XwC{display:flex;grid-gap:50px;gap:50px;align-items:center;max-width:1416px;margin:56px auto 0 auto;padding:0 64px}.container--HeHO9 .hero--ZDWC8 .text---3XwC .title--3WI73{font-weight:700;font-size:80px;line-height:100%;letter-spacing:-0.01em;flex:2 1;min-width:560px;display:flex;flex-direction:column}.container--HeHO9 .hero--ZDWC8 .text---3XwC .title--3WI73 :last-child{font-weight:400;font-size:20px;line-height:140%;margin-top:24px}.container--HeHO9 .hero--ZDWC8 .text---3XwC .description--2sGN5{flex:2 1;font-weight:400;font-size:20px;line-height:140%;min-width:600px}.container--HeHO9 .hero--ZDWC8 .text---3XwC .badge--2gaKl{width:100%;height:auto}.container--HeHO9 .content--VZ9T5{margin:0 auto;width:100%;padding:0 64px;position:static}.container--HeHO9 .content--VZ9T5 .search-container--8z2y_{margin:100px 0;display:flex}.container--HeHO9 .content--VZ9T5 .search--1aUgH{border-bottom:solid 1px}.container--HeHO9 .content--VZ9T5 .search--1aUgH&gt;label&gt;input::-moz-placeholder{color:#000}.container--HeHO9 .content--VZ9T5 .search--1aUgH&gt;label&gt;input:-ms-input-placeholder{color:#000}.container--HeHO9 .content--VZ9T5 .search--1aUgH&gt;label&gt;input::placeholder{color:#000}.container--HeHO9 .content--VZ9T5 .back-to-top--TOiZd{position:fixed;right:30px;bottom:60px;z-index:1000;cursor:pointer;display:none;background:#fff;border-radius:100px}.container--HeHO9 .content--VZ9T5 .is-loading--BBySP{align-items:center;display:flex;justify-content:center;padding:48px 24px;width:838px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox{padding-bottom:48px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN{align-items:center;background:#fff;display:flex;justify-content:space-between;padding-bottom:40px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .title--3WI73{color:#333;font-weight:500;font-size:16px;line-height:26px;display:flex;justify-content:center;flex-direction:column}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .title--3WI73 .icon--20kiz{cursor:pointer}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .title--3WI73 .text---3XwC{margin-left:8px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .title--3WI73 .alphabetical--syTe2{color:#c1c1c1}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .title--3WI73 .asc--2Awvi{color:#fe2c55}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .title--3WI73 .sort--qlq7C{display:flex;align-items:center;margin-top:4px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .contact-multiple-button-container--3f1r_{align-items:center;display:flex}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .contact-multiple-button-container--3f1r_ .contact-multiple-button--3ZNFV{font-size:16px;font-weight:600;line-height:32px;padding:0 16px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .contact-multiple-button-container--3f1r_ .cancel--1eyWh{color:#2a4d8f;cursor:pointer}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .header--nnAdN .hidden--1dfNk{visibility:hidden}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts{position:relative;display:flex;flex-wrap:wrap;margin:0 15px;width:100%}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .section-header--2Q7LW{padding-bottom:36px;padding-top:60px;position:-webkit-sticky;position:sticky;top:100px;z-index:139;background:#fff}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .section-header--2Q7LW .label--sfuZH{font-weight:700;font-size:64px;line-height:100%;margin-bottom:12px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .section-header--2Q7LW .desc-wrapper--2alNa{display:flex;justify-content:space-between}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .section-header--2Q7LW .desc-wrapper--2alNa .desc--1TJtH{font-weight:400;font-size:20px;line-height:140%}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .section-header--2Q7LW .desc-wrapper--2alNa .view-all--2w6u6{height:26px;line-height:100%;text-align:center;text-align:center;font-weight:400;font-size:12px;padding:5px 15px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .header-sticky--fEWhw{position:-webkit-sticky;position:sticky}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .header-not-sticky--1S759{position:unset}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .section--24Vts .card--fwe3D{margin:15px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .no-partners--GxXeg{background:#f0f0f0;border-radius:0px;padding:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .no-partners--GxXeg .no-image--33VtO{width:219px;height:198px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .no-partners--GxXeg .message--2UOXy{color:#fe2c55;font-weight:700;font-size:80px;line-height:100%;margin-top:26px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .no-partners--GxXeg .description--2sGN5{font-weight:400;font-size:20px;line-height:140%;text-align:center;margin-top:26px;width:508px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .no-partners--GxXeg .remove-button--QyJ8g{font-size:16px;font-weight:500;height:34px;margin-top:40px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .expanded--3EZDR{flex-wrap:wrap;background:#f0f0f0;cursor:unset !important}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .inner-cards--2Rtdk{display:flex;margin-right:24px;padding:0}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .no-scroll--3svdl{cursor:unset !important}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .right-arrow--2OrJ6{position:absolute;right:-24px;top:50%}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .right-arrow--2OrJ6:hover{cursor:pointer}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .left-arrow--3hHyd{transform:rotate(180deg);position:absolute;left:-24px;top:50%}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .left-arrow--3hHyd:hover{cursor:pointer}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL{display:flex;flex-direction:row;overflow:scroll;position:relative;scroll-behavior:smooth}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .selected--149LB{border:1px solid #fe2c55}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .disabled--2YZ1Q{cursor:not-allowed !important;opacity:.5}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D{margin:24px 0px 60px 24px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D .partner-image--1y-R6{align-items:center;border-radius:20px;box-shadow:0px 0px 15.2883px rgba(0,0,0,.1);background:#fff;display:flex;width:292px;height:292px;justify-content:center;margin-bottom:24px;padding:30px;position:relative;transition:transform .15s;cursor:pointer}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D .partner-image--1y-R6 .radio--2uO4B{position:absolute;top:0;right:0}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D .partner-image--1y-R6 img{width:100%;height:auto;max-height:100%}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D .partner-image--1y-R6:hover{transform:scale(1.05, 1.05)}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D .partner-name--3NxbR{align-items:center;display:flex;font-weight:700;font-size:24px;line-height:110%;width:292px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D .partner-name--3NxbR .partner-name-text--35AZT{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:1px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card--fwe3D .partner-detail--2hA4p{margin-top:15px;width:292px;font-weight:400;font-size:12px;line-height:140%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .card-empty--fQ-rH{height:300px}.container--HeHO9 .content--VZ9T5 .list--1L_Ox .cards--1vAeL .scroll-container--B2UUB{display:flex}.selected-partner-drawer--2--Ai .byted-drawer-body{padding:0;height:100%}.selected-partner-drawer--2--Ai .byted-drawer-content-inner{padding:0;margin:0}.selected-partners-drawer-inner--2QtIZ{display:flex;flex-direction:column;padding:35px 64px;justify-content:space-between;height:100%;background-color:#fff}.selected-partners-drawer-inner--2QtIZ .header--nnAdN{font-size:20px;font-weight:600;line-height:26px;margin-bottom:22px}.selected-partners-drawer-inner--2QtIZ .filter-actions--wktEb{display:flex;justify-content:flex-end;margin-bottom:24px}.selected-partners-drawer-inner--2QtIZ .filter-actions--wktEb .clear-all--316zz{border-radius:4px;width:71px}.selected-partners-drawer-inner--2QtIZ .selected-partners--59LjS{overflow:auto;height:64px;margin-bottom:12px;flex:1 1;display:flex;justify-content:space-between;align-items:center}.selected-partners-drawer-inner--2QtIZ .selected-partners--59LjS .tag-container--3RHNy{display:flex;flex-wrap:wrap}.selected-partners-drawer-inner--2QtIZ .selected-partners--59LjS .tag-container--3RHNy .tag--2JoBj{display:flex;align-items:center}.selected-partners-drawer-inner--2QtIZ .selected-partners--59LjS .tag-container--3RHNy .tag--2JoBj .tag-text--2W9Zl{margin-right:4px;font-size:20px;line-height:24px}.selected-partners-drawer-inner--2QtIZ .selected-partners--59LjS .tag-container--3RHNy&gt;div{margin-right:18px}.selected-partners-drawer-inner--2QtIZ .selected-partners--59LjS .clear-all--316zz{font-weight:600;font-size:16px;line-height:100%;border:none;border-radius:0px;border-bottom:2px solid #fe2c55;background:transparent;padding:0;min-width:65px}.selected-partners-drawer-inner--2QtIZ .button-container--1YvW9{display:flex;justify-content:flex-end}.selected-partners-drawer-inner--2QtIZ .button-container--1YvW9 .cancel--1eyWh{margin-right:24px;font-weight:600;font-size:18px}.selected-partners-drawer-inner--2QtIZ .button-container--1YvW9 .contact--2OhmL{font-weight:600;font-size:18px}.partner-name-tooltip--2NG-l{font-weight:500}.filter-section--3EGw3{background-color:#fff;align-self:flex-start}.filter-section--3EGw3 .filters--3ePz7{padding:100px 0 80px 0;display:flex;grid-gap:84px;gap:84px;align-items:center;justify-content:space-between}.filter-section--3EGw3 .filters--3ePz7 .title--3WI73{color:rgba(0,0,0,.4);font-size:16px;font-weight:500}.filter-section--3EGw3 .filters--3ePz7 .search--1aUgH{border-bottom:solid 1px}.filter-section--3EGw3 .filters--3ePz7 .search--1aUgH&gt;label&gt;input::-moz-placeholder{color:#000}.filter-section--3EGw3 .filters--3ePz7 .search--1aUgH&gt;label&gt;input:-ms-input-placeholder{color:#000}.filter-section--3EGw3 .filters--3ePz7 .search--1aUgH&gt;label&gt;input::placeholder{color:#000}.filter-section--3EGw3 .filters--3ePz7 .dropdowns--3LxYt{display:flex;flex-direction:row;width:100%;grid-gap:30px;gap:30px}.filter-section--3EGw3 .filters--3ePz7 .dropdowns--3LxYt .dropdown--3dofW{width:100%}.filter-section--3EGw3 .filters--3ePz7 .dropdowns--3LxYt .dropdown--3dofW .byted-select-input-wrapper .byted-select-input{border-radius:20px;border:solid 2px #000}.filter-section--3EGw3 .filters--3ePz7 .dropdowns--3LxYt .dropdown--3dofW .byted-select-input-wrapper .byted-select-input-icon{right:12px}.filter-section--3EGw3 .filters--3ePz7 .dropdowns--3LxYt .dropdown--3dofW .byted-tag-default.byted-tag-fill{background:#ccfdfc;border:none;border-radius:100px;font-size:14px;line-height:24px}.filter-section--3EGw3 .filters--3ePz7 .dropdowns--3LxYt .dropdown--3dofW .byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-tip{background:#ccfdfc;border-radius:100px;font-size:14px}.filter-section--3EGw3 .applied-filters--1kdFF{padding:28px 32px}.filter-section--3EGw3 .applied-filters--1kdFF .title--3WI73{align-items:center;display:flex;justify-content:space-between;font-size:16px;font-weight:500;margin-bottom:30px}.filter-section--3EGw3 .applied-filters--1kdFF .title--3WI73 .title-text--2kW8s{color:rgba(0,0,0,.4)}.filter-section--3EGw3 .applied-filters--1kdFF .title--3WI73 .clear-all--316zz{color:#2a4d8f;cursor:pointer;font-size:14px}.filter-section--3EGw3 .applied-filters--1kdFF .filter-tags--1hPlH .tag--2JoBj{background:#ccfdfc;border-radius:100px;border:none;font-size:14px;line-height:28px;margin:0 8px 12px 0}@media screen and (max-width: 767px){.drawer--lYOn9{width:338px}.drawer--lYOn9 .filter-section--3EGw3{box-shadow:none;margin:0;min-width:281px;width:281px}.drawer--lYOn9 .filter-section--3EGw3 .filters--3ePz7{align-items:center;display:flex;flex-direction:column;margin:0}.drawer--lYOn9 .filter-section--3EGw3 .filters--3ePz7 .dropdowns--3LxYt{width:281px}.drawer--lYOn9 .filter-section--3EGw3 .applied-filters--1kdFF{padding:28px 0}.drawer--lYOn9 .filter-section--3EGw3 .applied-filters--1kdFF .clear-all--316zz{color:#2a4d8f;cursor:pointer;font-size:14px;font-weight:500;margin-top:12px}}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--1-Zx0{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--oL7jk{width:260px}.header-dropdown-item--Xlr8E{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--Xlr8E:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--Xlr8E .text--veBYm{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--Xlr8E .highlighted--3WyXA{color:#fe2c55}.byted-popover-wrapper .byted-select-popover-panel-size-lg{min-width:350px}.byted-popover-wrapper .byted-select-input-wrapper-size-lg .byted-tag-default.byted-tag-fill{background:#ccfdfc;border:none;border-radius:100px;font-size:14px;line-height:24px}.card .byted-radio:not(:last-child){margin-right:0}.card .byted-radio-circle{margin-right:12px}.card .byted-radio-checked .byted-radio-circle{border-color:#fe2c55}.card .byted-radio-checked .byted-radio-circle::after{background-color:#fe2c55}.card .byted-radio:hover .byted-radio-circle{border-color:#fe2c55}.card .byted-radio:hover .byted-radio-circle::after{background-color:#fe2c55}.container--2iQso{display:flex;flex-direction:column;position:relative}.container--2iQso .hero--3hblF{background-color:#000;padding-bottom:64px;color:#fff;overflow:hidden}.container--2iQso .hero--3hblF .breadcrumb--1RqhC{max-width:1416px;margin:50px auto 90px auto;padding:0 64px}.container--2iQso .hero--3hblF .hero-breadcrumb--1CRhD,.container--2iQso .hero--3hblF .hero-breadcrumb-main--2JATB{font-weight:700;font-size:16px;line-height:140%;color:#888}.container--2iQso .hero--3hblF .hero-breadcrumb-main--2JATB{color:#fff}.container--2iQso .hero--3hblF .text--veBYm{display:flex;grid-gap:50px;gap:50px;align-items:center;max-width:1416px;margin:56px auto 0 auto;padding:0 64px}.container--2iQso .hero--3hblF .text--veBYm .title--3Yf7V{font-weight:700;font-size:80px;line-height:100%;letter-spacing:-0.01em;flex:2 1;min-width:560px}.container--2iQso .hero--3hblF .text--veBYm .title--3Yf7V :last-child{color:#fe2c55}.container--2iQso .hero--3hblF .text--veBYm .description--bsLDp{flex:2 1;font-weight:400;font-size:20px;line-height:140%;min-width:600px}.container--2iQso .hero--3hblF .text--veBYm .badge--1gKbe{width:100%;height:auto}.container--2iQso .banner--2gvEt{align-items:center;background:#000;display:flex;flex-direction:row;height:328px;justify-content:center;overflow:hidden;background-image:url("https://sf16-scmcdn-sg.ibytedtos.com/goofy/ads/ssr_platform/partner-portal/banner-revamp.png");background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.container--2iQso .banner--2gvEt .image--3Z_QJ{height:100%;width:auto}.container--2iQso .content--26DKE{max-width:1416px;margin:0 auto;width:100%;padding:0 64px;position:static}.container--2iQso .content--26DKE .back-to-top--dEUBa{position:fixed;right:30px;bottom:60px;z-index:1000;cursor:pointer;display:none;background:#fff;border-radius:100px}.container--2iQso .content--26DKE .is-loading--2Nsov{align-items:center;display:flex;justify-content:center;padding:48px 24px;width:838px}.container--2iQso .content--26DKE .list--236nQ{padding-bottom:48px}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ{align-items:center;background:#fff;display:flex;justify-content:space-between;padding-bottom:40px}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .title--3Yf7V{color:#333;font-weight:500;font-size:16px;line-height:26px;display:flex;justify-content:center;flex-direction:column}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .title--3Yf7V .icon--1IjlR{cursor:pointer}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .title--3Yf7V .text--veBYm{margin-left:8px}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .title--3Yf7V .alphabetical--1qrpp{color:#c1c1c1}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .title--3Yf7V .asc--2KjpT{color:#fe2c55}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .title--3Yf7V .sort--2Mt_0{display:flex;align-items:center;margin-top:4px}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .contact-multiple-button-container--oYRBZ{align-items:center;display:flex}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .contact-multiple-button-container--oYRBZ .contact-multiple-button--3QbFh{height:45px;font-size:18px;font-weight:600;padding:0 20px;letter-spacing:-0.03em}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .contact-multiple-button-container--oYRBZ .cancel--17Ud5{color:#2a4d8f;cursor:pointer}.container--2iQso .content--26DKE .list--236nQ .header--1WQIZ .hidden--2F_Rb{visibility:hidden}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8{position:relative}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8 .section-header--7ds_Z{padding-bottom:36px;padding-top:60px;position:-webkit-sticky;position:sticky;top:100px;z-index:139;background:#fff}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8 .section-header--7ds_Z .label--yNSbb{font-weight:700;font-size:64px;line-height:100%;margin-bottom:12px}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8 .section-header--7ds_Z .desc-wrapper--3lIAn{display:flex;justify-content:space-between}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8 .section-header--7ds_Z .desc-wrapper--3lIAn .desc--dlW6l{font-weight:400;font-size:20px;line-height:140%}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8 .section-header--7ds_Z .desc-wrapper--3lIAn .view-all--3aUPx{height:26px;line-height:100%;text-align:center;text-align:center;font-weight:400;font-size:12px;padding:5px 15px}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8 .header-sticky--1nKXu{position:-webkit-sticky;position:sticky}.container--2iQso .content--26DKE .list--236nQ .section--3MMZ8 .header-not-sticky--3SzyG{position:unset}.container--2iQso .content--26DKE .list--236nQ .no-partners--1ejjT{background:#f0f0f0;border-radius:0px;padding:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.container--2iQso .content--26DKE .list--236nQ .no-partners--1ejjT .no-image--2zpyu{width:219px;height:198px}.container--2iQso .content--26DKE .list--236nQ .no-partners--1ejjT .message--3H9Ih{color:#fe2c55;font-weight:700;font-size:80px;line-height:100%;margin-top:26px}.container--2iQso .content--26DKE .list--236nQ .no-partners--1ejjT .description--bsLDp{font-weight:400;font-size:20px;line-height:140%;text-align:center;margin-top:26px;width:508px}.container--2iQso .content--26DKE .list--236nQ .no-partners--1ejjT .remove-button--A7HV_{font-size:16px;font-weight:500;height:34px;margin-top:40px}.container--2iQso .content--26DKE .list--236nQ .expanded--1dXNW{flex-wrap:wrap;background:#f0f0f0;cursor:unset !important}.container--2iQso .content--26DKE .list--236nQ .inner-cards--1D7Z4{display:flex;margin-right:24px;padding:0}.container--2iQso .content--26DKE .list--236nQ .no-scroll--21rhy{cursor:unset !important}.container--2iQso .content--26DKE .list--236nQ .right-arrow--3tXLc{position:absolute;right:-24px;top:50%}.container--2iQso .content--26DKE .list--236nQ .right-arrow--3tXLc:hover{cursor:pointer}.container--2iQso .content--26DKE .list--236nQ .left-arrow--LP7hf{transform:rotate(180deg);position:absolute;left:-24px;top:50%}.container--2iQso .content--26DKE .list--236nQ .left-arrow--LP7hf:hover{cursor:pointer}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S{display:flex;flex-direction:row;overflow:scroll;position:relative;scroll-behavior:smooth}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .selected--2CH5r{border:1px solid #fe2c55}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .disabled--3v8Py{cursor:not-allowed !important;opacity:.5}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D{margin:24px 0px 60px 24px}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D .partner-image--1wffk{align-items:center;border-radius:20px;box-shadow:0px 0px 15.2883px rgba(0,0,0,.1);background:#fff;display:flex;width:292px;height:292px;justify-content:center;margin-bottom:24px;padding:30px;position:relative;transition:transform .15s;cursor:pointer}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D .partner-image--1wffk .radio--aSz3e{position:absolute;top:0;right:0}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D .partner-image--1wffk img{width:100%;height:auto;max-height:100%}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D .partner-image--1wffk:hover{transform:scale(1.05, 1.05)}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D .partner-name--2-q_K{align-items:center;display:flex;font-weight:700;font-size:24px;line-height:110%;width:292px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D .partner-name--2-q_K .partner-name-text--1mjAt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:1px}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card--2_S9D .partner-detail--35hKl{margin-top:15px;width:292px;font-weight:400;font-size:12px;line-height:140%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .card-empty--3CTqN{height:300px}.container--2iQso .content--26DKE .list--236nQ .cards--IT1_S .scroll-container--2BFrE{display:flex}.selected-partner-drawer--3r8gf .byted-drawer-body{padding:0;height:100%}.selected-partner-drawer--3r8gf .byted-drawer-content-inner{padding:0;margin:0}.selected-partners-drawer-inner--3BPA6{display:flex;flex-direction:column;padding:35px 64px;justify-content:space-between;height:100%;background-color:#fff}.selected-partners-drawer-inner--3BPA6 .header--1WQIZ{font-size:20px;font-weight:600;line-height:26px;margin-bottom:22px}.selected-partners-drawer-inner--3BPA6 .filter-actions--2jQY8{display:flex;justify-content:flex-end;margin-bottom:24px}.selected-partners-drawer-inner--3BPA6 .filter-actions--2jQY8 .clear-all--19YuB{border-radius:4px;width:71px}.selected-partners-drawer-inner--3BPA6 .selected-partners--2_qSZ{overflow:auto;height:64px;margin-bottom:12px;flex:1 1;display:flex;justify-content:space-between;align-items:center}.selected-partners-drawer-inner--3BPA6 .selected-partners--2_qSZ .tag-container--1fgum{display:flex;flex-wrap:wrap}.selected-partners-drawer-inner--3BPA6 .selected-partners--2_qSZ .tag-container--1fgum .tag--2k3UV{display:flex;align-items:center}.selected-partners-drawer-inner--3BPA6 .selected-partners--2_qSZ .tag-container--1fgum .tag--2k3UV .tag-text--lOo0K{margin-right:4px;font-size:20px;line-height:24px}.selected-partners-drawer-inner--3BPA6 .selected-partners--2_qSZ .tag-container--1fgum&gt;div{margin-right:18px}.selected-partners-drawer-inner--3BPA6 .selected-partners--2_qSZ .clear-all--19YuB{font-weight:600;font-size:16px;line-height:100%;border:none;border-radius:0px;border-bottom:2px solid #fe2c55;background:transparent;padding:0;min-width:65px}.selected-partners-drawer-inner--3BPA6 .button-container--aHNqF{display:flex;justify-content:flex-end}.selected-partners-drawer-inner--3BPA6 .button-container--aHNqF .cancel--17Ud5{margin-right:24px;font-weight:600;font-size:18px}.selected-partners-drawer-inner--3BPA6 .button-container--aHNqF .contact--14RCQ{font-weight:600;font-size:18px}.partner-name-tooltip--2rbq-{font-weight:500}.filter-section--2HK2p{background-color:#fff;align-self:flex-start}.filter-section--2HK2p .filters--3BU5M{padding:100px 0 80px 0;display:flex;grid-gap:84px;gap:84px;align-items:center;justify-content:space-between}.filter-section--2HK2p .filters--3BU5M .title--3Yf7V{color:rgba(0,0,0,.4);font-size:16px;font-weight:500}.filter-section--2HK2p .filters--3BU5M .search--2CGxy{border-bottom:solid 1px}.filter-section--2HK2p .filters--3BU5M .search--2CGxy&gt;label&gt;input::-moz-placeholder{color:#000}.filter-section--2HK2p .filters--3BU5M .search--2CGxy&gt;label&gt;input:-ms-input-placeholder{color:#000}.filter-section--2HK2p .filters--3BU5M .search--2CGxy&gt;label&gt;input::placeholder{color:#000}.filter-section--2HK2p .filters--3BU5M .dropdowns--1ajVu{display:flex;flex-direction:row;width:100%;grid-gap:30px;gap:30px}.filter-section--2HK2p .filters--3BU5M .dropdowns--1ajVu .dropdown--1BCmX{width:100%}.filter-section--2HK2p .filters--3BU5M .dropdowns--1ajVu .dropdown--1BCmX .byted-select-input-wrapper .byted-select-input{border-radius:20px;border:solid 2px #000}.filter-section--2HK2p .filters--3BU5M .dropdowns--1ajVu .dropdown--1BCmX .byted-select-input-wrapper .byted-select-input-icon{right:12px}.filter-section--2HK2p .filters--3BU5M .dropdowns--1ajVu .dropdown--1BCmX .byted-tag-default.byted-tag-fill{background:#ccfdfc;border:none;border-radius:100px;font-size:14px;line-height:24px}.filter-section--2HK2p .filters--3BU5M .dropdowns--1ajVu .dropdown--1BCmX .byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-tip{background:#ccfdfc;border-radius:100px;font-size:14px}.filter-section--2HK2p .applied-filters--2FmFH{padding:28px 32px}.filter-section--2HK2p .applied-filters--2FmFH .title--3Yf7V{align-items:center;display:flex;justify-content:space-between;font-size:16px;font-weight:500;margin-bottom:30px}.filter-section--2HK2p .applied-filters--2FmFH .title--3Yf7V .title-text--32qC1{color:rgba(0,0,0,.4)}.filter-section--2HK2p .applied-filters--2FmFH .title--3Yf7V .clear-all--19YuB{color:#2a4d8f;cursor:pointer;font-size:14px}.filter-section--2HK2p .applied-filters--2FmFH .filter-tags--31oLZ .tag--2k3UV{background:#ccfdfc;border-radius:100px;border:none;font-size:14px;line-height:28px;margin:0 8px 12px 0}@media screen and (max-width: 767px){.drawer--TTtsS{width:338px}.drawer--TTtsS .filter-section--2HK2p{box-shadow:none;margin:0;min-width:281px;width:281px}.drawer--TTtsS .filter-section--2HK2p .filters--3BU5M{align-items:center;display:flex;flex-direction:column;margin:0}.drawer--TTtsS .filter-section--2HK2p .filters--3BU5M .dropdowns--1ajVu{width:281px}.drawer--TTtsS .filter-section--2HK2p .applied-filters--2FmFH{padding:28px 0}.drawer--TTtsS .filter-section--2HK2p .applied-filters--2FmFH .clear-all--19YuB{color:#2a4d8f;cursor:pointer;font-size:14px;font-weight:500;margin-top:12px}}
/**************************************************************/
/**************************************************************/
/**************************************************************/
[data-motion-wave] {
  position: relative;
}
[data-motion-wave][data-motion-wave='after']::after,
[data-motion-wave][data-motion-wave='before']::before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  border-radius: inherit;
  color: #F60457;
  animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -webkit-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -moz-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -o-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
}
@-webkit-keyframes byted-motion-wave {
  to {
    -webkit-box-shadow: 0 0 0 6px currentcolor;
  }
}
@keyframes byted-motion-wave {
  to {
    box-shadow: 0 0 0 6px currentcolor;
  }
}
@-webkit-keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
[data-motion-fade='in'] {
  animation: byted-motion-fadein 0.1s ease-out;
  -webkit-animation: byted-motion-fadein 0.1s ease-out;
  -moz-animation: byted-motion-fadein 0.1s ease-out;
  -o-animation: byted-motion-fadein 0.1s ease-out;
}
[data-motion-fade='out'] {
  pointer-events: none;
  animation: byted-motion-fadeout 0.1s ease-in both;
  -webkit-animation: byted-motion-fadeout 0.1s ease-in both;
  -moz-animation: byted-motion-fadeout 0.1s ease-in both;
  -o-animation: byted-motion-fadeout 0.1s ease-in both;
}
@-webkit-keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
.byted-radio {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
}
.byted-radio.byted-radio-rtl {
  direction: rtl;
}
.byted-radio + .byted-radio {
  margin: 0 0 0 32px;
}
.byted-radio + .byted-radio.byted-radio-rtl {
  margin: 0 32px 0 0;
}
.byted-radio .byted-radio-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-radio .byted-radio-circle::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50%;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transform: translate3d(50%, 50%, 0) scale(0);
  -webkit-transform: translate3d(50%, 50%, 0) scale(0);
  -moz-transform: translate3d(50%, 50%, 0) scale(0);
  -o-transform: translate3d(50%, 50%, 0) scale(0);
}
.byted-radio.byted-radio-checked .byted-radio-circle {
  border-color: #F60457;
}
.byted-radio.byted-radio-checked .byted-radio-circle::after {
  background-color: #F60457;
  transform: translate3d(50%, 50%, 0) scale(1);
  -webkit-transform: translate3d(50%, 50%, 0) scale(1);
  -moz-transform: translate3d(50%, 50%, 0) scale(1);
  -o-transform: translate3d(50%, 50%, 0) scale(1);
}
.byted-radio.byted-radio-size-xs {
  height: 26px;
  font-size: 12px;
  line-height: 20px;
}
.byted-radio.byted-radio-size-xs .byted-radio-circle {
  width: 14px;
  height: 14px;
}
.byted-radio.byted-radio-size-xs .byted-radio-circle::after {
  width: 7px;
  height: 7px;
}
.byted-radio.byted-radio-size-xs .byted-radio-label {
  margin: 0 0 0 4px;
}
.byted-radio.byted-radio-rtl.byted-radio-size-xs .byted-radio-label {
  margin: 0 4px 0 0;
}
.byted-radio.byted-radio-size-sm {
  height: 30px;
  font-size: 12px;
  line-height: 20px;
}
.byted-radio.byted-radio-size-sm .byted-radio-circle {
  width: 14px;
  height: 14px;
}
.byted-radio.byted-radio-size-sm .byted-radio-circle::after {
  width: 7px;
  height: 7px;
}
.byted-radio.byted-radio-size-sm .byted-radio-label {
  margin: 0 0 0 4px;
}
.byted-radio.byted-radio-rtl.byted-radio-size-sm .byted-radio-label {
  margin: 0 4px 0 0;
}
.byted-radio.byted-radio-size-md {
  height: 34px;
  font-size: 14px;
  line-height: 22px;
}
.byted-radio.byted-radio-size-md .byted-radio-circle {
  width: 16px;
  height: 16px;
}
.byted-radio.byted-radio-size-md .byted-radio-circle::after {
  width: 8px;
  height: 8px;
}
.byted-radio.byted-radio-size-md .byted-radio-label {
  margin: 0 0 0 8px;
}
.byted-radio.byted-radio-rtl.byted-radio-size-md .byted-radio-label {
  margin: 0 8px 0 0;
}
.byted-radio.byted-radio-size-lg {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
}
.byted-radio.byted-radio-size-lg .byted-radio-circle {
  width: 16px;
  height: 16px;
}
.byted-radio.byted-radio-size-lg .byted-radio-circle::after {
  width: 8px;
  height: 8px;
}
.byted-radio.byted-radio-size-lg .byted-radio-label {
  margin: 0 0 0 8px;
}
.byted-radio.byted-radio-rtl.byted-radio-size-lg .byted-radio-label {
  margin: 0 8px 0 0;
}
.byted-radio.byted-radio-size-xl {
  height: 42px;
  font-size: 16px;
  line-height: 24px;
}
.byted-radio.byted-radio-size-xl .byted-radio-circle {
  width: 18px;
  height: 18px;
}
.byted-radio.byted-radio-size-xl .byted-radio-circle::after {
  width: 9px;
  height: 9px;
}
.byted-radio.byted-radio-size-xl .byted-radio-label {
  margin: 0 0 0 8px;
}
.byted-radio.byted-radio-rtl.byted-radio-size-xl .byted-radio-label {
  margin: 0 8px 0 0;
}
.byted-radio:hover .byted-radio-circle {
  border-color: #FA4B74;
}
.byted-radio:hover .byted-radio-circle::after {
  background-color: #FA4B74;
}
.byted-radio:active .byted-radio-circle {
  border-color: #D20251;
  box-shadow: 0 0 0 2px rgba(253, 163, 178, 0.2);
}
.byted-radio:active .byted-radio-circle::after {
  background-color: #D20251;
}
.byted-radio:focus .byted-radio-circle {
  border-color: #FA4B74;
  box-shadow: 0 0 0 2px rgba(253, 163, 178, 0.2);
}
.byted-radio-disabled {
  color: #d6d6d6;
  cursor: not-allowed;
}
.byted-radio-disabled:hover .byted-radio-circle {
  border-color: #f0f0f0;
}
.byted-radio-disabled .byted-radio-circle {
  border-color: #f0f0f0;
}
.byted-radio-disabled.byted-radio-checked .byted-radio-circle {
  border-color: #FDA3B2;
}
.byted-radio-disabled.byted-radio-checked .byted-radio-circle::after {
  background: #FDA3B2;
}

@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--2uNWc{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--And0g{width:260px}.header-dropdown-item--3qgpS{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--3qgpS:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--3qgpS .text--3MHAd{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--3qgpS .highlighted--nkPrk{color:#fe2c55}.directory-link-container--3e-GB{padding:60px 0 0 38px;max-width:1448px;margin:auto}.directory-link-container--3e-GB .directory-link--1zZ9a{font-weight:700;font-size:20px;line-height:140%;color:#000 !important}.directory-link-container--3e-GB .directory-link--1zZ9a .arrow-left--5hCWT{margin:1px 12px 0 0}.container--F1gRj{display:flex;max-width:1448px;margin:auto;grid-column-gap:64px;padding:64px;padding-bottom:196px;box-sizing:border-box}.container--F1gRj .profile-information--1V57M{display:flex;flex-direction:column;align-items:center;height:-webkit-max-content;height:-moz-max-content;height:max-content;flex:1 1;background:#f0f0f0;padding:62px 30px;max-width:306px;min-width:306px}.container--F1gRj .profile-information--1V57M .profile-image--1CT-_{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0px 2px 8px rgba(0,0,0,.08);display:flex;height:120px;justify-content:center;width:120px;z-index:2}.container--F1gRj .profile-information--1V57M .profile-image--1CT-_ img{border:4px solid #fff;border-radius:8px;height:auto;max-height:120px;max-width:120px;width:auto}.container--F1gRj .profile-information--1V57M .name--I21D7{font-weight:600;font-size:20px;line-height:140%;margin-top:24px;text-align:center}.container--F1gRj .profile-information--1V57M .handle--1Ed4h{font-weight:400;font-size:16px;line-height:140%}.container--F1gRj .profile-information--1V57M .contact--2DagS{font-weight:600;font-size:18px;margin-top:16px}.container--F1gRj .profile-information--1V57M .sectionTitle--2F6hj{margin-top:62px;display:flex;flex-direction:column;width:100%}.container--F1gRj .profile-information--1V57M .sectionTitle--2F6hj .title--3yWaw{font-weight:700;font-size:16px;line-height:140%}.container--F1gRj .profile-information--1V57M .sectionTitle--2F6hj .landing-page-url--1HMER{font-weight:400;font-size:16px;line-height:140%;margin-top:12px;-webkit-text-decoration-line:underline;text-decoration-line:underline;font-feature-settings:"tnum" on,"lnum" on;justify-content:start;white-space:unset;word-break:break-word}.container--F1gRj .profile-information--1V57M .sectionTitle--2F6hj .specialty-tags--3gLeP{margin-top:12px}.container--F1gRj .profile-information--1V57M .sectionTitle--2F6hj .specialty-tags--3gLeP .tag--3yn3j{padding:5px 16px;margin-right:10px;background-color:#d6d6d6;border-radius:20px;pointer-events:none}.container--F1gRj .profile-information--1V57M .sectionTitle--2F6hj .countries--2bUvO{margin-top:12px;font-weight:400;font-size:16px;line-height:140%;font-feature-settings:"tnum" on,"lnum" on}.container--F1gRj .profile-section--I_U3d{display:flex;flex:3 1;flex-direction:column;min-width:0}.container--F1gRj .profile-about--1njIq{display:flex;flex-direction:column;max-width:829px}.container--F1gRj .profile-about--1njIq .title--3yWaw{font-weight:700;font-size:32px;line-height:45px;letter-spacing:-0.02em}.container--F1gRj .profile-about--1njIq .about--f3pem{margin-top:14px}.container--F1gRj .profile-about--1njIq .about--f3pem *{font-size:18px;line-height:140%;list-style-position:inside}.container--F1gRj .profile-badges--2-t4Q{margin-top:66px}.container--F1gRj .profile-badges--2-t4Q .badge--3eEpJ{width:auto;height:100px;margin-right:30px;margin-bottom:8px}.container--F1gRj .profile-examples--9X3Aa{padding-top:100px;display:flex;flex-direction:column}.container--F1gRj .profile-examples--9X3Aa .title--3yWaw{font-weight:700;font-size:32px;line-height:45px;letter-spacing:-0.02em}.container--F1gRj .profile-examples--9X3Aa .media-list--216An{display:flex;margin-top:14px;overflow-x:auto}.container--F1gRj .profile-examples--9X3Aa .media-list--216An::-webkit-scrollbar{height:76px}.container--F1gRj .profile-examples--9X3Aa .media-list--216An::-webkit-scrollbar-thumb{background:#333;border-top:74px solid transparent;background-clip:padding-box}.container--F1gRj .profile-examples--9X3Aa .media-list--216An::-webkit-scrollbar-track{background:rgba(51,51,51,.6);border-top:75px solid transparent;border-bottom:0px solid transparent;background-clip:padding-box}.container--F1gRj .profile-examples--9X3Aa .media-list--216An .media--2uDe5{margin-right:30px;margin-top:20px}.container--F1gRj .profile-examples--9X3Aa .media-list--216An .media--2uDe5 .display-video-wrapper{height:525px;width:294px;border-radius:15px}.container--F1gRj .profile-examples--9X3Aa .media-list--216An .media--2uDe5 .display-video-imgs{height:525px;width:294px}.container--F1gRj .profile-examples--9X3Aa .media-list--216An .media--2uDe5 .display-video-imgs&gt;img{height:525px;width:294px}.container--F1gRj .profile-examples--9X3Aa .media-list--216An .media--2uDe5:last-child{margin-right:0px}.container--F1gRj .banner--2MSmR{background:#000;height:194px}.container--F1gRj .is-loading--1oUcG{display:flex;justify-content:center;min-height:calc(100vh - 425px);padding-top:32px}.container--F1gRj .details--1GbCh{bottom:60px;display:flex;flex-direction:column;margin:0 auto;min-height:calc(100vh - 425px);position:relative;width:1203px}.container--F1gRj .details--1GbCh .heading--2KFqO{align-items:center;display:flex;flex-direction:row;justify-content:space-between;position:relative}.container--F1gRj .details--1GbCh .heading--2KFqO .heading-info--12mMA{display:flex;flex-direction:column}.container--F1gRj .details--1GbCh .heading--2KFqO .heading-info--12mMA .profile-image--1CT-_{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0px 2px 8px rgba(0,0,0,.08);display:flex;height:120px;justify-content:center;width:120px;z-index:2}.container--F1gRj .details--1GbCh .heading--2KFqO .heading-info--12mMA .profile-image--1CT-_ img{border:4px solid #fff;border-radius:8px;height:auto;max-height:120px;max-width:120px;width:auto}.container--F1gRj .details--1GbCh .heading--2KFqO .heading-info--12mMA .name--I21D7{font-weight:600;font-size:36px;line-height:50px;max-width:500px;padding:20px 0 36px 0}.container--F1gRj .details--1GbCh .heading--2KFqO .contact--2DagS{background:#fe2c55;border:none;border-radius:21px;color:#fff;font-weight:500;font-size:16px;height:42px;line-height:24px;position:absolute;right:0;text-align:center;top:84px;width:136px}.container--F1gRj .details--1GbCh .section--2An4R{margin-bottom:32px}.container--F1gRj .details--1GbCh .three-col-section--3ZdqS{display:flex;flex-direction:row;margin-bottom:32px}.container--F1gRj .details--1GbCh .three-col-section--3ZdqS .column--3t-DM{display:flex;flex-direction:column;flex:1 1 auto;width:33.3%}.container--F1gRj .details--1GbCh .three-col-section--3ZdqS .column--3t-DM .value--1mop-{color:#333;font-size:16px;line-height:26px}.container--F1gRj .details--1GbCh .three-col-section--3ZdqS .column--3t-DM:not(:last-child){margin-right:90px}.container--F1gRj .details--1GbCh .header--2yCib{color:#333;font-weight:600;font-size:24px;margin-bottom:16px}.container--F1gRj .details--1GbCh .description--3nM7a{color:#333;font-size:16px;line-height:26px}.container--F1gRj .details--1GbCh .cards--3pVTQ{display:flex;flex-wrap:wrap;margin-top:-20px}.container--F1gRj .details--1GbCh .cards--3pVTQ .card--eDFJj{font-weight:600}.container--F1gRj .details--1GbCh .media-list--216An{display:flex;flex-wrap:wrap}.container--F1gRj .details--1GbCh .media-list--216An .media--2uDe5:not(:last-child){margin-right:104px}.container--F1gRj .empty-partner--3BXNR{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 70px)}.container--F1gRj .empty-partner--3BXNR .text--3MHAd{color:#c2c5cd;font-weight:600;font-size:18px;line-height:26px}.uperMask--s5ThY{position:relative;margin-bottom:-1000px;width:120%;left:-40px;height:1000px;z-index:1000;transform:rotateX(180deg);transform-origin:top}.downMask--1J6m-{position:relative;margin-bottom:-450px;width:120%;left:-40px;height:450px;z-index:1000}
.loading--6rfrJ{position:relative;top:2px;margin-right:5px}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--2Yh55{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--3eirz{width:260px}.header-dropdown-item--c5L3L{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--c5L3L:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--c5L3L .text--3b4Tb{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--c5L3L .highlighted--1ttpK{color:#fe2c55}.byted-popover-wrapper .byted-select-input-wrapper-size-md .byted-tag-default.byted-tag-fill{border:none;border-radius:100px;font-size:14px;line-height:24px}.leads-modal--3FjUA .byted-modal-content-inner{padding:0}.leads-modal--3FjUA .byted-content-header{padding:0}.leads-modal--3FjUA .byted-modal-close-icon{color:#fff}.leads-modal--3FjUA .header--2Dkys{align-items:center;display:flex;padding:23px 32px;background-color:#fe2c55}.leads-modal--3FjUA .header--2Dkys .image--2T9oR{height:auto;width:65px}.leads-modal--3FjUA .header--2Dkys .text--3b4Tb{color:#fff;font-size:18px;font-weight:600;margin-left:38px}.leads-modal--3FjUA .form--1veAG.multiple--MnGGp{padding-top:20px}.leads-modal--3FjUA .form--1veAG{padding:26px 32px 0}.leads-modal--3FjUA .form--1veAG .byted-form-container-level-1{margin-bottom:24px}.leads-modal--3FjUA .form--1veAG .phone--310ly .byted-input-group{width:100%}.leads-modal--3FjUA .form--1veAG .phone--310ly .country-code--36OdE{width:35%}.leads-modal--3FjUA .form--1veAG .phone--310ly .country-code--36OdE .plus--3bjrf{position:relative;top:1px}.leads-modal--3FjUA .form--1veAG .description--ox8zt{height:108px}.leads-modal--3FjUA .form--1veAG .budget-label-row--3hCE9 .label--3qBzD{padding:6px 20px 6 px 0}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J{display:flex;flex-direction:column}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .input-row--1lsRG{align-items:center;display:flex}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .input-row--1lsRG .budget-input--1MRpt{width:100px}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .input-row--1lsRG .budget-input--1MRpt .byted-input-inner__wrapper{width:100px}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .input-row--1lsRG .dash--3W6op{margin:0 16px}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .input-row--1lsRG .currency-label--2g_B2{margin-left:16px}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .label-row--3ppUv{display:flex;margin-top:4px}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .label-row--3ppUv .budget-label--34faH{color:#c1c1c1;width:100px}.leads-modal--3FjUA .form--1veAG .estimated-budget--Mb32J .label-row--3ppUv .min-label--NXsIw{margin-right:40px}.leads-modal--3FjUA .form--1veAG .form-item-agreement--2TSfw{margin-bottom:16px}.leads-modal--3FjUA .form--1veAG .form-item-agreement--2TSfw .form-agreement--1z4dy{display:flex}.leads-modal--3FjUA .form--1veAG .form-item-agreement--2TSfw .form-agreement--1z4dy .byted-checkbox{padding:0}.leads-modal--3FjUA .form--1veAG .form-item-agreement--2TSfw .form-agreement--1z4dy .text--3b4Tb{font-size:12px;line-height:17px;margin-top:3px}.leads-modal--3FjUA .form--1veAG .form-item-agreement--2TSfw .form-agreement--1z4dy .text--3b4Tb .privacy-link--3x0TS{color:#3f71c3;text-decoration:none}.leads-modal--3FjUA .button-container--27HbP{display:flex;justify-content:flex-end}.leads-modal--3FjUA .button-container--27HbP .submit--DaakY{border-radius:21px;font-weight:500;height:42px;width:120px}.leads-modal--3FjUA .button-container--27HbP .submit-loading--1d54r{background:#8a8a8a}.info-container--2czIi{margin:16px 32px 0 32px}.info-container--2czIi .info--2piZR{display:flex;margin-bottom:8px}.info-container--2czIi .info--2piZR .icon--2JBxh{position:relative;top:3px;margin-right:8px}.info-container--2czIi .info--2piZR .text--3b4Tb{font-size:12px;line-height:20px}.info-container--2czIi .selected-partners-container--3ItxC{background:#fafafa;padding:18px 20px 6px 20px}.info-container--2czIi .selected-partners-container--3ItxC .selected-partners-header--2YGQL{color:#333;font-size:14px;line-height:22px;margin-bottom:8px}.info-container--2czIi .selected-partners-container--3ItxC .selected-partners-list--it_Yb .tag--7N5P_{background:#c9fdfb;border:1px solid #0ce5de;border-radius:100px;font-size:14px;line-height:28px;margin:0 8px 10px 0}.form--1veAG .byted-tag-default.byted-tag-fill{border:none;border-radius:100px;font-size:14px;line-height:24px}.is-loading--AWjTc{display:flex;justify-content:center;padding-top:32px}
@media screen and (max-width: 1365px) {
  *::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }
}

* {
  font-family: "Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.byted-message--2BpVP {
  display: inline-flex;
  align-items: center;
}

.byted-btn {
  transition: color .15s,background-color .15s,border-color .15s;
}

.header-dropdown--2eY7y {
  width: 16.25rem;
}

.header-dropdown-item--21NYT {
  color: #fff;
  background-color: #000;
  transition: color .15s;
}

.header-dropdown-item--21NYT:hover {
  color: #fe2c55;
  background-color: #000 !important;
}

.header-dropdown-item--21NYT .text--3PyTp {
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  display: flex;
  justify-content: center;
}

.header-dropdown-item--21NYT .highlighted--10HRm {
  color: #fe2c55;
}

@media screen and (max-width: 767px) {
  .leads-drawer--3YUVa .byted-drawer-vertical.byted-drawer-size-md {
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .leads-drawer--3YUVa .byted-drawer-content-header {
    background: #f7f7f7;
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 0.75rem;
  }

  .leads-drawer--3YUVa .byted-drawer-content-inner {
    padding: 0;
  }

  .leads-drawer--3YUVa .header--1cXQL {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .leads-drawer--3YUVa .header--1cXQL .text--3PyTp {
    line-height: 1.75rem;
    font-weight: 500;
    font-size: 1.125rem;
  }

  .leads-drawer--3YUVa .header--1cXQL .cancel--1gh9w {
    color: #2a4d8f;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
  }

  .leads-drawer--3YUVa .info-container--2B88l {
    margin: 0;
  }

  .leads-drawer--3YUVa .info-container--2B88l .info--328to {
    background-color: #eff3fa;
    padding: 0.5625rem 1rem;
    margin-bottom: 1rem;
  }

  .leads-drawer--3YUVa .info-container--2B88l .info--328to .text--3PyTp {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .leads-drawer--3YUVa .info-container--2B88l .info--328to .icon--1u_OV {
    height: 1rem;
    width: 1rem;
  }

  .leads-drawer--3YUVa .info-container--2B88l .selected-partners-container--2_B7N {
    padding: 1rem 1.25rem;
    margin: 0 1rem;
  }

  .leads-drawer--3YUVa .info-container--2B88l .selected-partners-container--2_B7N .selected-partners-header--TQ0yq {
    color: #333;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 0.5rem;
  }

  .leads-drawer--3YUVa .info-container--2B88l .selected-partners-container--2_B7N .selected-partners-list--1YyKR .tag--30axO {
    background: #c9fdfb;
    border: 0.0625rem solid #0ce5de;
    border-radius: 6.25rem;
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin: 0 0.5rem 0.625rem 0;
  }

  .leads-drawer--3YUVa .form--R2w19 {
    padding: 0 1rem;
    width: 21.4375rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .byted-form-container-level-1 {
    margin: 0.625rem 0 0 0;
  }

  .leads-drawer--3YUVa .form--R2w19 .byted-select-input-wrapper .byted-select-input {
    border-radius: 1.25rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .byted-input-inner__wrapper-size-md {
    border-radius: 1.25rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .byted-input-group .byted-can-input-grouped:first-child .byted-input-inner__wrapper {
    border-radius: 1.25rem 0 0 1.25rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .byted-input-group .byted-can-input-grouped:last-child .byted-input-inner__wrapper {
    border-radius: 0 1.25rem 1.25rem 0;
  }

  .leads-drawer--3YUVa .form--R2w19 .byted-checkbox-icon {
    height: 1rem;
    width: 1rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .form-item--3rgdb {
    margin: 0.25rem 0;
    width: 21.4375rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .form-item--3rgdb .label--3V1bu {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .form-item-agreement--2DOKL {
    margin-bottom: 2.5rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .form-item-agreement--2DOKL .form-agreement--ZSR3P {
    display: flex;
  }

  .leads-drawer--3YUVa .form--R2w19 .form-item-agreement--2DOKL .form-agreement--ZSR3P .byted-checkbox {
    padding: 0.375rem 0;
  }

  .leads-drawer--3YUVa .form--R2w19 .form-item-agreement--2DOKL .form-agreement--ZSR3P .text--3PyTp {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    position: relative;
    margin-bottom: 0.5rem;
    top: 0.5rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .form-item-agreement--2DOKL .form-agreement--ZSR3P .text--3PyTp .privacy-link--3k4LJ {
    color: #3f71c3;
    text-decoration: none;
  }

  .leads-drawer--3YUVa .form--R2w19 .description--_kcbz {
    border-radius: 1.25rem;
    height: 7.25rem;
    resize: none;
  }

  .leads-drawer--3YUVa .form--R2w19 .ranged-slider--2j2VB {
    padding: 0 0.25rem;
    width: 21.4375rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .budget-label-row--3Ktkm {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .budget-label-row--3Ktkm .label--3V1bu {
    margin-right: 0.75rem;
    padding: 0.375rem 0;
  }

  .leads-drawer--3YUVa .form--R2w19 .budget-label-row--3Ktkm .amounts--2LBPf {
    color: #666;
  }

  .leads-drawer--3YUVa .form--R2w19 .budget-label-row--3Ktkm .amounts--2LBPf .dash--1f7tY {
    margin: 0 0.75rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .slider--3kXiz {
    margin: 2.125rem 0 1.6875rem 0;
  }

  .leads-drawer--3YUVa .form--R2w19 .country-code--3nuqH {
    width: 8.5rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .country-code--3nuqH .plus--3Nhvi {
    position: relative;
    top: 0.0625rem;
  }

  .leads-drawer--3YUVa .form--R2w19 .phone-number--2L7-Y {
    width: 12.9375rem;
  }

  .button-container--2RxQD {
    display: flex;
    justify-content: center;
  }

  .button-container--2RxQD .submit--24IEH {
    border-radius: 1.3125rem;
    font-weight: 500;
    width: 100%;
  }

  .button-container--2RxQD .submit-loading--2fvjO {
    background: #8a8a8a;
  }
}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--33lCf{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--1hpfB{width:260px}.header-dropdown-item--mIQYp{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--mIQYp:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--mIQYp .text--olytr{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--mIQYp .highlighted--1okvy{color:#fe2c55}.submitted-modal--38oiC{width:611px}.submitted-modal--38oiC .content--2rWLM{align-items:center;display:flex;font-size:14px;flex-direction:column;line-height:20px;padding-top:32px}.submitted-modal--38oiC .content--2rWLM .confirm-image--3RVA-{margin-bottom:24px}.submitted-modal--38oiC .content--2rWLM .congrats-text--3VpYr{color:#000;font-weight:600;margin-bottom:8px;text-align:center}.submitted-modal--38oiC .content--2rWLM .message--z2ycq{color:#999;text-align:center}.button-container--353aR{display:flex;justify-content:center;margin-bottom:22px;width:100%}.button-container--353aR .button--drdfN{border-radius:20px;width:158px}
@media screen and (max-width: 1365px) {
  *::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }
}

* {
  font-family: "Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.byted-message--2ud9x {
  display: inline-flex;
  align-items: center;
}

.byted-btn {
  transition: color .15s,background-color .15s,border-color .15s;
}

.header-dropdown--2f92i {
  width: 16.25rem;
}

.header-dropdown-item--5d6yN {
  color: #fff;
  background-color: #000;
  transition: color .15s;
}

.header-dropdown-item--5d6yN:hover {
  color: #fe2c55;
  background-color: #000 !important;
}

.header-dropdown-item--5d6yN .text--3pSuS {
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  display: flex;
  justify-content: center;
}

.header-dropdown-item--5d6yN .highlighted--38Q7W {
  color: #fe2c55;
}

@media screen and (max-width: 767px) {
  .byted-content-container.byted-modal.byted-modal-size-sm {
    width: 15.9375rem;
  }

  .submitted-modal--27hK- {
    width: 15.9375rem;
  }

  .submitted-modal--27hK- .byted-modal-content-inner {
    padding: 0 1rem;
  }

  .submitted-modal--27hK- .content--233nM .confirm-image--3jjIz {
    margin-bottom: 1rem;
  }

  .submitted-modal--27hK- .content--233nM .congrats-text--3msRu {
    font-size: 1rem;
  }

  .submitted-modal--27hK- .content--233nM .message--20eVm {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--3ZiXf{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--3Zipp{width:260px}.header-dropdown-item--3D8f2{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--3D8f2:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--3D8f2 .text--18qF9{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--3D8f2 .highlighted--UsVC6{color:#fe2c55}.card-container--2_KwV{display:flex;flex-direction:column;justify-content:space-between;width:300px;min-height:400px;border:1px solid #000;border-radius:15px;padding:26px 22px 28px 22px;margin-bottom:8px;cursor:pointer;transition:box-shadow .2s}.card-container--2_KwV:hover{box-shadow:8px 8px 0px #25f4ee}.card-container--2_KwV .title--Y7Pwb{font-weight:700;font-size:28px;line-height:110%}.card-container--2_KwV .description--6Kga-{font-weight:400;font-size:12px;line-height:140%;margin-top:12px}.card-container--2_KwV .img-container--H-0es{display:flex;align-items:center;justify-content:center;margin-top:26px}.card-container--2_KwV .img-logo--1JjRI{width:45px;height:45px}.card-container--2_KwV .img-thumbnail--3nNKP{width:auto;height:auto;max-width:250px;max-height:160px;border-radius:12px}.card-container--2_KwV .footer--vdosK{display:flex;margin-top:26px;justify-content:space-between;align-items:center}.card-container--2_KwV .footer--vdosK .desc-text--19zAm{font-weight:400;font-size:12px;line-height:140%}.card-container--2_KwV .publish-date--31-Up{display:flex;align-items:center;margin-top:16px}.card-container--2_KwV .date--2l2yo{font-weight:400;font-size:12px;line-height:140%;color:#fe2c55}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--TGF8P{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--1AK0n{width:260px}.header-dropdown-item--1BP48{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--1BP48:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--1BP48 .text--2S_7n{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--1BP48 .highlighted--2khuX{color:#fe2c55}.byted-popover-wrapper .byted-select-input-wrapper-size-lg .byted-tag-default.byted-tag-fill{background:#ccfdfc;border-radius:100px;font-size:14px}.banner--3jgdb{align-items:center;background:rgba(246,86,86,.15);display:flex;flex-direction:row;height:256px;justify-content:center}.banner--3jgdb .title--vujqg{color:#000;font-weight:600;font-size:48px;line-height:56px;margin-right:24px}.banner--3jgdb .image--3jT15{position:relative;left:92px;width:739px}.container--3n6E0{display:flex;flex-direction:column}.container--3n6E0 .form--3BmmY{background:#f8f9fa;padding:64px 32px 80px 32px;z-index:2}.container--3n6E0 .form--3BmmY .byted-input-inner__wrapper-size-lg{border-radius:20px}.container--3n6E0 .form--3BmmY .byted-input-group .byted-can-input-grouped:first-child .byted-input-inner__wrapper{border-top-left-radius:20px;border-bottom-left-radius:20px}.container--3n6E0 .form--3BmmY .byted-input-group .byted-can-input-grouped:last-child .byted-input-inner__wrapper{border-top-right-radius:20px;border-bottom-right-radius:20px}.container--3n6E0 .form--3BmmY .dropdown .byted-select-input-wrapper .byted-select-input{border-radius:20px}.container--3n6E0 .form--3BmmY .dropdown .byted-tag-default.byted-tag-fill{background:#ccfdfc;border-radius:100px;font-size:14px}.container--3n6E0 .form--3BmmY .dropdown .byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-tip{background:#ccfdfc;border-radius:100px;font-size:14px}.container--3n6E0 .form--3BmmY .content--1UKBq{display:flex;flex-direction:column;max-width:784px;margin:0 auto}.container--3n6E0 .form--3BmmY .content--1UKBq .section--3DLEk{display:flex;flex-direction:column;justify-content:center;padding:12px 0}.container--3n6E0 .form--3BmmY .content--1UKBq .section--3DLEk .inputs--3n_DH{justify-content:center;display:flex;flex-direction:column}.container--3n6E0 .form--3BmmY .content--1UKBq .section--3DLEk .inputs--3n_DH .input-line--5D1nk{display:flex;justify-content:space-between}.container--3n6E0 .form--3BmmY .content--1UKBq .section--3DLEk .inputs--3n_DH .input-line--5D1nk .description--1JYQb{border-radius:20px;height:108px;resize:none}.container--3n6E0 .form--3BmmY .content--1UKBq .section--3DLEk .inputs--3n_DH .input-line--5D1nk .country-code--3-55B{width:138px}.container--3n6E0 .form--3BmmY .content--1UKBq .section--3DLEk .inputs--3n_DH .input-line--5D1nk .country-code--3-55B .plus--2BwkB{position:relative;top:1px}.container--3n6E0 .form--3BmmY .content--1UKBq .section--3DLEk .inputs--3n_DH .input-line--5D1nk .phone-number--2U2f_{width:223px}.container--3n6E0 .form--3BmmY .content--1UKBq .title--vujqg{font-weight:600;font-size:24px;line-height:32px;margin-bottom:14px}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item--3JM5u{margin:8px 0;width:360px}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item--3JM5u .label--3ETX5{font-size:14px;margin-bottom:8px}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item--3JM5u .bcid-form-item--2Cqpj{align-items:center;display:flex;position:relative}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item--3JM5u .bcid-form-item--2Cqpj .help--17hOd{cursor:pointer;position:absolute;right:-32px;top:4px}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item--3JM5u .bcid-form-item--2Cqpj .help--17hOd .hint--1bu-w{cursor:pointer;height:16px;width:16px}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item-agreement--1wywj{margin-bottom:16px}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item-agreement--1wywj .form-agreement--1xSjZ{align-items:center;display:flex}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item-agreement--1wywj .form-agreement--1xSjZ .text--2S_7n{font-size:12px;line-height:17px;margin-top:3px}.container--3n6E0 .form--3BmmY .content--1UKBq .form-item-agreement--1wywj .form-agreement--1xSjZ .text--2S_7n .privacy-link--3aR6M{color:#3f71c3;text-decoration:none}.container--3n6E0 .form--3BmmY .content--1UKBq .submit--jczPh{border-radius:21px;font-size:16px;height:42px;width:360px}.container--3n6E0 .form--3BmmY .content--1UKBq .submit-loading--38F9A{background:#8a8a8a}.hint-link--2rspV{color:#3f71c3;text-decoration:none}.business-center-dropdown-item--1G2kT{align-items:center;display:flex;justify-content:space-between}.business-center-dropdown-item--1G2kT .info--3sY7y{flex:1 1 auto;max-width:100%;overflow:hidden;text-overflow:ellipsis}.business-center-dropdown-item--1G2kT .info--3sY7y .name--2sjDw{color:#000;font-size:14px;overflow:hidden;text-overflow:ellipsis}.business-center-dropdown-item--1G2kT .info--3sY7y .name--2sjDw.name-disabled--12C5S{color:#d1d1d1}.business-center-dropdown-item--1G2kT .info--3sY7y .bcid--reQm6{color:#999}.business-center-dropdown-item--1G2kT .info--3sY7y .bcid--reQm6.bcid-disabled--1buvM{color:#d1d1d1}.business-center-dropdown-item--1G2kT .status--38tiQ{background-color:#ccfdfc;border-radius:10px;color:#000;margin-right:32px;padding:0 6px}.submitted-modal--1Ed-h .content--1UKBq,.invalid-link-modal--1RkDP .content--1UKBq{align-items:center;display:flex;font-size:14px;flex-direction:column;padding-top:32px}.submitted-modal--1Ed-h .content--1UKBq .confirm-image--snSWr,.invalid-link-modal--1RkDP .content--1UKBq .confirm-image--snSWr{margin-bottom:24px}.submitted-modal--1Ed-h .content--1UKBq .congrats-text--Uhieg,.invalid-link-modal--1RkDP .content--1UKBq .congrats-text--Uhieg{margin-bottom:38px}.submitted-modal--1Ed-h .content--1UKBq .text--2S_7n,.invalid-link-modal--1RkDP .content--1UKBq .text--2S_7n{color:#000;text-align:center}.submitted-modal--1Ed-h .content--1UKBq .text--2S_7n .link--XjsIM,.invalid-link-modal--1RkDP .content--1UKBq .text--2S_7n .link--XjsIM{color:#3f71c3;text-decoration:none}.submitted-modal--1Ed-h .button-container--2hocl,.invalid-link-modal--1RkDP .button-container--2hocl{display:flex;justify-content:center;margin-bottom:8px;width:100%}.submitted-modal--1Ed-h .button-container--2hocl .button--3MZom,.invalid-link-modal--1RkDP .button-container--2hocl .button--3MZom{border-radius:20px;width:158px}.is-loading--2Q_te{display:flex;justify-content:center;min-height:100vh;padding-top:32px}
@media screen and (max-width: 1365px) {
  *::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }
}

* {
  font-family: "Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.byted-message--lutrJ {
  display: inline-flex;
  align-items: center;
}

.byted-btn {
  transition: color .15s,background-color .15s,border-color .15s;
}

.header-dropdown--2v-bJ {
  width: 16.25rem;
}

.header-dropdown-item--3NEk3 {
  color: #fff;
  background-color: #000;
  transition: color .15s;
}

.header-dropdown-item--3NEk3:hover {
  color: #fe2c55;
  background-color: #000 !important;
}

.header-dropdown-item--3NEk3 .text--3ZjQs {
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  display: flex;
  justify-content: center;
}

.header-dropdown-item--3NEk3 .highlighted--2lcxC {
  color: #fe2c55;
}

@media screen and (max-width: 1365px) {
  .banner--3Gx8N {
    flex-direction: column;
    height: 16rem;
    justify-content: flex-end;
  }

  .banner--3Gx8N .title--sqocx {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin: 0;
    position: relative;
    text-align: center;
    top: 2.5rem;
  }

  .banner--3Gx8N .image--3DTV4 {
    left: unset;
    top: 2.75rem;
    width: 13.5625rem;
  }

  .container--14XaX .form--3rl6g {
    padding: 1.5rem 1rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 {
    margin: 0;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .section--3U-wQ {
    padding: 0.75rem 0 1.25rem 0;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .section--3U-wQ .inputs--2Kxmn .input-line--2K15E {
    flex-direction: column;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .section--3U-wQ .inputs--2Kxmn .input-line--2K15E .country-code--21-k6 {
    width: 8.5rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .section--3U-wQ .inputs--2Kxmn .input-line--2K15E .phone-number--quwL9 {
    width: 12.9375rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .title--sqocx {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.875rem;
    width: 21.4375rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .form-item--1fOcz {
    margin: 0.25rem 0;
    width: 21.4375rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .form-item--1fOcz .label--20TsJ {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .mobile-hint-message--2Bdoq {
    color: #c1c1c1;
    font-size: 0.75rem;
    margin: 0.25rem 0 0 0.75rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .form-item-agreement--2HXBN {
    margin-bottom: 2.5rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .form-item-agreement--2HXBN .form-agreement--2Q0h3 .text--3ZjQs {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    position: relative;
    margin-bottom: 0.5rem;
    top: 0.5rem;
  }

  .container--14XaX .form--3rl6g .content--jrOG3 .submit--yojmt {
    width: 21.4375rem;
  }
}
.hello--18_Kx{color:blue;font-size:24px}
.display-input--3MYWQ{outline:none !important}.display-input--3MYWQ *{width:inherit;height:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;word-break:break-all;color:inherit}
.metrics-wrapper{display:-ms-flexbox;display:flex}.metrics-wrapper.can-hover .metric-item:hover .add-icon,.metrics-wrapper.can-hover .metric-item:hover .remove-icon{display:inline-block}.metrics-wrapper.count-1&gt;.metric-item:last-of-type,.metrics-wrapper.count-1&gt;.metric-item:first-of-type,.metrics-wrapper.count-2&gt;.metric-item:last-of-type,.metrics-wrapper.count-2&gt;.metric-item:first-of-type{text-align:center}.metrics-wrapper.count-1 .metric-item{width:998px}.metrics-wrapper.count-1 .metric-item .remove-icon{left:calc(50% - 36px)}.metrics-wrapper.count-2 .metric-item{width:499px}.metrics-wrapper.count-2 .metric-item .remove-icon{left:calc(50% - 36px)}.metrics-wrapper.count-3 .metric-item{width:333px}.metrics-wrapper.count-3 .metric-item .remove-icon{left:calc(50% - 36px)}.metrics-wrapper.count-3 .metric-item:first-of-type .remove-icon{left:0}.metrics-wrapper.count-3 .metric-item:last-of-type .remove-icon{left:calc(100% - 74px)}.metrics-wrapper .metric-item{margin:0;text-align:center;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column}.metrics-wrapper .metric-item .display-input{outline:none !important}.metrics-wrapper .metric-item .add-icon{display:none;position:absolute;right:-8px;top:calc(50% - 8px);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.metrics-wrapper .metric-item .remove-icon{display:none;position:absolute;top:-40px;padding:8px;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.154184);box-shadow:0 1px 5px rgba(0,0,0,.154184);border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.metrics-wrapper .metric-item .remove-icon::after{content:" ";position:absolute;background-color:transparent;width:100%;height:20px;left:0;bottom:-20px}.metrics-wrapper .metric-item:first-of-type{margin-left:0;text-align:left}.metrics-wrapper .metric-item:last-of-type{margin-right:0;text-align:right}.metrics-wrapper .metric-item .byted-popper-trigger{width:100%;height:100%}.metrics-wrapper .metric-item-title{width:100%;word-break:break-all;line-height:48px;min-height:48px;font-size:32px;color:#3867be;border-bottom:1px solid transparent}.metrics-wrapper .metric-item-description{width:100%;word-break:break-all;font-size:16px;line-height:24px;min-height:24px;color:#333}
.display-video{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.display-video.can-hover:hover .display-video-action-areas{display:inline-block}.display-video-wrapper{position:relative;width:263px;height:468px;margin:0 auto;border-radius:8px;overflow:hidden}.display-video-inner{position:relative;width:2000px;height:468px;-webkit-transition:left 300ms ease-in-out;transition:left 300ms ease-in-out;vertical-align:middle}.display-video-imgs{width:263px;height:468px;margin:0 auto;border-radius:8px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;vertical-align:middle}.display-video-imgs&gt;img{width:auto;height:auto;max-width:100%;max-height:100%;border-radius:8px}.display-video-imgs .xgplayer-container{display:inline-block;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:8px}.display-video-bar{width:120px;margin:16px auto;display:-ms-inline-flexbox;display:inline-flex;border-radius:4px;position:relative}.display-video-bar-item{position:relative;background-color:#dadfe3;height:4px;cursor:pointer;-webkit-transition:left 300ms ease-in-out;transition:left 300ms ease-in-out}.display-video-bar-item.active{position:absolute;background-color:#338aff}.display-video-action-areas{padding:4px 8px;position:absolute;right:120px;top:-36px;font-size:12px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.154184);box-shadow:0 1px 5px rgba(0,0,0,.154184);border-radius:4px;display:none}.display-video-action-areas::after{content:" ";position:absolute;background-color:transparent;width:122px;height:40px;left:0;bottom:-40px}
.xgplayer-container--3sV6M .xgplayer-cross--LgMmA{position:absolute;width:24px;height:24px;top:-7px;right:-8px;background:#000;color:#fff;z-index:999;border-radius:50%;padding:3px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer}.xgplayer-container--3sV6M .xgplayer-progress--9eamE{left:0 !important;right:0 !important}.xgplayer-container--3sV6M .xgplayer-echart--119Qn{position:absolute;left:0;bottom:46px;z-index:1}
.story-item{margin:0 auto}.story-item-title{font-size:24px;font-weight:500;line-height:32px;color:#333}.story-item-title-text{min-height:32px}.story-item-title-text.hide{min-height:0}.story-item-content{margin-top:16px;font-size:16px;line-height:26px;color:#333;vertical-align:middle}.story-item-content-text{min-height:26px}.story-item-content-text.hide{min-height:0}
@font-face{{font-display:swap;font-family:sofia-bold;src:url([object Module]) format("woff2"),url([object Module]) format("woff");font-weight:normal;font-style:normal}}@font-face{{font-display:swap;font-family:sofia;src:url([object Module]) format("woff2"),url([object Module]) format("woff");font-weight:normal;font-style:normal}}.byted-tooltip-popover,.byted-tooltip-inner{word-break:break-word !important}.story-btn-tooltip{max-width:259px}.story-btn-tooltip .byted-popover-arrow-inner{position:relative;margin-left:-37px}.partner-story-template-1-wrapper{font-family:sofia}.partner-story-template-1-wrapper .operations{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;padding:18px 32px}.partner-story-template-1-wrapper .operations .icon{margin-right:40px;cursor:pointer}.partner-story-template-1-wrapper .title-font{font-family:sofia-bold}.partner-story-template-1-wrapper&gt;.header-image{position:relative}.partner-story-template-1-wrapper&gt;.header-image&gt;img{width:100%;height:32vw}.partner-story-template-1-wrapper&gt;.header-image .change-img-btn{position:absolute;top:24px;left:24px}.partner-story-template-1-wrapper&gt;.header-image .change-img-btn button{width:100px;height:34px;line-height:32px;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.154184);box-shadow:0 1px 5px rgba(0,0,0,.154184);border-radius:4px;color:#333;font-size:12px;padding:0 8px}.partner-story-template-1-wrapper .paragraph-area{width:1086px;padding:11px 44px;margin-top:18px;margin-left:-44px;border:2px solid transparent}.partner-story-template-1-wrapper .paragraph-area.editing{border:2px solid #3f71c3}.partner-story-template-1-wrapper .section-wrapper{margin:0 auto}.partner-story-template-1-wrapper&gt;.content{position:relative;width:998px;top:-60px;margin:0 auto}.partner-story-template-1-wrapper&gt;.content img.avatar{width:120px;height:120px;border:4px solid #fff;border-radius:8px}.partner-story-template-1-wrapper&gt;.content .company-name{font-size:36px;font-weight:500;line-height:50px;color:#000;font-family:sofia-bold}
@media screen and (max-width: 767px) {
  .partner-story-template-1-wrapper&gt;.header-image {
    position: relative;
  }

  .partner-story-template-1-wrapper&gt;.header-image&gt;img {
    width: 100%;
    height: 32%;
  }

  .partner-story-template-1-wrapper .paragraph-area {
    width: 100%;
    margin: 1.125rem 0 0 0;
    border: 0.125rem solid transparent;
    padding: 0;
  }

  .partner-story-template-1-wrapper .paragraph-area.editing {
    border: 0.125rem solid #3f71c3;
  }

  .partner-story-template-1-wrapper .section-wrapper {
    margin: 0 auto;
    padding: 0 1rem;
  }

  .partner-story-template-1-wrapper&gt;.content {
    position: relative;
    width: 100%;
    top: -3.75rem;
    margin: 0 auto;
  }

  .partner-story-template-1-wrapper&gt;.content&gt;.section-wrapper:first-of-type {
    text-align: center;
  }

  .partner-story-template-1-wrapper&gt;.content img.avatar {
    width: 7.5rem;
    height: 7.5rem;
    border: 0.25rem solid #fff;
    border-radius: 0.5rem;
  }

  .partner-story-template-1-wrapper&gt;.content .company-name {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 3.125rem;
    color: #000;
    text-align: center;
  }

  .partner-story-template-1-wrapper .metrics-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }

  .partner-story-template-1-wrapper .metrics-wrapper .metric-item {
    width: 100%;
    margin: 0 0 1rem 0;
    text-align: center;
  }

  .partner-story-template-1-wrapper .template-divider {
    margin: 0.25rem 0 !important;
  }

  .partner-story-template-1-wrapper .stories-wrapper .story-item {
    padding: 1rem;
  }

  .partner-story-template-1-wrapper .stories-wrapper .story-item:not(:first-of-type):not(:last-of-type) .story-item-content {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .partner-story-template-1-wrapper .stories-wrapper .story-item:not(:first-of-type):not(:last-of-type) .story-item-medias {
    margin-top: 2rem;
    width: 100% !important;
  }

  .partner-story-template-1-wrapper .story-item-medias {
    float: none !important;
  }
}

.mobile-preview {
  border: 0.0625rem solid #000;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-preview .partner-story-template-1-wrapper&gt;.header-image {
  position: relative;
}

.mobile-preview .partner-story-template-1-wrapper&gt;.header-image&gt;img {
  width: 100%;
  height: 32%;
}

.mobile-preview .partner-story-template-1-wrapper .paragraph-area {
  width: 100%;
  margin: 1.125rem 0 0 0;
  border: 0.125rem solid transparent;
  padding: 0;
}

.mobile-preview .partner-story-template-1-wrapper .paragraph-area.editing {
  border: 0.125rem solid #3f71c3;
}

.mobile-preview .partner-story-template-1-wrapper .section-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

.mobile-preview .partner-story-template-1-wrapper&gt;.content {
  position: relative;
  width: 100%;
  top: -3.75rem;
  margin: 0 auto;
}

.mobile-preview .partner-story-template-1-wrapper&gt;.content&gt;.section-wrapper:first-of-type {
  text-align: center;
}

.mobile-preview .partner-story-template-1-wrapper&gt;.content img.avatar {
  width: 7.5rem;
  height: 7.5rem;
  border: 0.25rem solid #fff;
  border-radius: 0.5rem;
}

.mobile-preview .partner-story-template-1-wrapper&gt;.content .company-name {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3.125rem;
  color: #000;
  text-align: center;
}

.mobile-preview .partner-story-template-1-wrapper .metrics-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
}

.mobile-preview .partner-story-template-1-wrapper .metrics-wrapper .metric-item {
  width: 100%;
  margin: 0 0 1rem 0;
  text-align: center;
}

.mobile-preview .partner-story-template-1-wrapper .template-divider {
  margin: 0.25rem 0 !important;
}

.mobile-preview .partner-story-template-1-wrapper .stories-wrapper .story-item {
  padding: 1rem;
}

.mobile-preview .partner-story-template-1-wrapper .stories-wrapper .story-item:not(:first-of-type):not(:last-of-type) .story-item-content {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.mobile-preview .partner-story-template-1-wrapper .stories-wrapper .story-item:not(:first-of-type):not(:last-of-type) .story-item-medias {
  margin-top: 2rem;
  width: 100% !important;
}

.mobile-preview .partner-story-template-1-wrapper .story-item-medias {
  float: none !important;
}
</pre></body></html>