/* 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 */

/* 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^=ugsso-]::-ms-clear,
[class*= ugsso-]::-ms-clear,
[class^=ugsso-] input::-ms-clear,
[class*= ugsso-] input::-ms-clear,
[class^=ugsso-] input::-ms-reveal,
[class*= ugsso-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  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: #121216;
  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;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  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: #3C62FF;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #668aff;
}
a:active {
  color: #2946d9;
}
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;
}
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;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  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;
}
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'] {
  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: #3C62FF;
}
::selection {
  color: #fff;
  background: #3C62FF;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-flex;
  align-items: center;
  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 > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.ugsso-fade-enter,
.ugsso-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-fade-enter.ugsso-fade-enter-active,
.ugsso-fade-appear.ugsso-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ugsso-fade-leave.ugsso-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-fade-enter,
.ugsso-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ugsso-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ugsso-move-up-enter,
.ugsso-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-up-enter.ugsso-move-up-enter-active,
.ugsso-move-up-appear.ugsso-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ugsso-move-up-leave.ugsso-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-move-up-enter,
.ugsso-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ugsso-move-down-enter,
.ugsso-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-down-enter.ugsso-move-down-enter-active,
.ugsso-move-down-appear.ugsso-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ugsso-move-down-leave.ugsso-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-move-down-enter,
.ugsso-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ugsso-move-left-enter,
.ugsso-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-left-enter.ugsso-move-left-enter-active,
.ugsso-move-left-appear.ugsso-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ugsso-move-left-leave.ugsso-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-move-left-enter,
.ugsso-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ugsso-move-right-enter,
.ugsso-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-move-right-enter.ugsso-move-right-enter-active,
.ugsso-move-right-appear.ugsso-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ugsso-move-right-leave.ugsso-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-move-right-enter,
.ugsso-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ugsso-click-animating='true'],
[ugsso-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #3C62FF;
  --scroll-bar: 0;
}
[ugsso-click-animating-without-extra-node='true']::after,
.ugsso-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #3C62FF;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  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-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #3C62FF;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ugsso-slide-up-enter,
.ugsso-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-up-enter.ugsso-slide-up-enter-active,
.ugsso-slide-up-appear.ugsso-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ugsso-slide-up-leave.ugsso-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-slide-up-enter,
.ugsso-slide-up-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ugsso-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ugsso-slide-down-enter,
.ugsso-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-down-enter.ugsso-slide-down-enter-active,
.ugsso-slide-down-appear.ugsso-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ugsso-slide-down-leave.ugsso-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-slide-down-enter,
.ugsso-slide-down-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ugsso-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ugsso-slide-left-enter,
.ugsso-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-left-enter.ugsso-slide-left-enter-active,
.ugsso-slide-left-appear.ugsso-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ugsso-slide-left-leave.ugsso-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-slide-left-enter,
.ugsso-slide-left-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ugsso-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ugsso-slide-right-enter,
.ugsso-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-slide-right-enter.ugsso-slide-right-enter-active,
.ugsso-slide-right-appear.ugsso-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ugsso-slide-right-leave.ugsso-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-slide-right-enter,
.ugsso-slide-right-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ugsso-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ugsso-zoom-enter,
.ugsso-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-enter.ugsso-zoom-enter-active,
.ugsso-zoom-appear.ugsso-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ugsso-zoom-leave.ugsso-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-zoom-enter,
.ugsso-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-zoom-enter-prepare,
.ugsso-zoom-appear-prepare {
  transform: none;
}
.ugsso-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-zoom-big-enter,
.ugsso-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-big-enter.ugsso-zoom-big-enter-active,
.ugsso-zoom-big-appear.ugsso-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ugsso-zoom-big-leave.ugsso-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-zoom-big-enter,
.ugsso-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-zoom-big-enter-prepare,
.ugsso-zoom-big-appear-prepare {
  transform: none;
}
.ugsso-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-zoom-big-fast-enter,
.ugsso-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-big-fast-enter.ugsso-zoom-big-fast-enter-active,
.ugsso-zoom-big-fast-appear.ugsso-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ugsso-zoom-big-fast-leave.ugsso-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-zoom-big-fast-enter,
.ugsso-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-zoom-big-fast-enter-prepare,
.ugsso-zoom-big-fast-appear-prepare {
  transform: none;
}
.ugsso-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-zoom-up-enter,
.ugsso-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-up-enter.ugsso-zoom-up-enter-active,
.ugsso-zoom-up-appear.ugsso-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ugsso-zoom-up-leave.ugsso-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-zoom-up-enter,
.ugsso-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-zoom-up-enter-prepare,
.ugsso-zoom-up-appear-prepare {
  transform: none;
}
.ugsso-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-zoom-down-enter,
.ugsso-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-down-enter.ugsso-zoom-down-enter-active,
.ugsso-zoom-down-appear.ugsso-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ugsso-zoom-down-leave.ugsso-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-zoom-down-enter,
.ugsso-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-zoom-down-enter-prepare,
.ugsso-zoom-down-appear-prepare {
  transform: none;
}
.ugsso-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-zoom-left-enter,
.ugsso-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-left-enter.ugsso-zoom-left-enter-active,
.ugsso-zoom-left-appear.ugsso-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ugsso-zoom-left-leave.ugsso-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-zoom-left-enter,
.ugsso-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-zoom-left-enter-prepare,
.ugsso-zoom-left-appear-prepare {
  transform: none;
}
.ugsso-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-zoom-right-enter,
.ugsso-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ugsso-zoom-right-enter.ugsso-zoom-right-enter-active,
.ugsso-zoom-right-appear.ugsso-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ugsso-zoom-right-leave.ugsso-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ugsso-zoom-right-enter,
.ugsso-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ugsso-zoom-right-enter-prepare,
.ugsso-zoom-right-appear-prepare {
  transform: none;
}
.ugsso-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  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;
  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 */
.ugsso-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f9fbfd;
}
.ugsso-layout,
.ugsso-layout * {
  box-sizing: border-box;
}
.ugsso-layout.ugsso-layout-has-sider {
  flex-direction: row;
}
.ugsso-layout.ugsso-layout-has-sider > .ugsso-layout,
.ugsso-layout.ugsso-layout-has-sider > .ugsso-layout-content {
  width: 0;
}
.ugsso-layout-header,
.ugsso-layout-footer {
  flex: 0 0 auto;
}
.ugsso-layout-header {
  height: 64px;
  padding: 0 50px;
  color: #121216;
  line-height: 64px;
  background: #001529;
}
.ugsso-layout-footer {
  padding: 24px 50px;
  color: #121216;
  font-size: 14px;
  background: #f9fbfd;
}
.ugsso-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ugsso-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ugsso-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ugsso-layout-sider-children .ugsso-menu.ugsso-menu-inline-collapsed {
  width: auto;
}
.ugsso-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ugsso-layout-sider-right {
  order: 1;
}
.ugsso-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ugsso-layout-sider-zero-width > * {
  overflow: hidden;
}
.ugsso-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ugsso-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ugsso-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ugsso-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}
.ugsso-layout-sider-light {
  background: #fff;
}
.ugsso-layout-sider-light .ugsso-layout-sider-trigger {
  color: #121216;
  background: #fff;
}
.ugsso-layout-sider-light .ugsso-layout-sider-zero-width-trigger {
  color: #121216;
  background: #fff;
}
.ugsso-layout-rtl {
  direction: rtl;
}

/* 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 */
.ugsso-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}
.ugsso-collapse > .ugsso-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ugsso-collapse > .ugsso-collapse-item:last-child,
.ugsso-collapse > .ugsso-collapse-item:last-child > .ugsso-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-arrow svg {
  transition: transform 0.24s;
}
.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-header-text {
  flex: auto;
}
.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-extra {
  margin-left: auto;
}
.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header:focus {
  outline: none;
}
.ugsso-collapse > .ugsso-collapse-item .ugsso-collapse-header-collapsible-only {
  cursor: default;
}
.ugsso-collapse > .ugsso-collapse-item .ugsso-collapse-header-collapsible-only .ugsso-collapse-header-text {
  flex: none;
  cursor: pointer;
}
.ugsso-collapse > .ugsso-collapse-item .ugsso-collapse-icon-collapsible-only {
  cursor: default;
}
.ugsso-collapse > .ugsso-collapse-item .ugsso-collapse-icon-collapsible-only .ugsso-collapse-expand-icon {
  cursor: pointer;
}
.ugsso-collapse > .ugsso-collapse-item.ugsso-collapse-no-arrow > .ugsso-collapse-header {
  padding-left: 12px;
}
.ugsso-collapse-icon-position-end > .ugsso-collapse-item > .ugsso-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ugsso-collapse-icon-position-end > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ugsso-collapse-content {
  color: #121216;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ugsso-collapse-content > .ugsso-collapse-content-box {
  padding: 16px;
}
.ugsso-collapse-content-hidden {
  display: none;
}
.ugsso-collapse-item:last-child > .ugsso-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ugsso-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ugsso-collapse-borderless > .ugsso-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ugsso-collapse-borderless > .ugsso-collapse-item:last-child,
.ugsso-collapse-borderless > .ugsso-collapse-item:last-child .ugsso-collapse-header {
  border-radius: 0;
}
.ugsso-collapse-borderless > .ugsso-collapse-item:last-child {
  border-bottom: 0;
}
.ugsso-collapse-borderless > .ugsso-collapse-item > .ugsso-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ugsso-collapse-borderless > .ugsso-collapse-item > .ugsso-collapse-content > .ugsso-collapse-content-box {
  padding-top: 4px;
}
.ugsso-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ugsso-collapse-ghost > .ugsso-collapse-item {
  border-bottom: 0;
}
.ugsso-collapse-ghost > .ugsso-collapse-item > .ugsso-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ugsso-collapse-ghost > .ugsso-collapse-item > .ugsso-collapse-content > .ugsso-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ugsso-collapse .ugsso-collapse-item-disabled > .ugsso-collapse-header,
.ugsso-collapse .ugsso-collapse-item-disabled > .ugsso-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ugsso-collapse-rtl {
  direction: rtl;
}
.ugsso-collapse-rtl.ugsso-collapse.ugsso-collapse-icon-position-end > .ugsso-collapse-item > .ugsso-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
}
.ugsso-collapse-rtl.ugsso-collapse.ugsso-collapse-icon-position-end > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  margin: 0;
  transform: translateY(-50%);
}
.ugsso-collapse-rtl .ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ugsso-collapse-rtl.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ugsso-collapse-rtl.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-arrow svg {
  transform: rotate(180deg);
}
.ugsso-collapse-rtl.ugsso-collapse > .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ugsso-collapse-rtl.ugsso-collapse > .ugsso-collapse-item.ugsso-collapse-no-arrow > .ugsso-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

.style_agreement__KTWuS {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px;
  padding-bottom: 46px;
  color: #121216;
  font-family: PingFangSC-Regular, 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, serif;
}
.style_agreement__KTWuS .style_title__HdK1U {
  margin: 48px auto 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
}
.style_agreement__KTWuS .style_container__wtGVl {
  width: 85%;
  max-width: 1000px;
}
.style_agreement__KTWuS .style_container__wtGVl .style_item__JSa1W {
  padding: 19px 0;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #ededef;
}
.style_agreement__KTWuS .style_container__wtGVl .style_item__JSa1W:last-child {
  border-bottom: none;
}
.style_agreement__KTWuS .style_container__wtGVl .style_item__JSa1W a {
  color: #5e616f;
}
.style_agreement__KTWuS .style_container__wtGVl .style_item__JSa1W a:hover,
.style_agreement__KTWuS .style_container__wtGVl .style_item__JSa1W a:active {
  color: #3C62FF;
}
.style_agreement__KTWuS .ugsso-collapse {
  background: #fff;
}
.style_agreement__KTWuS .ugsso-collapse .ugsso-collapse-item {
  margin-bottom: 24px;
  border: 1px solid #ededef;
  border-radius: 4px;
}
.style_agreement__KTWuS .ugsso-collapse .ugsso-collapse-item > .ugsso-collapse-header {
  padding: 16px 24px;
  background-color: #f8f9fb;
}
.style_agreement__KTWuS .ugsso-collapse .ugsso-collapse-item > .ugsso-collapse-header .ugsso-collapse-arrow {
  color: #999ba5;
  font-size: 20px;
}
.style_agreement__KTWuS .ugsso-collapse .ugsso-collapse-item .ugsso-collapse-header-text {
  color: #121216;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.style_agreement__KTWuS .ugsso-collapse .ugsso-collapse-content > .ugsso-collapse-content-box {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .style_agreement__KTWuS {
    min-height: auto;
    padding-bottom: 24px;
  }
  .style_agreement__KTWuS .style_title__HdK1U {
    margin: 24px auto;
    font-size: 20px;
  }
  .style_agreement__KTWuS .style_container__wtGVl {
    width: 100%;
  }
  .style_agreement__KTWuS .ugsso-collapse .ugsso-collapse-item .ugsso-collapse-header-text {
    font-size: 16px;
  }
}

/* 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 */
.ugsso-tabs-small > .ugsso-tabs-nav .ugsso-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ugsso-tabs-large > .ugsso-tabs-nav .ugsso-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ugsso-tabs-card.ugsso-tabs-small > .ugsso-tabs-nav .ugsso-tabs-tab {
  padding: 6px 16px;
}
.ugsso-tabs-card.ugsso-tabs-large > .ugsso-tabs-nav .ugsso-tabs-tab {
  padding: 7px 16px 6px;
}
.ugsso-tabs-rtl {
  direction: rtl;
}
.ugsso-tabs-rtl .ugsso-tabs-nav .ugsso-tabs-tab {
  margin: 0 0 0 32px;
}
.ugsso-tabs-rtl .ugsso-tabs-nav .ugsso-tabs-tab:last-of-type {
  margin-left: 0;
}
.ugsso-tabs-rtl .ugsso-tabs-nav .ugsso-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ugsso-tabs-rtl .ugsso-tabs-nav .ugsso-tabs-tab .ugsso-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ugsso-tabs-rtl .ugsso-tabs-nav .ugsso-tabs-tab .ugsso-tabs-tab-remove .anticon {
  margin: 0;
}
.ugsso-tabs-rtl.ugsso-tabs-left > .ugsso-tabs-nav {
  order: 1;
}
.ugsso-tabs-rtl.ugsso-tabs-left > .ugsso-tabs-content-holder {
  order: 0;
}
.ugsso-tabs-rtl.ugsso-tabs-right > .ugsso-tabs-nav {
  order: 0;
}
.ugsso-tabs-rtl.ugsso-tabs-right > .ugsso-tabs-content-holder {
  order: 1;
}
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-nav-add,
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-nav-add,
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-nav-add,
.ugsso-tabs-rtl.ugsso-tabs-card.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ugsso-tabs-dropdown-rtl {
  direction: rtl;
}
.ugsso-tabs-dropdown-rtl .ugsso-tabs-dropdown-menu-item {
  text-align: right;
}
.ugsso-tabs-top,
.ugsso-tabs-bottom {
  flex-direction: column;
}
.ugsso-tabs-top > .ugsso-tabs-nav,
.ugsso-tabs-bottom > .ugsso-tabs-nav,
.ugsso-tabs-top > div > .ugsso-tabs-nav,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav {
  margin: 0 0 16px 0;
}
.ugsso-tabs-top > .ugsso-tabs-nav::before,
.ugsso-tabs-bottom > .ugsso-tabs-nav::before,
.ugsso-tabs-top > div > .ugsso-tabs-nav::before,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  height: 2px;
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-left::before,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-left::before,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-left::before,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-right::after,
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-right::after,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-right::after,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ugsso-tabs-top > .ugsso-tabs-nav::before,
.ugsso-tabs-top > div > .ugsso-tabs-nav::before {
  bottom: 0;
}
.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  bottom: 0;
}
.ugsso-tabs-bottom > .ugsso-tabs-nav,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ugsso-tabs-bottom > .ugsso-tabs-nav::before,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav::before {
  top: 0;
}
.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  top: 0;
}
.ugsso-tabs-bottom > .ugsso-tabs-content-holder,
.ugsso-tabs-bottom > div > .ugsso-tabs-content-holder {
  order: 0;
}
.ugsso-tabs-left > .ugsso-tabs-nav,
.ugsso-tabs-right > .ugsso-tabs-nav,
.ugsso-tabs-left > div > .ugsso-tabs-nav,
.ugsso-tabs-right > div > .ugsso-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab {
  margin: 16px 0 0 0;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-wrap,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-wrap,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap {
  flex-direction: column;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-top::before,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-top::before,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-top::before,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-bottom::after,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-bottom::after,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-bottom::after,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap.ugsso-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  width: 2px;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-list,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-list,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-list,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-list,
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-nav-operations,
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-nav-operations,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-nav-operations,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  right: 0;
}
.ugsso-tabs-left > .ugsso-tabs-content-holder,
.ugsso-tabs-left > div > .ugsso-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ugsso-tabs-left > .ugsso-tabs-content-holder > .ugsso-tabs-content > .ugsso-tabs-tabpane,
.ugsso-tabs-left > div > .ugsso-tabs-content-holder > .ugsso-tabs-content > .ugsso-tabs-tabpane {
  padding-left: 24px;
}
.ugsso-tabs-right > .ugsso-tabs-nav,
.ugsso-tabs-right > div > .ugsso-tabs-nav {
  order: 1;
}
.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  left: 0;
}
.ugsso-tabs-right > .ugsso-tabs-content-holder,
.ugsso-tabs-right > div > .ugsso-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ugsso-tabs-right > .ugsso-tabs-content-holder > .ugsso-tabs-content > .ugsso-tabs-tabpane,
.ugsso-tabs-right > div > .ugsso-tabs-content-holder > .ugsso-tabs-content > .ugsso-tabs-tabpane {
  padding-right: 24px;
}
.ugsso-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ugsso-tabs-dropdown-hidden {
  display: none;
}
.ugsso-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ugsso-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: #121216;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ugsso-tabs-dropdown-menu-item > span {
  flex: 1 1;
  white-space: nowrap;
}
.ugsso-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ugsso-tabs-dropdown-menu-item-remove:hover {
  color: #668aff;
}
.ugsso-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ugsso-tabs-dropdown-menu-item-disabled,
.ugsso-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
.ugsso-tabs-card > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-card > div > .ugsso-tabs-nav .ugsso-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ugsso-tabs-card > .ugsso-tabs-nav .ugsso-tabs-tab-active,
.ugsso-tabs-card > div > .ugsso-tabs-nav .ugsso-tabs-tab-active {
  color: #3C62FF;
  background: #fff;
}
.ugsso-tabs-card > .ugsso-tabs-nav .ugsso-tabs-ink-bar,
.ugsso-tabs-card > div > .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  visibility: hidden;
}
.ugsso-tabs-card.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab {
  margin-left: 2px;
}
.ugsso-tabs-card.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-tab {
  border-radius: 4px 4px 0 0;
}
.ugsso-tabs-card.ugsso-tabs-top > .ugsso-tabs-nav .ugsso-tabs-tab-active,
.ugsso-tabs-card.ugsso-tabs-top > div > .ugsso-tabs-nav .ugsso-tabs-tab-active {
  border-bottom-color: #fff;
}
.ugsso-tabs-card.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-tab {
  border-radius: 0 0 4px 4px;
}
.ugsso-tabs-card.ugsso-tabs-bottom > .ugsso-tabs-nav .ugsso-tabs-tab-active,
.ugsso-tabs-card.ugsso-tabs-bottom > div > .ugsso-tabs-nav .ugsso-tabs-tab-active {
  border-top-color: #fff;
}
.ugsso-tabs-card.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab {
  margin-top: 2px;
}
.ugsso-tabs-card.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-tab {
  border-radius: 4px 0 0 4px;
}
.ugsso-tabs-card.ugsso-tabs-left > .ugsso-tabs-nav .ugsso-tabs-tab-active,
.ugsso-tabs-card.ugsso-tabs-left > div > .ugsso-tabs-nav .ugsso-tabs-tab-active {
  border-right-color: #fff;
}
.ugsso-tabs-card.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-tab,
.ugsso-tabs-card.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-tab {
  border-radius: 0 4px 4px 0;
}
.ugsso-tabs-card.ugsso-tabs-right > .ugsso-tabs-nav .ugsso-tabs-tab-active,
.ugsso-tabs-card.ugsso-tabs-right > div > .ugsso-tabs-nav .ugsso-tabs-tab-active {
  border-left-color: #fff;
}
.ugsso-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
}
.ugsso-tabs > .ugsso-tabs-nav,
.ugsso-tabs > div > .ugsso-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-wrap,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::before,
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-list,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-operations,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-operations-hidden,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-more,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-more::after,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-add,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-add:hover,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-add:hover {
  color: #668aff;
}
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-add:active,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-add:active,
.ugsso-tabs > .ugsso-tabs-nav .ugsso-tabs-nav-add:focus,
.ugsso-tabs > div > .ugsso-tabs-nav .ugsso-tabs-nav-add:focus {
  color: #2946d9;
}
.ugsso-tabs-extra-content {
  flex: none;
}
.ugsso-tabs-centered > .ugsso-tabs-nav .ugsso-tabs-nav-wrap:not([class*='ugsso-tabs-nav-wrap-ping']),
.ugsso-tabs-centered > div > .ugsso-tabs-nav .ugsso-tabs-nav-wrap:not([class*='ugsso-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ugsso-tabs-ink-bar {
  position: absolute;
  background: #3C62FF;
  pointer-events: none;
}
.ugsso-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ugsso-tabs-tab-btn:focus,
.ugsso-tabs-tab-remove:focus,
.ugsso-tabs-tab-btn:active,
.ugsso-tabs-tab-remove:active {
  color: #2946d9;
}
.ugsso-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ugsso-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ugsso-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ugsso-tabs-tab:hover {
  color: #668aff;
}
.ugsso-tabs-tab.ugsso-tabs-tab-active .ugsso-tabs-tab-btn {
  color: #3C62FF;
  text-shadow: 0 0 0.25px currentcolor;
}
.ugsso-tabs-tab.ugsso-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ugsso-tabs-tab.ugsso-tabs-tab-disabled .ugsso-tabs-tab-btn:focus,
.ugsso-tabs-tab.ugsso-tabs-tab-disabled .ugsso-tabs-tab-remove:focus,
.ugsso-tabs-tab.ugsso-tabs-tab-disabled .ugsso-tabs-tab-btn:active,
.ugsso-tabs-tab.ugsso-tabs-tab-disabled .ugsso-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}
.ugsso-tabs-tab .ugsso-tabs-tab-remove .anticon {
  margin: 0;
}
.ugsso-tabs-tab .anticon {
  margin-right: 12px;
}
.ugsso-tabs-tab + .ugsso-tabs-tab {
  margin: 0 0 0 32px;
}
.ugsso-tabs-content {
  position: relative;
  width: 100%;
}
.ugsso-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ugsso-tabs-tabpane {
  outline: none;
}
.ugsso-tabs-tabpane-hidden {
  display: none;
}
.ugsso-tabs-switch-appear,
.ugsso-tabs-switch-enter {
  transition: none;
}
.ugsso-tabs-switch-appear-start,
.ugsso-tabs-switch-enter-start {
  opacity: 0;
}
.ugsso-tabs-switch-appear-active,
.ugsso-tabs-switch-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.ugsso-tabs-switch-leave {
  position: absolute;
  transition: none;
  inset: 0;
}
.ugsso-tabs-switch-leave-start {
  opacity: 1;
}
.ugsso-tabs-switch-leave-active {
  opacity: 0;
  transition: opacity 0.3s;
}

/* 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 */
.ugsso-skeleton {
  display: table;
  width: 100%;
}
.ugsso-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ugsso-skeleton-header .ugsso-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ugsso-skeleton-header .ugsso-skeleton-avatar.ugsso-skeleton-avatar-circle {
  border-radius: 50%;
}
.ugsso-skeleton-header .ugsso-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ugsso-skeleton-header .ugsso-skeleton-avatar-lg.ugsso-skeleton-avatar-circle {
  border-radius: 50%;
}
.ugsso-skeleton-header .ugsso-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ugsso-skeleton-header .ugsso-skeleton-avatar-sm.ugsso-skeleton-avatar-circle {
  border-radius: 50%;
}
.ugsso-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ugsso-skeleton-content .ugsso-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ugsso-skeleton-content .ugsso-skeleton-title + .ugsso-skeleton-paragraph {
  margin-top: 24px;
}
.ugsso-skeleton-content .ugsso-skeleton-paragraph {
  padding: 0;
}
.ugsso-skeleton-content .ugsso-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ugsso-skeleton-content .ugsso-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ugsso-skeleton-content .ugsso-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ugsso-skeleton-with-avatar .ugsso-skeleton-content .ugsso-skeleton-title {
  margin-top: 12px;
}
.ugsso-skeleton-with-avatar .ugsso-skeleton-content .ugsso-skeleton-title + .ugsso-skeleton-paragraph {
  margin-top: 28px;
}
.ugsso-skeleton-round .ugsso-skeleton-content .ugsso-skeleton-title,
.ugsso-skeleton-round .ugsso-skeleton-content .ugsso-skeleton-paragraph > li {
  border-radius: 100px;
}
.ugsso-skeleton-active .ugsso-skeleton-title,
.ugsso-skeleton-active .ugsso-skeleton-paragraph > li,
.ugsso-skeleton-active .ugsso-skeleton-avatar,
.ugsso-skeleton-active .ugsso-skeleton-button,
.ugsso-skeleton-active .ugsso-skeleton-input,
.ugsso-skeleton-active .ugsso-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ugsso-skeleton-active .ugsso-skeleton-title::after,
.ugsso-skeleton-active .ugsso-skeleton-paragraph > li::after,
.ugsso-skeleton-active .ugsso-skeleton-avatar::after,
.ugsso-skeleton-active .ugsso-skeleton-button::after,
.ugsso-skeleton-active .ugsso-skeleton-input::after,
.ugsso-skeleton-active .ugsso-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ugsso-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ugsso-skeleton.ugsso-skeleton-block {
  width: 100%;
}
.ugsso-skeleton.ugsso-skeleton-block .ugsso-skeleton-button {
  width: 100%;
}
.ugsso-skeleton.ugsso-skeleton-block .ugsso-skeleton-input {
  width: 100%;
}
.ugsso-skeleton-element {
  display: inline-block;
  width: auto;
}
.ugsso-skeleton-element .ugsso-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ugsso-skeleton-element .ugsso-skeleton-button.ugsso-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}
.ugsso-skeleton-element .ugsso-skeleton-button.ugsso-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ugsso-skeleton-element .ugsso-skeleton-button.ugsso-skeleton-button-round {
  border-radius: 32px;
}
.ugsso-skeleton-element .ugsso-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ugsso-skeleton-element .ugsso-skeleton-button-lg.ugsso-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ugsso-skeleton-element .ugsso-skeleton-button-lg.ugsso-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ugsso-skeleton-element .ugsso-skeleton-button-lg.ugsso-skeleton-button-round {
  border-radius: 40px;
}
.ugsso-skeleton-element .ugsso-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ugsso-skeleton-element .ugsso-skeleton-button-sm.ugsso-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ugsso-skeleton-element .ugsso-skeleton-button-sm.ugsso-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ugsso-skeleton-element .ugsso-skeleton-button-sm.ugsso-skeleton-button-round {
  border-radius: 24px;
}
.ugsso-skeleton-element .ugsso-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ugsso-skeleton-element .ugsso-skeleton-avatar.ugsso-skeleton-avatar-circle {
  border-radius: 50%;
}
.ugsso-skeleton-element .ugsso-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ugsso-skeleton-element .ugsso-skeleton-avatar-lg.ugsso-skeleton-avatar-circle {
  border-radius: 50%;
}
.ugsso-skeleton-element .ugsso-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ugsso-skeleton-element .ugsso-skeleton-avatar-sm.ugsso-skeleton-avatar-circle {
  border-radius: 50%;
}
.ugsso-skeleton-element .ugsso-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ugsso-skeleton-element .ugsso-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ugsso-skeleton-element .ugsso-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ugsso-skeleton-element .ugsso-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ugsso-skeleton-element .ugsso-skeleton-image.ugsso-skeleton-image-circle {
  border-radius: 50%;
}
.ugsso-skeleton-element .ugsso-skeleton-image-path {
  fill: #bfbfbf;
}
.ugsso-skeleton-element .ugsso-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ugsso-skeleton-element .ugsso-skeleton-image-svg.ugsso-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ugsso-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ugsso-skeleton-rtl {
  direction: rtl;
}
.ugsso-skeleton-rtl .ugsso-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ugsso-skeleton-rtl.ugsso-skeleton.ugsso-skeleton-active .ugsso-skeleton-content .ugsso-skeleton-title,
.ugsso-skeleton-rtl.ugsso-skeleton.ugsso-skeleton-active .ugsso-skeleton-content .ugsso-skeleton-paragraph > li {
  animation-name: ugsso-skeleton-loading-rtl;
}
.ugsso-skeleton-rtl.ugsso-skeleton.ugsso-skeleton-active .ugsso-skeleton-avatar {
  animation-name: ugsso-skeleton-loading-rtl;
}
@keyframes ugsso-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* 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 */
.ugsso-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #3C62FF;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ugsso-spin-nested-loading {
  position: relative;
}
.ugsso-spin-nested-loading > div > .ugsso-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin .ugsso-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin .ugsso-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  text-shadow: 0 1px 2px #fff;
}
.ugsso-spin-nested-loading > div > .ugsso-spin.ugsso-spin-show-text .ugsso-spin-dot {
  margin-top: -20px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin-sm .ugsso-spin-dot {
  margin: -7px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin-sm .ugsso-spin-text {
  padding-top: 2px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin-sm.ugsso-spin-show-text .ugsso-spin-dot {
  margin-top: -17px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin-lg .ugsso-spin-dot {
  margin: -16px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin-lg .ugsso-spin-text {
  padding-top: 11px;
}
.ugsso-spin-nested-loading > div > .ugsso-spin-lg.ugsso-spin-show-text .ugsso-spin-dot {
  margin-top: -26px;
}
.ugsso-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ugsso-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ugsso-spin-blur {
  clear: both;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ugsso-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ugsso-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ugsso-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #3C62FF;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ugsso-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ugsso-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ugsso-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ugsso-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ugsso-spin-dot-spin {
  transform: rotate(0deg);
  animation: antRotate 1.2s infinite linear;
}
.ugsso-spin-sm .ugsso-spin-dot {
  font-size: 14px;
}
.ugsso-spin-sm .ugsso-spin-dot i {
  width: 6px;
  height: 6px;
}
.ugsso-spin-lg .ugsso-spin-dot {
  font-size: 32px;
}
.ugsso-spin-lg .ugsso-spin-dot i {
  width: 14px;
  height: 14px;
}
.ugsso-spin.ugsso-spin-show-text .ugsso-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ugsso-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.ugsso-spin-rtl {
  direction: rtl;
}
.ugsso-spin-rtl .ugsso-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

/* 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 */
.ugsso-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ugsso-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ugsso-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ugsso-divider-horizontal.ugsso-divider-with-text {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ugsso-divider-horizontal.ugsso-divider-with-text::before,
.ugsso-divider-horizontal.ugsso-divider-with-text::after {
  position: relative;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ugsso-divider-horizontal.ugsso-divider-with-text-left::before {
  width: 5%;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-left::after {
  width: 95%;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-right::before {
  width: 95%;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-right::after {
  width: 5%;
}
.ugsso-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ugsso-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ugsso-divider-horizontal.ugsso-divider-with-text.ugsso-divider-dashed::before,
.ugsso-divider-horizontal.ugsso-divider-with-text.ugsso-divider-dashed::after {
  border-style: dashed none none;
}
.ugsso-divider-vertical.ugsso-divider-dashed {
  border-width: 0 0 0 1px;
}
.ugsso-divider-plain.ugsso-divider-with-text {
  color: #121216;
  font-weight: normal;
  font-size: 14px;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-left.ugsso-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-left.ugsso-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-left.ugsso-divider-no-default-orientation-margin-left .ugsso-divider-inner-text {
  padding-left: 0;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-right.ugsso-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-right.ugsso-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ugsso-divider-horizontal.ugsso-divider-with-text-right.ugsso-divider-no-default-orientation-margin-right .ugsso-divider-inner-text {
  padding-right: 0;
}
.ugsso-divider-rtl {
  direction: rtl;
}
.ugsso-divider-rtl.ugsso-divider-horizontal.ugsso-divider-with-text-left::before {
  width: 95%;
}
.ugsso-divider-rtl.ugsso-divider-horizontal.ugsso-divider-with-text-left::after {
  width: 5%;
}
.ugsso-divider-rtl.ugsso-divider-horizontal.ugsso-divider-with-text-right::before {
  width: 5%;
}
.ugsso-divider-rtl.ugsso-divider-horizontal.ugsso-divider-with-text-right::after {
  width: 95%;
}

/* 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 */
.ugsso-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #121216;
  border-color: #d9d9d9;
  background: #fff;
}
.ugsso-btn > .anticon {
  line-height: 1;
}
.ugsso-btn,
.ugsso-btn:active,
.ugsso-btn:focus {
  outline: 0;
}
.ugsso-btn:not([disabled]):hover {
  text-decoration: none;
}
.ugsso-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ugsso-btn[disabled] {
  cursor: not-allowed;
}
.ugsso-btn[disabled] > * {
  pointer-events: none;
}
.ugsso-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ugsso-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ugsso-btn > a:only-child {
  color: currentcolor;
}
.ugsso-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn:hover,
.ugsso-btn:focus {
  color: #668aff;
  border-color: #668aff;
  background: #fff;
}
.ugsso-btn:hover > a:only-child,
.ugsso-btn:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn:hover > a:only-child::after,
.ugsso-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn:active {
  color: #2946d9;
  border-color: #2946d9;
  background: #fff;
}
.ugsso-btn:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn[disabled],
.ugsso-btn[disabled]:hover,
.ugsso-btn[disabled]:focus,
.ugsso-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn[disabled] > a:only-child,
.ugsso-btn[disabled]:hover > a:only-child,
.ugsso-btn[disabled]:focus > a:only-child,
.ugsso-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn[disabled] > a:only-child::after,
.ugsso-btn[disabled]:hover > a:only-child::after,
.ugsso-btn[disabled]:focus > a:only-child::after,
.ugsso-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn:hover,
.ugsso-btn:focus,
.ugsso-btn:active {
  text-decoration: none;
  background: #fff;
}
.ugsso-btn > span {
  display: inline-block;
}
.ugsso-btn-primary {
  color: #fff;
  border-color: #3C62FF;
  background: #3C62FF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ugsso-btn-primary > a:only-child {
  color: currentcolor;
}
.ugsso-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-primary:hover,
.ugsso-btn-primary:focus {
  color: #fff;
  border-color: #668aff;
  background: #668aff;
}
.ugsso-btn-primary:hover > a:only-child,
.ugsso-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-primary:hover > a:only-child::after,
.ugsso-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-primary:active {
  color: #fff;
  border-color: #2946d9;
  background: #2946d9;
}
.ugsso-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-primary[disabled],
.ugsso-btn-primary[disabled]:hover,
.ugsso-btn-primary[disabled]:focus,
.ugsso-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-primary[disabled] > a:only-child,
.ugsso-btn-primary[disabled]:hover > a:only-child,
.ugsso-btn-primary[disabled]:focus > a:only-child,
.ugsso-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-primary[disabled] > a:only-child::after,
.ugsso-btn-primary[disabled]:hover > a:only-child::after,
.ugsso-btn-primary[disabled]:focus > a:only-child::after,
.ugsso-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-group .ugsso-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #668aff;
  border-left-color: #668aff;
}
.ugsso-btn-group .ugsso-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ugsso-btn-group .ugsso-btn-primary:first-child:not(:last-child) {
  border-right-color: #668aff;
}
.ugsso-btn-group .ugsso-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ugsso-btn-group .ugsso-btn-primary:last-child:not(:first-child),
.ugsso-btn-group .ugsso-btn-primary + .ugsso-btn-primary {
  border-left-color: #668aff;
}
.ugsso-btn-group .ugsso-btn-primary:last-child:not(:first-child)[disabled],
.ugsso-btn-group .ugsso-btn-primary + .ugsso-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ugsso-btn-ghost {
  color: #121216;
  border-color: #d9d9d9;
  background: transparent;
}
.ugsso-btn-ghost > a:only-child {
  color: currentcolor;
}
.ugsso-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-ghost:hover,
.ugsso-btn-ghost:focus {
  color: #668aff;
  border-color: #668aff;
  background: transparent;
}
.ugsso-btn-ghost:hover > a:only-child,
.ugsso-btn-ghost:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-ghost:hover > a:only-child::after,
.ugsso-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-ghost:active {
  color: #2946d9;
  border-color: #2946d9;
  background: transparent;
}
.ugsso-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-ghost[disabled],
.ugsso-btn-ghost[disabled]:hover,
.ugsso-btn-ghost[disabled]:focus,
.ugsso-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-ghost[disabled] > a:only-child,
.ugsso-btn-ghost[disabled]:hover > a:only-child,
.ugsso-btn-ghost[disabled]:focus > a:only-child,
.ugsso-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-ghost[disabled] > a:only-child::after,
.ugsso-btn-ghost[disabled]:hover > a:only-child::after,
.ugsso-btn-ghost[disabled]:focus > a:only-child::after,
.ugsso-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dashed {
  color: #121216;
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.ugsso-btn-dashed > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dashed:hover,
.ugsso-btn-dashed:focus {
  color: #668aff;
  border-color: #668aff;
  background: #fff;
}
.ugsso-btn-dashed:hover > a:only-child,
.ugsso-btn-dashed:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dashed:hover > a:only-child::after,
.ugsso-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dashed:active {
  color: #2946d9;
  border-color: #2946d9;
  background: #fff;
}
.ugsso-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dashed[disabled],
.ugsso-btn-dashed[disabled]:hover,
.ugsso-btn-dashed[disabled]:focus,
.ugsso-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-dashed[disabled] > a:only-child,
.ugsso-btn-dashed[disabled]:hover > a:only-child,
.ugsso-btn-dashed[disabled]:focus > a:only-child,
.ugsso-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dashed[disabled] > a:only-child::after,
.ugsso-btn-dashed[disabled]:hover > a:only-child::after,
.ugsso-btn-dashed[disabled]:focus > a:only-child::after,
.ugsso-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-danger {
  color: #fff;
  border-color: #FF6859;
  background: #FF6859;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ugsso-btn-danger > a:only-child {
  color: currentcolor;
}
.ugsso-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-danger:hover,
.ugsso-btn-danger:focus {
  color: #fff;
  border-color: #ff9182;
  background: #ff9182;
}
.ugsso-btn-danger:hover > a:only-child,
.ugsso-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-danger:hover > a:only-child::after,
.ugsso-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-danger:active {
  color: #fff;
  border-color: #d94941;
  background: #d94941;
}
.ugsso-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-danger[disabled],
.ugsso-btn-danger[disabled]:hover,
.ugsso-btn-danger[disabled]:focus,
.ugsso-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-danger[disabled] > a:only-child,
.ugsso-btn-danger[disabled]:hover > a:only-child,
.ugsso-btn-danger[disabled]:focus > a:only-child,
.ugsso-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-danger[disabled] > a:only-child::after,
.ugsso-btn-danger[disabled]:hover > a:only-child::after,
.ugsso-btn-danger[disabled]:focus > a:only-child::after,
.ugsso-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-link {
  color: #3C62FF;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ugsso-btn-link > a:only-child {
  color: currentcolor;
}
.ugsso-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-link:hover,
.ugsso-btn-link:focus {
  color: #668aff;
  border-color: #668aff;
  background: transparent;
}
.ugsso-btn-link:hover > a:only-child,
.ugsso-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-link:hover > a:only-child::after,
.ugsso-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-link:active {
  color: #2946d9;
  border-color: #2946d9;
  background: transparent;
}
.ugsso-btn-link:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-link[disabled],
.ugsso-btn-link[disabled]:hover,
.ugsso-btn-link[disabled]:focus,
.ugsso-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-link[disabled] > a:only-child,
.ugsso-btn-link[disabled]:hover > a:only-child,
.ugsso-btn-link[disabled]:focus > a:only-child,
.ugsso-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-link[disabled] > a:only-child::after,
.ugsso-btn-link[disabled]:hover > a:only-child::after,
.ugsso-btn-link[disabled]:focus > a:only-child::after,
.ugsso-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-link:hover {
  background: transparent;
}
.ugsso-btn-link:hover,
.ugsso-btn-link:focus,
.ugsso-btn-link:active {
  border-color: transparent;
}
.ugsso-btn-link[disabled],
.ugsso-btn-link[disabled]:hover,
.ugsso-btn-link[disabled]:focus,
.ugsso-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-link[disabled] > a:only-child,
.ugsso-btn-link[disabled]:hover > a:only-child,
.ugsso-btn-link[disabled]:focus > a:only-child,
.ugsso-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-link[disabled] > a:only-child::after,
.ugsso-btn-link[disabled]:hover > a:only-child::after,
.ugsso-btn-link[disabled]:focus > a:only-child::after,
.ugsso-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-text {
  color: #121216;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ugsso-btn-text > a:only-child {
  color: currentcolor;
}
.ugsso-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-text:hover,
.ugsso-btn-text:focus {
  color: #668aff;
  border-color: #668aff;
  background: transparent;
}
.ugsso-btn-text:hover > a:only-child,
.ugsso-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-text:hover > a:only-child::after,
.ugsso-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-text:active {
  color: #2946d9;
  border-color: #2946d9;
  background: transparent;
}
.ugsso-btn-text:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-text[disabled],
.ugsso-btn-text[disabled]:hover,
.ugsso-btn-text[disabled]:focus,
.ugsso-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-text[disabled] > a:only-child,
.ugsso-btn-text[disabled]:hover > a:only-child,
.ugsso-btn-text[disabled]:focus > a:only-child,
.ugsso-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-text[disabled] > a:only-child::after,
.ugsso-btn-text[disabled]:hover > a:only-child::after,
.ugsso-btn-text[disabled]:focus > a:only-child::after,
.ugsso-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-text:hover,
.ugsso-btn-text:focus {
  color: #121216;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ugsso-btn-text:active {
  color: #121216;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ugsso-btn-text[disabled],
.ugsso-btn-text[disabled]:hover,
.ugsso-btn-text[disabled]:focus,
.ugsso-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-text[disabled] > a:only-child,
.ugsso-btn-text[disabled]:hover > a:only-child,
.ugsso-btn-text[disabled]:focus > a:only-child,
.ugsso-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-text[disabled] > a:only-child::after,
.ugsso-btn-text[disabled]:hover > a:only-child::after,
.ugsso-btn-text[disabled]:focus > a:only-child::after,
.ugsso-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous {
  color: #FF6859;
  border-color: #FF6859;
  background: #fff;
}
.ugsso-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous:hover,
.ugsso-btn-dangerous:focus {
  color: #ff9182;
  border-color: #ff9182;
  background: #fff;
}
.ugsso-btn-dangerous:hover > a:only-child,
.ugsso-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous:hover > a:only-child::after,
.ugsso-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous:active {
  color: #d94941;
  border-color: #d94941;
  background: #fff;
}
.ugsso-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous[disabled],
.ugsso-btn-dangerous[disabled]:hover,
.ugsso-btn-dangerous[disabled]:focus,
.ugsso-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-dangerous[disabled] > a:only-child,
.ugsso-btn-dangerous[disabled]:hover > a:only-child,
.ugsso-btn-dangerous[disabled]:focus > a:only-child,
.ugsso-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous[disabled] > a:only-child::after,
.ugsso-btn-dangerous[disabled]:hover > a:only-child::after,
.ugsso-btn-dangerous[disabled]:focus > a:only-child::after,
.ugsso-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-primary {
  color: #fff;
  border-color: #FF6859;
  background: #FF6859;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ugsso-btn-dangerous.ugsso-btn-primary > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-primary:hover,
.ugsso-btn-dangerous.ugsso-btn-primary:focus {
  color: #fff;
  border-color: #ff9182;
  background: #ff9182;
}
.ugsso-btn-dangerous.ugsso-btn-primary:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-primary:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-primary:active {
  color: #fff;
  border-color: #d94941;
  background: #d94941;
}
.ugsso-btn-dangerous.ugsso-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-primary[disabled],
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:hover,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:focus,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-dangerous.ugsso-btn-primary[disabled] > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:focus > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-primary[disabled] > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:focus > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-link {
  color: #FF6859;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ugsso-btn-dangerous.ugsso-btn-link > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-link:hover,
.ugsso-btn-dangerous.ugsso-btn-link:focus {
  color: #668aff;
  border-color: #668aff;
  background: transparent;
}
.ugsso-btn-dangerous.ugsso-btn-link:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-link:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-link:active {
  color: #2946d9;
  border-color: #2946d9;
  background: transparent;
}
.ugsso-btn-dangerous.ugsso-btn-link:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-link[disabled],
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-dangerous.ugsso-btn-link[disabled] > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-link[disabled] > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-link:hover,
.ugsso-btn-dangerous.ugsso-btn-link:focus {
  color: #ff9182;
  border-color: transparent;
  background: transparent;
}
.ugsso-btn-dangerous.ugsso-btn-link:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-link:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-link:active {
  color: #d94941;
  border-color: transparent;
  background: transparent;
}
.ugsso-btn-dangerous.ugsso-btn-link:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-link[disabled],
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-dangerous.ugsso-btn-link[disabled] > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-link[disabled] > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-text {
  color: #FF6859;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ugsso-btn-dangerous.ugsso-btn-text > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-text:hover,
.ugsso-btn-dangerous.ugsso-btn-text:focus {
  color: #668aff;
  border-color: #668aff;
  background: transparent;
}
.ugsso-btn-dangerous.ugsso-btn-text:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-text:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-text:active {
  color: #2946d9;
  border-color: #2946d9;
  background: transparent;
}
.ugsso-btn-dangerous.ugsso-btn-text:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-text[disabled],
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:hover,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:focus,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-dangerous.ugsso-btn-text[disabled] > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:focus > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-text[disabled] > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:focus > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-text:hover,
.ugsso-btn-dangerous.ugsso-btn-text:focus {
  color: #ff9182;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ugsso-btn-dangerous.ugsso-btn-text:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-text:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-text:active {
  color: #d94941;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ugsso-btn-dangerous.ugsso-btn-text:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-dangerous.ugsso-btn-text[disabled],
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:hover,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:focus,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-dangerous.ugsso-btn-text[disabled] > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:hover > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:focus > a:only-child,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-dangerous.ugsso-btn-text[disabled] > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:hover > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:focus > a:only-child::after,
.ugsso-btn-dangerous.ugsso-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -3px;
}
.ugsso-btn-icon-only > * {
  font-size: 16px;
}
.ugsso-btn-icon-only.ugsso-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 4px;
}
.ugsso-btn-icon-only.ugsso-btn-lg > * {
  font-size: 18px;
}
.ugsso-btn-icon-only.ugsso-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 4px;
}
.ugsso-btn-icon-only.ugsso-btn-sm > * {
  font-size: 14px;
}
.ugsso-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
.ugsso-btn-icon-only .anticon-loading {
  padding: 0 !important;
}
a.ugsso-btn-icon-only {
  vertical-align: -1px;
}
a.ugsso-btn-icon-only > .anticon {
  display: inline;
}
.ugsso-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ugsso-btn-round.ugsso-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ugsso-btn-round.ugsso-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ugsso-btn-round.ugsso-btn-icon-only {
  width: auto;
}
.ugsso-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ugsso-btn-circle.ugsso-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ugsso-btn-circle.ugsso-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ugsso-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ugsso-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ugsso-btn .anticon.anticon-plus > svg,
.ugsso-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.ugsso-btn.ugsso-btn-loading {
  position: relative;
  cursor: default;
}
.ugsso-btn.ugsso-btn-loading::before {
  display: block;
}
.ugsso-btn > .ugsso-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ugsso-btn > .ugsso-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ugsso-btn > .ugsso-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ugsso-btn-group {
  position: relative;
  display: inline-flex;
}
.ugsso-btn-group > .ugsso-btn,
.ugsso-btn-group > span > .ugsso-btn {
  position: relative;
}
.ugsso-btn-group > .ugsso-btn:hover,
.ugsso-btn-group > span > .ugsso-btn:hover,
.ugsso-btn-group > .ugsso-btn:focus,
.ugsso-btn-group > span > .ugsso-btn:focus,
.ugsso-btn-group > .ugsso-btn:active,
.ugsso-btn-group > span > .ugsso-btn:active {
  z-index: 2;
}
.ugsso-btn-group > .ugsso-btn[disabled],
.ugsso-btn-group > span > .ugsso-btn[disabled] {
  z-index: 0;
}
.ugsso-btn-group .ugsso-btn-icon-only {
  font-size: 14px;
}
.ugsso-btn-group .ugsso-btn + .ugsso-btn,
.ugsso-btn + .ugsso-btn-group,
.ugsso-btn-group span + .ugsso-btn,
.ugsso-btn-group .ugsso-btn + span,
.ugsso-btn-group > span + span,
.ugsso-btn-group + .ugsso-btn,
.ugsso-btn-group + .ugsso-btn-group {
  margin-left: -1px;
}
.ugsso-btn-group .ugsso-btn-primary + .ugsso-btn:not(.ugsso-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ugsso-btn-group .ugsso-btn {
  border-radius: 0;
}
.ugsso-btn-group > .ugsso-btn:first-child,
.ugsso-btn-group > span:first-child > .ugsso-btn {
  margin-left: 0;
}
.ugsso-btn-group > .ugsso-btn:only-child {
  border-radius: 4px;
}
.ugsso-btn-group > span:only-child > .ugsso-btn {
  border-radius: 4px;
}
.ugsso-btn-group > .ugsso-btn:first-child:not(:last-child),
.ugsso-btn-group > span:first-child:not(:last-child) > .ugsso-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ugsso-btn-group > .ugsso-btn:last-child:not(:first-child),
.ugsso-btn-group > span:last-child:not(:first-child) > .ugsso-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ugsso-btn-group-sm > .ugsso-btn:only-child {
  border-radius: 4px;
}
.ugsso-btn-group-sm > span:only-child > .ugsso-btn {
  border-radius: 4px;
}
.ugsso-btn-group-sm > .ugsso-btn:first-child:not(:last-child),
.ugsso-btn-group-sm > span:first-child:not(:last-child) > .ugsso-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ugsso-btn-group-sm > .ugsso-btn:last-child:not(:first-child),
.ugsso-btn-group-sm > span:last-child:not(:first-child) > .ugsso-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ugsso-btn-group > .ugsso-btn-group {
  float: left;
}
.ugsso-btn-group > .ugsso-btn-group:not(:first-child):not(:last-child) > .ugsso-btn {
  border-radius: 0;
}
.ugsso-btn-group > .ugsso-btn-group:first-child:not(:last-child) > .ugsso-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-btn-group > .ugsso-btn-group:last-child:not(:first-child) > .ugsso-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-btn-rtl.ugsso-btn-group .ugsso-btn + .ugsso-btn,
.ugsso-btn-rtl.ugsso-btn + .ugsso-btn-group,
.ugsso-btn-rtl.ugsso-btn-group span + .ugsso-btn,
.ugsso-btn-rtl.ugsso-btn-group .ugsso-btn + span,
.ugsso-btn-rtl.ugsso-btn-group > span + span,
.ugsso-btn-rtl.ugsso-btn-group + .ugsso-btn,
.ugsso-btn-rtl.ugsso-btn-group + .ugsso-btn-group,
.ugsso-btn-group-rtl.ugsso-btn-group .ugsso-btn + .ugsso-btn,
.ugsso-btn-group-rtl.ugsso-btn + .ugsso-btn-group,
.ugsso-btn-group-rtl.ugsso-btn-group span + .ugsso-btn,
.ugsso-btn-group-rtl.ugsso-btn-group .ugsso-btn + span,
.ugsso-btn-group-rtl.ugsso-btn-group > span + span,
.ugsso-btn-group-rtl.ugsso-btn-group + .ugsso-btn,
.ugsso-btn-group-rtl.ugsso-btn-group + .ugsso-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ugsso-btn-group.ugsso-btn-group-rtl {
  direction: rtl;
}
.ugsso-btn-group-rtl.ugsso-btn-group > .ugsso-btn:first-child:not(:last-child),
.ugsso-btn-group-rtl.ugsso-btn-group > span:first-child:not(:last-child) > .ugsso-btn {
  border-radius: 0 4px 4px 0;
}
.ugsso-btn-group-rtl.ugsso-btn-group > .ugsso-btn:last-child:not(:first-child),
.ugsso-btn-group-rtl.ugsso-btn-group > span:last-child:not(:first-child) > .ugsso-btn {
  border-radius: 4px 0 0 4px;
}
.ugsso-btn-group-rtl.ugsso-btn-group-sm > .ugsso-btn:first-child:not(:last-child),
.ugsso-btn-group-rtl.ugsso-btn-group-sm > span:first-child:not(:last-child) > .ugsso-btn {
  border-radius: 0 4px 4px 0;
}
.ugsso-btn-group-rtl.ugsso-btn-group-sm > .ugsso-btn:last-child:not(:first-child),
.ugsso-btn-group-rtl.ugsso-btn-group-sm > span:last-child:not(:first-child) > .ugsso-btn {
  border-radius: 4px 0 0 4px;
}
.ugsso-btn:focus > span,
.ugsso-btn:active > span {
  position: relative;
}
.ugsso-btn > .anticon + span,
.ugsso-btn > span + .anticon {
  margin-left: 8px;
}
.ugsso-btn.ugsso-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ugsso-btn.ugsso-btn-background-ghost,
.ugsso-btn.ugsso-btn-background-ghost:hover,
.ugsso-btn.ugsso-btn-background-ghost:active,
.ugsso-btn.ugsso-btn-background-ghost:focus {
  background: transparent;
}
.ugsso-btn.ugsso-btn-background-ghost:hover,
.ugsso-btn.ugsso-btn-background-ghost:focus {
  color: #668aff;
  border-color: #668aff;
}
.ugsso-btn.ugsso-btn-background-ghost:active {
  color: #2946d9;
  border-color: #2946d9;
}
.ugsso-btn.ugsso-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.ugsso-btn-background-ghost.ugsso-btn-primary {
  color: #3C62FF;
  border-color: #3C62FF;
  text-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-primary > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-primary:hover,
.ugsso-btn-background-ghost.ugsso-btn-primary:focus {
  color: #668aff;
  border-color: #668aff;
}
.ugsso-btn-background-ghost.ugsso-btn-primary:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-primary:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-primary:active {
  color: #2946d9;
  border-color: #2946d9;
}
.ugsso-btn-background-ghost.ugsso-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled],
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:hover,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:focus,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled] > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:focus > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled] > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:focus > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-danger {
  color: #FF6859;
  border-color: #FF6859;
  text-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-danger > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-danger:hover,
.ugsso-btn-background-ghost.ugsso-btn-danger:focus {
  color: #ff9182;
  border-color: #ff9182;
}
.ugsso-btn-background-ghost.ugsso-btn-danger:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-danger:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-danger:active {
  color: #d94941;
  border-color: #d94941;
}
.ugsso-btn-background-ghost.ugsso-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled],
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:hover,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:focus,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled] > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:focus > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled] > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:focus > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous {
  color: #FF6859;
  border-color: #FF6859;
  text-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous:hover,
.ugsso-btn-background-ghost.ugsso-btn-dangerous:focus {
  color: #ff9182;
  border-color: #ff9182;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous:active {
  color: #d94941;
  border-color: #d94941;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled],
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:hover,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:focus,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled] > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:focus > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled] > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:focus > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link {
  color: #FF6859;
  border-color: transparent;
  text-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:hover,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:focus {
  color: #ff9182;
  border-color: transparent;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:active {
  color: #d94941;
  border-color: transparent;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled],
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled] > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus > a:only-child,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled] > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:hover > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:focus > a:only-child::after,
.ugsso-btn-background-ghost.ugsso-btn-dangerous.ugsso-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ugsso-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ugsso-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ugsso-btn.ugsso-btn-block {
  width: 100%;
}
.ugsso-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ugsso-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.ugsso-btn-disabled {
  cursor: not-allowed;
}
a.ugsso-btn-disabled > * {
  pointer-events: none;
}
a.ugsso-btn-disabled,
a.ugsso-btn-disabled:hover,
a.ugsso-btn-disabled:focus,
a.ugsso-btn-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
a.ugsso-btn-disabled > a:only-child,
a.ugsso-btn-disabled:hover > a:only-child,
a.ugsso-btn-disabled:focus > a:only-child,
a.ugsso-btn-disabled:active > a:only-child {
  color: currentcolor;
}
a.ugsso-btn-disabled > a:only-child::after,
a.ugsso-btn-disabled:hover > a:only-child::after,
a.ugsso-btn-disabled:focus > a:only-child::after,
a.ugsso-btn-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
a.ugsso-btn-lg {
  line-height: 38px;
}
a.ugsso-btn-sm {
  line-height: 22px;
}
.ugsso-btn-compact-item:not(.ugsso-btn-compact-last-item):not(.ugsso-btn-compact-item-rtl) {
  margin-right: -1px;
}
.ugsso-btn-compact-item:not(.ugsso-btn-compact-last-item).ugsso-btn-compact-item-rtl {
  margin-left: -1px;
}
.ugsso-btn-compact-item:hover,
.ugsso-btn-compact-item:focus,
.ugsso-btn-compact-item:active {
  z-index: 2;
}
.ugsso-btn-compact-item[disabled] {
  z-index: 0;
}
.ugsso-btn-compact-item:not(.ugsso-btn-compact-first-item):not(.ugsso-btn-compact-last-item).ugsso-btn {
  border-radius: 0;
}
.ugsso-btn-compact-item.ugsso-btn.ugsso-btn-compact-first-item:not(.ugsso-btn-compact-last-item):not(.ugsso-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-btn-compact-item.ugsso-btn.ugsso-btn-compact-last-item:not(.ugsso-btn-compact-first-item):not(.ugsso-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-btn-compact-item.ugsso-btn.ugsso-btn-compact-item-rtl.ugsso-btn-compact-first-item:not(.ugsso-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-btn-compact-item.ugsso-btn.ugsso-btn-compact-item-rtl.ugsso-btn-compact-last-item:not(.ugsso-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-btn-icon-only.ugsso-btn-compact-item {
  flex: none;
}
.ugsso-btn-compact-item.ugsso-btn-primary:not([disabled]) + .ugsso-btn-compact-item.ugsso-btn-primary:not([disabled]) {
  position: relative;
}
.ugsso-btn-compact-item.ugsso-btn-primary:not([disabled]) + .ugsso-btn-compact-item.ugsso-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px * 2);
  background-color: #668aff;
  content: ' ';
}
.ugsso-btn-compact-item-rtl.ugsso-btn-compact-first-item.ugsso-btn-compact-item-rtl:not(.ugsso-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-btn-compact-item-rtl.ugsso-btn-compact-last-item.ugsso-btn-compact-item-rtl:not(.ugsso-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-btn-compact-item-rtl.ugsso-btn-sm.ugsso-btn-compact-first-item.ugsso-btn-compact-item-rtl.ugsso-btn-sm:not(.ugsso-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-btn-compact-item-rtl.ugsso-btn-sm.ugsso-btn-compact-last-item.ugsso-btn-compact-item-rtl.ugsso-btn-sm:not(.ugsso-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-btn-compact-item-rtl.ugsso-btn-primary:not([disabled]) + .ugsso-btn-compact-item-rtl.ugsso-btn-primary:not([disabled])::after {
  right: -1px;
}
.ugsso-btn-compact-vertical-item:not(.ugsso-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}
.ugsso-btn-compact-vertical-item:hover,
.ugsso-btn-compact-vertical-item:focus,
.ugsso-btn-compact-vertical-item:active {
  z-index: 2;
}
.ugsso-btn-compact-vertical-item[disabled] {
  z-index: 0;
}
.ugsso-btn-compact-vertical-item:not(.ugsso-btn-compact-vertical-first-item):not(.ugsso-btn-compact-vertical-last-item) {
  border-radius: 0;
}
.ugsso-btn-compact-vertical-item.ugsso-btn-compact-vertical-first-item:not(.ugsso-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-btn-compact-vertical-item.ugsso-btn-compact-vertical-last-item:not(.ugsso-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ugsso-btn-compact-vertical-item.ugsso-btn-primary:not([disabled]) + .ugsso-btn-compact-vertical-item.ugsso-btn-primary:not([disabled]) {
  position: relative;
}
.ugsso-btn-compact-vertical-item.ugsso-btn-primary:not([disabled]) + .ugsso-btn-compact-vertical-item.ugsso-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 1px * 2);
  height: 1px;
  background-color: #668aff;
  content: ' ';
}
.ugsso-btn-rtl {
  direction: rtl;
}
.ugsso-btn-group-rtl.ugsso-btn-group .ugsso-btn-primary:last-child:not(:first-child),
.ugsso-btn-group-rtl.ugsso-btn-group .ugsso-btn-primary + .ugsso-btn-primary {
  border-right-color: #668aff;
  border-left-color: #d9d9d9;
}
.ugsso-btn-group-rtl.ugsso-btn-group .ugsso-btn-primary:last-child:not(:first-child)[disabled],
.ugsso-btn-group-rtl.ugsso-btn-group .ugsso-btn-primary + .ugsso-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #668aff;
}
.ugsso-btn-rtl.ugsso-btn > .ugsso-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ugsso-btn-rtl.ugsso-btn > .anticon + span,
.ugsso-btn-rtl.ugsso-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

.style_container__7hld6 {
  padding: 40px 120px 12px;
}
.style_header__lZSLR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 48px 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.12);
}
.style_header__lZSLR h2 {
  height: 28px;
  color: #3c3c47;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.style_content__2zszI {
  max-width: 448px;
  margin: 38px auto 0;
}
.style_email-active-content__vwl8L {
  width: 540px;
  margin: 48px auto;
  color: #121216;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.style_email-active-content__vwl8L .style_email-active-text__x9E-m {
  margin-bottom: 72px;
}
.style_email-active-content__vwl8L .style_email-active-text__x9E-m strong {
  display: block;
  margin-bottom: 24px;
  font-weight: 500px;
}
.style_email-active-content__vwl8L .style_content-inner__qMTbt img {
  width: 148px;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .style_container__7hld6 {
    padding: 32px;
  }
  .style_header__lZSLR {
    padding: 12px 2%;
  }
  .style_header__lZSLR h2 {
    height: auto;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .style_container__7hld6 {
    padding: 0 2vw;
  }
  .style_header__lZSLR {
    padding: 12px 8px;
  }
  .style_header__lZSLR h2 {
    height: auto;
    font-size: 16px;
  }
  .style_header__lZSLR a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-left: 4vw;
  }
  .style_content__2zszI {
    width: 100%;
    margin: 4vw auto;
  }
  .style_email-active-content__vwl8L {
    width: 95%;
  }
}

.style_page-loading__60zgd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/* 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 */
.ugsso-select-single .ugsso-select-selector {
  display: flex;
}
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-search-input {
  width: 100%;
}
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-item,
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s, visibility 0s;
}
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ugsso-select-single .ugsso-select-selector::after,
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-item::after,
.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ugsso-select-single.ugsso-select-show-arrow .ugsso-select-selection-search {
  right: 25px;
}
.ugsso-select-single.ugsso-select-show-arrow .ugsso-select-selection-item,
.ugsso-select-single.ugsso-select-show-arrow .ugsso-select-selection-placeholder {
  padding-right: 18px;
}
.ugsso-select-single.ugsso-select-open .ugsso-select-selection-item {
  color: #bfbfbf;
}
.ugsso-select-single:not(.ugsso-select-customize-input) .ugsso-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ugsso-select-single:not(.ugsso-select-customize-input) .ugsso-select-selector .ugsso-select-selection-search-input {
  height: 30px;
}
.ugsso-select-single:not(.ugsso-select-customize-input) .ugsso-select-selector::after {
  line-height: 30px;
}
.ugsso-select-single.ugsso-select-customize-input .ugsso-select-selector::after {
  display: none;
}
.ugsso-select-single.ugsso-select-customize-input .ugsso-select-selector .ugsso-select-selection-search {
  position: static;
  width: 100%;
}
.ugsso-select-single.ugsso-select-customize-input .ugsso-select-selector .ugsso-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ugsso-select-single.ugsso-select-customize-input .ugsso-select-selector .ugsso-select-selection-placeholder::after {
  display: none;
}
.ugsso-select-single.ugsso-select-lg:not(.ugsso-select-customize-input) .ugsso-select-selector {
  height: 40px;
}
.ugsso-select-single.ugsso-select-lg:not(.ugsso-select-customize-input) .ugsso-select-selector::after,
.ugsso-select-single.ugsso-select-lg:not(.ugsso-select-customize-input) .ugsso-select-selector .ugsso-select-selection-item,
.ugsso-select-single.ugsso-select-lg:not(.ugsso-select-customize-input) .ugsso-select-selector .ugsso-select-selection-placeholder {
  line-height: 38px;
}
.ugsso-select-single.ugsso-select-lg:not(.ugsso-select-customize-input):not(.ugsso-select-customize-input) .ugsso-select-selection-search-input {
  height: 38px;
}
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input) .ugsso-select-selector {
  height: 24px;
}
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input) .ugsso-select-selector::after,
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input) .ugsso-select-selector .ugsso-select-selection-item,
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input) .ugsso-select-selector .ugsso-select-selection-placeholder {
  line-height: 22px;
}
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input):not(.ugsso-select-customize-input) .ugsso-select-selection-search-input {
  height: 22px;
}
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input) .ugsso-select-selection-search {
  right: 7px;
  left: 7px;
}
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input) .ugsso-select-selector {
  padding: 0 7px;
}
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input).ugsso-select-show-arrow .ugsso-select-selection-search {
  right: 28px;
}
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input).ugsso-select-show-arrow .ugsso-select-selection-item,
.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input).ugsso-select-show-arrow .ugsso-select-selection-placeholder {
  padding-right: 21px;
}
.ugsso-select-single.ugsso-select-lg:not(.ugsso-select-customize-input) .ugsso-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ugsso-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ugsso-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ugsso-select-multiple .ugsso-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ugsso-select-show-search.ugsso-select-multiple .ugsso-select-selector {
  cursor: text;
}
.ugsso-select-disabled.ugsso-select-multiple .ugsso-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ugsso-select-multiple .ugsso-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  visibility: hidden;
  content: '\a0';
}
.ugsso-select-multiple.ugsso-select-show-arrow .ugsso-select-selector,
.ugsso-select-multiple.ugsso-select-allow-clear .ugsso-select-selector {
  padding-right: 24px;
}
.ugsso-select-multiple .ugsso-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ugsso-select-disabled.ugsso-select-multiple .ugsso-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ugsso-select-multiple .ugsso-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ugsso-select-multiple .ugsso-select-selection-item-remove {
  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;
  display: inline-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ugsso-select-multiple .ugsso-select-selection-item-remove > * {
  line-height: 1;
}
.ugsso-select-multiple .ugsso-select-selection-item-remove svg {
  display: inline-block;
}
.ugsso-select-multiple .ugsso-select-selection-item-remove::before {
  display: none;
}
.ugsso-select-multiple .ugsso-select-selection-item-remove .ugsso-select-multiple .ugsso-select-selection-item-remove-icon {
  display: block;
}
.ugsso-select-multiple .ugsso-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ugsso-select-multiple .ugsso-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ugsso-select-multiple .ugsso-select-selection-overflow-item + .ugsso-select-selection-overflow-item .ugsso-select-selection-search {
  margin-inline-start: 0;
}
.ugsso-select-multiple .ugsso-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.ugsso-select-multiple .ugsso-select-selection-search-input,
.ugsso-select-multiple .ugsso-select-selection-search-mirror {
  height: 24px;
  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';
  line-height: 24px;
  transition: all 0.3s;
}
.ugsso-select-multiple .ugsso-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ugsso-select-multiple .ugsso-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ugsso-select-multiple .ugsso-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ugsso-select-multiple.ugsso-select-lg .ugsso-select-selector::after {
  line-height: 32px;
}
.ugsso-select-multiple.ugsso-select-lg .ugsso-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ugsso-select-multiple.ugsso-select-lg .ugsso-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ugsso-select-multiple.ugsso-select-lg .ugsso-select-selection-search-input,
.ugsso-select-multiple.ugsso-select-lg .ugsso-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selector::after {
  line-height: 16px;
}
.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selection-search-input,
.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selection-placeholder {
  left: 7px;
}
.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selection-search {
  margin-inline-start: 3px;
}
.ugsso-select-disabled .ugsso-select-selection-item-remove {
  display: none;
}
.ugsso-select-status-error.ugsso-select:not(.ugsso-select-disabled):not(.ugsso-select-customize-input):not(.ugsso-pagination-size-changer) .ugsso-select-selector {
  background-color: #EEF0F2;
  border-color: #FF6859 !important;
}
.ugsso-select-status-error.ugsso-select:not(.ugsso-select-disabled):not(.ugsso-select-customize-input):not(.ugsso-pagination-size-changer).ugsso-select-open .ugsso-select-selector,
.ugsso-select-status-error.ugsso-select:not(.ugsso-select-disabled):not(.ugsso-select-customize-input):not(.ugsso-pagination-size-changer).ugsso-select-focused .ugsso-select-selector {
  border-color: #ff9182;
  box-shadow: 0 0 0 2px rgba(255, 104, 89, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-select-status-warning.ugsso-select:not(.ugsso-select-disabled):not(.ugsso-select-customize-input):not(.ugsso-pagination-size-changer) .ugsso-select-selector {
  background-color: #fff;
  border-color: #FABE0A !important;
}
.ugsso-select-status-warning.ugsso-select:not(.ugsso-select-disabled):not(.ugsso-select-customize-input):not(.ugsso-pagination-size-changer).ugsso-select-open .ugsso-select-selector,
.ugsso-select-status-warning.ugsso-select:not(.ugsso-select-disabled):not(.ugsso-select-customize-input):not(.ugsso-pagination-size-changer).ugsso-select-focused .ugsso-select-selector {
  border-color: #ffd333;
  box-shadow: 0 0 0 2px rgba(250, 190, 10, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-select-status-error.ugsso-select-has-feedback .ugsso-select-clear,
.ugsso-select-status-warning.ugsso-select-has-feedback .ugsso-select-clear,
.ugsso-select-status-success.ugsso-select-has-feedback .ugsso-select-clear,
.ugsso-select-status-validating.ugsso-select-has-feedback .ugsso-select-clear {
  right: 32px;
}
.ugsso-select-status-error.ugsso-select-has-feedback .ugsso-select-selection-selected-value,
.ugsso-select-status-warning.ugsso-select-has-feedback .ugsso-select-selection-selected-value,
.ugsso-select-status-success.ugsso-select-has-feedback .ugsso-select-selection-selected-value,
.ugsso-select-status-validating.ugsso-select-has-feedback .ugsso-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ugsso-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector {
  position: relative;
  background-color: #EEF0F2;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector input {
  cursor: pointer;
}
.ugsso-select-show-search.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector {
  cursor: text;
}
.ugsso-select-show-search.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector input {
  cursor: auto;
}
.ugsso-select-focused:not(.ugsso-select-disabled).ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector {
  border-color: #668aff;
  box-shadow: 0 0 0 2px rgba(60, 98, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-select-disabled.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ugsso-select-multiple.ugsso-select-disabled.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector {
  background: #f5f5f5;
}
.ugsso-select-disabled.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector input {
  cursor: not-allowed;
}
.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector .ugsso-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector .ugsso-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ugsso-select:not(.ugsso-select-disabled):hover .ugsso-select-selector {
  border-color: #668aff;
  border-right-width: 1px;
}
.ugsso-select-selection-item {
  flex: 1 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ugsso-select-selection-item *::-ms-backdrop,
  .ugsso-select-selection-item {
    flex: auto;
  }
}
.ugsso-select-selection-placeholder {
  flex: 1 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ugsso-select-selection-placeholder *::-ms-backdrop,
  .ugsso-select-selection-placeholder {
    flex: auto;
  }
}
.ugsso-select-arrow {
  display: inline-flex;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ugsso-select-arrow > * {
  line-height: 1;
}
.ugsso-select-arrow svg {
  display: inline-block;
}
.ugsso-select-arrow::before {
  display: none;
}
.ugsso-select-arrow .ugsso-select-arrow-icon {
  display: block;
}
.ugsso-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ugsso-select-arrow .anticon > svg {
  vertical-align: top;
}
.ugsso-select-arrow .anticon:not(.ugsso-select-suffix) {
  pointer-events: auto;
}
.ugsso-select-disabled .ugsso-select-arrow {
  cursor: not-allowed;
}
.ugsso-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ugsso-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #EEF0F2;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ugsso-select-clear::before {
  display: block;
}
.ugsso-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-select:hover .ugsso-select-clear {
  opacity: 1;
}
.ugsso-select-dropdown {
  margin: 0;
  padding: 0;
  color: #121216;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ugsso-select-dropdown.ugsso-slide-up-enter.ugsso-slide-up-enter-active.ugsso-select-dropdown-placement-bottomLeft,
.ugsso-select-dropdown.ugsso-slide-up-appear.ugsso-slide-up-appear-active.ugsso-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ugsso-select-dropdown.ugsso-slide-up-enter.ugsso-slide-up-enter-active.ugsso-select-dropdown-placement-topLeft,
.ugsso-select-dropdown.ugsso-slide-up-appear.ugsso-slide-up-appear-active.ugsso-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ugsso-select-dropdown.ugsso-slide-up-leave.ugsso-slide-up-leave-active.ugsso-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ugsso-select-dropdown.ugsso-slide-up-leave.ugsso-slide-up-leave-active.ugsso-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ugsso-select-dropdown-hidden {
  display: none;
}
.ugsso-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ugsso-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #121216;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ugsso-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #121216;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ugsso-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ugsso-select-item-option {
  display: flex;
}
.ugsso-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ugsso-select-item-option-state {
  flex: none;
}
.ugsso-select-item-option-active:not(.ugsso-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ugsso-select-item-option-selected:not(.ugsso-select-item-option-disabled) {
  color: #3C62FF;
  font-weight: 600;
  background-color: transparent;
}
.ugsso-select-item-option-selected:not(.ugsso-select-item-option-disabled) .ugsso-select-item-option-state {
  color: #3C62FF;
}
.ugsso-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ugsso-select-item-option-disabled.ugsso-select-item-option-selected {
  background-color: #f5f5f5;
}
.ugsso-select-item-option-grouped {
  padding-left: 24px;
}
.ugsso-select-lg {
  font-size: 16px;
}
.ugsso-select-borderless .ugsso-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ugsso-select.ugsso-select-in-form-item {
  width: 100%;
}
.ugsso-select-compact-item:not(.ugsso-select-compact-last-item) {
  margin-right: -1px;
}
.ugsso-select-compact-item:not(.ugsso-select-compact-last-item).ugsso-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.ugsso-select-compact-item:hover > *,
.ugsso-select-compact-item:focus > *,
.ugsso-select-compact-item:active > * {
  z-index: 2;
}
.ugsso-select-compact-item.ugsso-select-focused > * {
  z-index: 2;
}
.ugsso-select-compact-item[disabled] > * {
  z-index: 0;
}
.ugsso-select-compact-item:not(.ugsso-select-compact-first-item):not(.ugsso-select-compact-last-item).ugsso-select > .ugsso-select-selector {
  border-radius: 0;
}
.ugsso-select-compact-item.ugsso-select-compact-first-item.ugsso-select:not(.ugsso-select-compact-last-item):not(.ugsso-select-compact-item-rtl) > .ugsso-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-select-compact-item.ugsso-select-compact-last-item.ugsso-select:not(.ugsso-select-compact-first-item):not(.ugsso-select-compact-item-rtl) > .ugsso-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-select-compact-item.ugsso-select.ugsso-select-compact-first-item.ugsso-select-compact-item-rtl:not(.ugsso-select-compact-last-item) > .ugsso-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-select-compact-item.ugsso-select.ugsso-select-compact-last-item.ugsso-select-compact-item-rtl:not(.ugsso-select-compact-first-item) > .ugsso-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-select-rtl {
  direction: rtl;
}
.ugsso-select-rtl .ugsso-select-arrow {
  right: initial;
  left: 11px;
}
.ugsso-select-rtl .ugsso-select-clear {
  right: initial;
  left: 11px;
}
.ugsso-select-dropdown-rtl {
  direction: rtl;
}
.ugsso-select-dropdown-rtl .ugsso-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ugsso-select-rtl.ugsso-select-multiple.ugsso-select-show-arrow .ugsso-select-selector,
.ugsso-select-rtl.ugsso-select-multiple.ugsso-select-allow-clear .ugsso-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ugsso-select-rtl.ugsso-select-multiple .ugsso-select-selection-item {
  text-align: right;
}
.ugsso-select-rtl.ugsso-select-multiple .ugsso-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ugsso-select-rtl.ugsso-select-multiple .ugsso-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ugsso-select-rtl.ugsso-select-multiple .ugsso-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ugsso-select-rtl.ugsso-select-multiple.ugsso-select-sm .ugsso-select-selection-placeholder {
  right: 7px;
}
.ugsso-select-rtl.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-item,
.ugsso-select-rtl.ugsso-select-single .ugsso-select-selector .ugsso-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ugsso-select-rtl.ugsso-select-single.ugsso-select-show-arrow .ugsso-select-selection-search {
  right: 11px;
  left: 25px;
}
.ugsso-select-rtl.ugsso-select-single.ugsso-select-show-arrow .ugsso-select-selection-item,
.ugsso-select-rtl.ugsso-select-single.ugsso-select-show-arrow .ugsso-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ugsso-select-rtl.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input).ugsso-select-show-arrow .ugsso-select-selection-search {
  right: 6px;
}
.ugsso-select-rtl.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input).ugsso-select-show-arrow .ugsso-select-selection-item,
.ugsso-select-rtl.ugsso-select-single.ugsso-select-sm:not(.ugsso-select-customize-input).ugsso-select-show-arrow .ugsso-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* 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 */
.ugsso-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ugsso-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ugsso-empty-image img {
  height: 100%;
}
.ugsso-empty-image svg {
  height: 100%;
  margin: auto;
}
.ugsso-empty-footer {
  margin-top: 16px;
}
.ugsso-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ugsso-empty-normal .ugsso-empty-image {
  height: 40px;
}
.ugsso-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ugsso-empty-small .ugsso-empty-image {
  height: 35px;
}
.ugsso-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ugsso-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ugsso-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ugsso-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ugsso-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ugsso-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ugsso-empty-img-default-g {
  fill: #fff;
}
.ugsso-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ugsso-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ugsso-empty-img-simple-path {
  fill: #fafafa;
}
.ugsso-empty-rtl {
  direction: rtl;
}

/* 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 */
.ugsso-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ugsso-message-notice {
  padding: 8px;
  text-align: center;
}
.ugsso-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ugsso-message-success .anticon {
  color: #0ac77c;
}
.ugsso-message-error .anticon {
  color: #FF6859;
}
.ugsso-message-warning .anticon {
  color: #FABE0A;
}
.ugsso-message-info .anticon,
.ugsso-message-loading .anticon {
  color: #3C62FF;
}
.ugsso-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ugsso-message-notice.ugsso-move-up-leave.ugsso-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ugsso-message-rtl {
  direction: rtl;
}
.ugsso-message-rtl span {
  direction: rtl;
}
.ugsso-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

.thirdparty_container__U8GBS {
  padding: 200px 50px;
  text-align: center;
}
.thirdparty_container__U8GBS .thirdparty_error__Fb\+z4 {
  margin-bottom: 30px;
  color: #9e9ea6;
  font-size: 14px;
}

/* 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 */
.ugsso-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ugsso-upload p {
  margin: 0;
}
.ugsso-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ugsso-upload input[type='file'] {
  cursor: pointer;
}
.ugsso-upload.ugsso-upload-select {
  display: inline-block;
}
.ugsso-upload.ugsso-upload-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ugsso-upload.ugsso-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ugsso-upload.ugsso-upload-select-picture-card > .ugsso-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ugsso-upload.ugsso-upload-select-picture-card:hover {
  border-color: #3C62FF;
}
.ugsso-upload-disabled.ugsso-upload.ugsso-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}
.ugsso-upload.ugsso-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ugsso-upload.ugsso-upload-drag .ugsso-upload {
  padding: 16px 0;
}
.ugsso-upload.ugsso-upload-drag.ugsso-upload-drag-hover:not(.ugsso-upload-disabled) {
  border-color: #2946d9;
}
.ugsso-upload.ugsso-upload-drag.ugsso-upload-disabled {
  cursor: not-allowed;
}
.ugsso-upload.ugsso-upload-drag .ugsso-upload-btn {
  display: table;
  height: 100%;
}
.ugsso-upload.ugsso-upload-drag .ugsso-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ugsso-upload.ugsso-upload-drag:not(.ugsso-upload-disabled):hover {
  border-color: #668aff;
}
.ugsso-upload.ugsso-upload-drag p.ugsso-upload-drag-icon {
  margin-bottom: 20px;
}
.ugsso-upload.ugsso-upload-drag p.ugsso-upload-drag-icon .anticon {
  color: #668aff;
  font-size: 48px;
}
.ugsso-upload.ugsso-upload-drag p.ugsso-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ugsso-upload.ugsso-upload-drag p.ugsso-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ugsso-upload.ugsso-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ugsso-upload.ugsso-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-upload.ugsso-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ugsso-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ugsso-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ugsso-upload-list::before {
  display: table;
  content: '';
}
.ugsso-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ugsso-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ugsso-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ugsso-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ugsso-upload-list-item-card-actions-btn.ugsso-btn-sm {
  height: 22.001px;
  line-height: 1;
  vertical-align: top;
}
.ugsso-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ugsso-upload-list-item-card-actions-btn:focus,
.ugsso-upload-list-item-card-actions.picture .ugsso-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ugsso-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ugsso-upload-list-item-card-actions:hover .anticon {
  color: #121216;
}
.ugsso-upload-list-item-info {
  height: 100%;
  transition: background-color 0.3s;
}
.ugsso-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ugsso-upload-list-item-info .anticon-loading .anticon,
.ugsso-upload-list-item-info .ugsso-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ugsso-upload-list-item:hover .ugsso-upload-list-item-info {
  background-color: #f5f5f5;
}
.ugsso-upload-list-item:hover .ugsso-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ugsso-upload-list-item-error,
.ugsso-upload-list-item-error .ugsso-upload-text-icon > .anticon,
.ugsso-upload-list-item-error .ugsso-upload-list-item-name {
  color: #FF6859;
}
.ugsso-upload-list-item-error .ugsso-upload-list-item-card-actions .anticon {
  color: #FF6859;
}
.ugsso-upload-list-item-error .ugsso-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ugsso-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ugsso-upload-list-picture .ugsso-upload-list-item,
.ugsso-upload-list-picture-card .ugsso-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ugsso-upload-list-picture .ugsso-upload-list-item:hover,
.ugsso-upload-list-picture-card .ugsso-upload-list-item:hover {
  background: transparent;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-error,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-error {
  border-color: #FF6859;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-info,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-info {
  padding: 0;
}
.ugsso-upload-list-picture .ugsso-upload-list-item:hover .ugsso-upload-list-item-info,
.ugsso-upload-list-picture-card .ugsso-upload-list-item:hover .ugsso-upload-list-item-info {
  background: transparent;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-uploading,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-uploading {
  border-style: dashed;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-thumbnail,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-thumbnail .anticon,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-error .ugsso-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ugsso-upload-list-picture-card .ugsso-upload-list-item-error .ugsso-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff4f0;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-error .ugsso-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ugsso-upload-list-picture-card .ugsso-upload-list-item-error .ugsso-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #FF6859;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-icon,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ugsso-upload-list-picture .ugsso-upload-list-item-icon .anticon,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-image,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-image {
  max-width: 100%;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-thumbnail img,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-name,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-uploading .ugsso-upload-list-item-name,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-uploading .ugsso-upload-list-item-name {
  margin-bottom: 12px;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-progress,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ugsso-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item {
  height: 100%;
  margin: 0;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item:hover .ugsso-upload-list-item-info::before {
  opacity: 1;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions .anticon-eye,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions .anticon-download,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions .anticon-eye:hover,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions .anticon-download:hover,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-info:hover + .ugsso-upload-list-item-actions,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions:hover {
  opacity: 1;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-thumbnail,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-file + .ugsso-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-uploading.ugsso-upload-list-item {
  background-color: #fafafa;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-uploading .ugsso-upload-list-item-info {
  height: auto;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-uploading .ugsso-upload-list-item-info::before,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-uploading .ugsso-upload-list-item-info .anticon-eye,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-uploading .ugsso-upload-list-item-info .anticon-delete {
  display: none;
}
.ugsso-upload-list-picture-card .ugsso-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ugsso-upload-list-text-container,
.ugsso-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ugsso-upload-list-text-container::before,
.ugsso-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ugsso-upload-list-text-container .ugsso-upload-span,
.ugsso-upload-list-picture-container .ugsso-upload-span {
  display: block;
  flex: auto;
}
.ugsso-upload-list-text .ugsso-upload-span,
.ugsso-upload-list-picture .ugsso-upload-span {
  display: flex;
  align-items: center;
}
.ugsso-upload-list-text .ugsso-upload-span > *,
.ugsso-upload-list-picture .ugsso-upload-span > * {
  flex: none;
}
.ugsso-upload-list-text .ugsso-upload-list-item-name,
.ugsso-upload-list-picture .ugsso-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}
.ugsso-upload-list-text .ugsso-upload-list-item-card-actions,
.ugsso-upload-list-picture .ugsso-upload-list-item-card-actions {
  position: static;
}
.ugsso-upload-list-text .ugsso-upload-text-icon .anticon {
  position: static;
}
.ugsso-upload-list .ugsso-upload-animate-inline-appear,
.ugsso-upload-list .ugsso-upload-animate-inline-enter,
.ugsso-upload-list .ugsso-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: forwards;
}
.ugsso-upload-list .ugsso-upload-animate-inline-appear,
.ugsso-upload-list .ugsso-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ugsso-upload-list .ugsso-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ugsso-upload-rtl {
  direction: rtl;
}
.ugsso-upload-rtl.ugsso-upload.ugsso-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ugsso-upload-list-rtl {
  direction: rtl;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-list-type-text:hover .ugsso-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-list-type-text:hover .ugsso-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-error .ugsso-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ugsso-upload-list-rtl .ugsso-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ugsso-upload-list-picture .ugsso-upload-list-item-info,
.ugsso-upload-list-picture-card .ugsso-upload-list-item-info {
  padding: 0;
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture .ugsso-upload-list-item-thumbnail,
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture .ugsso-upload-list-item-icon,
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture .ugsso-upload-list-item-name,
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture .ugsso-upload-list-item-name-icon-count-1,
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture .ugsso-upload-list-item-name-icon-count-2,
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture .ugsso-upload-list-item-progress,
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ugsso-upload-list-rtl .ugsso-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ugsso-upload-list-rtl.ugsso-upload-list-picture-card .ugsso-upload-list-item-file + .ugsso-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

/* 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 */
.ugsso-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ugsso-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ugsso-progress-steps {
  display: inline-block;
}
.ugsso-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ugsso-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ugsso-progress-steps-item-active {
  background: #1890ff;
}
.ugsso-progress-small.ugsso-progress-line,
.ugsso-progress-small.ugsso-progress-line .ugsso-progress-text .anticon {
  font-size: 12px;
}
.ugsso-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ugsso-progress-show-info .ugsso-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ugsso-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ugsso-progress-circle-trail {
  stroke: #f5f5f5;
}
.ugsso-progress-circle-path {
  animation: ugsso-progress-appear 0.3s;
}
.ugsso-progress-inner:not(.ugsso-progress-circle-gradient) .ugsso-progress-circle-path {
  stroke: #1890ff;
}
.ugsso-progress-success-bg,
.ugsso-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ugsso-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0ac77c;
}
.ugsso-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: #121216;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ugsso-progress-text .anticon {
  font-size: 14px;
}
.ugsso-progress-status-active .ugsso-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ugsso-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ugsso-progress-status-exception .ugsso-progress-bg {
  background-color: #FF6859;
}
.ugsso-progress-status-exception .ugsso-progress-text {
  color: #FF6859;
}
.ugsso-progress-status-exception .ugsso-progress-inner:not(.ugsso-progress-circle-gradient) .ugsso-progress-circle-path {
  stroke: #FF6859;
}
.ugsso-progress-status-success .ugsso-progress-bg {
  background-color: #0ac77c;
}
.ugsso-progress-status-success .ugsso-progress-text {
  color: #0ac77c;
}
.ugsso-progress-status-success .ugsso-progress-inner:not(.ugsso-progress-circle-gradient) .ugsso-progress-circle-path {
  stroke: #0ac77c;
}
.ugsso-progress-circle .ugsso-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ugsso-progress-circle .ugsso-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ugsso-progress-circle .ugsso-progress-text .anticon {
  font-size: 1.16666667em;
}
.ugsso-progress-circle.ugsso-progress-status-exception .ugsso-progress-text {
  color: #FF6859;
}
.ugsso-progress-circle.ugsso-progress-status-success .ugsso-progress-text {
  color: #0ac77c;
}
@keyframes ugsso-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
.ugsso-progress-rtl {
  direction: rtl;
}
.ugsso-progress-rtl.ugsso-progress-show-info .ugsso-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ugsso-progress-rtl .ugsso-progress-success-bg {
  right: 0;
  left: auto;
}
.ugsso-progress-rtl.ugsso-progress-line .ugsso-progress-text,
.ugsso-progress-rtl.ugsso-progress-steps .ugsso-progress-text {
  margin-right: 8px;
  margin-left: 0;
  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 */
.ugsso-form-item .ugsso-input-number + .ugsso-form-text {
  margin-left: 8px;
}
.ugsso-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.ugsso-form-inline .ugsso-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.ugsso-form-inline .ugsso-form-item-with-help {
  margin-bottom: 24px;
}
.ugsso-form-inline .ugsso-form-item > .ugsso-form-item-label,
.ugsso-form-inline .ugsso-form-item > .ugsso-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.ugsso-form-inline .ugsso-form-item > .ugsso-form-item-label {
  flex: none;
}
.ugsso-form-inline .ugsso-form-item .ugsso-form-text {
  display: inline-block;
}
.ugsso-form-inline .ugsso-form-item .ugsso-form-item-has-feedback {
  display: inline-block;
}
.ugsso-form-horizontal .ugsso-form-item-label {
  flex-grow: 0;
}
.ugsso-form-horizontal .ugsso-form-item-control {
  flex: 1 1;
  min-width: 0;
}
.ugsso-form-horizontal .ugsso-form-item-label[class$='-24'] + .ugsso-form-item-control,
.ugsso-form-horizontal .ugsso-form-item-label[class*='-24 '] + .ugsso-form-item-control {
  min-width: unset;
}
.ugsso-form-vertical .ugsso-form-item-row {
  flex-direction: column;
}
.ugsso-form-vertical .ugsso-form-item-label > label {
  height: auto;
}
.ugsso-form-vertical .ugsso-form-item .ugsso-form-item-control {
  width: 100%;
}
.ugsso-form-vertical .ugsso-form-item-label,
.ugsso-col-24.ugsso-form-item-label,
.ugsso-col-xl-24.ugsso-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}
.ugsso-form-vertical .ugsso-form-item-label > label,
.ugsso-col-24.ugsso-form-item-label > label,
.ugsso-col-xl-24.ugsso-form-item-label > label {
  margin: 0;
}
.ugsso-form-vertical .ugsso-form-item-label > label::after,
.ugsso-col-24.ugsso-form-item-label > label::after,
.ugsso-col-xl-24.ugsso-form-item-label > label::after {
  display: none;
}
.ugsso-form-rtl.ugsso-form-vertical .ugsso-form-item-label,
.ugsso-form-rtl.ugsso-col-24.ugsso-form-item-label,
.ugsso-form-rtl.ugsso-col-xl-24.ugsso-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .ugsso-form-item .ugsso-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ugsso-form-item .ugsso-form-item-label > label {
    margin: 0;
  }
  .ugsso-form-item .ugsso-form-item-label > label::after {
    display: none;
  }
  .ugsso-form-rtl.ugsso-form-item .ugsso-form-item-label {
    text-align: right;
  }
  .ugsso-form .ugsso-form-item {
    flex-wrap: wrap;
  }
  .ugsso-form .ugsso-form-item .ugsso-form-item-label,
  .ugsso-form .ugsso-form-item .ugsso-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ugsso-col-xs-24.ugsso-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ugsso-col-xs-24.ugsso-form-item-label > label {
    margin: 0;
  }
  .ugsso-col-xs-24.ugsso-form-item-label > label::after {
    display: none;
  }
  .ugsso-form-rtl.ugsso-col-xs-24.ugsso-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ugsso-col-sm-24.ugsso-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ugsso-col-sm-24.ugsso-form-item-label > label {
    margin: 0;
  }
  .ugsso-col-sm-24.ugsso-form-item-label > label::after {
    display: none;
  }
  .ugsso-form-rtl.ugsso-col-sm-24.ugsso-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ugsso-col-md-24.ugsso-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ugsso-col-md-24.ugsso-form-item-label > label {
    margin: 0;
  }
  .ugsso-col-md-24.ugsso-form-item-label > label::after {
    display: none;
  }
  .ugsso-form-rtl.ugsso-col-md-24.ugsso-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .ugsso-col-lg-24.ugsso-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ugsso-col-lg-24.ugsso-form-item-label > label {
    margin: 0;
  }
  .ugsso-col-lg-24.ugsso-form-item-label > label::after {
    display: none;
  }
  .ugsso-form-rtl.ugsso-col-lg-24.ugsso-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .ugsso-col-xl-24.ugsso-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ugsso-col-xl-24.ugsso-form-item-label > label {
    margin: 0;
  }
  .ugsso-col-xl-24.ugsso-form-item-label > label::after {
    display: none;
  }
  .ugsso-form-rtl.ugsso-col-xl-24.ugsso-form-item-label {
    text-align: right;
  }
}
.ugsso-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}
.ugsso-form-item-explain-error {
  color: #FF6859;
}
.ugsso-form-item-explain-warning {
  color: #FABE0A;
}
.ugsso-form-item-has-feedback .ugsso-switch {
  margin: 2px 0 4px;
}
.ugsso-form-item-has-warning .ugsso-form-item-split {
  color: #FABE0A;
}
.ugsso-form-item-has-error .ugsso-form-item-split {
  color: #FF6859;
}
.ugsso-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ugsso-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ugsso-form label {
  font-size: 14px;
}
.ugsso-form input[type='search'] {
  box-sizing: border-box;
}
.ugsso-form input[type='radio'],
.ugsso-form input[type='checkbox'] {
  line-height: normal;
}
.ugsso-form input[type='file'] {
  display: block;
}
.ugsso-form input[type='range'] {
  display: block;
  width: 100%;
}
.ugsso-form select[multiple],
.ugsso-form select[size] {
  height: auto;
}
.ugsso-form input[type='file']:focus,
.ugsso-form input[type='radio']:focus,
.ugsso-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ugsso-form output {
  display: block;
  padding-top: 15px;
  color: #121216;
  font-size: 14px;
  line-height: 1.5715;
}
.ugsso-form .ugsso-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ugsso-form-small .ugsso-form-item-label > label {
  height: 24px;
}
.ugsso-form-small .ugsso-form-item-control-input {
  min-height: 24px;
}
.ugsso-form-large .ugsso-form-item-label > label {
  height: 40px;
}
.ugsso-form-large .ugsso-form-item-control-input {
  min-height: 40px;
}
.ugsso-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ugsso-form-item-with-help {
  transition: none;
}
.ugsso-form-item-hidden,
.ugsso-form-item-hidden.ugsso-row {
  display: none;
}
.ugsso-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ugsso-form-item-label-left {
  text-align: left;
}
.ugsso-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset;
}
.ugsso-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ugsso-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ugsso-form-item-label > label.ugsso-form-item-required:not(.ugsso-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ugsso-form-hide-required-mark .ugsso-form-item-label > label.ugsso-form-item-required:not(.ugsso-form-item-required-mark-optional)::before {
  display: none;
}
.ugsso-form-item-label > label .ugsso-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-form-hide-required-mark .ugsso-form-item-label > label .ugsso-form-item-optional {
  display: none;
}
.ugsso-form-item-label > label .ugsso-form-item-tooltip {
  color: rgba(0, 0, 0, 0.45);
  cursor: help;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  margin-inline-start: 4px;
}
.ugsso-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ugsso-form-item-label > label.ugsso-form-item-no-colon::after {
  content: ' ';
}
.ugsso-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ugsso-form-item-control:first-child:not([class^='ugsso-col-']):not([class*=' ugsso-col-']) {
  width: 100%;
}
.ugsso-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ugsso-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.ugsso-form-item-explain,
.ugsso-form-item-extra {
  clear: both;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ugsso-form-item-explain-connected {
  width: 100%;
}
.ugsso-form-item-extra {
  min-height: 24px;
}
.ugsso-form-item-with-help .ugsso-form-item-explain {
  height: auto;
  opacity: 1;
}
.ugsso-form-item-feedback-icon {
  font-size: 14px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.ugsso-form-item-feedback-icon-success {
  color: #0ac77c;
}
.ugsso-form-item-feedback-icon-error {
  color: #FF6859;
}
.ugsso-form-item-feedback-icon-warning {
  color: #FABE0A;
}
.ugsso-form-item-feedback-icon-validating {
  color: #3C62FF;
}
.ugsso-show-help {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ugsso-show-help-appear,
.ugsso-show-help-enter {
  opacity: 0;
}
.ugsso-show-help-appear-active,
.ugsso-show-help-enter-active {
  opacity: 1;
}
.ugsso-show-help-leave {
  opacity: 1;
}
.ugsso-show-help-leave-active {
  opacity: 0;
}
.ugsso-show-help-item {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ugsso-show-help-item-appear,
.ugsso-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}
.ugsso-show-help-item-appear-active,
.ugsso-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}
.ugsso-show-help-item-leave {
  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), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ugsso-show-help-item-leave-active {
  transform: translateY(-5px);
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ugsso-form-rtl {
  direction: rtl;
}
.ugsso-form-rtl .ugsso-form-item-label {
  text-align: left;
}
.ugsso-form-rtl .ugsso-form-item-label > label.ugsso-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.ugsso-form-rtl .ugsso-form-item-label > label::after {
  margin: 0 2px 0 8px;
}
.ugsso-form-rtl .ugsso-form-item-label > label .ugsso-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.ugsso-col-rtl .ugsso-form-item-control:first-child {
  width: 100%;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-input {
  padding-right: 11px;
  padding-left: 24px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-input-affix-wrapper .ugsso-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-input-affix-wrapper .ugsso-input {
  padding: 0;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-input-number-affix-wrapper .ugsso-input-number {
  padding: 0;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-input-search:not(.ugsso-input-search-enter-button) .ugsso-input-suffix {
  right: auto;
  left: 28px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-input-number {
  padding-left: 18px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback > .ugsso-select .ugsso-select-arrow,
.ugsso-form-rtl .ugsso-form-item-has-feedback > .ugsso-select .ugsso-select-clear,
.ugsso-form-rtl .ugsso-form-item-has-feedback :not(.ugsso-input-group-addon) > .ugsso-select .ugsso-select-arrow,
.ugsso-form-rtl .ugsso-form-item-has-feedback :not(.ugsso-input-group-addon) > .ugsso-select .ugsso-select-clear,
.ugsso-form-rtl .ugsso-form-item-has-feedback :not(.ugsso-input-number-group-addon) > .ugsso-select .ugsso-select-arrow,
.ugsso-form-rtl .ugsso-form-item-has-feedback :not(.ugsso-input-number-group-addon) > .ugsso-select .ugsso-select-clear {
  right: auto;
  left: 32px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback > .ugsso-select .ugsso-select-selection-selected-value,
.ugsso-form-rtl .ugsso-form-item-has-feedback :not(.ugsso-input-group-addon) > .ugsso-select .ugsso-select-selection-selected-value,
.ugsso-form-rtl .ugsso-form-item-has-feedback :not(.ugsso-input-number-group-addon) > .ugsso-select .ugsso-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback .ugsso-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}
.ugsso-form-rtl .ugsso-form-item-has-feedback.ugsso-form-item-has-success .ugsso-form-item-children-icon,
.ugsso-form-rtl .ugsso-form-item-has-feedback.ugsso-form-item-has-warning .ugsso-form-item-children-icon,
.ugsso-form-rtl .ugsso-form-item-has-feedback.ugsso-form-item-has-error .ugsso-form-item-children-icon,
.ugsso-form-rtl .ugsso-form-item-has-feedback.ugsso-form-item-is-validating .ugsso-form-item-children-icon {
  right: auto;
  left: 0;
}
.ugsso-form-rtl.ugsso-form-inline .ugsso-form-item {
  margin-right: 0;
  margin-left: 16px;
}

/* 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 */
.ugsso-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
}
.ugsso-row::before,
.ugsso-row::after {
  display: flex;
}
.ugsso-row-no-wrap {
  flex-wrap: nowrap;
}
.ugsso-row-start {
  justify-content: flex-start;
}
.ugsso-row-center {
  justify-content: center;
}
.ugsso-row-end {
  justify-content: flex-end;
}
.ugsso-row-space-between {
  justify-content: space-between;
}
.ugsso-row-space-around {
  justify-content: space-around;
}
.ugsso-row-space-evenly {
  justify-content: space-evenly;
}
.ugsso-row-top {
  align-items: flex-start;
}
.ugsso-row-middle {
  align-items: center;
}
.ugsso-row-bottom {
  align-items: flex-end;
}
.ugsso-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ugsso-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ugsso-col-push-24 {
  left: 100%;
}
.ugsso-col-pull-24 {
  right: 100%;
}
.ugsso-col-offset-24 {
  margin-left: 100%;
}
.ugsso-col-order-24 {
  order: 24;
}
.ugsso-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ugsso-col-push-23 {
  left: 95.83333333%;
}
.ugsso-col-pull-23 {
  right: 95.83333333%;
}
.ugsso-col-offset-23 {
  margin-left: 95.83333333%;
}
.ugsso-col-order-23 {
  order: 23;
}
.ugsso-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ugsso-col-push-22 {
  left: 91.66666667%;
}
.ugsso-col-pull-22 {
  right: 91.66666667%;
}
.ugsso-col-offset-22 {
  margin-left: 91.66666667%;
}
.ugsso-col-order-22 {
  order: 22;
}
.ugsso-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ugsso-col-push-21 {
  left: 87.5%;
}
.ugsso-col-pull-21 {
  right: 87.5%;
}
.ugsso-col-offset-21 {
  margin-left: 87.5%;
}
.ugsso-col-order-21 {
  order: 21;
}
.ugsso-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ugsso-col-push-20 {
  left: 83.33333333%;
}
.ugsso-col-pull-20 {
  right: 83.33333333%;
}
.ugsso-col-offset-20 {
  margin-left: 83.33333333%;
}
.ugsso-col-order-20 {
  order: 20;
}
.ugsso-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ugsso-col-push-19 {
  left: 79.16666667%;
}
.ugsso-col-pull-19 {
  right: 79.16666667%;
}
.ugsso-col-offset-19 {
  margin-left: 79.16666667%;
}
.ugsso-col-order-19 {
  order: 19;
}
.ugsso-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ugsso-col-push-18 {
  left: 75%;
}
.ugsso-col-pull-18 {
  right: 75%;
}
.ugsso-col-offset-18 {
  margin-left: 75%;
}
.ugsso-col-order-18 {
  order: 18;
}
.ugsso-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ugsso-col-push-17 {
  left: 70.83333333%;
}
.ugsso-col-pull-17 {
  right: 70.83333333%;
}
.ugsso-col-offset-17 {
  margin-left: 70.83333333%;
}
.ugsso-col-order-17 {
  order: 17;
}
.ugsso-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ugsso-col-push-16 {
  left: 66.66666667%;
}
.ugsso-col-pull-16 {
  right: 66.66666667%;
}
.ugsso-col-offset-16 {
  margin-left: 66.66666667%;
}
.ugsso-col-order-16 {
  order: 16;
}
.ugsso-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ugsso-col-push-15 {
  left: 62.5%;
}
.ugsso-col-pull-15 {
  right: 62.5%;
}
.ugsso-col-offset-15 {
  margin-left: 62.5%;
}
.ugsso-col-order-15 {
  order: 15;
}
.ugsso-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ugsso-col-push-14 {
  left: 58.33333333%;
}
.ugsso-col-pull-14 {
  right: 58.33333333%;
}
.ugsso-col-offset-14 {
  margin-left: 58.33333333%;
}
.ugsso-col-order-14 {
  order: 14;
}
.ugsso-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ugsso-col-push-13 {
  left: 54.16666667%;
}
.ugsso-col-pull-13 {
  right: 54.16666667%;
}
.ugsso-col-offset-13 {
  margin-left: 54.16666667%;
}
.ugsso-col-order-13 {
  order: 13;
}
.ugsso-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ugsso-col-push-12 {
  left: 50%;
}
.ugsso-col-pull-12 {
  right: 50%;
}
.ugsso-col-offset-12 {
  margin-left: 50%;
}
.ugsso-col-order-12 {
  order: 12;
}
.ugsso-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ugsso-col-push-11 {
  left: 45.83333333%;
}
.ugsso-col-pull-11 {
  right: 45.83333333%;
}
.ugsso-col-offset-11 {
  margin-left: 45.83333333%;
}
.ugsso-col-order-11 {
  order: 11;
}
.ugsso-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ugsso-col-push-10 {
  left: 41.66666667%;
}
.ugsso-col-pull-10 {
  right: 41.66666667%;
}
.ugsso-col-offset-10 {
  margin-left: 41.66666667%;
}
.ugsso-col-order-10 {
  order: 10;
}
.ugsso-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ugsso-col-push-9 {
  left: 37.5%;
}
.ugsso-col-pull-9 {
  right: 37.5%;
}
.ugsso-col-offset-9 {
  margin-left: 37.5%;
}
.ugsso-col-order-9 {
  order: 9;
}
.ugsso-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ugsso-col-push-8 {
  left: 33.33333333%;
}
.ugsso-col-pull-8 {
  right: 33.33333333%;
}
.ugsso-col-offset-8 {
  margin-left: 33.33333333%;
}
.ugsso-col-order-8 {
  order: 8;
}
.ugsso-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ugsso-col-push-7 {
  left: 29.16666667%;
}
.ugsso-col-pull-7 {
  right: 29.16666667%;
}
.ugsso-col-offset-7 {
  margin-left: 29.16666667%;
}
.ugsso-col-order-7 {
  order: 7;
}
.ugsso-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ugsso-col-push-6 {
  left: 25%;
}
.ugsso-col-pull-6 {
  right: 25%;
}
.ugsso-col-offset-6 {
  margin-left: 25%;
}
.ugsso-col-order-6 {
  order: 6;
}
.ugsso-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ugsso-col-push-5 {
  left: 20.83333333%;
}
.ugsso-col-pull-5 {
  right: 20.83333333%;
}
.ugsso-col-offset-5 {
  margin-left: 20.83333333%;
}
.ugsso-col-order-5 {
  order: 5;
}
.ugsso-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ugsso-col-push-4 {
  left: 16.66666667%;
}
.ugsso-col-pull-4 {
  right: 16.66666667%;
}
.ugsso-col-offset-4 {
  margin-left: 16.66666667%;
}
.ugsso-col-order-4 {
  order: 4;
}
.ugsso-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ugsso-col-push-3 {
  left: 12.5%;
}
.ugsso-col-pull-3 {
  right: 12.5%;
}
.ugsso-col-offset-3 {
  margin-left: 12.5%;
}
.ugsso-col-order-3 {
  order: 3;
}
.ugsso-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ugsso-col-push-2 {
  left: 8.33333333%;
}
.ugsso-col-pull-2 {
  right: 8.33333333%;
}
.ugsso-col-offset-2 {
  margin-left: 8.33333333%;
}
.ugsso-col-order-2 {
  order: 2;
}
.ugsso-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ugsso-col-push-1 {
  left: 4.16666667%;
}
.ugsso-col-pull-1 {
  right: 4.16666667%;
}
.ugsso-col-offset-1 {
  margin-left: 4.16666667%;
}
.ugsso-col-order-1 {
  order: 1;
}
.ugsso-col-0 {
  display: none;
}
.ugsso-col-push-0 {
  left: auto;
}
.ugsso-col-pull-0 {
  right: auto;
}
.ugsso-col-push-0 {
  left: auto;
}
.ugsso-col-pull-0 {
  right: auto;
}
.ugsso-col-offset-0 {
  margin-left: 0;
}
.ugsso-col-order-0 {
  order: 0;
}
.ugsso-col-push-0.ugsso-col-rtl {
  right: auto;
}
.ugsso-col-pull-0.ugsso-col-rtl {
  left: auto;
}
.ugsso-col-push-0.ugsso-col-rtl {
  right: auto;
}
.ugsso-col-pull-0.ugsso-col-rtl {
  left: auto;
}
.ugsso-col-offset-0.ugsso-col-rtl {
  margin-right: 0;
}
.ugsso-col-push-1.ugsso-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ugsso-col-pull-1.ugsso-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ugsso-col-offset-1.ugsso-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ugsso-col-push-2.ugsso-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ugsso-col-pull-2.ugsso-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ugsso-col-offset-2.ugsso-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ugsso-col-push-3.ugsso-col-rtl {
  right: 12.5%;
  left: auto;
}
.ugsso-col-pull-3.ugsso-col-rtl {
  right: auto;
  left: 12.5%;
}
.ugsso-col-offset-3.ugsso-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ugsso-col-push-4.ugsso-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ugsso-col-pull-4.ugsso-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ugsso-col-offset-4.ugsso-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ugsso-col-push-5.ugsso-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ugsso-col-pull-5.ugsso-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ugsso-col-offset-5.ugsso-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ugsso-col-push-6.ugsso-col-rtl {
  right: 25%;
  left: auto;
}
.ugsso-col-pull-6.ugsso-col-rtl {
  right: auto;
  left: 25%;
}
.ugsso-col-offset-6.ugsso-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ugsso-col-push-7.ugsso-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ugsso-col-pull-7.ugsso-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ugsso-col-offset-7.ugsso-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ugsso-col-push-8.ugsso-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ugsso-col-pull-8.ugsso-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ugsso-col-offset-8.ugsso-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ugsso-col-push-9.ugsso-col-rtl {
  right: 37.5%;
  left: auto;
}
.ugsso-col-pull-9.ugsso-col-rtl {
  right: auto;
  left: 37.5%;
}
.ugsso-col-offset-9.ugsso-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ugsso-col-push-10.ugsso-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ugsso-col-pull-10.ugsso-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ugsso-col-offset-10.ugsso-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ugsso-col-push-11.ugsso-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ugsso-col-pull-11.ugsso-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ugsso-col-offset-11.ugsso-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ugsso-col-push-12.ugsso-col-rtl {
  right: 50%;
  left: auto;
}
.ugsso-col-pull-12.ugsso-col-rtl {
  right: auto;
  left: 50%;
}
.ugsso-col-offset-12.ugsso-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ugsso-col-push-13.ugsso-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ugsso-col-pull-13.ugsso-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ugsso-col-offset-13.ugsso-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ugsso-col-push-14.ugsso-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ugsso-col-pull-14.ugsso-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ugsso-col-offset-14.ugsso-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ugsso-col-push-15.ugsso-col-rtl {
  right: 62.5%;
  left: auto;
}
.ugsso-col-pull-15.ugsso-col-rtl {
  right: auto;
  left: 62.5%;
}
.ugsso-col-offset-15.ugsso-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ugsso-col-push-16.ugsso-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ugsso-col-pull-16.ugsso-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ugsso-col-offset-16.ugsso-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ugsso-col-push-17.ugsso-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ugsso-col-pull-17.ugsso-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ugsso-col-offset-17.ugsso-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ugsso-col-push-18.ugsso-col-rtl {
  right: 75%;
  left: auto;
}
.ugsso-col-pull-18.ugsso-col-rtl {
  right: auto;
  left: 75%;
}
.ugsso-col-offset-18.ugsso-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ugsso-col-push-19.ugsso-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ugsso-col-pull-19.ugsso-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ugsso-col-offset-19.ugsso-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ugsso-col-push-20.ugsso-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ugsso-col-pull-20.ugsso-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ugsso-col-offset-20.ugsso-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ugsso-col-push-21.ugsso-col-rtl {
  right: 87.5%;
  left: auto;
}
.ugsso-col-pull-21.ugsso-col-rtl {
  right: auto;
  left: 87.5%;
}
.ugsso-col-offset-21.ugsso-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ugsso-col-push-22.ugsso-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ugsso-col-pull-22.ugsso-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ugsso-col-offset-22.ugsso-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ugsso-col-push-23.ugsso-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ugsso-col-pull-23.ugsso-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ugsso-col-offset-23.ugsso-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ugsso-col-push-24.ugsso-col-rtl {
  right: 100%;
  left: auto;
}
.ugsso-col-pull-24.ugsso-col-rtl {
  right: auto;
  left: 100%;
}
.ugsso-col-offset-24.ugsso-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
.ugsso-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ugsso-col-xs-push-24 {
  left: 100%;
}
.ugsso-col-xs-pull-24 {
  right: 100%;
}
.ugsso-col-xs-offset-24 {
  margin-left: 100%;
}
.ugsso-col-xs-order-24 {
  order: 24;
}
.ugsso-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ugsso-col-xs-push-23 {
  left: 95.83333333%;
}
.ugsso-col-xs-pull-23 {
  right: 95.83333333%;
}
.ugsso-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ugsso-col-xs-order-23 {
  order: 23;
}
.ugsso-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ugsso-col-xs-push-22 {
  left: 91.66666667%;
}
.ugsso-col-xs-pull-22 {
  right: 91.66666667%;
}
.ugsso-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ugsso-col-xs-order-22 {
  order: 22;
}
.ugsso-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ugsso-col-xs-push-21 {
  left: 87.5%;
}
.ugsso-col-xs-pull-21 {
  right: 87.5%;
}
.ugsso-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ugsso-col-xs-order-21 {
  order: 21;
}
.ugsso-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ugsso-col-xs-push-20 {
  left: 83.33333333%;
}
.ugsso-col-xs-pull-20 {
  right: 83.33333333%;
}
.ugsso-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ugsso-col-xs-order-20 {
  order: 20;
}
.ugsso-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ugsso-col-xs-push-19 {
  left: 79.16666667%;
}
.ugsso-col-xs-pull-19 {
  right: 79.16666667%;
}
.ugsso-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ugsso-col-xs-order-19 {
  order: 19;
}
.ugsso-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ugsso-col-xs-push-18 {
  left: 75%;
}
.ugsso-col-xs-pull-18 {
  right: 75%;
}
.ugsso-col-xs-offset-18 {
  margin-left: 75%;
}
.ugsso-col-xs-order-18 {
  order: 18;
}
.ugsso-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ugsso-col-xs-push-17 {
  left: 70.83333333%;
}
.ugsso-col-xs-pull-17 {
  right: 70.83333333%;
}
.ugsso-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ugsso-col-xs-order-17 {
  order: 17;
}
.ugsso-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ugsso-col-xs-push-16 {
  left: 66.66666667%;
}
.ugsso-col-xs-pull-16 {
  right: 66.66666667%;
}
.ugsso-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ugsso-col-xs-order-16 {
  order: 16;
}
.ugsso-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ugsso-col-xs-push-15 {
  left: 62.5%;
}
.ugsso-col-xs-pull-15 {
  right: 62.5%;
}
.ugsso-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ugsso-col-xs-order-15 {
  order: 15;
}
.ugsso-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ugsso-col-xs-push-14 {
  left: 58.33333333%;
}
.ugsso-col-xs-pull-14 {
  right: 58.33333333%;
}
.ugsso-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ugsso-col-xs-order-14 {
  order: 14;
}
.ugsso-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ugsso-col-xs-push-13 {
  left: 54.16666667%;
}
.ugsso-col-xs-pull-13 {
  right: 54.16666667%;
}
.ugsso-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ugsso-col-xs-order-13 {
  order: 13;
}
.ugsso-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ugsso-col-xs-push-12 {
  left: 50%;
}
.ugsso-col-xs-pull-12 {
  right: 50%;
}
.ugsso-col-xs-offset-12 {
  margin-left: 50%;
}
.ugsso-col-xs-order-12 {
  order: 12;
}
.ugsso-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ugsso-col-xs-push-11 {
  left: 45.83333333%;
}
.ugsso-col-xs-pull-11 {
  right: 45.83333333%;
}
.ugsso-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ugsso-col-xs-order-11 {
  order: 11;
}
.ugsso-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ugsso-col-xs-push-10 {
  left: 41.66666667%;
}
.ugsso-col-xs-pull-10 {
  right: 41.66666667%;
}
.ugsso-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ugsso-col-xs-order-10 {
  order: 10;
}
.ugsso-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ugsso-col-xs-push-9 {
  left: 37.5%;
}
.ugsso-col-xs-pull-9 {
  right: 37.5%;
}
.ugsso-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ugsso-col-xs-order-9 {
  order: 9;
}
.ugsso-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ugsso-col-xs-push-8 {
  left: 33.33333333%;
}
.ugsso-col-xs-pull-8 {
  right: 33.33333333%;
}
.ugsso-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ugsso-col-xs-order-8 {
  order: 8;
}
.ugsso-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ugsso-col-xs-push-7 {
  left: 29.16666667%;
}
.ugsso-col-xs-pull-7 {
  right: 29.16666667%;
}
.ugsso-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ugsso-col-xs-order-7 {
  order: 7;
}
.ugsso-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ugsso-col-xs-push-6 {
  left: 25%;
}
.ugsso-col-xs-pull-6 {
  right: 25%;
}
.ugsso-col-xs-offset-6 {
  margin-left: 25%;
}
.ugsso-col-xs-order-6 {
  order: 6;
}
.ugsso-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ugsso-col-xs-push-5 {
  left: 20.83333333%;
}
.ugsso-col-xs-pull-5 {
  right: 20.83333333%;
}
.ugsso-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ugsso-col-xs-order-5 {
  order: 5;
}
.ugsso-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ugsso-col-xs-push-4 {
  left: 16.66666667%;
}
.ugsso-col-xs-pull-4 {
  right: 16.66666667%;
}
.ugsso-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ugsso-col-xs-order-4 {
  order: 4;
}
.ugsso-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ugsso-col-xs-push-3 {
  left: 12.5%;
}
.ugsso-col-xs-pull-3 {
  right: 12.5%;
}
.ugsso-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ugsso-col-xs-order-3 {
  order: 3;
}
.ugsso-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ugsso-col-xs-push-2 {
  left: 8.33333333%;
}
.ugsso-col-xs-pull-2 {
  right: 8.33333333%;
}
.ugsso-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ugsso-col-xs-order-2 {
  order: 2;
}
.ugsso-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ugsso-col-xs-push-1 {
  left: 4.16666667%;
}
.ugsso-col-xs-pull-1 {
  right: 4.16666667%;
}
.ugsso-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ugsso-col-xs-order-1 {
  order: 1;
}
.ugsso-col-xs-0 {
  display: none;
}
.ugsso-col-push-0 {
  left: auto;
}
.ugsso-col-pull-0 {
  right: auto;
}
.ugsso-col-xs-push-0 {
  left: auto;
}
.ugsso-col-xs-pull-0 {
  right: auto;
}
.ugsso-col-xs-offset-0 {
  margin-left: 0;
}
.ugsso-col-xs-order-0 {
  order: 0;
}
.ugsso-col-push-0.ugsso-col-rtl {
  right: auto;
}
.ugsso-col-pull-0.ugsso-col-rtl {
  left: auto;
}
.ugsso-col-xs-push-0.ugsso-col-rtl {
  right: auto;
}
.ugsso-col-xs-pull-0.ugsso-col-rtl {
  left: auto;
}
.ugsso-col-xs-offset-0.ugsso-col-rtl {
  margin-right: 0;
}
.ugsso-col-xs-push-1.ugsso-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ugsso-col-xs-pull-1.ugsso-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ugsso-col-xs-offset-1.ugsso-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-2.ugsso-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ugsso-col-xs-pull-2.ugsso-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ugsso-col-xs-offset-2.ugsso-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-3.ugsso-col-rtl {
  right: 12.5%;
  left: auto;
}
.ugsso-col-xs-pull-3.ugsso-col-rtl {
  right: auto;
  left: 12.5%;
}
.ugsso-col-xs-offset-3.ugsso-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ugsso-col-xs-push-4.ugsso-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ugsso-col-xs-pull-4.ugsso-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ugsso-col-xs-offset-4.ugsso-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-5.ugsso-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ugsso-col-xs-pull-5.ugsso-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ugsso-col-xs-offset-5.ugsso-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-6.ugsso-col-rtl {
  right: 25%;
  left: auto;
}
.ugsso-col-xs-pull-6.ugsso-col-rtl {
  right: auto;
  left: 25%;
}
.ugsso-col-xs-offset-6.ugsso-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ugsso-col-xs-push-7.ugsso-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ugsso-col-xs-pull-7.ugsso-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ugsso-col-xs-offset-7.ugsso-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-8.ugsso-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ugsso-col-xs-pull-8.ugsso-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ugsso-col-xs-offset-8.ugsso-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-9.ugsso-col-rtl {
  right: 37.5%;
  left: auto;
}
.ugsso-col-xs-pull-9.ugsso-col-rtl {
  right: auto;
  left: 37.5%;
}
.ugsso-col-xs-offset-9.ugsso-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ugsso-col-xs-push-10.ugsso-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ugsso-col-xs-pull-10.ugsso-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ugsso-col-xs-offset-10.ugsso-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-11.ugsso-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ugsso-col-xs-pull-11.ugsso-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ugsso-col-xs-offset-11.ugsso-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-12.ugsso-col-rtl {
  right: 50%;
  left: auto;
}
.ugsso-col-xs-pull-12.ugsso-col-rtl {
  right: auto;
  left: 50%;
}
.ugsso-col-xs-offset-12.ugsso-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ugsso-col-xs-push-13.ugsso-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ugsso-col-xs-pull-13.ugsso-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ugsso-col-xs-offset-13.ugsso-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-14.ugsso-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ugsso-col-xs-pull-14.ugsso-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ugsso-col-xs-offset-14.ugsso-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-15.ugsso-col-rtl {
  right: 62.5%;
  left: auto;
}
.ugsso-col-xs-pull-15.ugsso-col-rtl {
  right: auto;
  left: 62.5%;
}
.ugsso-col-xs-offset-15.ugsso-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ugsso-col-xs-push-16.ugsso-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ugsso-col-xs-pull-16.ugsso-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ugsso-col-xs-offset-16.ugsso-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-17.ugsso-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ugsso-col-xs-pull-17.ugsso-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ugsso-col-xs-offset-17.ugsso-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-18.ugsso-col-rtl {
  right: 75%;
  left: auto;
}
.ugsso-col-xs-pull-18.ugsso-col-rtl {
  right: auto;
  left: 75%;
}
.ugsso-col-xs-offset-18.ugsso-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ugsso-col-xs-push-19.ugsso-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ugsso-col-xs-pull-19.ugsso-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ugsso-col-xs-offset-19.ugsso-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-20.ugsso-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ugsso-col-xs-pull-20.ugsso-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ugsso-col-xs-offset-20.ugsso-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-21.ugsso-col-rtl {
  right: 87.5%;
  left: auto;
}
.ugsso-col-xs-pull-21.ugsso-col-rtl {
  right: auto;
  left: 87.5%;
}
.ugsso-col-xs-offset-21.ugsso-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ugsso-col-xs-push-22.ugsso-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ugsso-col-xs-pull-22.ugsso-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ugsso-col-xs-offset-22.ugsso-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ugsso-col-xs-push-23.ugsso-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ugsso-col-xs-pull-23.ugsso-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ugsso-col-xs-offset-23.ugsso-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ugsso-col-xs-push-24.ugsso-col-rtl {
  right: 100%;
  left: auto;
}
.ugsso-col-xs-pull-24.ugsso-col-rtl {
  right: auto;
  left: 100%;
}
.ugsso-col-xs-offset-24.ugsso-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .ugsso-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ugsso-col-sm-push-24 {
    left: 100%;
  }
  .ugsso-col-sm-pull-24 {
    right: 100%;
  }
  .ugsso-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ugsso-col-sm-order-24 {
    order: 24;
  }
  .ugsso-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ugsso-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ugsso-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ugsso-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ugsso-col-sm-order-23 {
    order: 23;
  }
  .ugsso-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ugsso-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ugsso-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ugsso-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ugsso-col-sm-order-22 {
    order: 22;
  }
  .ugsso-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ugsso-col-sm-push-21 {
    left: 87.5%;
  }
  .ugsso-col-sm-pull-21 {
    right: 87.5%;
  }
  .ugsso-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ugsso-col-sm-order-21 {
    order: 21;
  }
  .ugsso-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ugsso-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ugsso-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ugsso-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ugsso-col-sm-order-20 {
    order: 20;
  }
  .ugsso-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ugsso-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ugsso-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ugsso-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ugsso-col-sm-order-19 {
    order: 19;
  }
  .ugsso-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ugsso-col-sm-push-18 {
    left: 75%;
  }
  .ugsso-col-sm-pull-18 {
    right: 75%;
  }
  .ugsso-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ugsso-col-sm-order-18 {
    order: 18;
  }
  .ugsso-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ugsso-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ugsso-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ugsso-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ugsso-col-sm-order-17 {
    order: 17;
  }
  .ugsso-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ugsso-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ugsso-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ugsso-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ugsso-col-sm-order-16 {
    order: 16;
  }
  .ugsso-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ugsso-col-sm-push-15 {
    left: 62.5%;
  }
  .ugsso-col-sm-pull-15 {
    right: 62.5%;
  }
  .ugsso-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ugsso-col-sm-order-15 {
    order: 15;
  }
  .ugsso-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ugsso-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ugsso-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ugsso-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ugsso-col-sm-order-14 {
    order: 14;
  }
  .ugsso-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ugsso-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ugsso-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ugsso-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ugsso-col-sm-order-13 {
    order: 13;
  }
  .ugsso-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ugsso-col-sm-push-12 {
    left: 50%;
  }
  .ugsso-col-sm-pull-12 {
    right: 50%;
  }
  .ugsso-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ugsso-col-sm-order-12 {
    order: 12;
  }
  .ugsso-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ugsso-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ugsso-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ugsso-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ugsso-col-sm-order-11 {
    order: 11;
  }
  .ugsso-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ugsso-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ugsso-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ugsso-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ugsso-col-sm-order-10 {
    order: 10;
  }
  .ugsso-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ugsso-col-sm-push-9 {
    left: 37.5%;
  }
  .ugsso-col-sm-pull-9 {
    right: 37.5%;
  }
  .ugsso-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ugsso-col-sm-order-9 {
    order: 9;
  }
  .ugsso-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ugsso-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ugsso-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ugsso-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ugsso-col-sm-order-8 {
    order: 8;
  }
  .ugsso-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ugsso-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ugsso-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ugsso-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ugsso-col-sm-order-7 {
    order: 7;
  }
  .ugsso-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ugsso-col-sm-push-6 {
    left: 25%;
  }
  .ugsso-col-sm-pull-6 {
    right: 25%;
  }
  .ugsso-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ugsso-col-sm-order-6 {
    order: 6;
  }
  .ugsso-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ugsso-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ugsso-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ugsso-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ugsso-col-sm-order-5 {
    order: 5;
  }
  .ugsso-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ugsso-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ugsso-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ugsso-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ugsso-col-sm-order-4 {
    order: 4;
  }
  .ugsso-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ugsso-col-sm-push-3 {
    left: 12.5%;
  }
  .ugsso-col-sm-pull-3 {
    right: 12.5%;
  }
  .ugsso-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ugsso-col-sm-order-3 {
    order: 3;
  }
  .ugsso-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ugsso-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ugsso-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ugsso-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ugsso-col-sm-order-2 {
    order: 2;
  }
  .ugsso-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ugsso-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ugsso-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ugsso-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ugsso-col-sm-order-1 {
    order: 1;
  }
  .ugsso-col-sm-0 {
    display: none;
  }
  .ugsso-col-push-0 {
    left: auto;
  }
  .ugsso-col-pull-0 {
    right: auto;
  }
  .ugsso-col-sm-push-0 {
    left: auto;
  }
  .ugsso-col-sm-pull-0 {
    right: auto;
  }
  .ugsso-col-sm-offset-0 {
    margin-left: 0;
  }
  .ugsso-col-sm-order-0 {
    order: 0;
  }
  .ugsso-col-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-sm-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-sm-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-sm-offset-0.ugsso-col-rtl {
    margin-right: 0;
  }
  .ugsso-col-sm-push-1.ugsso-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-1.ugsso-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ugsso-col-sm-offset-1.ugsso-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-2.ugsso-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-2.ugsso-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ugsso-col-sm-offset-2.ugsso-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-3.ugsso-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ugsso-col-sm-pull-3.ugsso-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ugsso-col-sm-offset-3.ugsso-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-4.ugsso-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-4.ugsso-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ugsso-col-sm-offset-4.ugsso-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-5.ugsso-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-5.ugsso-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ugsso-col-sm-offset-5.ugsso-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-6.ugsso-col-rtl {
    right: 25%;
    left: auto;
  }
  .ugsso-col-sm-pull-6.ugsso-col-rtl {
    right: auto;
    left: 25%;
  }
  .ugsso-col-sm-offset-6.ugsso-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-7.ugsso-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-7.ugsso-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ugsso-col-sm-offset-7.ugsso-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-8.ugsso-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-8.ugsso-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ugsso-col-sm-offset-8.ugsso-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-9.ugsso-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ugsso-col-sm-pull-9.ugsso-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ugsso-col-sm-offset-9.ugsso-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-10.ugsso-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-10.ugsso-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ugsso-col-sm-offset-10.ugsso-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-11.ugsso-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-11.ugsso-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ugsso-col-sm-offset-11.ugsso-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-12.ugsso-col-rtl {
    right: 50%;
    left: auto;
  }
  .ugsso-col-sm-pull-12.ugsso-col-rtl {
    right: auto;
    left: 50%;
  }
  .ugsso-col-sm-offset-12.ugsso-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-13.ugsso-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-13.ugsso-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ugsso-col-sm-offset-13.ugsso-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-14.ugsso-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-14.ugsso-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ugsso-col-sm-offset-14.ugsso-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-15.ugsso-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ugsso-col-sm-pull-15.ugsso-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ugsso-col-sm-offset-15.ugsso-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-16.ugsso-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-16.ugsso-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ugsso-col-sm-offset-16.ugsso-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-17.ugsso-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-17.ugsso-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ugsso-col-sm-offset-17.ugsso-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-18.ugsso-col-rtl {
    right: 75%;
    left: auto;
  }
  .ugsso-col-sm-pull-18.ugsso-col-rtl {
    right: auto;
    left: 75%;
  }
  .ugsso-col-sm-offset-18.ugsso-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-19.ugsso-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-19.ugsso-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ugsso-col-sm-offset-19.ugsso-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-20.ugsso-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-20.ugsso-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ugsso-col-sm-offset-20.ugsso-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-21.ugsso-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ugsso-col-sm-pull-21.ugsso-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ugsso-col-sm-offset-21.ugsso-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-22.ugsso-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ugsso-col-sm-pull-22.ugsso-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ugsso-col-sm-offset-22.ugsso-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-23.ugsso-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ugsso-col-sm-pull-23.ugsso-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ugsso-col-sm-offset-23.ugsso-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ugsso-col-sm-push-24.ugsso-col-rtl {
    right: 100%;
    left: auto;
  }
  .ugsso-col-sm-pull-24.ugsso-col-rtl {
    right: auto;
    left: 100%;
  }
  .ugsso-col-sm-offset-24.ugsso-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ugsso-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ugsso-col-md-push-24 {
    left: 100%;
  }
  .ugsso-col-md-pull-24 {
    right: 100%;
  }
  .ugsso-col-md-offset-24 {
    margin-left: 100%;
  }
  .ugsso-col-md-order-24 {
    order: 24;
  }
  .ugsso-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ugsso-col-md-push-23 {
    left: 95.83333333%;
  }
  .ugsso-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ugsso-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ugsso-col-md-order-23 {
    order: 23;
  }
  .ugsso-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ugsso-col-md-push-22 {
    left: 91.66666667%;
  }
  .ugsso-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ugsso-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ugsso-col-md-order-22 {
    order: 22;
  }
  .ugsso-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ugsso-col-md-push-21 {
    left: 87.5%;
  }
  .ugsso-col-md-pull-21 {
    right: 87.5%;
  }
  .ugsso-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ugsso-col-md-order-21 {
    order: 21;
  }
  .ugsso-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ugsso-col-md-push-20 {
    left: 83.33333333%;
  }
  .ugsso-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ugsso-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ugsso-col-md-order-20 {
    order: 20;
  }
  .ugsso-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ugsso-col-md-push-19 {
    left: 79.16666667%;
  }
  .ugsso-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ugsso-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ugsso-col-md-order-19 {
    order: 19;
  }
  .ugsso-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ugsso-col-md-push-18 {
    left: 75%;
  }
  .ugsso-col-md-pull-18 {
    right: 75%;
  }
  .ugsso-col-md-offset-18 {
    margin-left: 75%;
  }
  .ugsso-col-md-order-18 {
    order: 18;
  }
  .ugsso-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ugsso-col-md-push-17 {
    left: 70.83333333%;
  }
  .ugsso-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ugsso-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ugsso-col-md-order-17 {
    order: 17;
  }
  .ugsso-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ugsso-col-md-push-16 {
    left: 66.66666667%;
  }
  .ugsso-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ugsso-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ugsso-col-md-order-16 {
    order: 16;
  }
  .ugsso-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ugsso-col-md-push-15 {
    left: 62.5%;
  }
  .ugsso-col-md-pull-15 {
    right: 62.5%;
  }
  .ugsso-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ugsso-col-md-order-15 {
    order: 15;
  }
  .ugsso-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ugsso-col-md-push-14 {
    left: 58.33333333%;
  }
  .ugsso-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ugsso-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ugsso-col-md-order-14 {
    order: 14;
  }
  .ugsso-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ugsso-col-md-push-13 {
    left: 54.16666667%;
  }
  .ugsso-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ugsso-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ugsso-col-md-order-13 {
    order: 13;
  }
  .ugsso-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ugsso-col-md-push-12 {
    left: 50%;
  }
  .ugsso-col-md-pull-12 {
    right: 50%;
  }
  .ugsso-col-md-offset-12 {
    margin-left: 50%;
  }
  .ugsso-col-md-order-12 {
    order: 12;
  }
  .ugsso-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ugsso-col-md-push-11 {
    left: 45.83333333%;
  }
  .ugsso-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ugsso-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ugsso-col-md-order-11 {
    order: 11;
  }
  .ugsso-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ugsso-col-md-push-10 {
    left: 41.66666667%;
  }
  .ugsso-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ugsso-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ugsso-col-md-order-10 {
    order: 10;
  }
  .ugsso-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ugsso-col-md-push-9 {
    left: 37.5%;
  }
  .ugsso-col-md-pull-9 {
    right: 37.5%;
  }
  .ugsso-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ugsso-col-md-order-9 {
    order: 9;
  }
  .ugsso-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ugsso-col-md-push-8 {
    left: 33.33333333%;
  }
  .ugsso-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ugsso-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ugsso-col-md-order-8 {
    order: 8;
  }
  .ugsso-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ugsso-col-md-push-7 {
    left: 29.16666667%;
  }
  .ugsso-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ugsso-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ugsso-col-md-order-7 {
    order: 7;
  }
  .ugsso-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ugsso-col-md-push-6 {
    left: 25%;
  }
  .ugsso-col-md-pull-6 {
    right: 25%;
  }
  .ugsso-col-md-offset-6 {
    margin-left: 25%;
  }
  .ugsso-col-md-order-6 {
    order: 6;
  }
  .ugsso-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ugsso-col-md-push-5 {
    left: 20.83333333%;
  }
  .ugsso-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ugsso-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ugsso-col-md-order-5 {
    order: 5;
  }
  .ugsso-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ugsso-col-md-push-4 {
    left: 16.66666667%;
  }
  .ugsso-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ugsso-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ugsso-col-md-order-4 {
    order: 4;
  }
  .ugsso-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ugsso-col-md-push-3 {
    left: 12.5%;
  }
  .ugsso-col-md-pull-3 {
    right: 12.5%;
  }
  .ugsso-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ugsso-col-md-order-3 {
    order: 3;
  }
  .ugsso-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ugsso-col-md-push-2 {
    left: 8.33333333%;
  }
  .ugsso-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ugsso-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ugsso-col-md-order-2 {
    order: 2;
  }
  .ugsso-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ugsso-col-md-push-1 {
    left: 4.16666667%;
  }
  .ugsso-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ugsso-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ugsso-col-md-order-1 {
    order: 1;
  }
  .ugsso-col-md-0 {
    display: none;
  }
  .ugsso-col-push-0 {
    left: auto;
  }
  .ugsso-col-pull-0 {
    right: auto;
  }
  .ugsso-col-md-push-0 {
    left: auto;
  }
  .ugsso-col-md-pull-0 {
    right: auto;
  }
  .ugsso-col-md-offset-0 {
    margin-left: 0;
  }
  .ugsso-col-md-order-0 {
    order: 0;
  }
  .ugsso-col-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-md-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-md-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-md-offset-0.ugsso-col-rtl {
    margin-right: 0;
  }
  .ugsso-col-md-push-1.ugsso-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ugsso-col-md-pull-1.ugsso-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ugsso-col-md-offset-1.ugsso-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-2.ugsso-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ugsso-col-md-pull-2.ugsso-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ugsso-col-md-offset-2.ugsso-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-3.ugsso-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ugsso-col-md-pull-3.ugsso-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ugsso-col-md-offset-3.ugsso-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ugsso-col-md-push-4.ugsso-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ugsso-col-md-pull-4.ugsso-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ugsso-col-md-offset-4.ugsso-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-5.ugsso-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ugsso-col-md-pull-5.ugsso-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ugsso-col-md-offset-5.ugsso-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-6.ugsso-col-rtl {
    right: 25%;
    left: auto;
  }
  .ugsso-col-md-pull-6.ugsso-col-rtl {
    right: auto;
    left: 25%;
  }
  .ugsso-col-md-offset-6.ugsso-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ugsso-col-md-push-7.ugsso-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ugsso-col-md-pull-7.ugsso-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ugsso-col-md-offset-7.ugsso-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-8.ugsso-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ugsso-col-md-pull-8.ugsso-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ugsso-col-md-offset-8.ugsso-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-9.ugsso-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ugsso-col-md-pull-9.ugsso-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ugsso-col-md-offset-9.ugsso-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ugsso-col-md-push-10.ugsso-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ugsso-col-md-pull-10.ugsso-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ugsso-col-md-offset-10.ugsso-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-11.ugsso-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ugsso-col-md-pull-11.ugsso-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ugsso-col-md-offset-11.ugsso-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-12.ugsso-col-rtl {
    right: 50%;
    left: auto;
  }
  .ugsso-col-md-pull-12.ugsso-col-rtl {
    right: auto;
    left: 50%;
  }
  .ugsso-col-md-offset-12.ugsso-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ugsso-col-md-push-13.ugsso-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ugsso-col-md-pull-13.ugsso-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ugsso-col-md-offset-13.ugsso-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-14.ugsso-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ugsso-col-md-pull-14.ugsso-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ugsso-col-md-offset-14.ugsso-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-15.ugsso-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ugsso-col-md-pull-15.ugsso-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ugsso-col-md-offset-15.ugsso-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ugsso-col-md-push-16.ugsso-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ugsso-col-md-pull-16.ugsso-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ugsso-col-md-offset-16.ugsso-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-17.ugsso-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ugsso-col-md-pull-17.ugsso-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ugsso-col-md-offset-17.ugsso-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-18.ugsso-col-rtl {
    right: 75%;
    left: auto;
  }
  .ugsso-col-md-pull-18.ugsso-col-rtl {
    right: auto;
    left: 75%;
  }
  .ugsso-col-md-offset-18.ugsso-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ugsso-col-md-push-19.ugsso-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ugsso-col-md-pull-19.ugsso-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ugsso-col-md-offset-19.ugsso-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-20.ugsso-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ugsso-col-md-pull-20.ugsso-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ugsso-col-md-offset-20.ugsso-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-21.ugsso-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ugsso-col-md-pull-21.ugsso-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ugsso-col-md-offset-21.ugsso-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ugsso-col-md-push-22.ugsso-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ugsso-col-md-pull-22.ugsso-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ugsso-col-md-offset-22.ugsso-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ugsso-col-md-push-23.ugsso-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ugsso-col-md-pull-23.ugsso-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ugsso-col-md-offset-23.ugsso-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ugsso-col-md-push-24.ugsso-col-rtl {
    right: 100%;
    left: auto;
  }
  .ugsso-col-md-pull-24.ugsso-col-rtl {
    right: auto;
    left: 100%;
  }
  .ugsso-col-md-offset-24.ugsso-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ugsso-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ugsso-col-lg-push-24 {
    left: 100%;
  }
  .ugsso-col-lg-pull-24 {
    right: 100%;
  }
  .ugsso-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ugsso-col-lg-order-24 {
    order: 24;
  }
  .ugsso-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ugsso-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ugsso-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ugsso-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ugsso-col-lg-order-23 {
    order: 23;
  }
  .ugsso-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ugsso-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ugsso-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ugsso-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ugsso-col-lg-order-22 {
    order: 22;
  }
  .ugsso-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ugsso-col-lg-push-21 {
    left: 87.5%;
  }
  .ugsso-col-lg-pull-21 {
    right: 87.5%;
  }
  .ugsso-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ugsso-col-lg-order-21 {
    order: 21;
  }
  .ugsso-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ugsso-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ugsso-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ugsso-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ugsso-col-lg-order-20 {
    order: 20;
  }
  .ugsso-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ugsso-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ugsso-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ugsso-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ugsso-col-lg-order-19 {
    order: 19;
  }
  .ugsso-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ugsso-col-lg-push-18 {
    left: 75%;
  }
  .ugsso-col-lg-pull-18 {
    right: 75%;
  }
  .ugsso-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ugsso-col-lg-order-18 {
    order: 18;
  }
  .ugsso-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ugsso-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ugsso-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ugsso-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ugsso-col-lg-order-17 {
    order: 17;
  }
  .ugsso-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ugsso-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ugsso-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ugsso-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ugsso-col-lg-order-16 {
    order: 16;
  }
  .ugsso-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ugsso-col-lg-push-15 {
    left: 62.5%;
  }
  .ugsso-col-lg-pull-15 {
    right: 62.5%;
  }
  .ugsso-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ugsso-col-lg-order-15 {
    order: 15;
  }
  .ugsso-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ugsso-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ugsso-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ugsso-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ugsso-col-lg-order-14 {
    order: 14;
  }
  .ugsso-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ugsso-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ugsso-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ugsso-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ugsso-col-lg-order-13 {
    order: 13;
  }
  .ugsso-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ugsso-col-lg-push-12 {
    left: 50%;
  }
  .ugsso-col-lg-pull-12 {
    right: 50%;
  }
  .ugsso-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ugsso-col-lg-order-12 {
    order: 12;
  }
  .ugsso-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ugsso-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ugsso-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ugsso-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ugsso-col-lg-order-11 {
    order: 11;
  }
  .ugsso-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ugsso-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ugsso-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ugsso-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ugsso-col-lg-order-10 {
    order: 10;
  }
  .ugsso-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ugsso-col-lg-push-9 {
    left: 37.5%;
  }
  .ugsso-col-lg-pull-9 {
    right: 37.5%;
  }
  .ugsso-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ugsso-col-lg-order-9 {
    order: 9;
  }
  .ugsso-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ugsso-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ugsso-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ugsso-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ugsso-col-lg-order-8 {
    order: 8;
  }
  .ugsso-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ugsso-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ugsso-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ugsso-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ugsso-col-lg-order-7 {
    order: 7;
  }
  .ugsso-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ugsso-col-lg-push-6 {
    left: 25%;
  }
  .ugsso-col-lg-pull-6 {
    right: 25%;
  }
  .ugsso-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ugsso-col-lg-order-6 {
    order: 6;
  }
  .ugsso-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ugsso-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ugsso-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ugsso-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ugsso-col-lg-order-5 {
    order: 5;
  }
  .ugsso-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ugsso-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ugsso-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ugsso-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ugsso-col-lg-order-4 {
    order: 4;
  }
  .ugsso-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ugsso-col-lg-push-3 {
    left: 12.5%;
  }
  .ugsso-col-lg-pull-3 {
    right: 12.5%;
  }
  .ugsso-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ugsso-col-lg-order-3 {
    order: 3;
  }
  .ugsso-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ugsso-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ugsso-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ugsso-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ugsso-col-lg-order-2 {
    order: 2;
  }
  .ugsso-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ugsso-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ugsso-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ugsso-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ugsso-col-lg-order-1 {
    order: 1;
  }
  .ugsso-col-lg-0 {
    display: none;
  }
  .ugsso-col-push-0 {
    left: auto;
  }
  .ugsso-col-pull-0 {
    right: auto;
  }
  .ugsso-col-lg-push-0 {
    left: auto;
  }
  .ugsso-col-lg-pull-0 {
    right: auto;
  }
  .ugsso-col-lg-offset-0 {
    margin-left: 0;
  }
  .ugsso-col-lg-order-0 {
    order: 0;
  }
  .ugsso-col-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-lg-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-lg-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-lg-offset-0.ugsso-col-rtl {
    margin-right: 0;
  }
  .ugsso-col-lg-push-1.ugsso-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-1.ugsso-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ugsso-col-lg-offset-1.ugsso-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-2.ugsso-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-2.ugsso-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ugsso-col-lg-offset-2.ugsso-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-3.ugsso-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ugsso-col-lg-pull-3.ugsso-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ugsso-col-lg-offset-3.ugsso-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-4.ugsso-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-4.ugsso-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ugsso-col-lg-offset-4.ugsso-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-5.ugsso-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-5.ugsso-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ugsso-col-lg-offset-5.ugsso-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-6.ugsso-col-rtl {
    right: 25%;
    left: auto;
  }
  .ugsso-col-lg-pull-6.ugsso-col-rtl {
    right: auto;
    left: 25%;
  }
  .ugsso-col-lg-offset-6.ugsso-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-7.ugsso-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-7.ugsso-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ugsso-col-lg-offset-7.ugsso-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-8.ugsso-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-8.ugsso-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ugsso-col-lg-offset-8.ugsso-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-9.ugsso-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ugsso-col-lg-pull-9.ugsso-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ugsso-col-lg-offset-9.ugsso-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-10.ugsso-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-10.ugsso-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ugsso-col-lg-offset-10.ugsso-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-11.ugsso-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-11.ugsso-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ugsso-col-lg-offset-11.ugsso-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-12.ugsso-col-rtl {
    right: 50%;
    left: auto;
  }
  .ugsso-col-lg-pull-12.ugsso-col-rtl {
    right: auto;
    left: 50%;
  }
  .ugsso-col-lg-offset-12.ugsso-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-13.ugsso-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-13.ugsso-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ugsso-col-lg-offset-13.ugsso-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-14.ugsso-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-14.ugsso-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ugsso-col-lg-offset-14.ugsso-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-15.ugsso-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ugsso-col-lg-pull-15.ugsso-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ugsso-col-lg-offset-15.ugsso-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-16.ugsso-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-16.ugsso-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ugsso-col-lg-offset-16.ugsso-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-17.ugsso-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-17.ugsso-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ugsso-col-lg-offset-17.ugsso-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-18.ugsso-col-rtl {
    right: 75%;
    left: auto;
  }
  .ugsso-col-lg-pull-18.ugsso-col-rtl {
    right: auto;
    left: 75%;
  }
  .ugsso-col-lg-offset-18.ugsso-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-19.ugsso-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-19.ugsso-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ugsso-col-lg-offset-19.ugsso-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-20.ugsso-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-20.ugsso-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ugsso-col-lg-offset-20.ugsso-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-21.ugsso-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ugsso-col-lg-pull-21.ugsso-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ugsso-col-lg-offset-21.ugsso-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-22.ugsso-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ugsso-col-lg-pull-22.ugsso-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ugsso-col-lg-offset-22.ugsso-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-23.ugsso-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ugsso-col-lg-pull-23.ugsso-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ugsso-col-lg-offset-23.ugsso-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ugsso-col-lg-push-24.ugsso-col-rtl {
    right: 100%;
    left: auto;
  }
  .ugsso-col-lg-pull-24.ugsso-col-rtl {
    right: auto;
    left: 100%;
  }
  .ugsso-col-lg-offset-24.ugsso-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ugsso-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ugsso-col-xl-push-24 {
    left: 100%;
  }
  .ugsso-col-xl-pull-24 {
    right: 100%;
  }
  .ugsso-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ugsso-col-xl-order-24 {
    order: 24;
  }
  .ugsso-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ugsso-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ugsso-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ugsso-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ugsso-col-xl-order-23 {
    order: 23;
  }
  .ugsso-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ugsso-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ugsso-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ugsso-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ugsso-col-xl-order-22 {
    order: 22;
  }
  .ugsso-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ugsso-col-xl-push-21 {
    left: 87.5%;
  }
  .ugsso-col-xl-pull-21 {
    right: 87.5%;
  }
  .ugsso-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ugsso-col-xl-order-21 {
    order: 21;
  }
  .ugsso-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ugsso-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ugsso-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ugsso-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ugsso-col-xl-order-20 {
    order: 20;
  }
  .ugsso-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ugsso-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ugsso-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ugsso-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ugsso-col-xl-order-19 {
    order: 19;
  }
  .ugsso-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ugsso-col-xl-push-18 {
    left: 75%;
  }
  .ugsso-col-xl-pull-18 {
    right: 75%;
  }
  .ugsso-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ugsso-col-xl-order-18 {
    order: 18;
  }
  .ugsso-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ugsso-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ugsso-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ugsso-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ugsso-col-xl-order-17 {
    order: 17;
  }
  .ugsso-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ugsso-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ugsso-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ugsso-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ugsso-col-xl-order-16 {
    order: 16;
  }
  .ugsso-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ugsso-col-xl-push-15 {
    left: 62.5%;
  }
  .ugsso-col-xl-pull-15 {
    right: 62.5%;
  }
  .ugsso-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ugsso-col-xl-order-15 {
    order: 15;
  }
  .ugsso-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ugsso-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ugsso-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ugsso-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ugsso-col-xl-order-14 {
    order: 14;
  }
  .ugsso-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ugsso-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ugsso-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ugsso-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ugsso-col-xl-order-13 {
    order: 13;
  }
  .ugsso-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ugsso-col-xl-push-12 {
    left: 50%;
  }
  .ugsso-col-xl-pull-12 {
    right: 50%;
  }
  .ugsso-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ugsso-col-xl-order-12 {
    order: 12;
  }
  .ugsso-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ugsso-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ugsso-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ugsso-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ugsso-col-xl-order-11 {
    order: 11;
  }
  .ugsso-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ugsso-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ugsso-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ugsso-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ugsso-col-xl-order-10 {
    order: 10;
  }
  .ugsso-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ugsso-col-xl-push-9 {
    left: 37.5%;
  }
  .ugsso-col-xl-pull-9 {
    right: 37.5%;
  }
  .ugsso-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ugsso-col-xl-order-9 {
    order: 9;
  }
  .ugsso-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ugsso-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ugsso-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ugsso-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ugsso-col-xl-order-8 {
    order: 8;
  }
  .ugsso-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ugsso-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ugsso-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ugsso-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ugsso-col-xl-order-7 {
    order: 7;
  }
  .ugsso-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ugsso-col-xl-push-6 {
    left: 25%;
  }
  .ugsso-col-xl-pull-6 {
    right: 25%;
  }
  .ugsso-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ugsso-col-xl-order-6 {
    order: 6;
  }
  .ugsso-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ugsso-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ugsso-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ugsso-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ugsso-col-xl-order-5 {
    order: 5;
  }
  .ugsso-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ugsso-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ugsso-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ugsso-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ugsso-col-xl-order-4 {
    order: 4;
  }
  .ugsso-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ugsso-col-xl-push-3 {
    left: 12.5%;
  }
  .ugsso-col-xl-pull-3 {
    right: 12.5%;
  }
  .ugsso-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ugsso-col-xl-order-3 {
    order: 3;
  }
  .ugsso-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ugsso-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ugsso-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ugsso-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ugsso-col-xl-order-2 {
    order: 2;
  }
  .ugsso-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ugsso-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ugsso-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ugsso-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ugsso-col-xl-order-1 {
    order: 1;
  }
  .ugsso-col-xl-0 {
    display: none;
  }
  .ugsso-col-push-0 {
    left: auto;
  }
  .ugsso-col-pull-0 {
    right: auto;
  }
  .ugsso-col-xl-push-0 {
    left: auto;
  }
  .ugsso-col-xl-pull-0 {
    right: auto;
  }
  .ugsso-col-xl-offset-0 {
    margin-left: 0;
  }
  .ugsso-col-xl-order-0 {
    order: 0;
  }
  .ugsso-col-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-xl-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-xl-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-xl-offset-0.ugsso-col-rtl {
    margin-right: 0;
  }
  .ugsso-col-xl-push-1.ugsso-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-1.ugsso-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ugsso-col-xl-offset-1.ugsso-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-2.ugsso-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-2.ugsso-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ugsso-col-xl-offset-2.ugsso-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-3.ugsso-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ugsso-col-xl-pull-3.ugsso-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ugsso-col-xl-offset-3.ugsso-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-4.ugsso-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-4.ugsso-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ugsso-col-xl-offset-4.ugsso-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-5.ugsso-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-5.ugsso-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ugsso-col-xl-offset-5.ugsso-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-6.ugsso-col-rtl {
    right: 25%;
    left: auto;
  }
  .ugsso-col-xl-pull-6.ugsso-col-rtl {
    right: auto;
    left: 25%;
  }
  .ugsso-col-xl-offset-6.ugsso-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-7.ugsso-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-7.ugsso-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ugsso-col-xl-offset-7.ugsso-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-8.ugsso-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-8.ugsso-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ugsso-col-xl-offset-8.ugsso-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-9.ugsso-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ugsso-col-xl-pull-9.ugsso-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ugsso-col-xl-offset-9.ugsso-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-10.ugsso-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-10.ugsso-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ugsso-col-xl-offset-10.ugsso-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-11.ugsso-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-11.ugsso-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ugsso-col-xl-offset-11.ugsso-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-12.ugsso-col-rtl {
    right: 50%;
    left: auto;
  }
  .ugsso-col-xl-pull-12.ugsso-col-rtl {
    right: auto;
    left: 50%;
  }
  .ugsso-col-xl-offset-12.ugsso-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-13.ugsso-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-13.ugsso-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ugsso-col-xl-offset-13.ugsso-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-14.ugsso-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-14.ugsso-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ugsso-col-xl-offset-14.ugsso-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-15.ugsso-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ugsso-col-xl-pull-15.ugsso-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ugsso-col-xl-offset-15.ugsso-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-16.ugsso-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-16.ugsso-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ugsso-col-xl-offset-16.ugsso-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-17.ugsso-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-17.ugsso-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ugsso-col-xl-offset-17.ugsso-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-18.ugsso-col-rtl {
    right: 75%;
    left: auto;
  }
  .ugsso-col-xl-pull-18.ugsso-col-rtl {
    right: auto;
    left: 75%;
  }
  .ugsso-col-xl-offset-18.ugsso-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-19.ugsso-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-19.ugsso-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ugsso-col-xl-offset-19.ugsso-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-20.ugsso-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-20.ugsso-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ugsso-col-xl-offset-20.ugsso-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-21.ugsso-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ugsso-col-xl-pull-21.ugsso-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ugsso-col-xl-offset-21.ugsso-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-22.ugsso-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ugsso-col-xl-pull-22.ugsso-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ugsso-col-xl-offset-22.ugsso-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-23.ugsso-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ugsso-col-xl-pull-23.ugsso-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ugsso-col-xl-offset-23.ugsso-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xl-push-24.ugsso-col-rtl {
    right: 100%;
    left: auto;
  }
  .ugsso-col-xl-pull-24.ugsso-col-rtl {
    right: auto;
    left: 100%;
  }
  .ugsso-col-xl-offset-24.ugsso-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .ugsso-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ugsso-col-xxl-push-24 {
    left: 100%;
  }
  .ugsso-col-xxl-pull-24 {
    right: 100%;
  }
  .ugsso-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ugsso-col-xxl-order-24 {
    order: 24;
  }
  .ugsso-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ugsso-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ugsso-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ugsso-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ugsso-col-xxl-order-23 {
    order: 23;
  }
  .ugsso-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ugsso-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ugsso-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ugsso-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ugsso-col-xxl-order-22 {
    order: 22;
  }
  .ugsso-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ugsso-col-xxl-push-21 {
    left: 87.5%;
  }
  .ugsso-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ugsso-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ugsso-col-xxl-order-21 {
    order: 21;
  }
  .ugsso-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ugsso-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ugsso-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ugsso-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ugsso-col-xxl-order-20 {
    order: 20;
  }
  .ugsso-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ugsso-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ugsso-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ugsso-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ugsso-col-xxl-order-19 {
    order: 19;
  }
  .ugsso-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ugsso-col-xxl-push-18 {
    left: 75%;
  }
  .ugsso-col-xxl-pull-18 {
    right: 75%;
  }
  .ugsso-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ugsso-col-xxl-order-18 {
    order: 18;
  }
  .ugsso-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ugsso-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ugsso-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ugsso-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ugsso-col-xxl-order-17 {
    order: 17;
  }
  .ugsso-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ugsso-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ugsso-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ugsso-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ugsso-col-xxl-order-16 {
    order: 16;
  }
  .ugsso-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ugsso-col-xxl-push-15 {
    left: 62.5%;
  }
  .ugsso-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ugsso-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ugsso-col-xxl-order-15 {
    order: 15;
  }
  .ugsso-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ugsso-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ugsso-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ugsso-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ugsso-col-xxl-order-14 {
    order: 14;
  }
  .ugsso-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ugsso-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ugsso-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ugsso-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ugsso-col-xxl-order-13 {
    order: 13;
  }
  .ugsso-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ugsso-col-xxl-push-12 {
    left: 50%;
  }
  .ugsso-col-xxl-pull-12 {
    right: 50%;
  }
  .ugsso-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ugsso-col-xxl-order-12 {
    order: 12;
  }
  .ugsso-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ugsso-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ugsso-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ugsso-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ugsso-col-xxl-order-11 {
    order: 11;
  }
  .ugsso-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ugsso-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ugsso-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ugsso-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ugsso-col-xxl-order-10 {
    order: 10;
  }
  .ugsso-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ugsso-col-xxl-push-9 {
    left: 37.5%;
  }
  .ugsso-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ugsso-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ugsso-col-xxl-order-9 {
    order: 9;
  }
  .ugsso-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ugsso-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ugsso-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ugsso-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ugsso-col-xxl-order-8 {
    order: 8;
  }
  .ugsso-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ugsso-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ugsso-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ugsso-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ugsso-col-xxl-order-7 {
    order: 7;
  }
  .ugsso-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ugsso-col-xxl-push-6 {
    left: 25%;
  }
  .ugsso-col-xxl-pull-6 {
    right: 25%;
  }
  .ugsso-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ugsso-col-xxl-order-6 {
    order: 6;
  }
  .ugsso-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ugsso-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ugsso-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ugsso-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ugsso-col-xxl-order-5 {
    order: 5;
  }
  .ugsso-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ugsso-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ugsso-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ugsso-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ugsso-col-xxl-order-4 {
    order: 4;
  }
  .ugsso-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ugsso-col-xxl-push-3 {
    left: 12.5%;
  }
  .ugsso-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ugsso-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ugsso-col-xxl-order-3 {
    order: 3;
  }
  .ugsso-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ugsso-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ugsso-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ugsso-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ugsso-col-xxl-order-2 {
    order: 2;
  }
  .ugsso-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ugsso-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ugsso-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ugsso-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ugsso-col-xxl-order-1 {
    order: 1;
  }
  .ugsso-col-xxl-0 {
    display: none;
  }
  .ugsso-col-push-0 {
    left: auto;
  }
  .ugsso-col-pull-0 {
    right: auto;
  }
  .ugsso-col-xxl-push-0 {
    left: auto;
  }
  .ugsso-col-xxl-pull-0 {
    right: auto;
  }
  .ugsso-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ugsso-col-xxl-order-0 {
    order: 0;
  }
  .ugsso-col-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-xxl-push-0.ugsso-col-rtl {
    right: auto;
  }
  .ugsso-col-xxl-pull-0.ugsso-col-rtl {
    left: auto;
  }
  .ugsso-col-xxl-offset-0.ugsso-col-rtl {
    margin-right: 0;
  }
  .ugsso-col-xxl-push-1.ugsso-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-1.ugsso-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ugsso-col-xxl-offset-1.ugsso-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-2.ugsso-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-2.ugsso-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ugsso-col-xxl-offset-2.ugsso-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-3.ugsso-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ugsso-col-xxl-pull-3.ugsso-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ugsso-col-xxl-offset-3.ugsso-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-4.ugsso-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-4.ugsso-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ugsso-col-xxl-offset-4.ugsso-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-5.ugsso-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-5.ugsso-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ugsso-col-xxl-offset-5.ugsso-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-6.ugsso-col-rtl {
    right: 25%;
    left: auto;
  }
  .ugsso-col-xxl-pull-6.ugsso-col-rtl {
    right: auto;
    left: 25%;
  }
  .ugsso-col-xxl-offset-6.ugsso-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-7.ugsso-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-7.ugsso-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ugsso-col-xxl-offset-7.ugsso-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-8.ugsso-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-8.ugsso-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ugsso-col-xxl-offset-8.ugsso-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-9.ugsso-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ugsso-col-xxl-pull-9.ugsso-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ugsso-col-xxl-offset-9.ugsso-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-10.ugsso-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-10.ugsso-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ugsso-col-xxl-offset-10.ugsso-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-11.ugsso-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-11.ugsso-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ugsso-col-xxl-offset-11.ugsso-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-12.ugsso-col-rtl {
    right: 50%;
    left: auto;
  }
  .ugsso-col-xxl-pull-12.ugsso-col-rtl {
    right: auto;
    left: 50%;
  }
  .ugsso-col-xxl-offset-12.ugsso-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-13.ugsso-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-13.ugsso-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ugsso-col-xxl-offset-13.ugsso-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-14.ugsso-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-14.ugsso-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ugsso-col-xxl-offset-14.ugsso-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-15.ugsso-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ugsso-col-xxl-pull-15.ugsso-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ugsso-col-xxl-offset-15.ugsso-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-16.ugsso-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-16.ugsso-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ugsso-col-xxl-offset-16.ugsso-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-17.ugsso-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-17.ugsso-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ugsso-col-xxl-offset-17.ugsso-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-18.ugsso-col-rtl {
    right: 75%;
    left: auto;
  }
  .ugsso-col-xxl-pull-18.ugsso-col-rtl {
    right: auto;
    left: 75%;
  }
  .ugsso-col-xxl-offset-18.ugsso-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-19.ugsso-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-19.ugsso-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ugsso-col-xxl-offset-19.ugsso-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-20.ugsso-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-20.ugsso-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ugsso-col-xxl-offset-20.ugsso-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-21.ugsso-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ugsso-col-xxl-pull-21.ugsso-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ugsso-col-xxl-offset-21.ugsso-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-22.ugsso-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ugsso-col-xxl-pull-22.ugsso-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ugsso-col-xxl-offset-22.ugsso-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-23.ugsso-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ugsso-col-xxl-pull-23.ugsso-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ugsso-col-xxl-offset-23.ugsso-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ugsso-col-xxl-push-24.ugsso-col-rtl {
    right: 100%;
    left: auto;
  }
  .ugsso-col-xxl-pull-24.ugsso-col-rtl {
    right: auto;
    left: 100%;
  }
  .ugsso-col-xxl-offset-24.ugsso-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
.ugsso-row-rtl {
  direction: rtl;
}

/* 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 */
.ugsso-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: -moz-max-content;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ugsso-tooltip-content {
  position: relative;
}
.ugsso-tooltip-hidden {
  display: none;
}
.ugsso-tooltip-placement-top,
.ugsso-tooltip-placement-topLeft,
.ugsso-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ugsso-tooltip-placement-right,
.ugsso-tooltip-placement-rightTop,
.ugsso-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ugsso-tooltip-placement-bottom,
.ugsso-tooltip-placement-bottomLeft,
.ugsso-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ugsso-tooltip-placement-left,
.ugsso-tooltip-placement-leftTop,
.ugsso-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ugsso-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ugsso-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ugsso-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ugsso-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ugsso-tooltip-placement-top .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-topLeft .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-topRight .ugsso-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ugsso-tooltip-placement-top .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-topLeft .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-topRight .ugsso-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ugsso-tooltip-placement-top .ugsso-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ugsso-tooltip-placement-topLeft .ugsso-tooltip-arrow {
  left: 13px;
}
.ugsso-tooltip-placement-topRight .ugsso-tooltip-arrow {
  right: 13px;
}
.ugsso-tooltip-placement-right .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-rightTop .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-rightBottom .ugsso-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ugsso-tooltip-placement-right .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-rightTop .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-rightBottom .ugsso-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ugsso-tooltip-placement-right .ugsso-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ugsso-tooltip-placement-rightTop .ugsso-tooltip-arrow {
  top: 5px;
}
.ugsso-tooltip-placement-rightBottom .ugsso-tooltip-arrow {
  bottom: 5px;
}
.ugsso-tooltip-placement-left .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-leftTop .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-leftBottom .ugsso-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ugsso-tooltip-placement-left .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-leftTop .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-leftBottom .ugsso-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ugsso-tooltip-placement-left .ugsso-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ugsso-tooltip-placement-leftTop .ugsso-tooltip-arrow {
  top: 5px;
}
.ugsso-tooltip-placement-leftBottom .ugsso-tooltip-arrow {
  bottom: 5px;
}
.ugsso-tooltip-placement-bottom .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-bottomLeft .ugsso-tooltip-arrow,
.ugsso-tooltip-placement-bottomRight .ugsso-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ugsso-tooltip-placement-bottom .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-bottomLeft .ugsso-tooltip-arrow-content,
.ugsso-tooltip-placement-bottomRight .ugsso-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ugsso-tooltip-placement-bottom .ugsso-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ugsso-tooltip-placement-bottomLeft .ugsso-tooltip-arrow {
  left: 13px;
}
.ugsso-tooltip-placement-bottomRight .ugsso-tooltip-arrow {
  right: 13px;
}
.ugsso-tooltip-pink .ugsso-tooltip-inner {
  background-color: #eb2f96;
}
.ugsso-tooltip-pink .ugsso-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ugsso-tooltip-magenta .ugsso-tooltip-inner {
  background-color: #eb2f96;
}
.ugsso-tooltip-magenta .ugsso-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ugsso-tooltip-red .ugsso-tooltip-inner {
  background-color: #f5222d;
}
.ugsso-tooltip-red .ugsso-tooltip-arrow-content::before {
  background: #f5222d;
}
.ugsso-tooltip-volcano .ugsso-tooltip-inner {
  background-color: #fa541c;
}
.ugsso-tooltip-volcano .ugsso-tooltip-arrow-content::before {
  background: #fa541c;
}
.ugsso-tooltip-orange .ugsso-tooltip-inner {
  background-color: #fa8c16;
}
.ugsso-tooltip-orange .ugsso-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ugsso-tooltip-yellow .ugsso-tooltip-inner {
  background-color: #fadb14;
}
.ugsso-tooltip-yellow .ugsso-tooltip-arrow-content::before {
  background: #fadb14;
}
.ugsso-tooltip-gold .ugsso-tooltip-inner {
  background-color: #faad14;
}
.ugsso-tooltip-gold .ugsso-tooltip-arrow-content::before {
  background: #faad14;
}
.ugsso-tooltip-cyan .ugsso-tooltip-inner {
  background-color: #13c2c2;
}
.ugsso-tooltip-cyan .ugsso-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ugsso-tooltip-lime .ugsso-tooltip-inner {
  background-color: #a0d911;
}
.ugsso-tooltip-lime .ugsso-tooltip-arrow-content::before {
  background: #a0d911;
}
.ugsso-tooltip-green .ugsso-tooltip-inner {
  background-color: #52c41a;
}
.ugsso-tooltip-green .ugsso-tooltip-arrow-content::before {
  background: #52c41a;
}
.ugsso-tooltip-blue .ugsso-tooltip-inner {
  background-color: #1890ff;
}
.ugsso-tooltip-blue .ugsso-tooltip-arrow-content::before {
  background: #1890ff;
}
.ugsso-tooltip-geekblue .ugsso-tooltip-inner {
  background-color: #2f54eb;
}
.ugsso-tooltip-geekblue .ugsso-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ugsso-tooltip-purple .ugsso-tooltip-inner {
  background-color: #722ed1;
}
.ugsso-tooltip-purple .ugsso-tooltip-arrow-content::before {
  background: #722ed1;
}
.ugsso-tooltip-rtl {
  direction: rtl;
}
.ugsso-tooltip-rtl .ugsso-tooltip-inner {
  text-align: right;
}

.style_container__6G3ek {
  /*   width: 90%;
  min-height: 584px; */
  margin: 0 auto;
  padding: 40px 0 0;
}
.style_container__6G3ek .style_header__sRCfm {
  text-align: center;
}
.style_container__6G3ek .style_logo__nxCZK {
  width: 117px;
  height: 87px;
}
.style_container__6G3ek .style_title__V3AOx {
  height: 30px;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #121216;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.style_container__6G3ek .ugsso-form-custom {
  max-width: 448px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .style_container__6G3ek {
    width: 100%;
    min-height: auto;
    padding: 6vw 0;
  }
  .style_container__6G3ek .ugsso-form-custom {
    width: 90vw;
    margin: 0 auto;
  }
}
.style_container__6G3ek {
  @include .container;
}

/* 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 */
.ugsso-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #121216;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  display: inline-flex;
}
.ugsso-input-affix-wrapper::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
       user-select: none;
}
.ugsso-input-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ugsso-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ugsso-input-affix-wrapper:-moz-placeholder {
  text-overflow: ellipsis;
}
.ugsso-input-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ugsso-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ugsso-input-affix-wrapper:hover {
  border-color: #668aff;
  border-right-width: 1px;
}
.ugsso-input-rtl .ugsso-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ugsso-input-affix-wrapper:focus,
.ugsso-input-affix-wrapper-focused {
  border-color: #668aff;
  box-shadow: 0 0 0 2px rgba(60, 98, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-input-rtl .ugsso-input-affix-wrapper:focus,
.ugsso-input-rtl .ugsso-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ugsso-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ugsso-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ugsso-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ugsso-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ugsso-input-affix-wrapper-borderless,
.ugsso-input-affix-wrapper-borderless:hover,
.ugsso-input-affix-wrapper-borderless:focus,
.ugsso-input-affix-wrapper-borderless-focused,
.ugsso-input-affix-wrapper-borderless-disabled,
.ugsso-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ugsso-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ugsso-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ugsso-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.ugsso-input-affix-wrapper-rtl {
  direction: rtl;
}
.ugsso-input-affix-wrapper:not(.ugsso-input-affix-wrapper-disabled):hover {
  border-color: #668aff;
  border-right-width: 1px;
  z-index: 1;
}
.ugsso-input-rtl .ugsso-input-affix-wrapper:not(.ugsso-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ugsso-input-search-with-button .ugsso-input-affix-wrapper:not(.ugsso-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.ugsso-input-affix-wrapper-focused,
.ugsso-input-affix-wrapper:focus {
  z-index: 1;
}
.ugsso-input-affix-wrapper-disabled .ugsso-input[disabled] {
  background: rgba(255, 255, 255, 0);
}
.ugsso-input-affix-wrapper > .ugsso-input {
  font-size: inherit;
  border: none;
  outline: none;
}
.ugsso-input-affix-wrapper > .ugsso-input:focus {
  box-shadow: none !important;
}
.ugsso-input-affix-wrapper > .ugsso-input:not(textarea) {
  padding: 0;
}
.ugsso-input-affix-wrapper::before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ugsso-input-prefix,
.ugsso-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ugsso-input-prefix > *:not(:last-child),
.ugsso-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ugsso-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-input-show-count-has-suffix {
  margin-right: 2px;
}
.ugsso-input-prefix {
  margin-right: 4px;
}
.ugsso-input-suffix {
  margin-left: 4px;
}
.anticon.ugsso-input-clear-icon,
.ugsso-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.ugsso-input-clear-icon:hover,
.ugsso-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.anticon.ugsso-input-clear-icon:active,
.ugsso-input-clear-icon:active {
  color: #121216;
}
.anticon.ugsso-input-clear-icon-hidden,
.ugsso-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.ugsso-input-clear-icon-has-suffix,
.ugsso-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.ugsso-input-affix-wrapper.ugsso-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}
.ugsso-input-affix-wrapper.ugsso-input-affix-wrapper-textarea-with-clear-btn .ugsso-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ugsso-input-status-error:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input,
.ugsso-input-status-error:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input:hover {
  background: #fff;
  border-color: #FF6859;
}
.ugsso-input-status-error:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input:focus,
.ugsso-input-status-error:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input-focused {
  border-color: #ff9182;
  box-shadow: 0 0 0 2px rgba(255, 104, 89, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-input-status-error .ugsso-input-prefix {
  color: #FF6859;
}
.ugsso-input-status-warning:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input,
.ugsso-input-status-warning:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input:hover {
  background: #fff;
  border-color: #FABE0A;
}
.ugsso-input-status-warning:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input:focus,
.ugsso-input-status-warning:not(.ugsso-input-disabled):not(.ugsso-input-borderless).ugsso-input-focused {
  border-color: #ffd333;
  box-shadow: 0 0 0 2px rgba(250, 190, 10, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-input-status-warning .ugsso-input-prefix {
  color: #FABE0A;
}
.ugsso-input-affix-wrapper-status-error:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper,
.ugsso-input-affix-wrapper-status-error:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper:hover {
  background: #fff;
  border-color: #FF6859;
}
.ugsso-input-affix-wrapper-status-error:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper:focus,
.ugsso-input-affix-wrapper-status-error:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper-focused {
  border-color: #ff9182;
  box-shadow: 0 0 0 2px rgba(255, 104, 89, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-input-affix-wrapper-status-error .ugsso-input-prefix {
  color: #FF6859;
}
.ugsso-input-affix-wrapper-status-warning:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper,
.ugsso-input-affix-wrapper-status-warning:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper:hover {
  background: #fff;
  border-color: #FABE0A;
}
.ugsso-input-affix-wrapper-status-warning:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper:focus,
.ugsso-input-affix-wrapper-status-warning:not(.ugsso-input-affix-wrapper-disabled):not(.ugsso-input-affix-wrapper-borderless).ugsso-input-affix-wrapper-focused {
  border-color: #ffd333;
  box-shadow: 0 0 0 2px rgba(250, 190, 10, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-input-affix-wrapper-status-warning .ugsso-input-prefix {
  color: #FABE0A;
}
.ugsso-input-textarea-status-error.ugsso-input-textarea-has-feedback .ugsso-input,
.ugsso-input-textarea-status-warning.ugsso-input-textarea-has-feedback .ugsso-input,
.ugsso-input-textarea-status-success.ugsso-input-textarea-has-feedback .ugsso-input,
.ugsso-input-textarea-status-validating.ugsso-input-textarea-has-feedback .ugsso-input {
  padding-right: 24px;
}
.ugsso-input-group-wrapper-status-error .ugsso-input-group-addon {
  color: #FF6859;
  border-color: #FF6859;
}
.ugsso-input-group-wrapper-status-warning .ugsso-input-group-addon {
  color: #FABE0A;
  border-color: #FABE0A;
}
.ugsso-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #121216;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ugsso-input::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
       user-select: none;
}
.ugsso-input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ugsso-input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ugsso-input:-moz-placeholder {
  text-overflow: ellipsis;
}
.ugsso-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ugsso-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ugsso-input:hover {
  border-color: #668aff;
  border-right-width: 1px;
}
.ugsso-input-rtl .ugsso-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ugsso-input:focus,
.ugsso-input-focused {
  border-color: #668aff;
  box-shadow: 0 0 0 2px rgba(60, 98, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ugsso-input-rtl .ugsso-input:focus,
.ugsso-input-rtl .ugsso-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ugsso-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ugsso-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ugsso-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ugsso-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ugsso-input-borderless,
.ugsso-input-borderless:hover,
.ugsso-input-borderless:focus,
.ugsso-input-borderless-focused,
.ugsso-input-borderless-disabled,
.ugsso-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ugsso-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ugsso-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ugsso-input-sm {
  padding: 0px 7px;
}
.ugsso-input-rtl {
  direction: rtl;
}
.ugsso-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ugsso-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ugsso-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ugsso-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ugsso-input-group-addon,
.ugsso-input-group-wrap,
.ugsso-input-group > .ugsso-input {
  display: table-cell;
}
.ugsso-input-group-addon:not(:first-child):not(:last-child),
.ugsso-input-group-wrap:not(:first-child):not(:last-child),
.ugsso-input-group > .ugsso-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ugsso-input-group-addon,
.ugsso-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ugsso-input-group-wrap > * {
  display: block !important;
}
.ugsso-input-group .ugsso-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ugsso-input-group .ugsso-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ugsso-input-group .ugsso-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ugsso-input-search-with-button .ugsso-input-group .ugsso-input:hover {
  z-index: 0;
}
.ugsso-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #121216;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ugsso-input-group-addon .ugsso-select {
  margin: -5px -11px;
}
.ugsso-input-group-addon .ugsso-select.ugsso-select-single:not(.ugsso-select-customize-input) .ugsso-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ugsso-input-group-addon .ugsso-select-open .ugsso-select-selector,
.ugsso-input-group-addon .ugsso-select-focused .ugsso-select-selector {
  color: #3C62FF;
}
.ugsso-input-group-addon .ugsso-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ugsso-input-group-addon .ugsso-cascader-picker .ugsso-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ugsso-input-group > .ugsso-input:first-child,
.ugsso-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-input-group > .ugsso-input:first-child .ugsso-select .ugsso-select-selector,
.ugsso-input-group-addon:first-child .ugsso-select .ugsso-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-input-group > .ugsso-input-affix-wrapper:not(:first-child) .ugsso-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-input-group > .ugsso-input-affix-wrapper:not(:last-child) .ugsso-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-input-group-addon:first-child {
  border-right: 0;
}
.ugsso-input-group-addon:last-child {
  border-left: 0;
}
.ugsso-input-group > .ugsso-input:last-child,
.ugsso-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-input-group > .ugsso-input:last-child .ugsso-select .ugsso-select-selector,
.ugsso-input-group-addon:last-child .ugsso-select .ugsso-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-input-group-lg .ugsso-input,
.ugsso-input-group-lg > .ugsso-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ugsso-input-group-sm .ugsso-input,
.ugsso-input-group-sm > .ugsso-input-group-addon {
  padding: 0px 7px;
}
.ugsso-input-group-lg .ugsso-select-single .ugsso-select-selector {
  height: 40px;
}
.ugsso-input-group-sm .ugsso-select-single .ugsso-select-selector {
  height: 24px;
}
.ugsso-input-group .ugsso-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-input-search .ugsso-input-group .ugsso-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ugsso-input-group .ugsso-input-affix-wrapper:not(:first-child),
.ugsso-input-search .ugsso-input-group .ugsso-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-input-group.ugsso-input-group-compact {
  display: block;
}
.ugsso-input-group.ugsso-input-group-compact::before {
  display: table;
  content: '';
}
.ugsso-input-group.ugsso-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-input-group.ugsso-input-group-compact-addon:not(:first-child):not(:last-child),
.ugsso-input-group.ugsso-input-group-compact-wrap:not(:first-child):not(:last-child),
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ugsso-input-group.ugsso-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ugsso-input-group.ugsso-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ugsso-input-group.ugsso-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ugsso-input-group.ugsso-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ugsso-input-group.ugsso-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input-affix-wrapper,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input-number-affix-wrapper,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-picker-range {
  display: inline-flex;
}
.ugsso-input-group.ugsso-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ugsso-input-group.ugsso-input-group-compact .ugsso-input {
  float: none;
}
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select > .ugsso-select-selector,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-auto-complete .ugsso-input,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker .ugsso-input,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input-group-wrapper .ugsso-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select > .ugsso-select-selector:hover,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-auto-complete .ugsso-input:hover,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker .ugsso-input:hover,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input-group-wrapper .ugsso-input:hover {
  z-index: 1;
}
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select > .ugsso-select-selector:focus,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-auto-complete .ugsso-input:focus,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker .ugsso-input:focus,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-input-group-wrapper .ugsso-input:focus {
  z-index: 1;
}
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-focused {
  z-index: 1;
}
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select > .ugsso-select-arrow {
  z-index: 1;
}
.ugsso-input-group.ugsso-input-group-compact > *:first-child,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select:first-child > .ugsso-select-selector,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-auto-complete:first-child .ugsso-input,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker:first-child .ugsso-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ugsso-input-group.ugsso-input-group-compact > *:last-child,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select:last-child > .ugsso-select-selector,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker:last-child .ugsso-input,
.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker-focused:last-child .ugsso-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-auto-complete .ugsso-input {
  vertical-align: top;
}
.ugsso-input-group.ugsso-input-group-compact .ugsso-input-group-wrapper + .ugsso-input-group-wrapper {
  margin-left: -1px;
}
.ugsso-input-group.ugsso-input-group-compact .ugsso-input-group-wrapper + .ugsso-input-group-wrapper .ugsso-input-affix-wrapper {
  border-radius: 0;
}
.ugsso-input-group.ugsso-input-group-compact .ugsso-input-group-wrapper:not(:last-child).ugsso-input-search > .ugsso-input-group > .ugsso-input-group-addon > .ugsso-input-search-button {
  border-radius: 0;
}
.ugsso-input-group.ugsso-input-group-compact .ugsso-input-group-wrapper:not(:last-child).ugsso-input-search > .ugsso-input-group > .ugsso-input {
  border-radius: 4px 0 0 4px;
}
.ugsso-input-group > .ugsso-input-rtl:first-child,
.ugsso-input-group-rtl .ugsso-input-group-addon:first-child {
  border-radius: 0 4px 4px 0;
}
.ugsso-input-group-rtl .ugsso-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ugsso-input-group-rtl .ugsso-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}
.ugsso-input-group-rtl.ugsso-input-group > .ugsso-input:last-child,
.ugsso-input-group-rtl.ugsso-input-group-addon:last-child {
  border-radius: 4px 0 0 4px;
}
.ugsso-input-group-rtl.ugsso-input-group .ugsso-input-affix-wrapper:not(:first-child) {
  border-radius: 4px 0 0 4px;
}
.ugsso-input-group-rtl.ugsso-input-group .ugsso-input-affix-wrapper:not(:last-child) {
  border-radius: 0 4px 4px 0;
}
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > *:first-child,
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > .ugsso-select:first-child > .ugsso-select-selector,
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-auto-complete:first-child .ugsso-input,
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker:first-child .ugsso-input {
  border-radius: 0 4px 4px 0;
}
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > *:last-child,
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > .ugsso-select:last-child > .ugsso-select-selector,
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > .ugsso-select-auto-complete:last-child .ugsso-input,
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker:last-child .ugsso-input,
.ugsso-input-group-rtl.ugsso-input-group.ugsso-input-group-compact > .ugsso-cascader-picker-focused:last-child .ugsso-input {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.ugsso-input-group.ugsso-input-group-compact .ugsso-input-group-wrapper-rtl + .ugsso-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ugsso-input-group.ugsso-input-group-compact .ugsso-input-group-wrapper-rtl:not(:last-child).ugsso-input-search > .ugsso-input-group > .ugsso-input {
  border-radius: 0 4px 4px 0;
}
.ugsso-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ugsso-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ugsso-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ugsso-input[type='color'] {
  height: 32px;
}
.ugsso-input[type='color'].ugsso-input-lg {
  height: 40px;
}
.ugsso-input[type='color'].ugsso-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ugsso-input-textarea-show-count > .ugsso-input {
  height: 100%;
}
.ugsso-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.ugsso-input-textarea-show-count.ugsso-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.ugsso-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ugsso-input-compact-item:not(.ugsso-input-compact-last-item):not(.ugsso-input-compact-item-rtl) {
  margin-right: -1px;
}
.ugsso-input-compact-item:not(.ugsso-input-compact-last-item).ugsso-input-compact-item-rtl {
  margin-left: -1px;
}
.ugsso-input-compact-item:hover,
.ugsso-input-compact-item:focus,
.ugsso-input-compact-item:active {
  z-index: 2;
}
.ugsso-input-compact-item[disabled] {
  z-index: 0;
}
.ugsso-input-compact-item:not(.ugsso-input-compact-first-item):not(.ugsso-input-compact-last-item).ugsso-input {
  border-radius: 0;
}
.ugsso-input-compact-item.ugsso-input.ugsso-input-compact-first-item:not(.ugsso-input-compact-last-item):not(.ugsso-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-input-compact-item.ugsso-input.ugsso-input-compact-last-item:not(.ugsso-input-compact-first-item):not(.ugsso-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-input-compact-item.ugsso-input.ugsso-input-compact-item-rtl.ugsso-input-compact-first-item:not(.ugsso-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ugsso-input-compact-item.ugsso-input.ugsso-input-compact-item-rtl.ugsso-input-compact-last-item:not(.ugsso-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ugsso-input-search .ugsso-input:hover,
.ugsso-input-search .ugsso-input:focus {
  border-color: #668aff;
}
.ugsso-input-search .ugsso-input:hover + .ugsso-input-group-addon .ugsso-input-search-button:not(.ugsso-btn-primary),
.ugsso-input-search .ugsso-input:focus + .ugsso-input-group-addon .ugsso-input-search-button:not(.ugsso-btn-primary) {
  border-left-color: #668aff;
}
.ugsso-input-search .ugsso-input-affix-wrapper {
  border-radius: 0;
}
.ugsso-input-search .ugsso-input-lg {
  line-height: 1.5713;
}
.ugsso-input-search > .ugsso-input-group > .ugsso-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ugsso-input-search > .ugsso-input-group > .ugsso-input-group-addon:last-child .ugsso-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
}
.ugsso-input-search > .ugsso-input-group > .ugsso-input-group-addon:last-child .ugsso-input-search-button:not(.ugsso-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-input-search > .ugsso-input-group > .ugsso-input-group-addon:last-child .ugsso-input-search-button:not(.ugsso-btn-primary).ugsso-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ugsso-input-search-button {
  height: 32px;
}
.ugsso-input-search-button:hover,
.ugsso-input-search-button:focus {
  z-index: 1;
}
.ugsso-input-search-large .ugsso-input-search-button {
  height: 40px;
}
.ugsso-input-search-small .ugsso-input-search-button {
  height: 24px;
}
.ugsso-input-search.ugsso-input-compact-item:not(.ugsso-input-compact-item-rtl):not(.ugsso-input-compact-last-item) .ugsso-input-group-addon .ugsso-input-search-button {
  margin-right: -1px;
  border-radius: 0;
}
.ugsso-input-search.ugsso-input-compact-item:not(.ugsso-input-compact-first-item) .ugsso-input,
.ugsso-input-search.ugsso-input-compact-item:not(.ugsso-input-compact-first-item) .ugsso-input-affix-wrapper {
  border-radius: 0;
}
.ugsso-input-search.ugsso-input-compact-item > .ugsso-input-group-addon .ugsso-input-search-button:hover,
.ugsso-input-search.ugsso-input-compact-item > .ugsso-input:hover,
.ugsso-input-search.ugsso-input-compact-item .ugsso-input-affix-wrapper:hover,
.ugsso-input-search.ugsso-input-compact-item > .ugsso-input-group-addon .ugsso-input-search-button:focus,
.ugsso-input-search.ugsso-input-compact-item > .ugsso-input:focus,
.ugsso-input-search.ugsso-input-compact-item .ugsso-input-affix-wrapper:focus,
.ugsso-input-search.ugsso-input-compact-item > .ugsso-input-group-addon .ugsso-input-search-button:active,
.ugsso-input-search.ugsso-input-compact-item > .ugsso-input:active,
.ugsso-input-search.ugsso-input-compact-item .ugsso-input-affix-wrapper:active {
  z-index: 2;
}
.ugsso-input-search.ugsso-input-compact-item > .ugsso-input-affix-wrapper-focused {
  z-index: 2;
}
.ugsso-input-search.ugsso-input-compact-item-rtl:not(.ugsso-input-compact-last-item) .ugsso-input-group-addon:last-child .ugsso-input-search-button {
  margin-left: -1px;
  border-radius: 0;
}
.ugsso-input-group-wrapper-rtl {
  direction: rtl;
}
.ugsso-input-group-rtl {
  direction: rtl;
}
.ugsso-input-affix-wrapper.ugsso-input-affix-wrapper-rtl > input.ugsso-input {
  border: none;
  outline: none;
}
.ugsso-input-affix-wrapper-rtl .ugsso-input-prefix {
  margin: 0 0 0 4px;
}
.ugsso-input-affix-wrapper-rtl .ugsso-input-suffix {
  margin: 0 4px 0 0;
}
.ugsso-input-textarea-rtl {
  direction: rtl;
}
.ugsso-input-textarea-rtl.ugsso-input-textarea-show-count::after {
  text-align: left;
}
.ugsso-input-affix-wrapper-rtl .ugsso-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ugsso-input-affix-wrapper-rtl .ugsso-input-clear-icon {
  right: auto;
  left: 8px;
}
.ugsso-input-search-rtl {
  direction: rtl;
}
.ugsso-input-search-rtl .ugsso-input:hover + .ugsso-input-group-addon .ugsso-input-search-button:not(.ugsso-btn-primary),
.ugsso-input-search-rtl .ugsso-input:focus + .ugsso-input-group-addon .ugsso-input-search-button:not(.ugsso-btn-primary) {
  border-left-color: #d9d9d9;
}
.ugsso-input-search-rtl .ugsso-input:hover + .ugsso-input-group-addon .ugsso-input-search-button:not(.ugsso-btn-primary):hover,
.ugsso-input-search-rtl .ugsso-input:focus + .ugsso-input-group-addon .ugsso-input-search-button:not(.ugsso-btn-primary):hover {
  border-left-color: #668aff;
}
.ugsso-input-search-rtl > .ugsso-input-group > .ugsso-input-affix-wrapper:hover,
.ugsso-input-search-rtl > .ugsso-input-group > .ugsso-input-affix-wrapper-focused {
  border-right-color: #668aff;
}
.ugsso-input-search-rtl > .ugsso-input-group > .ugsso-input-group-addon:last-child {
  right: -1px;
  left: auto;
}
.ugsso-input-search-rtl > .ugsso-input-group > .ugsso-input-group-addon:last-child .ugsso-input-search-button {
  border-radius: 4px 0 0 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ugsso-input {
    height: 32px;
  }
  .ugsso-input-lg {
    height: 40px;
  }
  .ugsso-input-sm {
    height: 24px;
  }
  .ugsso-input-affix-wrapper > input.ugsso-input {
    height: auto;
  }
}

.form-item-phone_form-item-phone-wrap__Bx0bZ {
  /* 解决跟其他组件高度差 原始39.6px */
}
.form-item-phone_form-item-phone-wrap__Bx0bZ .ugsso-select-rtl.ugsso-select-single.ugsso-select-show-arrow .ugsso-select-selection-item {
  padding-right: 18px;
  padding-left: 0;
}
.form-item-phone_form-item-phone-wrap__Bx0bZ input.ugsso-input-rtl {
  direction: ltr;
  text-align: right;
}
.form-item-phone_form-item-phone-wrap__Bx0bZ .ugsso-form-item-control-input-content {
  height: 40px;
}

/* 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 */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ugsso-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ugsso-checkbox-wrapper:hover .ugsso-checkbox-inner,
.ugsso-checkbox:hover .ugsso-checkbox-inner,
.ugsso-checkbox-input:focus + .ugsso-checkbox-inner {
  border-color: #3C62FF;
}
.ugsso-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3C62FF;
  border-radius: 4px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ugsso-checkbox:hover::after,
.ugsso-checkbox-wrapper:hover .ugsso-checkbox::after {
  visibility: visible;
}
.ugsso-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ugsso-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ugsso-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ugsso-checkbox-checked .ugsso-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ugsso-checkbox-checked .ugsso-checkbox-inner {
  background-color: #3C62FF;
  border-color: #3C62FF;
}
.ugsso-checkbox-disabled {
  cursor: not-allowed;
}
.ugsso-checkbox-disabled.ugsso-checkbox-checked .ugsso-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ugsso-checkbox-disabled .ugsso-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ugsso-checkbox-disabled .ugsso-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ugsso-checkbox-disabled .ugsso-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ugsso-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ugsso-checkbox-disabled:hover::after,
.ugsso-checkbox-wrapper:hover .ugsso-checkbox-disabled::after {
  visibility: hidden;
}
.ugsso-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ugsso-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ugsso-checkbox-wrapper.ugsso-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ugsso-checkbox-wrapper + .ugsso-checkbox-wrapper {
  margin-left: 8px;
}
.ugsso-checkbox-wrapper.ugsso-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ugsso-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ugsso-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ugsso-checkbox-group-item {
  margin-right: 8px;
}
.ugsso-checkbox-group-item:last-child {
  margin-right: 0;
}
.ugsso-checkbox-group-item + .ugsso-checkbox-group-item {
  margin-left: 0;
}
.ugsso-checkbox-indeterminate .ugsso-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ugsso-checkbox-indeterminate .ugsso-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #3C62FF;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ugsso-checkbox-indeterminate.ugsso-checkbox-disabled .ugsso-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ugsso-checkbox-rtl {
  direction: rtl;
}
.ugsso-checkbox-group-rtl .ugsso-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ugsso-checkbox-group-rtl .ugsso-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ugsso-checkbox-group-rtl .ugsso-checkbox-group-item + .ugsso-checkbox-group-item {
  margin-left: 8px;
}

.form-item-agreement_agreements__YFeqh {
  font-size: 12px;
  line-height: 1.6;
}

/* 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 */
.ugsso-space {
  display: inline-flex;
}
.ugsso-space-vertical {
  flex-direction: column;
}
.ugsso-space-align-center {
  align-items: center;
}
.ugsso-space-align-start {
  align-items: flex-start;
}
.ugsso-space-align-end {
  align-items: flex-end;
}
.ugsso-space-align-baseline {
  align-items: baseline;
}
.ugsso-space-item:empty {
  display: none;
}
.ugsso-space-compact {
  display: inline-flex;
}
.ugsso-space-compact-block {
  display: flex;
  width: 100%;
}
.ugsso-space-compact-vertical {
  flex-direction: column;
}
.ugsso-space-rtl {
  direction: rtl;
}
.ugsso-space-compact-rtl {
  direction: rtl;
}

/* 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 */
.ugsso-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ugsso-alert-content {
  flex: 1 1;
  min-width: 0;
}
.ugsso-alert-icon {
  margin-right: 8px;
}
.ugsso-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ugsso-alert-success {
  background-color: #e6fff1;
  border: 1px solid #7eedb5;
}
.ugsso-alert-success .ugsso-alert-icon {
  color: #0ac77c;
}
.ugsso-alert-info {
  background-color: #f0f5ff;
  border: 1px solid #b8cdff;
}
.ugsso-alert-info .ugsso-alert-icon {
  color: #3C62FF;
}
.ugsso-alert-warning {
  background-color: #fffde6;
  border: 1px solid #ffed85;
}
.ugsso-alert-warning .ugsso-alert-icon {
  color: #FABE0A;
}
.ugsso-alert-error {
  background-color: #fff4f0;
  border: 1px solid #ffdcd4;
}
.ugsso-alert-error .ugsso-alert-icon {
  color: #FF6859;
}
.ugsso-alert-error .ugsso-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ugsso-alert-action {
  margin-left: 8px;
}
.ugsso-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ugsso-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ugsso-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ugsso-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ugsso-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ugsso-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ugsso-alert-with-description.ugsso-alert-no-icon {
  padding: 15px 15px;
}
.ugsso-alert-with-description .ugsso-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ugsso-alert-with-description .ugsso-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ugsso-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ugsso-alert-with-description .ugsso-alert-description {
  display: block;
}
.ugsso-alert.ugsso-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ugsso-alert.ugsso-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ugsso-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ugsso-alert.ugsso-alert-rtl {
  direction: rtl;
}
.ugsso-alert-rtl .ugsso-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ugsso-alert-rtl .ugsso-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ugsso-alert-rtl .ugsso-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ugsso-alert-rtl.ugsso-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ugsso-alert-rtl.ugsso-alert-with-description .ugsso-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

/* 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 */
.ugsso-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ugsso-modal.ugsso-zoom-enter,
.ugsso-modal.ugsso-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ugsso-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ugsso-modal-mask-hidden {
  display: none;
}
.ugsso-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ugsso-modal-wrap {
  z-index: 1000;
}
.ugsso-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ugsso-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ugsso-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ugsso-modal-close-x {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-style: normal;
  line-height: 54px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ugsso-modal-close:focus,
.ugsso-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ugsso-modal-header {
  padding: 16px 24px;
  color: #121216;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ugsso-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ugsso-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 4px 4px;
}
.ugsso-modal-footer .ugsso-btn + .ugsso-btn:not(.ugsso-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ugsso-modal-open {
  overflow: hidden;
}
.ugsso-modal-centered {
  text-align: center;
}
.ugsso-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ugsso-modal-centered .ugsso-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ugsso-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ugsso-modal-centered .ugsso-modal {
    flex: 1 1;
  }
}
.ugsso-modal-confirm .ugsso-modal-header {
  display: none;
}
.ugsso-modal-confirm .ugsso-modal-body {
  padding: 32px 32px 24px;
}
.ugsso-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ugsso-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-modal-confirm-body .ugsso-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ugsso-modal-confirm-body .ugsso-modal-confirm-content {
  margin-top: 8px;
  color: #121216;
  font-size: 14px;
}
.ugsso-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ugsso-modal-confirm-body > .anticon + .ugsso-modal-confirm-title + .ugsso-modal-confirm-content {
  margin-left: 38px;
}
.ugsso-modal-confirm .ugsso-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.ugsso-modal-confirm .ugsso-modal-confirm-btns .ugsso-btn + .ugsso-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ugsso-modal-confirm-error .ugsso-modal-confirm-body > .anticon {
  color: #FF6859;
}
.ugsso-modal-confirm-warning .ugsso-modal-confirm-body > .anticon,
.ugsso-modal-confirm-confirm .ugsso-modal-confirm-body > .anticon {
  color: #FABE0A;
}
.ugsso-modal-confirm-info .ugsso-modal-confirm-body > .anticon {
  color: #3C62FF;
}
.ugsso-modal-confirm-success .ugsso-modal-confirm-body > .anticon {
  color: #0ac77c;
}
.ugsso-modal-confirm .ugsso-zoom-leave .ugsso-modal-confirm-btns {
  pointer-events: none;
}
.ugsso-modal-wrap-rtl {
  direction: rtl;
}
.ugsso-modal-wrap-rtl .ugsso-modal-close {
  right: initial;
  left: 0;
}
.ugsso-modal-wrap-rtl .ugsso-modal-footer {
  text-align: left;
}
.ugsso-modal-wrap-rtl .ugsso-modal-footer .ugsso-btn + .ugsso-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ugsso-modal-wrap-rtl .ugsso-modal-confirm-body {
  direction: rtl;
}
.ugsso-modal-wrap-rtl .ugsso-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ugsso-modal-wrap-rtl .ugsso-modal-confirm-body > .anticon + .ugsso-modal-confirm-title + .ugsso-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ugsso-modal-wrap-rtl .ugsso-modal-confirm-btns {
  text-align: left;
}
.ugsso-modal-wrap-rtl .ugsso-modal-confirm-btns .ugsso-btn + .ugsso-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ugsso-modal-wrap-rtl.ugsso-modal-centered .ugsso-modal {
  text-align: right;
}

.ugsso-img-captcha {
  width: auto;
  height: 36px;
}
.ugsso-modal-body .ugsso-btn,
.ugsso-modal-footer .ugsso-btn,
.ugsso-modal-confirm-btns .ugsso-btn {
  min-width: 72px;
  height: 32px;
  font-size: 14px;
}
.ugsso-captcha-modal .ugsso-captcha-modal-content {
  position: relative;
}
.ugsso-captcha-modal .ugsso-captcha-modal-alert {
  position: absolute;
  top: -38px;
  right: -24px;
  left: -24px;
}
@media (max-width: 768px) {
  .ugsso-captcha-modal .ugsso-modal {
    max-width: 90%;
  }
}

.form-item-code_form-item-addon-wrap__R2gl7 {
  position: relative;
}
.form-item-code_form-item-addon-wrap__R2gl7 .ugsso-input-affix-wrapper {
  -webkit-padding-end: 180px;
          padding-inline-end: 180px;
}
.form-item-code_form-item-addon-wrap__R2gl7 .form-item-code_addon__DlblN {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  text-align: end;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
[dir='rtl'] .form-item-code_form-item-addon-wrap__R2gl7 .form-item-code_addon__DlblN {
  right: auto;
  left: 16px;
}

.auth-confirm-golingo_content__kKjdB {
  line-height: 1.8;
}
.auth-confirm-golingo_content__kKjdB p {
  margin-bottom: 16px;
}

.modal-agreement_modal-agreement__1TSkG .ugsso-modal-header {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.modal-agreement_modal-agreement__1TSkG .ugsso-modal-footer {
  padding: 8px 24px 16px;
  border-top-width: 0;
}
.modal-agreement_modal-agreement__1TSkG .ugsso-modal-footer .ugsso-btn + .ugsso-btn:not(.ugsso-dropdown-trigger) {
  margin-left: 16px;
}
.modal-agreement_modal-agreement__1TSkG .modal-agreement_agreements__789ji {
  font-size: 12px;
}

/* 顶栏 */
.styles_header__HU9op {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 72px;
}
.styles_header__HU9op .styles_logo-wrap__pMPwA h1 {
  font-weight: 500;
  font-size: 22px;
}
.styles_header__HU9op .styles_logo__mgPXO {
  height: 38px;
}
.styles_header__HU9op .styles_logo__mgPXO img {
  height: 38px;
  margin-right: 2px;
}
.styles_header__HU9op .styles_logout-wrap__dFKjp {
  color: #3c3c47;
}
.styles_header__HU9op .styles_logout-wrap__dFKjp:hover,
.styles_header__HU9op .styles_logout-wrap__dFKjp:active {
  color: #3C62FF;
}
.styles_header__HU9op .styles_icon-logout__vKi\+N {
  display: inline-block;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  width: 18px;
  height: 18px;
}
.styles_header__HU9op .styles_icon-logout__vKi\+N svg {
  vertical-align: -0.125em;
}
.styles_header__HU9op .styles_languages-wrap__xQYHP {
  position: relative;
  display: inline-block;
}
.styles_header__HU9op .styles_languages-wrap__xQYHP .styles_icon-prefix__ngusG {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  color: #545c66;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.styles_header__HU9op .styles_languages-wrap__xQYHP .styles_languages__hwhD1 {
  width: 156px;
  color: #5e616f;
}
.styles_header__HU9op .styles_languages-wrap__xQYHP .ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector {
  padding-left: 32px;
}
.styles_header__HU9op .styles_languages-wrap__xQYHP .ugsso-select-arrow {
  color: #545c66;
}
/* 底栏 */
.styles_footer__X1cFu {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  direction: ltr;
  background-color: #fff;
}
.styles_footer-inner__tgWH8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.styles_footer__X1cFu .styles_info__8oAK8,
.styles_footer__X1cFu a {
  color: #9e9ea6;
  line-height: 1.6;
}
.styles_footer__X1cFu .styles_info__8oAK8 span,
.styles_footer__X1cFu a span {
  display: inline-block;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.styles_footer__X1cFu .styles_service__n27xf {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7786f6;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.styles_footer__X1cFu .styles_service__n27xf > span {
  cursor: pointer;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.styles_footer__X1cFu .styles_service__n27xf .styles_service-floating__f3uE0 {
  position: absolute;
  top: -214px;
  left: 50%;
  z-index: 99;
  display: none;
  width: 168px;
  height: 200px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 3px #ccc;
          box-shadow: 0 0 10px 3px #ccc;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.styles_footer__X1cFu .styles_service__n27xf .styles_service-floating__f3uE0::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  -webkit-border-end: 15px solid transparent;
          border-inline-end: 15px solid transparent;
}
.styles_footer__X1cFu .styles_service__n27xf .styles_service-floating__f3uE0 span {
  display: block;
  color: #fff;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
  background: #3C62FF;
  border-radius: 4px 4px 0 0;
}
.styles_footer__X1cFu .styles_service__n27xf .styles_service-floating__f3uE0 .styles_floating-img__Oigjw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100% - 30px);
  padding: 12px;
}
.styles_footer__X1cFu .styles_service__n27xf .styles_service-floating__f3uE0 .styles_floating-img__Oigjw img {
  width: 144px;
  height: 144px;
}
.styles_footer__X1cFu .styles_icon-gongan__QE3oa {
  width: 20px;
  height: 20px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
/* 内容区 */
.styles_main__2k5I3 {
  height: 100%;
  padding: 16px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.styles_main__2k5I3 .styles_main-inner__o71SH {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 7px 26px 0 rgba(238, 240, 244, 0.61);
          box-shadow: 0 7px 26px 0 rgba(238, 240, 244, 0.61);
}
.styles_main__2k5I3 .styles_main-inner__o71SH > div {
  width: 100%;
}
.styles_main__2k5I3 .styles_main-inner__o71SH.styles_no-bg__NdXhz {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.styles_languages-popup__RuAb5 {
  padding: 8px;
  text-align: center;
}
.styles_languages-popup__RuAb5 .ugsso-select-item {
  margin-bottom: 2px;
  color: #5e616f;
  border-radius: 4px;
}
.styles_languages-popup__RuAb5 .ugsso-select-item:hover {
  background-color: #f6f8fa;
}
.styles_languages-popup__RuAb5 .ugsso-select-item-option-selected:not(.ugsso-select-item-option-disabled) {
  color: #3C62FF;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .styles_header__HU9op {
    padding: 16px 10%;
  }
  .styles_main__2k5I3 {
    margin: 0;
  }
  .styles_main__2k5I3 .styles_main-inner__o71SH {
    width: 85%;
  }
  .styles_footer__X1cFu {
    text-align: center;
  }
  .styles_footer-inner__tgWH8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%;
  }
  .styles_footer__X1cFu .styles_service__n27xf {
    margin-top: 8px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
@media screen and (max-width: 767px) {
  .styles_header__HU9op {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4vw 2vw;
  }
  .styles_main__2k5I3 {
    margin: 0;
  }
  .styles_main__2k5I3 .styles_main-inner__o71SH {
    width: 96vw;
  }
  .styles_footer__X1cFu {
    margin-top: 6vw;
    padding: 4vw 0 6vw;
    text-align: center;
  }
  .styles_footer-inner__tgWH8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96vw;
  }
  .styles_footer__X1cFu .styles_service__n27xf {
    margin-top: 2vw;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.form-item-code_code-wrapper__joqOY {
  position: relative;
}
.form-item-code_code-wrapper__joqOY .form-item-code_addon__rQ3Kk {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  text-align: end;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form_rebind-form__Q8Wcl .ugsso-form-item-label > label {
  font-size: 16px;
}
.form_alert__tjrfT {
  margin-bottom: 32px;
}
.form_alert__tjrfT .ugsso-alert-message {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
}
.form_alert-content__\+MLKb {
  color: #3c3c47;
}
.form_alert-content__\+MLKb p {
  margin-bottom: 8px;
}
.form_alert-content__\+MLKb ul {
  padding-left: 24px;
  line-height: 1.6;
}
.form_alert-content__\+MLKb li {
  list-style: disc;
}

.force-bind_container__os3q6 .force-bind_sub-text__W5TTt {
  color: #5e616f;
}
.force-bind_container__os3q6 .force-bind_sub-text__W5TTt ul {
  margin-left: 24px;
}
.force-bind_container__os3q6 .force-bind_phone__3nuWp {
  display: block;
  margin: 4px 0 24px;
  color: #FF6859;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.force-bind_container__os3q6 li {
  line-height: 1.8;
  list-style: disc;
}
.force-bind_container__os3q6 .force-bind_alert-tip__FaGBJ {
  margin-bottom: 32px;
}
.force-bind_container__os3q6 .force-bind_alert-tip__FaGBJ .ugsso-alert-message {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
}

/* common style */
/* 警告重置字体色 */
/* 背景色 */
/* 用于解释说明文案 */
/* 表单input框边框 */
body {
  min-width: calc(1200px + 4px);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 10px;
  /* 纵向滚动条 */
  height: 10px;
  /* 横向滚动条 */
}
/* 定义滚动条轨道 内阴影 */
::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
/* 定义滑块 内阴影 */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
  /* 设置滚动条颜色并隐藏轨道 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
/* 表单 */
.ugsso-form {
  /* 按UI高度为large，字号为14px */
}
.ugsso-form .ugsso-input-prefix {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  -webkit-border-end: 1px solid #ededef;
          border-inline-end: 1px solid #ededef;
}
.ugsso-form.ugsso-form-custom .ugsso-input {
  padding: 8px 11px;
}
.ugsso-form.ugsso-form-custom .ugsso-input-affix-wrapper {
  height: 40px;
  padding: 8px 11px;
}
.ugsso-form.ugsso-form-custom .ugsso-input-affix-wrapper > .ugsso-input:not(textarea) {
  padding: 0;
}
.ugsso-form.ugsso-form-custom .ugsso-input-affix-wrapper.ugsso-input-affix-wrapper-rtl > input.ugsso-input {
  direction: ltr;
  text-align: right;
}
.ugsso-form.ugsso-form-custom .ugsso-select-single:not(.ugsso-select-customize-input) .ugsso-select-selector {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.ugsso-form.ugsso-form-custom .ugsso-select-single .ugsso-select-selector .ugsso-select-selection-item,
.ugsso-form.ugsso-form-custom .ugsso-select-single .ugsso-select-selector .ugsso-select-selection-placeholder {
  line-height: 30px;
}
.ugsso-form.ugsso-form-custom .ugsso-btn-primary {
  height: 40px;
}
.ugsso-form .ugsso-select:not(.ugsso-select-customize-input) .ugsso-select-selector,
.ugsso-form .ugsso-select-status-error.ugsso-select:not(.ugsso-select-disabled):not( .ugsso-select-customize-input):not(.ugsso-pagination-size-changer) .ugsso-select-selector {
  background-color: #fff;
}
/* 弹框 */
[dir='rtl'] .ugsso-modal-confirm .ugsso-modal-confirm-btns .ugsso-btn + .ugsso-btn {
  margin-right: 8px;
}
[dir='rtl'] .ugsso-modal-centered .ugsso-modal {
  text-align: start;
}
/* 标签 */
.ugsso-tabs-tab {
  color: #5e616f;
  font-weight: 500;
}
.ugsso-tabs-tab.ugsso-tabs-tab-active .ugsso-tabs-tab-btn {
  color: #121216;
  font-weight: 600;
}
.ugsso-tabs.ugsso-tabs-main .ugsso-tabs-tab {
  font-size: 18px;
}
.ugsso-tabs.ugsso-tabs-main > .ugsso-tabs-nav {
  margin-bottom: 30px;
}
.ugsso-tabs.ugsso-tabs-main > .ugsso-tabs-nav::before {
  border-bottom-width: 0;
}
.ugsso-tabs.ugsso-tabs-main > .ugsso-tabs-nav .ugsso-tabs-ink-bar-animated {
  height: 4px;
}
.ugsso-tabs.ugsso-tabs-main.ugsso-tabs-centered .ugsso-tabs-tab {
  padding: 12px;
}
.ugsso-tabs.ugsso-tabs-main.ugsso-tabs-centered > .ugsso-tabs-nav .ugsso-tabs-nav-list {
  border-bottom: 1px solid #ededef;
}
@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .ugsso-modal-confirm .ugsso-modal-body {
    padding: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  body {
    min-width: 100%;
  }
}

.app_container__J\+18b {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 0;
}
.app_modal-tip__lJbHr .app_warning__k9\+zG {
  color: #FF6859 !important;
}
.app_modal-tip__lJbHr .app_success__xs60g {
  color: #0ac77c !important;
}
.app_modal-tip__lJbHr .ugsso-modal-content {
  text-align: center;
  border-radius: 8px;
}
.app_modal-tip__lJbHr .ugsso-modal-confirm-body > .anticon {
  display: block;
  float: none;
  margin: 0 0 12px;
  font-size: 28px;
}
.app_modal-tip__lJbHr .ugsso-modal-confirm-content {
  margin-left: 0 !important;
}
.app_modal-tip__lJbHr .ugsso-modal-confirm-btns {
  text-align: center;
}
@media (max-width: 600px) {
  .app_container__J\+18b {
    width: 90%;
  }
  .app_modal-tip__lJbHr {
    width: 280px !important;
    max-width: 80%;
  }
  .app_modal-tip__lJbHr .ugsso-modal-body {
    padding: 6vw 4vw;
  }
  .app_modal-tip__lJbHr .ugsso-btn-primary {
    width: 100%;
    height: 40px;
  }
  .app_modal-tip__lJbHr .ugsso-btn + .ugsso-btn-primary {
    width: auto;
    height: 32px;
  }
}
body {
  overflow: hidden;
}
#root {
  overflow-y: auto;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  -webkit-overscroll-behavior-y: contain;
}

.style_container__308bS {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 600px;
  background-color: #fff;
}
.style_container__308bS .style_login-btn-wrap__3T869 {
  margin-bottom: 16px;
}
.style_img-box__FwrU0 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  min-width: 492px;
  height: 100%;
  overflow: hidden;
}
.style_img-box__FwrU0 img {
  width: auto;
  height: 600px;
}
.style_login-box__eTXyV {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding-block: 8px 16px;
  padding-inline: 104px 24px;
}
.style_login-header__cvFqc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  color: #121216;
}
.style_login-header__cvFqc h2 {
  font-weight: 600;
  font-size: 32px;
}
.style_login-header__cvFqc .style_icon-toggle__pLrHF {
  float: inline-end;
  font-size: 72px;
  cursor: pointer;
}
.style_login-web__WcOQa {
  max-width: 480px;
  -webkit-margin-end: 80px;
          margin-inline-end: 80px;
}
.style_login-web__WcOQa .style_login-item-addon-wrap__IAxPa {
  position: relative;
}
.style_login-web__WcOQa .style_login-item-addon-wrap__IAxPa .ugsso-input-affix-wrapper {
  -webkit-padding-end: 180px;
          padding-inline-end: 180px;
}
.style_login-web__WcOQa .style_login-item-addon-wrap__IAxPa .style_forgot-pw__VY0xu {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.style_login-web__WcOQa .style_toggle-login-pw__kvNqt {
  margin-bottom: 12px;
  text-align: end;
}
.style_login-web__WcOQa .style_toggle-login-pw__kvNqt a + a {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}
.style_login-web__WcOQa .style_register__vWNlw {
  margin: 4px 0;
  color: #3C62FF;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.style_login-web__WcOQa .style_third-login-title__P61r7 {
  color: #9e9ea6;
}
.style_login-web__WcOQa .style_third-login-box__aGi1l {
  font-size: 32px;
  text-align: center;
}
.style_login-web__WcOQa .style_third-login-box__aGi1l a {
  line-height: 1;
}
.style_login-web__WcOQa .style_icon-third__QV\+lF {
  display: inline-block;
  margin: 0 8px;
  color: #e4e6ed;
  vertical-align: 0.2em;
  cursor: pointer;
}
.style_login-web__WcOQa .style_icon-third__QV\+lF.style_icon-qq__mNo23:hover {
  color: #43b9fd;
}
.style_login-web__WcOQa .style_icon-third__QV\+lF.style_icon-weixin__fLEJe:hover {
  color: #38c68a;
}
.style_login-web__WcOQa .style_icon-third__QV\+lF.style_icon-weibo__FTjox:hover {
  color: #ff4763;
}
.style_login-web__WcOQa .style_login-ldap-tips__pyxGG {
  color: #9e9ea6;
  font-size: 13px;
}
.style_qrcode-container__4PvfK {
  margin: 0 auto;
  padding-top: 38px;
  text-align: center;
}
.style_qrcode-container__4PvfK .style_qrcode-box__0DWjJ {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 186px;
  height: 186px;
  margin: 0 auto;
  padding: 17px;
  background: #fff;
  border: 1px solid #ededef;
  border-radius: 8px;
}
.style_qrcode-container__4PvfK .style_qrcode-status__e4yVQ {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3C62FF;
  background: #fff;
  opacity: 0.9;
}
.style_qrcode-container__4PvfK .style_qrcode-status__e4yVQ.style_status-invalid__Pqmr\+ {
  cursor: pointer;
}
.style_qrcode-container__4PvfK .style_qrcode-status__e4yVQ.style_status-success__UJDHA img {
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}
.style_qrcode-container__4PvfK .style_qrcode-status__e4yVQ img {
  width: 48px;
  height: 48px;
}
.style_qrcode-container__4PvfK .style_qrcode-tips__dL0J4 {
  margin-top: 32px;
  padding: 0 80px;
}
.style_qrcode-container__4PvfK .style_qrcode-img__UTjTj {
  width: 48px;
  height: 48px;
  font-size: 48px;
}
.style_qrcode-container__4PvfK .style_qrcode-msg__2oWIR {
  margin-top: 8px;
  color: #9e9ea6;
}
[dir='rtl'] .style_img-box__FwrU0 img,
[dir='rtl'] .style_login-header__cvFqc .style_icon-toggle__pLrHF {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
[dir='rtl'] .style_login-web__WcOQa .style_login-item-addon-wrap__IAxPa .style_forgot-pw__VY0xu {
  right: auto;
  left: 16px;
}
@media (max-width: 767px) {
  .style_container__308bS {
    display: block;
    height: auto;
  }
  .style_img-box__FwrU0 {
    display: none;
  }
  .style_login-box__eTXyV {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 0 2vw 4vw;
  }
  .style_login-header__cvFqc h2 {
    font-size: 24px;
  }
  .style_login-header__cvFqc .style_icon-toggle__pLrHF {
    font-size: 60px;
  }
  .style_login-web__WcOQa {
    width: 90vw;
    margin: 0 auto;
  }
  .style_qrcode-container__4PvfK .style_qrcode-tips__dL0J4 {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .style_container__308bS {
    position: relative;
    display: block;
  }
  .style_login-box__eTXyV {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 400px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding-inline: 48px 24px;
  }
  .style_login-web__WcOQa {
    width: 370px;
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  [dir='rtl'] .style_login-box__eTXyV {
    right: auto;
    left: 0;
  }
}

.style_container__aQ9IR {
  /*   width: 90%;
  min-height: 584px; */
  margin: 0 auto;
  padding: 40px 0 0;
}
.style_container__aQ9IR .style_header__kT\+YG {
  text-align: center;
}
.style_container__aQ9IR .style_logo__DJiYP {
  width: 117px;
  height: 87px;
}
.style_container__aQ9IR .style_title__3TMDX {
  height: 30px;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #121216;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.style_container__aQ9IR .ugsso-form-custom {
  max-width: 448px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .style_container__aQ9IR {
    width: 100%;
    min-height: auto;
    padding: 6vw 0;
  }
  .style_container__aQ9IR .ugsso-form-custom {
    width: 90vw;
    margin: 0 auto;
  }
}
.style_container__aQ9IR {
  @include .container;
}
.style_container__aQ9IR .style_msg__I\+wI0 {
  width: 508px;
  min-height: 40px;
  margin: 0 auto 40px;
  color: #9e9ea6;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .style_container__aQ9IR {
    min-height: auto;
    padding: 6vw 0;
  }
  .style_container__aQ9IR .style_msg__I\+wI0 {
    width: 92vw;
  }
}

.style_container__uPCD\+ {
  /*   width: 90%;
  min-height: 584px; */
  margin: 0 auto;
  padding: 40px 0 0;
}
.style_container__uPCD\+ .style_header__\+j7v5 {
  text-align: center;
}
.style_container__uPCD\+ .style_logo__XcFBc {
  width: 117px;
  height: 87px;
}
.style_container__uPCD\+ .style_title__q4Q7z {
  height: 30px;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #121216;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.style_container__uPCD\+ .ugsso-form-custom {
  max-width: 448px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .style_container__uPCD\+ {
    width: 100%;
    min-height: auto;
    padding: 6vw 0;
  }
  .style_container__uPCD\+ .ugsso-form-custom {
    width: 90vw;
    margin: 0 auto;
  }
}

.style_module-header__TkYIu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0 10px;
  border-bottom: 1px solid #ededef;
}
.style_module-header__TkYIu.style_sub-module__P\+RN\+ {
  gap: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 29px 0 15px;
  color: #9e9ea6;
}
.style_module-header__TkYIu.style_sub-module__P\+RN\+ .style_module-title__Njch\+ {
  color: #9e9ea6;
  font-size: 14px;
  cursor: pointer;
}
.style_module-header__TkYIu.style_sub-module__P\+RN\+ .style_module-cur-title__ifnF3 {
  color: #121216;
  font-size: 14px;
}
.style_module-title__Njch\+ {
  color: #121216;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 0 0.25px currentcolor;
}
.style_module-content__2GG4B {
  padding: 40px 0 16px;
}
.style_module-content__2GG4B .style_view__XizXI .ugsso-row {
  margin-bottom: 32px;
}
.style_module-content__2GG4B .style_view__XizXI .style_label__9W-Lw {
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
  color: #5e616f;
  text-align: end;
}
.style_module-content__2GG4B .style_avatar-wrap__XBrY1 {
  width: 128px;
  margin-top: -10px;
  text-align: center;
}
.style_module-content__2GG4B .style_avatar-wrap__XBrY1 .style_avatar__ZXank {
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 12px;
  border: 1px solid #ededef;
  border-radius: 50%;
}
.style_module-content__2GG4B .style_tips__E5Wm2 {
  margin-top: 8px;
  color: #5e616f;
  font-size: 12px;
}
.style_form__WOZ6B {
  width: 400px;
  margin-top: 24px;
  -webkit-margin-start: 36px;
          margin-inline-start: 36px;
}
.style_form__WOZ6B .ugsso-btn {
  min-width: 120px;
  height: 40px;
}
.style_form__WOZ6B .ugsso-btn + .ugsso-btn {
  -webkit-margin-start: 24px;
          margin-inline-start: 24px;
}
.style_form__WOZ6B .style_label__9W-Lw {
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
  color: #5e616f;
}
@media (max-width: 991px) {
  .style_module-title__Njch\+ {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .style_form__WOZ6B {
    width: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    margin-top: 0;
  }
}

/* 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 */
.ugsso-timeline {
  box-sizing: border-box;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ugsso-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.ugsso-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}
.ugsso-timeline-item-pending .ugsso-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ugsso-timeline-item-pending .ugsso-timeline-item-tail {
  display: none;
}
.ugsso-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ugsso-timeline-item-head-blue {
  color: #3C62FF;
  border-color: #3C62FF;
}
.ugsso-timeline-item-head-red {
  color: #FF6859;
  border-color: #FF6859;
}
.ugsso-timeline-item-head-green {
  color: #0ac77c;
  border-color: #0ac77c;
}
.ugsso-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ugsso-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.ugsso-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.ugsso-timeline-item-last > .ugsso-timeline-item-tail {
  display: none;
}
.ugsso-timeline-item-last > .ugsso-timeline-item-content {
  min-height: 48px;
}
.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-tail,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-tail,
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-tail,
.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head,
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head,
.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head-custom,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head-custom,
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head-custom {
  left: 50%;
}
.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head,
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head {
  margin-left: -4px;
}
.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head-custom,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head-custom,
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head-custom {
  margin-left: 1px;
}
.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-left .ugsso-timeline-item-content,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-left .ugsso-timeline-item-content,
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-left .ugsso-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-right .ugsso-timeline-item-content,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-content,
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-right .ugsso-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-tail,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-head,
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-content {
  width: calc(100% - 18px);
}
.ugsso-timeline.ugsso-timeline-pending .ugsso-timeline-item-last .ugsso-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}
.ugsso-timeline.ugsso-timeline-reverse .ugsso-timeline-item-last .ugsso-timeline-item-tail {
  display: none;
}
.ugsso-timeline.ugsso-timeline-reverse .ugsso-timeline-item-pending .ugsso-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}
.ugsso-timeline.ugsso-timeline-reverse .ugsso-timeline-item-pending .ugsso-timeline-item-content {
  min-height: 48px;
}
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}
.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-right .ugsso-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.ugsso-timeline-rtl {
  direction: rtl;
}
.ugsso-timeline-rtl .ugsso-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}
.ugsso-timeline-rtl .ugsso-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.ugsso-timeline-rtl .ugsso-timeline-item-content {
  margin: 0 18px 0 0;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-tail,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-tail,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-tail,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head-custom,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head-custom,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-head-custom,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-head-custom,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-left .ugsso-timeline-item-content,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-left .ugsso-timeline-item-content,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-left .ugsso-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-alternate .ugsso-timeline-item-right .ugsso-timeline-item-content,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-content,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-right .ugsso-timeline-item-content {
  text-align: left;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-tail,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-head,
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-right .ugsso-timeline-item-right .ugsso-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-pending .ugsso-timeline-item-last .ugsso-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-reverse .ugsso-timeline-item-pending .ugsso-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-label {
  text-align: left;
}
.ugsso-timeline-rtl.ugsso-timeline.ugsso-timeline-label .ugsso-timeline-item-right .ugsso-timeline-item-label {
  right: calc(50% + 14px);
  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 */
.ugsso-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #121216;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.ugsso-card-rtl {
  direction: rtl;
}
.ugsso-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ugsso-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ugsso-card-bordered {
  border: 1px solid #f0f0f0;
}
.ugsso-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ugsso-card-head::before {
  display: table;
  content: '';
}
.ugsso-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ugsso-card-head-title {
  display: inline-block;
  flex: 1 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ugsso-card-head-title > .ugsso-typography,
.ugsso-card-head-title > .ugsso-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ugsso-card-head .ugsso-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: #121216;
  font-weight: normal;
  font-size: 14px;
}
.ugsso-card-head .ugsso-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ugsso-card-extra {
  margin-left: auto;
  padding: 16px 0;
  color: #121216;
  font-weight: normal;
  font-size: 14px;
}
.ugsso-card-rtl .ugsso-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ugsso-card-body {
  padding: 24px;
}
.ugsso-card-body::before {
  display: table;
  content: '';
}
.ugsso-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-card-contain-grid .ugsso-card-body {
  display: flex;
  flex-wrap: wrap;
}
.ugsso-card-contain-grid:not(.ugsso-card-loading) .ugsso-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ugsso-card-grid {
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ugsso-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ugsso-card-contain-tabs > .ugsso-card-head .ugsso-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ugsso-card-contain-tabs > .ugsso-card-head .ugsso-card-extra {
  padding-bottom: 0;
}
.ugsso-card-bordered .ugsso-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ugsso-card-cover > * {
  display: block;
  width: 100%;
}
.ugsso-card-cover img {
  border-radius: 4px 4px 0 0;
}
.ugsso-card-actions {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ugsso-card-actions::before {
  display: table;
  content: '';
}
.ugsso-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-card-actions > li {
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ugsso-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ugsso-card-actions > li > span:hover {
  color: #3C62FF;
  transition: color 0.3s;
}
.ugsso-card-actions > li > span a:not(.ugsso-btn),
.ugsso-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ugsso-card-actions > li > span a:not(.ugsso-btn):hover,
.ugsso-card-actions > li > span > .anticon:hover {
  color: #3C62FF;
}
.ugsso-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ugsso-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ugsso-card-rtl .ugsso-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ugsso-card-type-inner .ugsso-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ugsso-card-type-inner .ugsso-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ugsso-card-type-inner .ugsso-card-body {
  padding: 16px 24px;
}
.ugsso-card-type-inner .ugsso-card-extra {
  padding: 13.5px 0;
}
.ugsso-card-meta {
  display: flex;
  margin: -4px 0;
}
.ugsso-card-meta::before {
  display: table;
  content: '';
}
.ugsso-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ugsso-card-meta-avatar {
  padding-right: 16px;
}
.ugsso-card-rtl .ugsso-card-meta-avatar {
  padding-right: 0;
  padding-left: 16px;
}
.ugsso-card-meta-detail {
  flex: 1 1;
  overflow: hidden;
}
.ugsso-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ugsso-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ugsso-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ugsso-card-loading {
  overflow: hidden;
}
.ugsso-card-loading .ugsso-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ugsso-card-small > .ugsso-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ugsso-card-small > .ugsso-card-head > .ugsso-card-head-wrapper > .ugsso-card-head-title {
  padding: 8px 0;
}
.ugsso-card-small > .ugsso-card-head > .ugsso-card-head-wrapper > .ugsso-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ugsso-card-small > .ugsso-card-body {
  padding: 12px;
}

.style_module__pn7C4 {
  margin-bottom: 16px;
}
.style_module__pn7C4:last-child {
  margin-bottom: 0;
}
.style_module__pn7C4 .style_module-header__dfs0N {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_module__pn7C4 .style_module-header__dfs0N .style_module-icon__dJtF2 {
  width: 18px;
  height: 18px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  background-size: contain;
}
.style_module__pn7C4 .style_module-header__dfs0N .style_icon-register__BArUL {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAABWJJREFUWEelWM1rHVUU/92JgkKqSHfPLIqVkF3BP8CdSohNbOtHKlmYkGjbpC9JNWlsU9NUULRqbJv6kfeSUJpCBDFUbLtwI+rGjV8g9MNAF5KNiOALkqR598i9c8+8M3fmZTr4ILyXmTNzfvd3fufcc67CFp/RBWraWEcHgDZo7CSFAoBGIkABIPNHAGlA6/BF5re9br7NPWAVGitVwjIIV4J7cblcVH/Uc2vem/iMzlJhjTCpgG4iNFgjRuB+Rw6NU+/PgPOBGWQ6tKsCmG8gTMwdVSu+8wSgwVlqV8ACaWyzIOyy3bcDxQxYB44ZC8L73zwVXWfQjkEQKkToWjimvpSgYoAGS1RUClNECKyRCp0oAcSAizHCQGoM1MLlAMoFWKbcIkDQVWB4cVydZVARIMsMYUkTgrQQRfpwgBIrt15rjEQhqmkpAiqfNaBA2LN4MmTK+jaa2SBcJ2BbFCKPHRf/yCkDNNclEMmeFDqD4DBKwAAqAdCyOKlWLKChMpUI6PW1wiHjMCWcc0ZJfXi/+RkDlAFKvXE4AZQ/f1P1KZPa62u4DUKDuemHS4KQIk2EhB2GqR46rwfCJYmx4feDUKV7sEMNzVI/EaYjpbsXWh0T0PIw0Pk48FDjVhUr+95f/wClr4Cff69lo18uAAyowTJdBaE1eqWTOdN66sX/D4bfbUAdmhJFU7DqNHpNDZXoBik0W56dkA1ypnv6QPbq81g8P1ELUyR0VzIA3DQMVUBotGD8IkfA+YN53GXbPnsitGGNSbGTxqoBRDaLnGb8FP7oULaTPBb7xh37HAUuni47VbFEZGTDdUZulGYVnwzkcZdtu+94MmRS3Ko4YxWT3HMcYh/Qh0vAL8ti++BaVAV2PQqMvLA1qL3H4otnMBxCdfhTogihe7ks7TPFuIOpL4Bfl9MXsOsRYHT/1oCeGau1J7GWxQlbDRhAfj8jNtCZweww5LHoGIsLOuqnnKZU/8dEkeJdY8VthTEuD+dxl227ezQUtSVBCpsBHTzvaUikvnmwfCTbSR6L3SM1/cXqkOsK1IFpl/Z1+pm5V/O4y7Z9+rWUFkUUYvXKuVBDrv9NNFfzI3Enpz8DfrpVv0mLWlcCHmsGTrwUf77tiMsy0djF0v7lMylpL7Ltgom5+JxeBH68VStuadWdNWkAvdETf751OH1HYFJU3xnBUApTF45mhyGPRetQ/ZpnFqJ6p2p1KLa/uNS/OJbHXbbtU8V4uH1hG0AVrcNZi1ORw2CuXXw920keiycPh4Bk98gdKYBV1fM+3SCNZtkz8wPm+9LxPO6ybZ8YSO70oo29qbrfo6uk0So3V6n6c0Vg+wPZju7G4s+/gf3j8fY2TKmIsWuq513q39RhCxsbbZzAzYbZ1wZsf/BuXNa3MWA+uAT88Fty0mWJBAEGVO9Zalr/F7dJo8HvcSNNucIVxV5qwOtnWItyF2cW5PtkuTDLUEC1IcAO20F3vU0l0uj1Nzp/hPG7grT5Po3liH3/IIJHdANIofzdrOqzgHreocLaHVw383yCJa8RTwyFXsvij9oJgOJkJAqwQuV+QsvXc25QtCy9Re2bd7Bk5np/TI5AeMctsm7ZcG4xxfpsCjA6IOz5dk6M0nyz8xQVtcYU6RBUTOjyUIHPgsSUahfhAPMQKY5gYnukBAOF4e/LKYcNbPTcSWrXm1ggcuHztpPYvC4ZMS/wiqtkjaUgwxQQupgZvp56YNU5QYWNTUySRrc2I3YaO67LlHUkyjA/tA44ZxMU5u8jTBjN+IUiFRAb7Z2gpuoaOjShTVexE4QCERr9k5C0ciGurQJYIcJyEOBKAFz+plz/SO8/EOGFtpfIGtoAAAAASUVORK5CYII=);
}
.style_module__pn7C4 .style_module-header__dfs0N .style_icon-login__ejjUN {
  background-image: url(data:image/png;base64,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);
}
.style_module__pn7C4 .style_module-header__dfs0N .style_module-title__5nJ0C {
  font-weight: 500;
  font-size: 16px;
}
.style_module__pn7C4 .style_module-content__C-YJm {
  padding: 24px 40px 24px 0;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.style_module__pn7C4 .style_register-card__-Cel2 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 112px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.style_module__pn7C4 .style_register-card__-Cel2 .ugsso-card-body {
  position: relative;
  padding: 24px 16px 16px 24px;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
}
.style_module__pn7C4 .style_register-card__-Cel2::before {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.style_module__pn7C4 .style_register-card__-Cel2.style_card-time__yA2ig {
  background-image: url(data:image/png;base64,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);
}
.style_module__pn7C4 .style_register-card__-Cel2.style_card-time__yA2ig::before {
  background-image: url(data:image/png;base64,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);
}
.style_module__pn7C4 .style_register-card__-Cel2.style_card-during__BEKQ1 {
  background-image: url(data:image/png;base64,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);
}
.style_module__pn7C4 .style_register-card__-Cel2.style_card-during__BEKQ1::before {
  background-image: url(data:image/png;base64,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);
}
.style_module__pn7C4 .style_register-card__-Cel2.style_card-product__ZFRWP {
  background-image: url(data:image/png;base64,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);
}
.style_module__pn7C4 .style_register-card__-Cel2.style_card-product__ZFRWP::before {
  background-image: url(data:image/png;base64,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);
}
.style_module__pn7C4 .style_register-card__-Cel2 .style_card-title__FQw89 {
  margin-bottom: 16px;
  color: #5e616f;
}
.style_module__pn7C4 .style_register-card__-Cel2 .style_card-content__P1985 {
  color: #121216;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.style_module__pn7C4 .style_products__tXJvG {
  --swiper-navigation-size: 14px;
  --swiper-theme-color: #3c3c47;
  --swiper-navigation-sides-offset: 10px;
}
.style_module__pn7C4 .style_products__tXJvG .swiper-button-prev,
.style_module__pn7C4 .style_products__tXJvG .swiper-button-next {
  padding: 12px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}
.style_module__pn7C4 .style_product__EXIlz {
  height: 112px;
  padding: 20px;
  text-align: center;
  background-color: #f0f5ff;
  border-radius: 8px;
}
.style_module__pn7C4 .style_product__EXIlz img {
  width: auto;
  height: 40px;
}
.style_module__pn7C4 .style_product__EXIlz .style_product-name__goehk {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
}
.style_module__pn7C4 .style_sub-module__E492m {
  margin-bottom: 32px;
}
.style_module__pn7C4 .style_sub-module__E492m h3 {
  position: relative;
  margin-bottom: 20px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  font-weight: 500;
  font-size: 14px;
}
.style_module__pn7C4 .style_sub-module__E492m h3::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 14px;
  background-color: #3C62FF;
  border-radius: 2px;
  content: '';
}
.style_module__pn7C4 .style_sub-module__E492m .style_sub-module-content__VcoTX {
  min-height: 240px;
  padding: 24px;
  background-color: #fafafa;
  border-radius: 8px;
}
.style_module__pn7C4 .style_sub-module__E492m .style_login-records__\+UIAN {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
}
.style_module__pn7C4 .style_sub-module__E492m .style_login-records__\+UIAN .ugsso-timeline-item-last > .ugsso-timeline-item-content {
  min-height: auto;
}
.style_module__pn7C4 .style_sub-module__E492m .style_login-record__Zzodx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.style_module__pn7C4 .style_sub-module__E492m .style_login-record__Zzodx li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 12px;
  text-align: center;
}
.style_module__pn7C4 .style_sub-module__E492m:last-child {
  margin-bottom: 0;
}
.style_module__pn7C4 .style_tips__5Or5o {
  color: #5e616f;
  font-size: 12px;
}
.style_module__pn7C4 .ugsso-timeline .ugsso-timeline-item-head {
  -webkit-box-shadow: 0 0 5px;
          box-shadow: 0 0 5px;
}
.style_module__pn7C4 .ugsso-timeline .ugsso-timeline-item-tail {
  border-left-color: #d4e2ff;
}
@media (max-width: 1100px) {
  .style_module__pn7C4 .style_register-card__-Cel2 .ugsso-card-body {
    padding-right: 8px;
    padding-left: 8px;
  }
  .style_module__pn7C4 .style_product__EXIlz {
    padding: 20px 8px;
  }
  .style_module__pn7C4 .style_sub-module__E492m .style_login-record__Zzodx li {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .style_module__pn7C4 .style_module-content__C-YJm {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .style_module__pn7C4 .style_product__EXIlz,
  .style_module__pn7C4 .style_register-card__-Cel2 {
    max-width: 300px;
  }
  .style_module__pn7C4 .style_sub-module__E492m .style_login-record__Zzodx {
    display: block;
  }
  .style_module__pn7C4 .style_sub-module__E492m .style_login-record__Zzodx li {
    text-align: start;
  }
}
[dir='rtl'] .style_module__pn7C4 .style_register-card__-Cel2::before {
  right: auto;
  left: 16px;
}
[dir='rtl'] .style_sub-module__E492m h3::before {
  right: 0;
  left: auto;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

.style_module__ln9j6 .style_module-header__X1pkO {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_module__ln9j6 .style_module-header__X1pkO .style_module-icon__9f6jU {
  width: 18px;
  height: 18px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  background-size: contain;
}
.style_module__ln9j6 .style_module-header__X1pkO .style_icon-abnormal__WhKoE {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAABiZJREFUWEeNmG1oV1Ucxz/nTvNpplEhDSlJMpEijPBFlAXSCxsopoHBXjjd0rW1KdpKk6ZGZWYOdeHDHhQZscQSIxWSQizpXfgmcsJIwtYLeyC33OP//uLce879n3v+9//PC392d8/D73t+v+/v6ShKPM3dMnt0hOVAJSFzRVEBlIuAAkT/BCSEMIw30u/Rd/1Xj8EgIf05oQ/hbDCRMx2N6kYxsXrfgqe5UyqGhZ0KqkUoiyZZBOY9EaiFej8NzgemkYXxvBxwrExo6XpT9fvCCwA1dcoyBd0SMj0CER3b/DWgrAYiAUYzEQjvf70q+W5BGw0iDIhQ1b1NfemCSgFqapdGpWgVIYgmqViIcoBocCmNWCB5DeTNZQC6B4g0ZQ6BEOZgU892dcCCSgBFmhFOh0KQZaKEHwZQwckjqXmNJCbKcykB6q7VoBBW9OyINRXJ1pwZFa4KTE9M5GnH2D8RagHq7y4QV3su0S0Ia0YXMDAQwPyenao/ArSxQ9oFanyuWJNZMxUItx7l8sN7t2s0UAvQ5Zs1J9Bx6l1Vq7RrjwxzHaFMD/rmckG4JC0wiRUYu3osvBgI4yR6jt0fIScTmKM2dkq9CG0J082GEY9dTvgeE0IQwKpnYNGjUBbAlT448TUMjcZgUutd0luyew4CNKimDjmHsDQBZGieUqvnstbV1y+FJx9JR5JrN+Cjz2B4tIg3ukHT0arh6Hm1sV16RTEv0rMhsj5ZMaLagLj4Mahakh1vz1yGU5e8GOREcJ+L1vzANa2hAYTyCIwf5By1u1419S54bw2UT8kGNDoObxyCm//kzeaa0PU0l+wSMqgBSTTZcKZAM07gixYLvPIcLFmYDcZ+/eEnOPBFOi4lws0+WY6hGttFNG1snHETpfWUJNKGUHEvtFTFJLZP/58wNg4PzUqDfKcLen81WrJpxQXjHTbKCo1HI8YU5hyHyK7NN6+CBQ/mBY/noG4/DA1BZzNMmpgf6/sNth51QoDlZkbcsodXrx8RSaKrIV4qLTi8WjgXGnQx4jy5ENbsjjV8Ymtac3pa2+dw8YpzYJfcbsliNKcaNCC/nnHigwWnTaSJfP/MQu6s3wcjo3D8rcKxv25B/T4YHsnzNKFChhVU/SGRAq5kBK7KRbDy2WwiN7XByAgc3pw9fvJb+PSCKeSM2SIleCbUJFd1n3gcckxkvWDGVNi9DibdlS1wWzsMDsGBxiJhYAzq9sLNv9PBMkm4TkZQG9qM25eoZ2or4ekFxd18bw/c+hd2rSs+59IV2NMdj6eAGLPZcKPWH4w5ZOrfguJq7gOwvap0zBm8DSqAaZNLz9tyEH7+xYSYDJeP3P7V/Rlu73jbllXw+MPFBenTvtYKM6fB7g2lAf3YC28fLpIRDEBVu9/RUIamjmyCyUW4Y8W3noSZ5VD9YmlAOuGuaC4e8/ThVE1rPg657mgjd2sd3DejtKA7Hf39D1izqzSxNaCBMIx7LeuKNsnqb88/Aev+5+R3Cmh/D5y97CRcp5CLicOgWvux9ErIPLdmdgsrDe6Fp2DlYrh72p2KTs/Tee74V3DyG6eKdAs4UyNF5Uf1XjknIUvd5Oo3ftYLZ90DEyc4pHRcNmkMnShPCDmJ44/2RLuvW94azdh6+7xau0fqx8O4hPVzmA0FKW7ZWtmLH6n1fslSpM5yc6heHwQ0qJoDMnvkNtclpCxLM1mmTBXvWfWx2zyady0w4WhGh6sgVxYwJ6qgqz6QdgmpcYmdlJVZjaF/oZCRjO1erkkKLiJsi66rZ0XHd52qNgK09kOpGB7jqu7nC7TkFeKZFaWXDvxm0S9vLCcT6isGpgjzL3SZRjHS0vuybHyM07qv99vkBIR33eKXEaW6WP+2xAETBsKKS11OK20HV++SxjCkVcIYVDGiJi2yW884ZnTNneW9LhgUm77vyLhssJNe3iHLwnG6RYz5vHSS6tfddilibTq42qbAvTFxzRQIVVYz9nvmhdXqFqkYHWenhFSHusX2vCbxGMeDsvp1/xpGr9PehOLYZKFFc8YPtZmA7KSXWmR2bpjloVAZ5piLUCFCuX8TUiyQmu+DQL8IfUHA2QDOXOwofqX3H9Dmc8XBoGS9AAAAAElFTkSuQmCC);
}
.style_module__ln9j6 .style_module-header__X1pkO .style_icon-nonlocal__eKH3f {
  background-image: url(data:image/png;base64,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);
}
.style_module__ln9j6 .style_module-header__X1pkO .style_module-title__eURuq {
  font-weight: 500;
  font-size: 16px;
}
.style_module__ln9j6 .style_module-header__X1pkO .style_tips__HcJAK {
  display: inline-block;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  color: #9e9ea6;
}
.style_module__ln9j6 .style_module-header__X1pkO .ugsso-tooltip-inner {
  width: 300px;
  padding: 8px;
  color: #5e616f;
}
.style_module__ln9j6 .style_module-content__JI4R5 {
  padding: 32px 40px 24px 24px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_empty-data__T-aan {
  margin-bottom: 16px;
  color: #5e616f;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 li:nth-child(0) {
  width: 25%;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 li:nth-child(1) {
  width: 35%;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 li:nth-child(2) {
  width: 15%;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 li:nth-child(3) {
  width: 25%;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 .style_highlight__yPRhV {
  color: #ee4f41;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71.style_abnormal-record__DGnyV {
  padding: 10px 0;
  background: #f3f7fc;
  border-radius: 4px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_location-box__2lgea {
  margin: 16px 0 24px 24px;
  padding: 9px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 135, 118, 0.09)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(248, 135, 118, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(248, 135, 118, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(238, 79, 65, 0.2);
  border-radius: 4px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_location-box__2lgea .style_city-record__OkOn2 {
  margin-bottom: 6px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_location-box__2lgea .style_city-record__OkOn2:last-child {
  margin-bottom: 0;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_location-box__2lgea .style_city-label__DBykp {
  display: inline-block;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  color: #5e616f;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_location-box__2lgea .style_city__RFJP- {
  display: inline-block;
  padding: 0 7px;
  color: #121216;
  background: #f3f7fc;
  border-radius: 2px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .style_location-box__2lgea .style_city__RFJP-.style_highlight__yPRhV {
  color: #ee4f41;
  background-color: rgba(238, 79, 65, 0.09);
}
.style_module__ln9j6 .style_module-content__JI4R5 .ugsso-timeline .ugsso-timeline-item-head {
  -webkit-box-shadow: 0 0 5px;
          box-shadow: 0 0 5px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .ugsso-timeline .ugsso-timeline-item-tail {
  border-left-color: #ffd1cd;
}
.style_module__ln9j6 .style_module-content__JI4R5 .ugsso-timeline .ugsso-timeline-item {
  padding-bottom: 16px;
}
.style_module__ln9j6 .style_module-content__JI4R5 .ugsso-timeline .ugsso-timeline-item-last {
  padding-bottom: 0;
  /* stylelint-disable selector-pseudo-class-no-unknown */
}
.style_module__ln9j6 .style_module-content__JI4R5 .ugsso-timeline .ugsso-timeline-item-last > .ugsso-timeline-item-content {
  min-height: auto;
}
.style_module__ln9j6 .style_module-content__JI4R5 .ugsso-timeline .ugsso-timeline-item-last .style_location-box__2lgea {
  margin-bottom: 0;
}
.style_module__ln9j6 .style_module-content__JI4R5.style_module-content-abnormal__3uoBZ .ugsso-timeline-item-head {
  top: calc(50% - 16px);
}
.style_module__ln9j6 .style_module-content__JI4R5.style_module-content-abnormal__3uoBZ .ugsso-timeline-item-tail {
  top: calc(50% - 6px);
}
@media (max-width: 991px) {
  .style_module__ln9j6 .style_module-content__JI4R5 {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media (max-width: 576px) {
  .style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 li:nth-child(2n) {
    width: 100%;
  }
  .style_module__ln9j6 .style_module-content__JI4R5 .style_row-record__anu71 li:nth-child(2n + 1) {
    width: 100%;
  }
}

.style_module__6pLNP .style_module-header__JkOb5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.style_module__6pLNP .style_module-header__JkOb5 .style_module-icon__cZJcF {
  width: 18px;
  height: 18px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  background-size: contain;
}
.style_module__6pLNP .style_module-header__JkOb5 .style_icon-code__0mCvk {
  background-image: url(data:image/png;base64,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);
}
.style_module__6pLNP .style_module-header__JkOb5 .style_module-title__G9wRx {
  font-weight: 500;
  font-size: 16px;
}
.style_module__6pLNP .style_module-header__JkOb5 .style_tips__W7vDm {
  display: inline-block;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  color: #9e9ea6;
}
.style_module__6pLNP .style_module-header__JkOb5 .ugsso-tooltip-inner {
  width: 300px;
  padding: 8px;
  color: #5e616f;
}
.style_module__6pLNP .style_module-content__e3zmZ {
  padding: 32px 40px 16px 0;
}
.style_module__6pLNP .style_module-content__e3zmZ .style_empty-data__p4jhs {
  margin-bottom: 16px;
  color: #5e616f;
}
.style_code-card__WYSD- {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(17, 28, 68, 0.15);
          box-shadow: 0 4px 10px 0 rgba(17, 28, 68, 0.15);
}
.style_code-card-header__nN7qm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px;
  padding: 12px 0;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #ededef;
}
.style_code-card-header__nN7qm img {
  width: auto;
  height: 22px;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
}
.style_code-card-body__QdpYT {
  padding: 12px 5px 12px 16px;
}
.style_code-card-inner__jwK5N {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  padding: 6px 16px;
  background-color: rgba(228, 238, 255, 0.65);
  border-radius: 8px;
}
.style_code-card-inner__jwK5N::before {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 64px;
  height: 58px;
  background-image: url(/sso/gl/images/e36355a6473de2acf0043589412dba13code-img.png);
  background-size: contain;
  content: '';
}
.style_code-card-item__lulL6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
  color: #3c3c47;
  font-size: 14px;
  line-height: 18px;
}
.style_code-card-item__lulL6 img {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.style_code-card-item__lulL6 span {
  word-break: break-word;
}
.style_code-card-item__lulL6:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .style_module__6pLNP .style_module-content__e3zmZ {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.style_stat-tabs__DmwsL.ugsso-tabs-top {
  position: relative;
}
.style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 14px 0 0;
  background-color: #fff;
}
.style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav .ugsso-tabs-tab {
  width: auto;
  padding: 12px 0;
  font-weight: 500;
  font-size: 18px;
  -webkit-margin-end: 40px !important;
          margin-inline-end: 40px !important;
}
.style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav .ugsso-tabs-tab.ugsso-tabs-tab-active {
  background-color: transparent;
}
.style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav .ugsso-tabs-tab.ugsso-tabs-tab-active .ugsso-tabs-tab-btn {
  color: #121216;
  font-weight: 500;
}
.style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab {
  margin: 0;
}
.style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav .ugsso-tabs-ink-bar {
  height: 3px;
}
.style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-content-holder {
  padding-top: 16px;
}
@media (max-width: 991px) {
  .style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav {
    margin-bottom: 16px;
    padding: 0;
  }
  .style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-nav .ugsso-tabs-tab {
    font-size: 16px;
  }
  .style_stat-tabs__DmwsL.ugsso-tabs-top .ugsso-tabs-content-holder {
    padding: 8px 0;
  }
}

.style_container__xCiMl {
  height: calc(100vh - 196px);
}
.style_container__xCiMl .ugsso-tabs-right.ugsso-tabs-rtl .ugsso-tabs-nav .ugsso-tabs-tab {
  margin-left: 0;
}
.style_tabs__2fewC {
  height: 100%;
}
.style_tabs__2fewC .ugsso-tabs-nav {
  padding: 24px 0;
}
.style_tabs__2fewC .ugsso-tabs-nav .ugsso-tabs-tab {
  width: 228px;
  padding: 9px 24px;
  font-size: 14px;
}
.style_tabs__2fewC .ugsso-tabs-nav .ugsso-tabs-tab.ugsso-tabs-tab-active {
  background-color: #f0f5ff;
}
.style_tabs__2fewC .ugsso-tabs-nav .ugsso-tabs-tab.ugsso-tabs-tab-active .ugsso-tabs-tab-btn {
  font-weight: 500;
}
.style_tabs__2fewC .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab {
  margin: 8px 0 0;
}
.style_tabs__2fewC .ugsso-tabs-content-holder {
  -webkit-padding-start: 6px;
          padding-inline-start: 6px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .style_tabs__2fewC .ugsso-tabs-nav .ugsso-tabs-tab {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .style_tabs__2fewC .ugsso-tabs-nav {
    margin-bottom: 0;
    padding: 8px 0 0;
  }
  .style_tabs__2fewC .ugsso-tabs-nav .ugsso-tabs-tab {
    width: auto;
  }
  .style_tabs__2fewC .ugsso-tabs-nav .ugsso-tabs-tab + .ugsso-tabs-tab {
    margin: 0 0 0 24px;
  }
  .style_tabs__2fewC .ugsso-tabs-content-holder {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .style_container__xCiMl {
    height: auto;
  }
}

