/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
/* 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: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  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;
  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: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
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;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  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::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.ant-fade-enter,
.ant-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ant-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ant-move-up-enter,
.ant-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-enter,
.ant-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-enter,
.ant-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-enter,
.ant-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-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);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  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 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-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;
  }
}
.ant-zoom-enter,
.ant-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}
.ant-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}
.ant-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.ant-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}
.ant-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}
.ant-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}
.ant-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}
.ant-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;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  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;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-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;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  width: 0;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-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;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
  width: auto;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-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;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-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 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-row {
  display: flex;
  flex-flow: row wrap;
}
.ant-row::before,
.ant-row::after {
  display: flex;
}
.ant-row-no-wrap {
  flex-wrap: nowrap;
}
.ant-row-start {
  justify-content: flex-start;
}
.ant-row-center {
  justify-content: center;
}
.ant-row-end {
  justify-content: flex-end;
}
.ant-row-space-between {
  justify-content: space-between;
}
.ant-row-space-around {
  justify-content: space-around;
}
.ant-row-space-evenly {
  justify-content: space-evenly;
}
.ant-row-top {
  align-items: flex-start;
}
.ant-row-middle {
  align-items: center;
}
.ant-row-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
.ant-row-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-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);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn > a:only-child {
  color: currentcolor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentcolor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.ant-btn:active > a:only-child {
  color: currentcolor;
}
.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  border-color: #40a9ff;
  background: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active {
  color: #fff;
  border-color: #096dd9;
  background: #096dd9;
}
.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}
.ant-btn-ghost > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.ant-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #1890ff;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}
.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
  background: #fff;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
  background: #fff;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 2px;
  vertical-align: -3px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
a.ant-btn-icon-only {
  vertical-align: -1px;
}
a.ant-btn-icon-only > .anticon {
  display: inline;
}
.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-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;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
  cursor: default;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-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);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ant-btn.ant-btn-background-ghost,
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:active,
.ant-btn.ant-btn-background-ghost:focus {
  background: transparent;
}
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn.ant-btn-background-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-btn.ant-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  border-color: #1890ff;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #40a9ff;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-content {
  position: relative;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ant-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: 2px;
  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);
}
.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-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;
  background-color: transparent;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-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: 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');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-flex;
}
.ant-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-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;
}
.ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-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;
}
.ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}
.ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > input.ant-input:focus {
  box-shadow: none !important;
}
.ant-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-input-prefix,
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ant-input-prefix > *:not(:last-child),
.ant-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-show-count-has-suffix {
  margin-right: 2px;
}
.ant-input-prefix {
  margin-right: 4px;
}
.ant-input-suffix {
  margin-left: 4px;
}
.anticon.ant-input-clear-icon,
.ant-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.ant-input-clear-icon:hover,
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.anticon.ant-input-clear-icon:active,
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}
.anticon.ant-input-clear-icon-hidden,
.ant-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.ant-input-clear-icon-has-suffix,
.ant-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px;
}
.ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.ant-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: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.ant-input::-moz-placeholder {
  opacity: 1;
}
.ant-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input:focus,
.ant-input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 0px 7px;
}
.ant-input-rtl {
  direction: rtl;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}
.ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 0px 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group.ant-input-group-compact {
  display: block;
}
.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}
.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-input[type='color'] {
  height: 32px;
}
.ant-input[type='color'].ant-input-lg {
  height: 40px;
}
.ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ant-input-textarea-show-count > .ant-input {
  height: 100%;
}
.ant-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.ant-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ant-input-search .ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #40a9ff;
}
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #40a9ff;
}
.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search .ant-input-lg {
  line-height: 1.5713;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-input-search-button {
  height: 32px;
}
.ant-input-search-button:hover,
.ant-input-search-button:focus {
  z-index: 1;
}
.ant-input-search-large .ant-input-search-button {
  height: 40px;
}
.ant-input-search-small .ant-input-search-button {
  height: 24px;
}
.ant-input-group-wrapper-rtl {
  direction: rtl;
}
.ant-input-group-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}
.ant-input-textarea-rtl {
  direction: rtl;
}
.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}
.ant-input-search-rtl {
  direction: rtl;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #40a9ff;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
  right: -1px;
  left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }
  .ant-input-lg {
    height: 40px;
  }
  .ant-input-sm {
    height: 24px;
  }
  .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ant-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
  width: 14px;
  height: 14px;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 16px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #40a9ff;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-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.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-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: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-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-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 24px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-block;
  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;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ant-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: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  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: 2px;
  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);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select.ant-select-in-form-item {
  width: 100%;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #fff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.uivpkdCH {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 14px;
  line-height: 25px;
  color: var(--table-grey);
  font-weight: 300;
}
.xmhfRTK0 {
  display: flex;
  align-items: center;
}
.Pin1lcxF {
  background: var(--athens-gray);
  border: 1px solid var(--loblolly-gray);
  border-radius: 4px;
}
.Pin1lcxF .ant-select-item-option:not(:last-child) {
  border-bottom: 1px solid var(--loblolly-gray);
}
.Pin1lcxF .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background: var(--athens-gray);
}
.kIHyfz63 .N4N71Jtj {
  display: flex;
  align-items: center;
  height: 32px;
  width: 90px;
}
.kIHyfz63 .N4N71Jtj .qZGRXt9H {
  width: 16px;
  height: 16px;
  color: var(--loblolly-gray);
  background-image: url("/icons/icon_language_select.svg");
  margin-right: 6px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.BmVKv07K {
  background-color: var(--white);
  display: flex;
  justify-content: center;
}
.Rg8aF528 {
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.N3b2EIYB {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .N3b2EIYB {
    flex-direction: column;
    align-items: center;
  }
}
.ah6NhpuT {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 768px) {
  .ah6NhpuT {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .ah6NhpuT {
    flex-direction: column;
    align-items: center;
  }
}
.CQ992ODU {
  font-family: "Oswald", "Barlow", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ERtfcHH2 {
  margin-right: 16px;
  color: #202020;
}
.ERtfcHH2 .m02H0Q78 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}
.ERtfcHH2 .m02H0Q78 li > a,
.ERtfcHH2 .m02H0Q78 div {
  color: var(--table-grey);
  cursor: pointer;
}
.ERtfcHH2 .m02H0Q78 li > a:hover,
.ERtfcHH2 .m02H0Q78 div:hover {
  color: var(--primary-lite);
}
.ERtfcHH2 .m02H0Q78 li > div > a {
  color: var(--table-grey);
  text-transform: capitalize;
}
.ERtfcHH2 .m02H0Q78 li > div > a:hover {
  color: var(--primary-lite);
}
.ERtfcHH2 .m02H0Q78 .s7L0QN6n {
  color: var(--primary-lite);
}
.ERtfcHH2 .m02H0Q78 .s7L0QN6n:hover {
  color: var(--primary-lite-highlighted);
}
@media (max-width: 475px) {
  .ERtfcHH2 {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .ERtfcHH2:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
}
@media (max-width: 475px) {
  .ERtfcHH2:last-child {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .wWWGbJnL {
    margin-top: 16px;
  }
}
@media (max-width: 475px) {
  .wWWGbJnL {
    text-align: center;
  }
}
.Azxg6lph {
  margin-top: 19px;
}
.Azxg6lph .ant-select-selection-item {
  height: 32px;
}
.dk9bM_ji {
  display: flex;
}
.dk9bM_ji .rMa0tMmk {
  height: 36px;
  width: 144px;
  border-radius: 2px;
  margin-right: 8px;
  border: 0.5px solid var(--loblolly-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.dk9bM_ji .g_8gBRFB {
  background-color: var(--primary-lite);
  height: 36px;
  width: 165px;
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.dk9bM_ji .g_8gBRFB:hover {
  background-color: var(--primary-lite-highlighted);
}
.bib7reFY {
  width: 100%;
  height: 1px;
  background-color: var(--loblolly-gray);
  margin-top: 40px;
  margin-bottom: 15px;
}
.KsHPReEv {
  display: flex;
}
@media (max-width: 475px) {
  .KsHPReEv {
    flex-direction: column;
  }
}
.emH8YvVr {
  width: calc(75% - 50px);
  color: var(--loblolly-gray);
  margin-right: 50px;
  font-family: "Oswald", "Barlow", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 475px) {
  .emH8YvVr {
    width: 100%;
    margin-bottom: 16px;
  }
}
.UNpg44aX {
  width: 25%;
  color: var(--loblolly-gray);
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 475px) {
  .UNpg44aX {
    width: 100%;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.ant-zoom-enter,
.ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-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);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  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;
}
.ant-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;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  padding-inline-start: 11px;
}
.ant-input-number-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.ant-input-number-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper-borderless,
.ant-input-number-affix-wrapper-borderless:hover,
.ant-input-number-affix-wrapper-borderless:focus,
.ant-input-number-affix-wrapper-borderless-focused,
.ant-input-number-affix-wrapper-borderless-disabled,
.ant-input-number-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-affix-wrapper-sm {
  padding: 0px 7px;
}
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-number-affix-wrapper-focused,
.ant-input-number-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
  background: transparent;
}
.ant-input-number-affix-wrapper > div.ant-input-number {
  width: 100%;
  border: none;
  outline: none;
}
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
  box-shadow: none !important;
}
.ant-input-number-affix-wrapper input.ant-input-number-input {
  padding: 0;
}
.ant-input-number-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
  z-index: 2;
}
.ant-input-number-prefix,
.ant-input-number-suffix {
  display: flex;
  flex: none;
  align-items: center;
  pointer-events: none;
}
.ant-input-number-prefix {
  margin-inline-end: 4px;
}
.ant-input-number-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-right: 11px;
  margin-left: 4px;
}
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
  width: 100%;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-status-warning .ant-input-number-prefix {
  color: #faad14;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
  color: #faad14;
}
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-input-number::-moz-placeholder {
  opacity: 1;
}
.ant-input-number::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-borderless,
.ant-input-number-borderless:hover,
.ant-input-number-borderless:focus,
.ant-input-number-borderless-focused,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 0px 7px;
}
.ant-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-number-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-number-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-number-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap,
.ant-input-number-group > .ant-input-number {
  display: table-cell;
}
.ant-input-number-group-addon:not(:first-child):not(:last-child),
.ant-input-number-group-wrap:not(:first-child):not(:last-child),
.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-number-group-wrap > * {
  display: block !important;
}
.ant-input-number-group .ant-input-number {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-number-group .ant-input-number:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-number-group .ant-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
  z-index: 0;
}
.ant-input-number-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-input-number-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}
.ant-input-number-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ant-input-number-group > .ant-input-number:first-child,
.ant-input-number-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
.ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group-addon:first-child {
  border-right: 0;
}
.ant-input-number-group-addon:last-child {
  border-left: 0;
}
.ant-input-number-group > .ant-input-number:last-child,
.ant-input-number-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
.ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group-lg .ant-input-number,
.ant-input-number-group-lg > .ant-input-number-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-group-sm .ant-input-number,
.ant-input-number-group-sm > .ant-input-number-group-addon {
  padding: 0px 7px;
}
.ant-input-number-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-number-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact {
  display: block;
}
.ant-input-number-group.ant-input-number-group-compact::before {
  display: table;
  content: '';
}
.ant-input-number-group.ant-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
  display: inline-flex;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
  display: inline-flex;
}
.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
  float: none;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > *:first-child,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-number-group.ant-input-number-group-compact > *:last-child,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group > .ant-input-number-rtl:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group > .ant-input-number-rtl:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-readonly .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  appearance: textfield !important;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.ant-input-number-input::-moz-placeholder {
  opacity: 1;
}
.ant-input-number-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-left-width: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap,
.ant-input-number-focused .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-borderless .ant-input-number-handler-down {
  border-top-width: 0;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-borderless {
  box-shadow: none;
}
.ant-input-number-out-of-range input {
  color: #ff4d4f;
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
}
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-right-width: 0;
}
.ant-input-number-rtl .ant-input-number-handler-up {
  border-top-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-handler-down {
  border-bottom-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
.ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-label,
.ant-form-inline .ant-form-item > .ant-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}
.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}
.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
  min-width: unset;
}
.ant-form-vertical .ant-form-item {
  flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
}
.ant-form-vertical .ant-form-item-label > label::after,
.ant-col-24.ant-form-item-label > label::after,
.ant-col-xl-24.ant-form-item-label > label::after {
  display: none;
}
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }
  .ant-form .ant-form-item {
    flex-wrap: wrap;
  }
  .ant-form .ant-form-item .ant-form-item-label,
  .ant-form .ant-form-item .ant-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xs-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-sm-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-md-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-lg-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xl-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right;
  }
}
.ant-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 */
}
.ant-form-item-explain-error {
  color: #ff4d4f;
}
.ant-form-item-explain-warning {
  color: #faad14;
}
.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-has-warning .ant-form-item-split {
  color: #faad14;
}
.ant-form-item-has-error .ant-form-item-split {
  color: #ff4d4f;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-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;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-small .ant-form-item-label > label {
  height: 24px;
}
.ant-form-small .ant-form-item-control-input {
  min-height: 24px;
}
.ant-form-large .ant-form-item-label > label {
  height: 40px;
}
.ant-form-large .ant-form-item-control-input {
  min-height: 40px;
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
  transition: margin-bottom 0.3s 0.017s linear;
}
.ant-form-item-with-help {
  margin-bottom: 0;
  transition: none;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
  display: none;
}
.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset;
}
.ant-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;
}
.ant-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-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: '*';
}
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}
.ant-form-item-label > label .ant-form-item-tooltip {
  color: rgba(0, 0, 0, 0.45);
  cursor: help;
  writing-mode: horizontal-tb;
  margin-inline-start: 4px;
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}
.ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.ant-form-item-explain,
.ant-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);
}
.ant-form-item-explain-connected {
  height: 0;
  min-height: 0;
  opacity: 0;
}
.ant-form-item-extra {
  min-height: 24px;
}
.ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  min-height: 24px;
  opacity: 1;
}
.ant-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;
}
.ant-form-item-feedback-icon-success {
  color: #52c41a;
}
.ant-form-item-feedback-icon-error {
  color: #ff4d4f;
}
.ant-form-item-feedback-icon-warning {
  color: #faad14;
}
.ant-form-item-feedback-icon-validating {
  color: #1890ff;
}
.ant-show-help {
  transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-show-help-leave {
  min-height: 24px;
}
.ant-show-help-leave-active {
  min-height: 0;
}
.ant-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;
}
.ant-show-help-item-appear,
.ant-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}
.ant-show-help-item-appear-active,
.ant-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}
.ant-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;
  }
}
.ant-form-rtl {
  direction: rtl;
}
.ant-form-rtl .ant-form-item-label {
  text-align: left;
}
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}
.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.vkKAWaQd {
  width: 720px !important;
}
.vkKAWaQd .ant-input-number {
  border: none;
  border-bottom: 2px solid black;
  caret-color: var(--primary-lite);
}
.vkKAWaQd .ant-input-number .ant-input-number-input {
  color: var(--table-grey);
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
}
.vkKAWaQd .ant-input-number-focused {
  box-shadow: none;
}
.vkKAWaQd .ant-modal-content {
  border-radius: 8px;
}
.vkKAWaQd .ant-input-number-handler-wrap {
  display: none;
}
.vkKAWaQd .Y9UpR7qk {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.vkKAWaQd .Y9UpR7qk .H5sn_DKc {
  padding: 60px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .vkKAWaQd .Y9UpR7qk .H5sn_DKc {
    padding: 20px;
    padding-top: 0px;
  }
}
.vkKAWaQd .Y9UpR7qk .gLwQYxW6 {
  padding: 10px 10px;
}
.vkKAWaQd .Y9UpR7qk .pzH0oHdB {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Y9UpR7qk .AU_nviyQ {
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
.vkKAWaQd .Y9UpR7qk .cLtXRWqH {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Y9UpR7qk .wOnxL57z {
  margin-bottom: 20px;
}
.vkKAWaQd .Y9UpR7qk .jmW7Z6w5 {
  width: 170px;
}
.vkKAWaQd .Y9UpR7qk .VeFjxI5a {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  padding-top: 8px;
}
.vkKAWaQd .Y9UpR7qk .V4b729iQ {
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vkKAWaQd .Y9UpR7qk .DsIaX8S2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vkKAWaQd .Y9UpR7qk .ZyNQULHW {
  color: var(--botticelli-blue);
  font-size: 20px;
}
.vkKAWaQd .Y9UpR7qk .iiOAmIji {
  color: var(--botticelli-blue);
  font-size: 20px;
  transform: rotate(98deg);
}
.vkKAWaQd .Y9UpR7qk .qAMCenrx {
  background: var(--primary-lite);
  width: 36px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.vkKAWaQd .Y9UpR7qk .EmTo6sB1 {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  margin-left: 4%;
}
.vkKAWaQd .Y9UpR7qk .n6FrvQiG {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC {
  margin: 0px 8px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Y9UpR7qk .BWIitdyC {
    margin: 0px 4px;
    padding-bottom: 10px;
  }
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC .ant-input-group-addon {
  border: 1px solid var(--botticelli-blue);
  border-right: none;
  background-color: transparent;
  border-radius: 3px 0px 0px 3px;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 0px 3px 3px 0px;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC .X6bvyjWl {
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px 3px 3px 3px;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC .X6bvyjWl:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Y9UpR7qk .pIyYlQHX {
  padding-top: 6px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Y9UpR7qk .pIyYlQHX {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Y9UpR7qk .ctrcaDsD {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.vkKAWaQd .Y9UpR7qk .QVwFkK_o {
  font-weight: 300;
  color: var(--dusty-gray);
  font-family: Oswald;
  font-size: 12px;
  line-height: 16px;
}
.vkKAWaQd .Y9UpR7qk .iXW4RuvK {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
@media (max-width: 600px) {
  .vkKAWaQd .Y9UpR7qk .ujERWoOW {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .ss7_aWMp {
  margin: auto;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .XwEv_yRp {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg .DB7nIQBK {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 30px;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR {
  background-color: var(--primary-lite);
  border: none;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR:after {
  display: block;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg .M_uPGTeR:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .M_uPGTeR {
  position: absolute;
  top: 4px;
  left: 0;
  border: 0.5px solid var(--loblolly-gray);
  border-radius: 2px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  text-align: center;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .M_uPGTeR:hover {
  border: 1px solid var(--primary-lite);
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .M_uPGTeR:after {
  content: "";
  position: absolute;
  display: none;
}
.vkKAWaQd .Lzb67FfK {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vkKAWaQd .Lzb67FfK .H5sn_DKc {
  padding: 60px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .vkKAWaQd .Lzb67FfK .H5sn_DKc {
    padding: 20px;
    padding-top: 0px;
  }
}
.vkKAWaQd .Lzb67FfK .gLwQYxW6 {
  padding: 10px 10px;
}
.vkKAWaQd .Lzb67FfK .pzH0oHdB {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Lzb67FfK .AU_nviyQ {
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
.vkKAWaQd .Lzb67FfK .cLtXRWqH {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Lzb67FfK .wOnxL57z {
  margin-bottom: 20px;
}
.vkKAWaQd .Lzb67FfK .jmW7Z6w5 {
  width: 170px;
}
.vkKAWaQd .Lzb67FfK .VeFjxI5a {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  padding-top: 8px;
}
.vkKAWaQd .Lzb67FfK .V4b729iQ {
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vkKAWaQd .Lzb67FfK .DsIaX8S2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vkKAWaQd .Lzb67FfK .ZyNQULHW {
  color: var(--botticelli-blue);
  font-size: 20px;
}
.vkKAWaQd .Lzb67FfK .iiOAmIji {
  color: var(--botticelli-blue);
  font-size: 20px;
  transform: rotate(98deg);
}
.vkKAWaQd .Lzb67FfK .qAMCenrx {
  background: var(--primary-lite);
  width: 36px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.vkKAWaQd .Lzb67FfK .EmTo6sB1 {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  margin-left: 4%;
}
.vkKAWaQd .Lzb67FfK .n6FrvQiG {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC {
  margin: 0px 8px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Lzb67FfK .BWIitdyC {
    margin: 0px 4px;
    padding-bottom: 10px;
  }
}
.vkKAWaQd .Lzb67FfK .BWIitdyC .ant-input-group-addon {
  border: 1px solid var(--botticelli-blue);
  border-right: none;
  background-color: transparent;
  border-radius: 3px 0px 0px 3px;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 0px 3px 3px 0px;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC .X6bvyjWl {
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px 3px 3px 3px;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC .X6bvyjWl:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Lzb67FfK .pIyYlQHX {
  padding-top: 6px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Lzb67FfK .pIyYlQHX {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Lzb67FfK .ctrcaDsD {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.vkKAWaQd .Lzb67FfK .QVwFkK_o {
  font-weight: 300;
  color: var(--dusty-gray);
  font-family: Oswald;
  font-size: 12px;
  line-height: 16px;
}
.vkKAWaQd .Lzb67FfK .iXW4RuvK {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
@media (max-width: 600px) {
  .vkKAWaQd .Lzb67FfK .ujERWoOW {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .ss7_aWMp {
  margin: auto;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .XwEv_yRp {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg .DB7nIQBK {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 30px;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR {
  background-color: var(--primary-lite);
  border: none;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR:after {
  display: block;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg .M_uPGTeR:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .M_uPGTeR {
  position: absolute;
  top: 4px;
  left: 0;
  border: 0.5px solid var(--loblolly-gray);
  border-radius: 2px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  text-align: center;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .M_uPGTeR:hover {
  border: 1px solid var(--primary-lite);
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .M_uPGTeR:after {
  content: "";
  position: absolute;
  display: none;
}
.vkKAWaQd .Lzb67FfK .iQMrbN73 {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin: 57px 20px 0px 20px;
  text-align: center;
}
.WsMtvfgp {
  width: 50px;
  height: 50px;
  left: 551px;
  top: 280px;
  background: var(--primary-lite);
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.WsMtvfgp ._rQ8jXtd {
  font-family: Poppins;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.xcl5oKqH {
  height: 145px;
  background: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.xcl5oKqH .zFHf0lsM {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: var(--white);
  padding: 0;
}
.xcl5oKqH .URayAnwl {
  max-width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--white);
  font-weight: 300;
}
.DmC62ykH {
  height: 116px;
  background: var(--cream);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DmC62ykH .w2ZJUWeL {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--table-grey);
  font-weight: 300;
}
.DmC62ykH .w2ZJUWeL .hrBjhQWA {
  display: flex;
  margin: 0 auto;
  width: 350px;
  justify-content: space-around;
}
.H1XGGD3M {
  margin-top: 10px;
  height: 40px;
  width: 200px;
  text-transform: uppercase;
  border: none;
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 12px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.BOb3RjT0 {
  background-color: transparent;
  position: absolute;
  top: 78px;
  right: 30px;
  height: 137px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BOb3RjT0 .EAA10FRk {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  height: 117px;
  width: 340px;
  border-radius: 8px;
  z-index: 100;
  background-color: var(--dark-charcoal);
  box-shadow: 10px 81px 24px blue;
}
@media (max-width: 500px) {
  .BOb3RjT0 .EAA10FRk {
    right: 5%;
  }
}
.BOb3RjT0 .EAA10FRk .IPZkMtkB {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk {
  padding: 14px;
  height: 100%;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk h5 {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--silver);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .R7G4WP0W {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 10px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .YCCB5b8B {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: -1px;
  cursor: pointer;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .YCCB5b8B a {
  color: var(--picton-blue);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .YCCB5b8B a:hover {
  color: var(--goldenrod);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.E4Iy0oMx {
  height: 50px;
  cursor: pointer;
}
.E4Iy0oMx .LEQFosfb {
  max-width: 117px;
  max-height: 36px;
  min-width: 80px;
  height: 100%;
  width: 100%;
}
.E4Iy0oMx .LEQFosfb .ydbxxSDu {
  transition: fill 300ms;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: width 0s ease 0.3s, height 0s ease 0.3s;
}
.ant-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-drawer-left {
  left: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper {
  left: 0;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
}
.ant-drawer-title {
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.ant-drawer-header-close-only {
  padding-bottom: 0;
  border: none;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.ant-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}
.ant-drawer .ant-picker-clear {
  background: #fff;
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Ws0wJIBe .ant-drawer-body {
  padding: 0;
  padding-top: 50px;
  background-color: var(--dark-charcoal);
}
.QTdkfG46 {
  background-color: var(--dark-charcoal);
  width: 100%;
  padding: 50px 32px;
  display: flex;
  flex-direction: column;
}
.MlkeUCOJ {
  list-style-type: none;
  margin-bottom: 48px;
  padding: 0;
}
.MlkeUCOJ li {
  padding: 0;
  margin-bottom: 24px;
}
.MlkeUCOJ li:last-child {
  margin-bottom: 0;
}
.MlkeUCOJ button,
.MlkeUCOJ a {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: var(--white);
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
.MlkeUCOJ button:hover,
.MlkeUCOJ a:hover,
.MlkeUCOJ button:active,
.MlkeUCOJ a:active,
.MlkeUCOJ button:focus,
.MlkeUCOJ a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary-lite);
}
.MlkeUCOJ button.I3G8w4qT,
.MlkeUCOJ a.I3G8w4qT {
  color: var(--primary-lite);
}
.Wv3G_rtD {
  display: flex;
  flex-direction: column;
  width: 227px;
  margin-bottom: 48px;
}
.Wv3G_rtD .qKok36DT {
  width: 100%;
  margin-bottom: 10px;
  height: 32px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  color: var(--white);
}
.Wv3G_rtD .pZ1gur8E {
  width: 100%;
  background-color: var(--primary-lite);
  border-radius: 96px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
}
.pgF2tLv4 {
  width: 100%;
  height: 1px;
  border-color: var(--tundora-gray);
  margin-bottom: 24px;
}
.O_ds_3jB {
  list-style-type: none;
  margin-bottom: 48px;
  padding: 0;
}
.O_ds_3jB li {
  padding: 0;
  margin-bottom: 24px;
}
.O_ds_3jB li:last-child {
  margin-bottom: 0;
}
.O_ds_3jB button,
.O_ds_3jB a {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: var(--white);
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
.O_ds_3jB button:hover,
.O_ds_3jB a:hover,
.O_ds_3jB button:active,
.O_ds_3jB a:active,
.O_ds_3jB button:focus,
.O_ds_3jB a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary-lite);
}
.O_ds_3jB button.I3G8w4qT,
.O_ds_3jB a.I3G8w4qT {
  color: var(--primary-lite);
}
.O_ds_3jB li {
  margin-bottom: 0;
  height: 32px;
  display: flex;
  align-items: center;
}
.O_ds_3jB button,
.O_ds_3jB a {
  color: var(--loblolly-gray);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.gYEk4qQw {
  height: 64px;
  line-height: 50px;
  width: 100vw;
  background-color: var(--dark-charcoal);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 101;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 475px) {
  .gYEk4qQw {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.di08yh36 {
  height: 50px;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
.sRO_90R7 {
  height: 50px;
  display: flex;
  align-items: center;
  padding-top: 22px;
}
@media (max-width: 865px) {
  .sRO_90R7 {
    width: 100%;
    justify-content: space-between;
  }
}
.sRO_90R7 div,
.sRO_90R7 a {
  margin: 0 24px;
  white-space: nowrap;
}
.sRO_90R7 div:first-child,
.sRO_90R7 a:first-child {
  margin-left: 0 !important;
}
.sRO_90R7 div:last-child,
.sRO_90R7 a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .sRO_90R7 div,
  .sRO_90R7 a {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .sRO_90R7 div,
  .sRO_90R7 a {
    margin: 0 8px;
  }
}
.VQ3NxmcO {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 24px;
  height: 104%;
}
.VQ3NxmcO .ZmeuSxrb {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.25px;
  color: var(--silver);
  white-space: nowrap;
  display: block;
}
.VQ3NxmcO .Otg8U4z1 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  text-align: justify;
  max-width: 120px;
}
.VQ3NxmcO .jZdp6LhK {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}
.VQ3NxmcO .AqIz_TXO {
  display: flex;
  align-items: center;
  height: 30px;
}
.E6QbPHEY {
  position: absolute;
  top: 60px;
  right: 70px;
  background-color: var(--gallery-white);
  border-radius: 8px;
  height: 66px;
  min-width: 144px;
  padding: 8px 12px;
  transition: all 0.3s;
}
.E6QbPHEY .ZmeuSxrb {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.E6QbPHEY .rZbnvToT {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--primary-lite);
  display: block;
  margin-bottom: 1px;
}
@media (max-width: 475px) {
  .E6QbPHEY {
    right: 50px;
  }
}
.yNOovdH0 {
  position: absolute;
  top: 60px;
  right: 70px;
  background-color: var(--gallery-white);
  border-radius: 8px;
  height: 66px;
  min-width: 144px;
  padding: 8px 12px;
  transition: all 0.3s;
  opacity: 0;
  top: 50px;
}
.yNOovdH0 .ZmeuSxrb {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.yNOovdH0 .rZbnvToT {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--primary-lite);
  display: block;
  margin-bottom: 1px;
}
@media (max-width: 475px) {
  .yNOovdH0 {
    right: 50px;
  }
}
.mpk3Fl_v {
  width: 100px;
  height: 64px;
  cursor: pointer;
}
@media (max-width: 425px) {
  .mpk3Fl_v {
    display: none;
  }
}
.m1NFK7ma {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  color: var(--white);
  text-transform: uppercase;
}
.m1NFK7ma:hover {
  color: var(--primary-lite);
}
@media (max-width: 990px) {
  .m1NFK7ma {
    font-size: 14px;
  }
}
.NewSLUSd {
  cursor: default;
}
.NewSLUSd::after {
  content: "";
  width: 70%;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.15s ease-in-out;
  border-radius: 1px;
}
.NewSLUSd:hover {
  color: var(--white);
}
.RznqkN5Y {
  padding-top: 1px;
}
.RznqkN5Y a {
  color: var(--primary-lite);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
}
.RznqkN5Y a:hover {
  color: var(--goldenrod);
}
@media (max-width: 1120px) {
  .RznqkN5Y {
    display: none;
  }
}
.eICEZf60 {
  height: 64px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 20px;
}
.eICEZf60 .O8zRTeE1 {
  color: var(--regent-gray);
}
.eICEZf60 .O8zRTeE1::placeholder {
  color: var(--regent-gray);
  font-size: 9px;
}
.O8zRTeE1 {
  width: 144px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: transparent;
  border: none;
  border: 1px solid var(--regent-gray);
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
}
.LgWjiDsv {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 32px;
  width: 175px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.LgWjiDsv:hover {
  background-color: var(--primary-lite-highlighted);
}
.ATi8JdcO {
  background-color: var(--binrouji-black);
  height: 34px;
  width: 1px;
  margin: 0 20px;
}
.yiBgPa7u {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  width: 175px;
  border: none;
  height: 32px;
  width: 177px;
  border-radius: 96px;
  color: var(--white);
  background-color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.yiBgPa7u:hover {
  background-color: var(--primary-lite-highlighted);
}
.yiBgPa7u:hover {
  background-color: #4d4d4d;
}
.Dz2XoJg_ {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Dz2XoJg_:hover,
.Dz2XoJg_:active,
.Dz2XoJg_:focus {
  background-color: transparent;
}
.Dz2XoJg_ .pWxjOXg8 {
  width: 24px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.Dz2XoJg_ .N5lvcsvU {
  width: 24px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/icons/icon_mobile_menu_open.svg");
}
.Dz2XoJg_ .JA2cOJTr {
  width: 24px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/icons/icon_mobile_menu_close.svg");
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* 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;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-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: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-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: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-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: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.pIijSD97 {
  max-width: 720px !important;
  width: 90% !important;
}
.pIijSD97 .ant-modal-header {
  min-height: 164px;
  text-align: center;
  padding-top: 44px;
  background-color: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 575px) {
  .pIijSD97 .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.pIijSD97 .ant-modal-content {
  border-radius: 8px;
}
.pIijSD97 .ant-checkbox-group-item span {
  color: var(--dark-blue);
  font-size: 14px;
  line-height: 17px;
}
.pIijSD97 .QO4GMxWk {
  max-width: 450px;
  width: 80%;
  margin: 0 auto;
}
.pIijSD97 .QO4GMxWk .k2z825MI {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.pIijSD97 .QO4GMxWk .nmakZkO0 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .pIijSD97 .QO4GMxWk .k2z825MI {
    font-size: 16px;
  }
  .pIijSD97 .QO4GMxWk .nmakZkO0 {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .QO4GMxWk .k2z825MI {
    font-size: 14px;
  }
  .pIijSD97 .QO4GMxWk .nmakZkO0 {
    font-size: 10px;
  }
}
.pIijSD97 .d1EZtXp9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.pIijSD97 .d1EZtXp9 .rWZYvJke {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.pIijSD97 .d1EZtXp9 .EEb0Gmik {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.pIijSD97 .Czk1txKg {
  width: 80%;
  margin: 0 auto;
}
.pIijSD97 .Czk1txKg .ant-legacy-form-item {
  margin-bottom: 12px;
}
.pIijSD97 .Czk1txKg .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.pIijSD97 .Czk1txKg .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.pIijSD97 .Czk1txKg .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.pIijSD97 .Czk1txKg .ULaXP8pY {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.pIijSD97 .Czk1txKg .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .gAodyF6E {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pIijSD97 .Czk1txKg .P7gqZmjp {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.pIijSD97 .Czk1txKg .P7gqZmjp input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .aoZt95vE {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.pIijSD97 .Czk1txKg .aoZt95vE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .aoZt95vE .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.pIijSD97 .Czk1txKg .q8dO_tDU {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.pIijSD97 .Czk1txKg .q8dO_tDU input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .q8dO_tDU .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .q8dO_tDU .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.pIijSD97 .Czk1txKg .q8dO_tDU .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.pIijSD97 .E82d6aoE {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 47px 0 24px 0;
}
.pIijSD97 .E82d6aoE .wTPI5Fbt {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .pIijSD97 .E82d6aoE .wTPI5Fbt {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .E82d6aoE .wTPI5Fbt {
    font-size: 14px;
    width: 228px;
  }
}
.pIijSD97 .E82d6aoE .Lj9QbRop {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .pIijSD97 .E82d6aoE .Lj9QbRop {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .E82d6aoE .Lj9QbRop {
    font-size: 14px;
    width: 228px;
  }
}
.pIijSD97 .E82d6aoE .hS3Wz8zp {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
  border: none;
  margin-top: 24px;
  color: var(--primary-lite);
  box-shadow: none;
}
@media (max-width: 720px) {
  .pIijSD97 .E82d6aoE .hS3Wz8zp {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .E82d6aoE .hS3Wz8zp {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA {
  max-width: 720px !important;
  width: 90% !important;
  max-width: 720px;
  width: 90%;
  height: 369px;
  max-height: 369px;
}
.sJNQIMZA .ant-modal-header {
  min-height: 164px;
  text-align: center;
  padding-top: 44px;
  background-color: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 575px) {
  .sJNQIMZA .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.sJNQIMZA .ant-modal-content {
  border-radius: 8px;
}
.sJNQIMZA .ant-checkbox-group-item span {
  color: var(--dark-blue);
  font-size: 14px;
  line-height: 17px;
}
.sJNQIMZA .QO4GMxWk {
  max-width: 450px;
  width: 80%;
  margin: 0 auto;
}
.sJNQIMZA .QO4GMxWk .k2z825MI {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.sJNQIMZA .QO4GMxWk .nmakZkO0 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .sJNQIMZA .QO4GMxWk .k2z825MI {
    font-size: 16px;
  }
  .sJNQIMZA .QO4GMxWk .nmakZkO0 {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .QO4GMxWk .k2z825MI {
    font-size: 14px;
  }
  .sJNQIMZA .QO4GMxWk .nmakZkO0 {
    font-size: 10px;
  }
}
.sJNQIMZA .d1EZtXp9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.sJNQIMZA .d1EZtXp9 .rWZYvJke {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.sJNQIMZA .d1EZtXp9 .EEb0Gmik {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.sJNQIMZA .Czk1txKg {
  width: 80%;
  margin: 0 auto;
}
.sJNQIMZA .Czk1txKg .ant-legacy-form-item {
  margin-bottom: 12px;
}
.sJNQIMZA .Czk1txKg .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.sJNQIMZA .Czk1txKg .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.sJNQIMZA .Czk1txKg .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.sJNQIMZA .Czk1txKg .ULaXP8pY {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.sJNQIMZA .Czk1txKg .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .gAodyF6E {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sJNQIMZA .Czk1txKg .P7gqZmjp {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.sJNQIMZA .Czk1txKg .P7gqZmjp input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .aoZt95vE {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.sJNQIMZA .Czk1txKg .aoZt95vE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .aoZt95vE .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.sJNQIMZA .Czk1txKg .q8dO_tDU {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.sJNQIMZA .Czk1txKg .q8dO_tDU input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .q8dO_tDU .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .q8dO_tDU .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.sJNQIMZA .Czk1txKg .q8dO_tDU .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.sJNQIMZA .E82d6aoE {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 47px 0 24px 0;
}
.sJNQIMZA .E82d6aoE .wTPI5Fbt {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .sJNQIMZA .E82d6aoE .wTPI5Fbt {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .E82d6aoE .wTPI5Fbt {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA .E82d6aoE .Lj9QbRop {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .sJNQIMZA .E82d6aoE .Lj9QbRop {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .E82d6aoE .Lj9QbRop {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA .E82d6aoE .hS3Wz8zp {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
  border: none;
  margin-top: 24px;
  color: var(--primary-lite);
  box-shadow: none;
}
@media (max-width: 720px) {
  .sJNQIMZA .E82d6aoE .hS3Wz8zp {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .E82d6aoE .hS3Wz8zp {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA .ant-modal-header {
  min-height: 82px;
  text-align: center;
  padding-top: 24px;
  background-color: var(--primary-lite);
}
@media (max-width: 575px) {
  .sJNQIMZA .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.sJNQIMZA .k2z825MI {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  color: var(--white);
}
.sJNQIMZA .LHYCUiKY {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--table-grey);
}
@media (max-width: 775px) {
  .sJNQIMZA .LHYCUiKY {
    width: 90%;
    padding: 10px;
  }
}
.sJNQIMZA .N6GTsRFi {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.sJNQIMZA .N6GTsRFi .wTPI5Fbt {
  width: 170px;
  height: 36px;
  background: var(--picton-blue);
  border-radius: 96px;
  text-transform: uppercase;
}
.sJNQIMZA .N6GTsRFi .wTPI5Fbt:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.M02Oxcph {
  width: 720px !important;
}
.M02Oxcph .ant-modal-content {
  border-radius: 8px;
}
.M02Oxcph .UGBGdabm {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.M02Oxcph .XXSHfXV8 {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.M02Oxcph .RnefYZtq {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 60px auto 24px auto;
}
.M02Oxcph .auu_rnbS {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: var(--primary-lite);
  margin-bottom: 50px;
}
.M02Oxcph .S7BsEgH8 {
  height: 54px;
  width: 280px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 62px;
  color: var(--white);
}
.M02Oxcph .S7BsEgH8:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #1890ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-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;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}
.ant-alert-content {
  flex: 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-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;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-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);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.AvBCcPRi {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 521px) {
  .AvBCcPRi {
    left: 0;
    position: relative;
    width: 100%;
    justify-content: center;
  }
}
.AvBCcPRi span {
  padding-left: 10px;
}
.Ozim1VWg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 96px;
}
.Ozim1VWg:hover .sAl2WmA6 > .mwZxOXry {
  color: var(--white);
}
.Ozim1VWg .sAl2WmA6 {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .AswAt9Dx {
  font-size: 48px;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .jzsCdMwD {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .jzsCdMwD .jrOfEquc {
  color: var(--white);
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .jzsCdMwD .jseJhy9i {
  color: var(--white);
  font-size: 10px;
  font-style: italic;
}
.Ozim1VWg .ynWp3Wl1 {
  cursor: pointer;
  font-size: 150px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.aeKIDCUE {
  width: 720px !important;
}
.aeKIDCUE .ant-modal-content {
  border-radius: 8px;
}
.aeKIDCUE .XUXGlimE {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.aeKIDCUE .YfvGR9DQ {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aeKIDCUE .RxME6lAx {
  padding-top: 40px;
  width: 100%;
  height: 248px;
  background-color: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 700px) {
  .aeKIDCUE .RxME6lAx {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .aeKIDCUE .RxME6lAx {
    height: 340px;
  }
}
.aeKIDCUE .hAYPQjtv {
  justify-content: start;
  background: inherit;
}
.aeKIDCUE .hAYPQjtv .DJDJoSgX {
  color: var(--white);
  padding-bottom: 2px;
}
.aeKIDCUE .hAYPQjtv .kuzCXqo3 {
  color: var(--white);
  max-width: 70%;
}
.aeKIDCUE .u8Z0WfX1 {
  max-width: 245px;
  max-height: 260px;
  width: 245px;
  height: 260px;
  background-image: url("/icons/icon_bill.svg");
  margin-top: 40px;
  margin-bottom: 20px;
  position: absolute;
  top: 100px;
}
@media (max-width: 700px) {
  .aeKIDCUE .u8Z0WfX1 {
    top: 150px;
  }
}
@media (max-width: 400px) {
  .aeKIDCUE .u8Z0WfX1 {
    top: 180px;
  }
}
.aeKIDCUE .fnN0DmRx {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 140px auto 50px auto;
}
.aeKIDCUE .q6N8MqxJ {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 24px auto 44px auto;
}
.aeKIDCUE .EjUqsRHs {
  height: 54px;
  width: 320px;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 42px;
}
.aeKIDCUE .EjUqsRHs:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.U6OdzADA {
  background-color: rgba(38, 165, 210, 0.4);
}
.U6OdzADA .ant-modal-body {
  padding: 0;
}
.U6OdzADA .ant-modal-content {
  border-radius: 18px;
}
.U6OdzADA .ant-modal-close {
  height: 64px;
  width: 64px;
  color: var(--white);
}
.U6OdzADA .ant-modal-close span {
  font-size: 21px;
}
.UTDb0mAt {
  background-color: rgba(38, 165, 210, 0.4);
}
.UTDb0mAt .ant-modal-body {
  padding: 0;
}
.UTDb0mAt .ant-modal-content {
  border-radius: 18px;
}
.UTDb0mAt .ant-modal-close {
  height: 64px;
  width: 64px;
  color: var(--white);
}
.UTDb0mAt .ant-modal-close span {
  font-size: 21px;
}
.UTDb0mAt .ant-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
}
.UTDb0mAt .ant-modal-close .ant-modal-close-x {
  height: 100%;
}
.UTDb0mAt .ant-modal-close span {
  color: var(--darker-blue);
}
.ikDM8ZFG {
  width: 100%;
}
.N1pBv0r2 {
  font-family: "Poppins", "Barlow", sans-serif;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  background-color: var(--raisin-black);
  color: var(--white);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media (max-width: 550px) {
  .N1pBv0r2 {
    font-size: 16px;
  }
}
.SPEhRxk1 {
  font-family: "Poppins", "Barlow", sans-serif;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  background-color: var(--raisin-black);
  color: var(--white);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 58px;
  background-color: var(--athens-gray);
  color: var(--darker-blue);
}
@media (max-width: 550px) {
  .SPEhRxk1 {
    font-size: 16px;
  }
}
.CNZOoe0z {
  width: 100%;
  height: 100%;
  background-color: var(--raisin-black);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onUEl3Ke {
  width: 100%;
  height: 100%;
}
.onUEl3Ke video {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.uKAJQ64B {
  width: 100%;
  padding: 100px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hLLyn9zG {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jDEln4c4 {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.jDEln4c4 .TviPEC4A {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.jDEln4c4 .TviPEC4A:hover,
.jDEln4c4 .TviPEC4A:focus {
  transform: scale(1.05);
}
.jDEln4c4 .TviPEC4A::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.jDEln4c4:hover .TviPEC4A:before {
  opacity: 0.3;
}
.jDEln4c4 .TviPEC4A::before {
  background-color: #000;
}
.jDEln4c4:hover .TviPEC4A:before {
  opacity: 0.1;
}
.YnFzuoOs {
  margin-bottom: 16px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.KcneaW7q {
  margin-bottom: 64px;
  max-width: 768px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}
.HZUX721i {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .HZUX721i {
    flex-direction: column;
    align-items: center;
  }
}
.X3PN1Nbs {
  max-width: 410px;
  width: 100%;
  height: 350px;
  position: relative;
  margin: 0 6px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .X3PN1Nbs {
    margin-bottom: 100px;
  }
}
.X3PN1Nbs .GdsR78tR {
  font-family: "Poppins";
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.X3PN1Nbs .GdsR78tR:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  padding-left: 4px;
  padding-top: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
  color: transparent;
  transition: all 0.15s ease-in-out;
  bottom: -16px;
}
.X3PN1Nbs:hover .DneujrFK {
  background-color: rgba(32, 194, 241, 0.15) !important;
}
.X3PN1Nbs:hover .GdsR78tR::after {
  content: "►";
  bottom: -32px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #20c2f1;
  color: var(--white);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.X3PN1Nbs .uhaQnAnG {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 4px;
  z-index: 1;
}
@media (max-width: 998px) {
  .X3PN1Nbs .uhaQnAnG {
    height: 300px;
  }
}
.X3PN1Nbs .KLdVOTkx {
  position: absolute;
  width: 85%;
  min-height: 210px;
  top: 210px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 26px 32px;
  border-radius: 6px;
  z-index: 2;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
}
.X3PN1Nbs .KLdVOTkx .GdsR78tR {
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
}
.X3PN1Nbs .KLdVOTkx .MLEbhtRx {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
@media (max-width: 1280px) {
  .X3PN1Nbs .KLdVOTkx .MLEbhtRx {
    font-size: 14px;
  }
}
@media (max-width: 1016px) {
  .X3PN1Nbs .KLdVOTkx .MLEbhtRx {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .X3PN1Nbs .KLdVOTkx {
    top: auto;
    bottom: -40px;
    height: 173px;
  }
}
@media (max-width: 1280px) {
  .X3PN1Nbs {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

._he9Tudd {
  padding-top: 64px;
  background-color: #f3f6f8;
}
._he9Tudd h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
._he9Tudd h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
._he9Tudd h4 {
  font-family: "Poppins";
  position: relative;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}
._he9Tudd h4:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
._he9Tudd h4.RiSsWZut:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
._he9Tudd h5 {
  font-family: "Poppins", "Barlow";
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.MzauZi4m {
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  background-color: #000;
}
.MzauZi4m .cSSUSXO7 {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.MzauZi4m .cSSUSXO7 .FDYbTZ0i {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.MzauZi4m .a72dANTZ {
  z-index: 2;
  width: 100%;
  height: 100%;
}
.MzauZi4m .xO5Q8QC5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.MzauZi4m .xO5Q8QC5 .q2HKOcvd {
  display: flex !important;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
}
.MzauZi4m .xO5Q8QC5 .q2HKOcvd .XFIj2y55 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.4);
  z-index: 3;
}
.MzauZi4m .S9UwCp16 {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 36px;
  font-weight: 100;
  color: var(--light-grey);
  cursor: pointer;
  z-index: 10;
  transition: all 0.15s ease-in-out;
}
.MzauZi4m .S9UwCp16:hover {
  color: var(--grey);
  transform: scale(1.05);
}
.MzauZi4m .WreijHtU {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 36px;
  font-weight: 100;
  color: var(--light-grey);
  cursor: pointer;
  z-index: 10;
  transition: all 0.15s ease-in-out;
  left: 24px;
}
.MzauZi4m .WreijHtU:hover {
  color: var(--grey);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .MzauZi4m .WreijHtU {
    left: 12px;
  }
}
.MzauZi4m .IsKni6A3 {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 36px;
  font-weight: 100;
  color: var(--light-grey);
  cursor: pointer;
  z-index: 10;
  transition: all 0.15s ease-in-out;
  right: 24px;
}
.MzauZi4m .IsKni6A3:hover {
  color: var(--grey);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .MzauZi4m .IsKni6A3 {
    right: 12px;
  }
}
.MzauZi4m .ovPzwph4 {
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.MzauZi4m .ovPzwph4 .WLdy3ArY {
  width: 100%;
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .MzauZi4m .ovPzwph4 .WLdy3ArY {
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.MzauZi4m .ovPzwph4 .WZpU2VZO {
  text-transform: uppercase;
  color: var(--white);
  font-family: "Poppins", "Barlow";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 475px) {
  .MzauZi4m .ovPzwph4 .WZpU2VZO {
    font-size: 32px;
    line-height: 36px;
  }
}
.MzauZi4m .ovPzwph4 .d69USNkl {
  text-transform: uppercase;
  color: var(--white);
  font-family: "Poppins", "Barlow";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 475px) {
  .MzauZi4m .ovPzwph4 .d69USNkl {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .MzauZi4m .ovPzwph4 .d69USNkl {
    font-size: 26px;
    line-height: 28px;
  }
}
.MzauZi4m .ovPzwph4 .PLKm3tx0 {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 475px) {
  .MzauZi4m .ovPzwph4 .PLKm3tx0 .XigZJjTt {
    display: none;
  }
}
.MzauZi4m .ovPzwph4 .erK5r2sd {
  display: flex;
}
@media (max-width: 768px) {
  .MzauZi4m .ovPzwph4 .erK5r2sd {
    flex-direction: column;
  }
}
.MzauZi4m .ovPzwph4 .cehlAKRD {
  height: 40px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: transparent;
  border: none;
  border: 1px solid var(--primary-lite);
  color: var(--primary-lite);
  background-color: var(--white);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}
.MzauZi4m .ovPzwph4 .cehlAKRD::placeholder {
  color: var(--primary-lite);
}
.MzauZi4m .ovPzwph4 .jigK3ISt {
  height: 40px;
  width: 200px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}
.MzauZi4m .ovPzwph4 .jigK3ISt:hover {
  background-color: var(--primary-lite-highlighted);
}
.MzauZi4m .IDgyo4kI {
  opacity: 0;
}
.MzauZi4m .u5OR0yPH {
  opacity: 1;
  transition: opacity 1000 linear;
}
.MzauZi4m .FmASlFlz {
  opacity: 1;
}
.MzauZi4m .hqqJ0sgF {
  opacity: 1;
}
.MzauZi4m .L_hXWxRU {
  opacity: 0;
  transition: opacity 1000 linear;
}
.MzauZi4m .cCoY4fd2 {
  opacity: 0;
}
.MzauZi4m .AYqc6hdF li {
  width: 64px;
}
.MzauZi4m .AYqc6hdF li.slick-active {
  width: 96px;
}
.MzauZi4m .AYqc6hdF li.slick-active button {
  position: relative;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 3;
}
.MzauZi4m .AYqc6hdF li.slick-active button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 0%;
  z-index: 4;
  opacity: 1;
  animation-duration: 7s;
  animation-name: yPo6b85l;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes yPo6b85l {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.MzauZi4m .AYqc6hdF li.slick-active-paused button::before {
  animation-play-state: paused;
}
.cP06ak8Q {
  width: 100%;
  padding: 60px 16px;
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cP06ak8Q .tpbUgMer {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cP06ak8Q .tpbUgMer .WZpU2VZO {
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.cP06ak8Q .tpbUgMer .YkkROdNN {
  text-align: center;
  max-width: 900px;
  margin-bottom: 70px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
}
.cP06ak8Q .uscJp1M5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C {
  flex: 1 0 320px;
  overflow: hidden;
  position: relative;
  padding: 26px;
  background-color: var(--white);
  height: 390px;
  min-width: 320px;
  max-width: 31%;
  border-radius: 4px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1025px) {
  .cP06ak8Q .uscJp1M5 .Oa09DV9C {
    width: 100%;
    max-width: 600px;
  }
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .XFIj2y55 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--white) 40%, transparent 60%);
  z-index: 1;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .GFMWSPHj {
  z-index: 2;
  margin-top: 30px;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .cJhMRWsh {
  width: 100%;
  position: relative;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .CUDG4X4S {
  display: flex;
  z-index: 2;
  overflow: hidden;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .YUptAaLE {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-right: 4px;
  z-index: 2;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .W4j6NhbW {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 4px;
  z-index: 2;
  font-size: 14px;
  line-height: 25px;
  vertical-align: baseline;
  position: absolute;
  bottom: -26px;
  right: -2px;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .VP4BrClF {
  position: relative;
  z-index: 3;
  margin-right: 2px;
  height: 47px;
  width: 33px;
  background-color: #000;
  overflow: hidden;
  border-radius: 4px;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .s5GhP3P_ {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: var(--white);
  font-family: "Oswald", "Barlow", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 22px;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .zX1t5JOa {
  margin-right: 2px;
  height: 47px;
  font-family: "Oswald", "Barlow", sans-serif;
  font-weight: 500;
  font-size: 35px;
  z-index: 2;
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .uX32RqlA {
  transform: translateY(47px);
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .Sk8Jv9YI {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .QJmLuwON {
  transform: translateY(0);
}
.cP06ak8Q .uscJp1M5 .Oa09DV9C .ERBJl3Wc {
  transform: translateY(-47px);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
@media (max-width: 1280px) {
  .cP06ak8Q .uscJp1M5 .Oa09DV9C {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1025px) {
  .cP06ak8Q .uscJp1M5 {
    flex-direction: column;
    align-items: center;
  }
}
.sTeT_Hel {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.sTeT_Hel .IIxI1aun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.sTeT_Hel .IIxI1aun:hover,
.sTeT_Hel .IIxI1aun:focus {
  transform: scale(1.05);
}
.sTeT_Hel .IIxI1aun::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.sTeT_Hel:hover .IIxI1aun:before {
  opacity: 0.3;
}
.sTeT_Hel .IIxI1aun::before {
  background-color: #000;
}
.sTeT_Hel:hover .IIxI1aun:before {
  opacity: 0.1;
}
.UsoB4iHX {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.UsoB4iHX .dlhnTRRo {
  display: flex;
  width: 100%;
  min-height: 750px;
  height: 50vw;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .UsoB4iHX .dlhnTRRo {
    flex-direction: column;
    height: auto;
  }
}
.UsoB4iHX .dlhnTRRo:nth-child(1) .Snd8l7iX > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .UsoB4iHX .dlhnTRRo:nth-child(1) .Snd8l7iX > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .UsoB4iHX .dlhnTRRo:nth-child(2) .Snd8l7iX > div {
    background-position-x: 0%;
  }
}
.UsoB4iHX .dlhnTRRo .Snd8l7iX {
  width: 55%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .UsoB4iHX .dlhnTRRo .Snd8l7iX {
    order: 1;
    width: 100%;
    height: 500px;
  }
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd {
  position: relative;
  width: 45%;
  height: 100%;
  padding-left: 60px;
  padding-right: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .UsoB4iHX .dlhnTRRo .q2HKOcvd {
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    min-height: 500px;
  }
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .tpbUgMer {
  width: 100%;
}
@media (max-width: 900px) {
  .UsoB4iHX .dlhnTRRo .q2HKOcvd .tpbUgMer {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 26px 36px 100px;
  }
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .GFMWSPHj {
  position: relative;
  margin-bottom: 32px;
  padding-top: 90px;
  font-weight: 700;
}
@media (min-width: 900px) and (max-width: 1280px) {
  .UsoB4iHX .dlhnTRRo .q2HKOcvd .GFMWSPHj {
    padding-top: 32px;
  }
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .YkkROdNN {
  margin-bottom: 40px;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .w4SvHMsj {
  padding-left: 0;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .w4SvHMsj li {
  position: relative;
  list-style-type: none;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  padding-left: 20px;
}
@media (min-width: 900px) and (max-width: 1280px) {
  .UsoB4iHX .dlhnTRRo .q2HKOcvd .w4SvHMsj li {
    font-size: 14px;
    line-height: 16px;
  }
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .w4SvHMsj li::before {
  content: "■";
  position: absolute;
  color: var(--primary-lite);
  left: 0;
  top: -1px;
  font-size: 10px;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .ol2XzjKZ {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 40px;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .ol2XzjKZ .fOeNt19E {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .ol2XzjKZ .ls6hkdf3 {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  background-image: url("/img/bbb_logo.png");
  background-position: center center;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .ol2XzjKZ .xU6h3Ul1 {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  background-image: url("/img/b_corp_logo.png");
  background-position: center center;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .ol2XzjKZ .w_0mmwVs {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 137px;
  background-image: url("/img/inc5000_logo_43.png");
  background-position: center center;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QeAOPn1G {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 28px;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .cehlAKRD {
  display: flex;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .cehlAKRD .E6P0VUGS {
  margin-right: 8px;
  height: 50px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--loblolly-gray);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: var(--tangaroa);
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .cehlAKRD .E6P0VUGS:focus {
  border-color: var(--tangaroa);
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .cehlAKRD .jigK3ISt {
  width: 225px;
  height: 36px;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  border-radius: 96px;
  text-transform: uppercase;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .cehlAKRD .jigK3ISt:hover {
  background-color: var(--primary-lite-highlighted);
  border-color: var(--primary-lite-highlighted);
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT {
  list-style-type: none;
  padding: 0;
  margin-bottom: 72px;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li::before {
  margin-right: 16px;
  background-color: var(--primary-lite);
  color: var(--white);
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  height: 20px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.tJ96Behp:nth-child(1)::before {
  content: "Step 1";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.tJ96Behp:nth-child(2)::before {
  content: "Step 2";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.tJ96Behp:nth-child(3)::before {
  content: "Step 3";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.tJ96Behp:nth-child(4)::before {
  content: "Step 4";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.tJ96Behp:nth-child(5)::before {
  content: "Step 5";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.URUfZu9O:nth-child(1)::before {
  content: "Paso 1";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.URUfZu9O:nth-child(2)::before {
  content: "Paso 2";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.URUfZu9O:nth-child(3)::before {
  content: "Paso 3";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.URUfZu9O:nth-child(4)::before {
  content: "Paso 4";
}
.UsoB4iHX .dlhnTRRo .q2HKOcvd .QkSJ5OkT li.URUfZu9O:nth-child(5)::before {
  content: "Paso 5";
}
.ROLGFTDU {
  width: 100%;
  height: 200px;
  background-color: var(--tangaroa);
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .ROLGFTDU {
    display: block;
    height: auto;
    padding: 40px 26px;
  }
}
.ROLGFTDU .tpbUgMer {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ROLGFTDU .tpbUgMer {
    display: block;
    width: 100%;
    height: auto;
  }
}
.ROLGFTDU .s7JScb7_ {
  width: 250px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ROLGFTDU .s7JScb7_ {
    width: 100%;
    margin-bottom: 40px;
  }
  .ROLGFTDU .s7JScb7_:last-child {
    margin-bottom: 0;
  }
}
.ROLGFTDU .s7JScb7_ .fOeNt19E {
  height: 30px;
  width: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.ROLGFTDU .s7JScb7_:nth-child(1) .fOeNt19E {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/home/logo_TechCrunch.svg");
}
.ROLGFTDU .s7JScb7_:nth-child(2) .fOeNt19E {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/home/logo_Inc5000.svg");
}
.ROLGFTDU .s7JScb7_:nth-child(3) .fOeNt19E {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/home/logo_EINPresswire_wht.png");
}
.ROLGFTDU .s7JScb7_ .Jd2txxUw {
  color: var(--light-grey);
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
.CdwwqdMv {
  position: relative;
  background-color: var(--cream);
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 16px;
}
.CdwwqdMv::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100vw;
  top: 0;
  left: 0;
  background-color: var(--white);
  transform: rotate(-8deg) translate(-100px, -98vw);
}
@media (max-width: 768px) {
  .CdwwqdMv {
    padding: 0 26px 100px;
  }
}
.CdwwqdMv .tpbUgMer {
  width: 100%;
  max-width: 1280px;
  margin-top: 70px;
}
.CdwwqdMv .a7CSikoJ {
  width: 100%;
  position: relative;
}
.CdwwqdMv .TAXbP1KO {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: calc(100vw - 32px);
  max-width: 1000px;
  height: calc((100vw - 32px) * 0.525);
  max-height: 562px;
  z-index: 1;
  cursor: pointer;
}
.CdwwqdMv .TAXbP1KO .IIxI1aun {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/home/home_messagefromceo.png");
}
@media (max-width: 768px) {
  .CdwwqdMv .TAXbP1KO {
    width: 100%;
  }
}
.CdwwqdMv .c2qsZAuW {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 36px auto 0;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background-color: var(--white);
  height: 360px;
  width: 320px;
  padding: 36px 46px;
  z-index: 3;
}
@media (max-width: 1047px) {
  .CdwwqdMv .c2qsZAuW {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .CdwwqdMv .c2qsZAuW {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 16px auto 0 auto;
  }
}
.CdwwqdMv .c2qsZAuW .fJDVvLNW {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
}
.CdwwqdMv .c2qsZAuW .a3aiV2CJ {
  margin-top: 40px;
  width: 200px;
  background-color: var(--primary-lite);
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 96px;
  height: 40px;
}
.CdwwqdMv .c2qsZAuW .a3aiV2CJ:hover {
  background-color: var(--primary-lite-highlighted);
}
@media (max-width: 768px) {
  .CdwwqdMv .c2qsZAuW .a3aiV2CJ {
    margin-top: 0;
  }
}
.qbpRkogl:hover {
  background-color: var(--primary-lite-highlighted);
  border-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-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: 2px;
  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);
}
.ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
  flex: 1;
  white-space: nowrap;
}
.ant-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;
}
.ant-tabs-dropdown-menu-item-remove:hover {
  color: #40a9ff;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-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);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #40a9ff;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #096dd9;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #1890ff;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #096dd9;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-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;
}
.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
  color: #40a9ff;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
  text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-content {
  display: flex;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-content-animated {
  transition: margin 0.3s;
}
.ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Z0jsIFrJ {
  width: 100%;
  overflow: hidden !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QLzgiNxa {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/ambassador/bg.jpg");
}
.labFVsFQ {
  flex: none;
  margin: 60px 30px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 570px) {
  .labFVsFQ {
    max-width: calc(100% - 20px);
  }
}
.TAw06v_V {
  background-color: transparent;
  overflow: hidden;
}
.gMEWb3A4 {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gMEWb3A4 .iZlnP8Nc {
  margin-left: -21px;
  margin-right: 16px;
  height: 100%;
  width: 300px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/ambassador/logo.png");
}
@media (max-width: 450px) {
  .gMEWb3A4 .iZlnP8Nc {
    width: 175px;
    margin-left: -12px;
  }
}
@media (max-width: 375px) {
  .gMEWb3A4 .iZlnP8Nc {
    width: 125px;
    margin-left: -8px;
  }
}
.gMEWb3A4 .lGtmqKe0 {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.MEx80ekO {
  flex: none;
  height: calc(100% - 150px);
}
.MEx80ekO .nSTsRknC {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.UlqibsIz {
  background-color: transparent;
  padding: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 2px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover-content {
  position: relative;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  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);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    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);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: #fff;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  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');
}
.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(11px) rotate(-135deg);
}
.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(-45deg);
}
.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}
.ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}
.ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}
.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}
.ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}
.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}
.ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}
.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}
.ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}
.ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}
.ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}
.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}
.ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}
.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}
.ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}
.ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}
.ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}
.ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}
.ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}
.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}
.ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}
.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.bKzzew_p {
  width: 100%;
  height: 32px;
  background-color: var(--dark-blue);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1005;
}
.bKzzew_p .G9xookhk {
  font-weight: 600;
  color: var(--picton-blue);
  font-size: 14px;
  margin: 0;
}
.bKzzew_p .EHPfnz8c {
  right: 46px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 800px) {
  .bKzzew_p .EHPfnz8c {
    position: absolute;
  }
}
.bKzzew_p .fRCHedq4 {
  padding-left: 12px;
  padding-right: 12px;
  height: 20px;
  border-radius: 3px;
  margin: 6px 0px 6px 12px;
  background-color: var(--picton-blue);
  border-color: var(--picton-blue);
  font-size: 10px;
  line-height: 13.62px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
.bKzzew_p .fRCHedq4:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .bKzzew_p .fRCHedq4 {
    margin: 6px 0px 6px 9px;
  }
}
.bKzzew_p .oDxqXIMg {
  padding-left: 12px;
  padding-right: 12px;
  height: 20px;
  border-radius: 3px;
  margin: 6px 0px 6px 12px;
  background-color: var(--picton-blue);
  border-color: var(--picton-blue);
  font-size: 10px;
  line-height: 13.62px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
.bKzzew_p .oDxqXIMg:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .bKzzew_p .oDxqXIMg {
    margin: 6px 0px 6px 9px;
  }
}
.bKzzew_p .s1qnYUxG {
  padding-left: 12px;
  padding-right: 12px;
  height: 20px;
  border-radius: 3px;
  margin: 6px 0px 6px 12px;
  background-color: var(--picton-blue);
  border-color: var(--picton-blue);
  font-size: 10px;
  line-height: 13.62px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.bKzzew_p .s1qnYUxG:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .bKzzew_p .s1qnYUxG {
    margin: 6px 0px 6px 9px;
  }
}
.bKzzew_p .IIh1v7d8 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.bKzzew_p .IIh1v7d8 span {
  margin-left: 5px;
}
.jCRw6jun {
  z-index: 2000;
  position: absolute;
  width: 260px;
  height: 200px;
  left: calc(50vw - 130px);
  top: calc(50vh - 100px);
  padding: 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.jCRw6jun .Eb9MGUS8 {
  position: relative;
  width: 273px;
  height: 24px;
  margin-top: 18px;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: var(--darker-blue);
}
.jCRw6jun .lUatCezM {
  position: relative;
  width: 273px;
  height: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--darker-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.bDYXMghq > div {
  height: 100%;
}
.NVc8jvsP {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.NVc8jvsP .i1jGxVg4 {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.NVc8jvsP .EPA36P6O {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.NVc8jvsP .QX8ZH2J4 {
  width: 100px;
  margin-bottom: 30px;
}
.NVc8jvsP .QX8ZH2J4 .AbPXPRTh {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.NVc8jvsP .QX8ZH2J4 img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.NVc8jvsP .Bv2jjnlX {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.NVc8jvsP .r2oT5s1d {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.NVc8jvsP .vWGMFKDm {
  width: 80%;
  min-width: 275px;
}
.NVc8jvsP .vWGMFKDm .xlVQGHxg {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX {
  width: 100%;
  margin-top: 8px;
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.NVc8jvsP .vWGMFKDm .EEDMc2OX .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.NVc8jvsP .vWGMFKDm .fNtcysqV {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.NVc8jvsP .vWGMFKDm .fNtcysqV ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.NVc8jvsP .vWGMFKDm .fNtcysqV .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.NVc8jvsP .vWGMFKDm .fNtcysqV .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.NVc8jvsP .vWGMFKDm .fNtcysqV .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.NVc8jvsP .vWGMFKDm .fNtcysqV .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.NVc8jvsP .vWGMFKDm .fNtcysqV .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.NVc8jvsP .vWGMFKDm .fNtcysqV .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.NVc8jvsP .vWGMFKDm .fNtcysqV .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.NVc8jvsP .vWGMFKDm .kkc0GYLl .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.NVc8jvsP .ehzoVst5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.NVc8jvsP .ehzoVst5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.dY2QF6Lj {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
  min-height: 500px;
}
.dY2QF6Lj .Yc4uI6pL {
  padding: 24px 0;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.dY2QF6Lj .Yc4uI6pL .kACqVUkC {
  color: var(--primary-color-highlighted);
  font-size: 24px;
}
.dY2QF6Lj .Yc4uI6pL .vEYvgXvy {
  width: 100%;
  margin-top: 4px;
  padding: 0 20%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .dY2QF6Lj .Yc4uI6pL .vEYvgXvy {
    padding: 0 15%;
  }
}
@media (max-width: 425px) {
  .dY2QF6Lj .Yc4uI6pL .vEYvgXvy {
    padding: 0 16px;
  }
}
.dY2QF6Lj .Yc4uI6pL .vEYvgXvy .TSC8e3cM {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
}
.dY2QF6Lj .Yc4uI6pL .vEYvgXvy .TSC8e3cM .VAk0y6l2 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 375px) {
  .dY2QF6Lj .Yc4uI6pL .vEYvgXvy .TSC8e3cM .VAk0y6l2 {
    font-size: 32px;
  }
}
.dY2QF6Lj .Yc4uI6pL .vEYvgXvy .TSC8e3cM .hRL6vHky {
  font-size: 12px;
  color: var(--slate-grey-a65);
}
.dY2QF6Lj .Yc4uI6pL .GL2zPE7D {
  position: absolute;
  bottom: -24px;
  right: 24px;
  height: 50px;
  width: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dY2QF6Lj .Yc4uI6pL .GL2zPE7D .EcdK5o65 {
  font-size: 24px;
}
.dY2QF6Lj .RDfPJlqF {
  background: linear-gradient(var(--old-grey-highlighted) 0%, white 10px, white 100%);
  position: relative;
  padding-top: 32px;
  height: calc(100% - 175px);
  overflow-y: auto;
}
.dY2QF6Lj .RDfPJlqF .ToQ2y9xA {
  position: absolute;
  width: 100%;
  height: calc(100% + 32px);
  background-color: var(--primary-color-a30);
  filter: brightness(130%);
  margin-top: -32px;
}
.dY2QF6Lj .RDfPJlqF .ToQ2y9xA .NKSwe1a_ {
  position: absolute;
  top: 50%;
  left: 50%;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .G4gJ4CpN {
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
  margin-bottom: 4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .a13PCFT2 {
  width: 100%;
  font-size: 11px;
  text-align: end;
  color: var(--slate-grey-a65);
  margin-top: 4px;
  padding-right: 4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .Og3qwCNF {
  color: #e6c619;
  font-weight: 600;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 {
  width: 100%;
  border-radius: 25px;
  height: 40px;
  overflow: hidden;
  display: flex;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .DpqaizTF {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% + 1px);
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  transform: skewX(-30deg);
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .DpqaizTF .RMdIt123 {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .DpqaizTF {
    font-size: 8px;
  }
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .DpqaizTF:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .DpqaizTF:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .DpqaizTF:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .bUv8Zfd8 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% + 1px);
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  transform: skewX(-30deg);
  background-color: var(--primary-color-highlighted);
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .bUv8Zfd8 .RMdIt123 {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .bUv8Zfd8 {
    font-size: 8px;
  }
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .bUv8Zfd8:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .bUv8Zfd8:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .bUv8Zfd8:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .SJyS5BMS {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% + 1px);
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  transform: skewX(-30deg);
  color: var(--white);
  background-color: var(--old-grey-highlighted);
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .SJyS5BMS .RMdIt123 {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .SJyS5BMS {
    font-size: 8px;
  }
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .SJyS5BMS:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .SJyS5BMS:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.dY2QF6Lj .RDfPJlqF .NTkFz7rJ .aRZvHxt6 .SJyS5BMS:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP {
  margin: 32px 15%;
  text-align: center;
  font-size: 16px;
  color: var(--slate-grey-a65);
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP .hXJZ_wCk {
  background-color: var(--primary-color);
  font-size: 12px;
  line-height: 12px;
  color: var(--white);
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP ._8QtR1BN {
  margin-top: 25px;
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP ._8QtR1BN .M1TRuXK2 {
  margin-top: 16px;
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP .B64qltuK {
  margin-top: 8px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP .B64qltuK ._37yeU0k {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP .B64qltuK ._37yeU0k::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("/icons/icon_copy_text.svg");
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP .DwkEPSWf {
  margin-top: 25px;
}
.dY2QF6Lj .RDfPJlqF .XN_VisyP .DwkEPSWf .uIYurVNP {
  color: var(--font-color-eastern-blue);
  cursor: pointer;
}
.dY2QF6Lj .wvliaK7I {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 1;
  display: flex;
}
@media (max-width: 475px) {
  .dY2QF6Lj .wvliaK7I {
    flex-direction: column;
  }
}
.dY2QF6Lj .wvliaK7I .a_vCZVqo {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dY2QF6Lj .wvliaK7I .a_vCZVqo .EcdK5o65 {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.dY2QF6Lj .wvliaK7I .a_vCZVqo .xlVQGHxg {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.dY2QF6Lj .wvliaK7I .iK_ql5X0 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 6px;
}
.dY2QF6Lj .wvliaK7I .iK_ql5X0 .EcdK5o65 {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.dY2QF6Lj .wvliaK7I .iK_ql5X0 .xlVQGHxg {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
@media (max-width: 475px) {
  .dY2QF6Lj .wvliaK7I .iK_ql5X0 {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.dY2QF6Lj .wvliaK7I .iK_ql5X0 .EcdK5o65 {
  background-image: url("/icons/icon_consultant.svg");
}
.dY2QF6Lj .wvliaK7I .URKFAQzp {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dY2QF6Lj .wvliaK7I .URKFAQzp .EcdK5o65 {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.dY2QF6Lj .wvliaK7I .URKFAQzp .xlVQGHxg {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.dY2QF6Lj .wvliaK7I .URKFAQzp .EcdK5o65 {
  background-image: url("/icons/icon_ambassador.svg");
}
.TzsRB6o4 {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 24px;
}
.TzsRB6o4 .i1jGxVg4 {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.TzsRB6o4 .EPA36P6O {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.TzsRB6o4 .QX8ZH2J4 {
  width: 100px;
  margin-bottom: 30px;
}
.TzsRB6o4 .QX8ZH2J4 .AbPXPRTh {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.TzsRB6o4 .QX8ZH2J4 img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.TzsRB6o4 .Bv2jjnlX {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.TzsRB6o4 .r2oT5s1d {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.TzsRB6o4 .vWGMFKDm {
  width: 80%;
  min-width: 275px;
}
.TzsRB6o4 .vWGMFKDm .xlVQGHxg {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX {
  width: 100%;
  margin-top: 8px;
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.TzsRB6o4 .vWGMFKDm .EEDMc2OX .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.TzsRB6o4 .vWGMFKDm .fNtcysqV .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.TzsRB6o4 .vWGMFKDm .kkc0GYLl .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.TzsRB6o4 .ehzoVst5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.TzsRB6o4 .ehzoVst5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.TzsRB6o4 .i1jGxVg4 {
  width: 70%;
  text-align: center;
  line-height: 32px;
  height: 100%;
}
.TzsRB6o4 .ErjIfauU {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #c0c0c0;
  font-size: 14px;
  text-transform: uppercase;
}
.TzsRB6o4 .ErjIfauU .Qiouh6cC {
  font-size: 24px;
}
.TzsRB6o4 .lanMY7JV {
  color: var(--light-grey);
  font-size: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  margin-top: 4px;
  cursor: pointer;
}
.aJzHfaoL {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.aJzHfaoL .i1jGxVg4 {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.aJzHfaoL .EPA36P6O {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.aJzHfaoL .QX8ZH2J4 {
  width: 100px;
  margin-bottom: 30px;
}
.aJzHfaoL .QX8ZH2J4 .AbPXPRTh {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.aJzHfaoL .QX8ZH2J4 img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.aJzHfaoL .Bv2jjnlX {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.aJzHfaoL .r2oT5s1d {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.aJzHfaoL .vWGMFKDm {
  width: 80%;
  min-width: 275px;
}
.aJzHfaoL .vWGMFKDm .xlVQGHxg {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX {
  width: 100%;
  margin-top: 8px;
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aJzHfaoL .vWGMFKDm .EEDMc2OX .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aJzHfaoL .vWGMFKDm .fNtcysqV {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.aJzHfaoL .vWGMFKDm .fNtcysqV ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aJzHfaoL .vWGMFKDm .fNtcysqV .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aJzHfaoL .vWGMFKDm .fNtcysqV .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aJzHfaoL .vWGMFKDm .fNtcysqV .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aJzHfaoL .vWGMFKDm .fNtcysqV .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aJzHfaoL .vWGMFKDm .fNtcysqV .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aJzHfaoL .vWGMFKDm .fNtcysqV .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aJzHfaoL .vWGMFKDm .fNtcysqV .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aJzHfaoL .vWGMFKDm .kkc0GYLl .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aJzHfaoL .ehzoVst5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.aJzHfaoL .ehzoVst5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.aJzHfaoL .rLkRfqkM {
  width: 100%;
  margin: 24px 0;
}
.aJzHfaoL .rLkRfqkM .aN7Il32C {
  padding: 8px 16px;
}
.aJzHfaoL .rLkRfqkM .b1zxt0CH {
  padding: 8px 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.aJzHfaoL .rLkRfqkM .MNHaCGgZ {
  padding: 8px 16px;
  font-size: 12px;
}
.aJzHfaoL .rLkRfqkM .MvixY1Pr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aJzHfaoL .rLkRfqkM .jpdmb63H {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.aJzHfaoL .rLkRfqkM .jpdmb63H img {
  height: calc(75px / 2.15);
  width: 75px;
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.aJzHfaoL .rLkRfqkM .jpdmb63H .EcdK5o65 {
  font-size: 16px;
  color: var(--primary-color);
  margin-left: 4px;
}
.aJzHfaoL .QX8ZH2J4 {
  font-size: 16px;
}
.aJzHfaoL .QX8ZH2J4 .umAjePwE {
  display: inline-block;
}
.aJzHfaoL .QX8ZH2J4 .umAjePwE img {
  height: calc(75px / 2.15);
  width: 75px;
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.aED1Na2x {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
.aED1Na2x .i1jGxVg4 {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.aED1Na2x .EPA36P6O {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.aED1Na2x .QX8ZH2J4 {
  width: 100px;
  margin-bottom: 30px;
}
.aED1Na2x .QX8ZH2J4 .AbPXPRTh {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.aED1Na2x .QX8ZH2J4 img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.aED1Na2x .Bv2jjnlX {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.aED1Na2x .r2oT5s1d {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.aED1Na2x .vWGMFKDm {
  width: 80%;
  min-width: 275px;
}
.aED1Na2x .vWGMFKDm .xlVQGHxg {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX {
  width: 100%;
  margin-top: 8px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aED1Na2x .vWGMFKDm .fNtcysqV {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.aED1Na2x .vWGMFKDm .fNtcysqV ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aED1Na2x .vWGMFKDm .kkc0GYLl {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aED1Na2x .ehzoVst5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.aED1Na2x .ehzoVst5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 500px) {
  .aED1Na2x {
    padding: 30px 20px;
  }
}
.aED1Na2x .i1jGxVg4 {
  line-height: 32px;
  margin-bottom: 18px;
}
.aED1Na2x .i1jGxVg4 .kACqVUkC {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.aED1Na2x .i1jGxVg4 .kACqVUkC .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aED1Na2x .ehzoVst5 {
  margin-bottom: 10px;
}
.aED1Na2x .FG8YNjXD {
  width: 100px;
  margin: auto;
  margin-top: 16px;
}
.aED1Na2x .FG8YNjXD .Gq8F95X5 {
  display: flex;
  flex-direction: column;
}
.aED1Na2x .FG8YNjXD .Gq8F95X5 .xlVQGHxg {
  text-align: center;
}
.aED1Na2x .FG8YNjXD .Gq8F95X5 .V7BlqQDD {
  margin: 8px 0 10px 0;
  border-radius: 50px;
}
.aED1Na2x .FG8YNjXD .ErjIfauU {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.aED1Na2x .FG8YNjXD .ErjIfauU:hover {
  background-color: var(--primary-color-highlighted);
}
.aED1Na2x .vWGMFKDm {
  width: 80%;
  min-width: 275px;
  padding: 0px;
  padding-top: 0px;
  width: 100%;
  position: relative;
}
.aED1Na2x .vWGMFKDm .xlVQGHxg {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX {
  width: 100%;
  margin-top: 8px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aED1Na2x .vWGMFKDm .fNtcysqV {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.aED1Na2x .vWGMFKDm .fNtcysqV ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aED1Na2x .vWGMFKDm .fNtcysqV .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aED1Na2x .vWGMFKDm .kkc0GYLl {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl ._tef2E4e {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Tdym5E0B > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Tdym5E0B > div > span > input {
  height: 50px !important;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .vx3mnhLS {
  height: 50px;
  font-size: 16px;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .vx3mnhLS .qpyCU05Z {
  margin-left: 4px;
  font-weight: 600;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .vx3mnhLS:hover {
  background-color: var(--primary-color-highlighted);
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Ui1mVPrH {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.aED1Na2x .vWGMFKDm .kkc0GYLl .Ui1mVPrH:hover {
  background: var(--athens-gray);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX {
  width: 100%;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX ._tef2E4e {
  width: 100%;
  height: 32px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .KulqwTEg {
  width: 100%;
  height: 32px;
  margin-top: 2px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .iJpeMOzQ {
  width: 100%;
  height: 32px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .iJpeMOzQ .VIml2yKD {
  line-height: 14px;
  text-transform: capitalize;
  color: var(--primary-color);
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .OuiHdFBe {
  width: 100%;
  height: 32px;
  cursor: not-allowed;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .BszooN8c {
  width: 100%;
  height: 32px;
}
.aED1Na2x .vWGMFKDm .EEDMc2OX .vx3mnhLS {
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 18px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
}
.aED1Na2x .ToQ2y9xA {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(130%);
  z-index: 2;
}
.aED1Na2x .ToQ2y9xA .NKSwe1a_ {
  position: absolute;
  top: 50%;
  left: 50%;
}
.GqfrKa39 {
  display: flex;
  color: var(--white-a65);
  height: 24px;
}
.GqfrKa39 .Dve1nbEn {
  height: 100%;
  background-color: transparent;
  padding: 0 12px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--white-a65);
}
.GqfrKa39 .Dve1nbEn:hover,
.GqfrKa39 .Dve1nbEn:active {
  border: none;
  outline: none;
  color: var(--white);
}
.GqfrKa39 .Dve1nbEn:last-child {
  padding-right: 0;
}
.GqfrKa39 .Dy9gac8F {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 12px;
}
.K2oRLe0e {
  margin-top: 8px;
  width: 100%;
  background: var(--white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.K2oRLe0e .wD04Qtp1 {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px 8px 18px;
}
.K2oRLe0e .wD04Qtp1 .MoOVRybJ {
  display: flex;
  align-items: center;
}
.K2oRLe0e .wD04Qtp1 .MoOVRybJ .G4gJ4CpN {
  margin-left: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
}
.K2oRLe0e .Dy9gac8F {
  width: 100%;
  height: 1px;
  background: var(--table-edit-mode);
}
.n33U0pC7 {
  width: 100%;
  margin-top: 8px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 8px 16px 8px 8px;
}
@media (max-width: 500px) {
  .n33U0pC7 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.n33U0pC7 .g79heeDO {
  position: relative;
  padding-left: 76px;
  cursor: pointer;
}
.n33U0pC7 .g79heeDO .V7BlqQDD {
  position: absolute;
  top: -32px;
  left: 8px;
  width: 64px;
  height: 64px;
  background-image: url("/img/ambassador/avatar-blank.png");
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
}
.n33U0pC7 .g79heeDO ._7nZcBIYY {
  font-size: 14px;
  font-style: italic;
  color: var(--white);
}
.n33U0pC7 .IFRdF69L {
  margin-left: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .n33U0pC7 .IFRdF69L {
    width: 50vw;
  }
}
.n33U0pC7 .IFRdF69L .xlVQGHxg {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--table-badge-total);
}
.n33U0pC7 .IFRdF69L .FfFjj91_ {
  font-size: 12px;
  line-height: 14px;
  color: var(--font-color-eastern-blue);
  cursor: pointer;
}
.n33U0pC7 .IFRdF69L .FfFjj91_::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("/icons/icon_copy_text.svg");
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mIUEaV0q .HeHav2pg {
  color: var(--white);
  background-color: var(--slate-grey);
  position: relative;
  padding: 24px;
  padding-top: 48px;
}
.mIUEaV0q .HeHav2pg .dnipOEnl .NVc8jvsP {
  padding: 4px;
}
.mIUEaV0q .HeHav2pg .CjV63lzf {
  position: absolute;
  top: -24px;
  left: -5px;
  height: 50px;
  width: 100%;
  padding-left: 32px;
  padding-top: 6px;
}
.mIUEaV0q .HeHav2pg .CjV63lzf .vLHCyBzC {
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
}
.mIUEaV0q .HeHav2pg .CjV63lzf .vLHCyBzC .qXKqzdoV {
  color: saturate(var(--primary-color-highlighted), 50%);
}
.mIUEaV0q .HeHav2pg .V7BlqQDD {
  position: absolute;
  top: -48px;
  left: -42px;
  width: 64px;
  height: 64px;
  background-image: url("/img/ambassador/avatar-blank.png");
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
}
.mIUEaV0q .HeHav2pg .Yc4uI6pL {
  color: saturate(var(--primary-color-highlighted), 50%);
  font-size: 18px;
}
.mIUEaV0q .HeHav2pg .Kj5RYXo7 {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}
.mIUEaV0q .HeHav2pg .Kj5RYXo7 .DpqaizTF {
  position: relative;
  margin-top: 18px;
  padding-left: 24px;
  line-height: 18px;
  color: var(--white);
  cursor: pointer;
}
.mIUEaV0q .HeHav2pg .Kj5RYXo7 .DpqaizTF::before {
  content: "•";
  position: absolute;
  left: 0;
  color: saturate(var(--primary-color-highlighted), 50%);
  margin-right: 24px;
  transform: scale(3);
}
.mIUEaV0q .HeHav2pg .IW4derp_ {
  margin-top: 24px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}
.mIUEaV0q .HeHav2pg .eePvQ7vf {
  margin-top: 48px;
  margin-left: 24px;
  color: var(--table-badge-unread);
  font-size: 14px;
}
.mIUEaV0q .HeHav2pg .eePvQ7vf .AUlQnMzC {
  cursor: pointer;
  color: #d2ae50;
}
.mIUEaV0q > div {
  background-color: var(--slate-grey);
}
.XDlyE5wU {
  height: 100%;
  display: flex;
  align-self: flex-end;
  padding: 5px 0 5px 8px;
}
.XDlyE5wU .VV1c6goO {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.XDlyE5wU .jwaSJQ79 {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--chambray-blue);
}
.XDlyE5wU .d7Jnm5wm {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rockman-blue);
}
.XDlyE5wU .lHlgmKbz {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.XDlyE5wU .EcdK5o65 {
  font-size: 18px;
  color: var(--white);
}
.XDlyE5wU .XVsynVr6 {
  border-radius: 50%;
  margin: auto;
  margin-right: 3px;
}
.yOKaQlyx {
  align-self: flex-end;
  padding: 5px 0 5px 8px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.yOKaQlyx .VV1c6goO {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yOKaQlyx .jwaSJQ79 {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--chambray-blue);
}
.yOKaQlyx .d7Jnm5wm {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rockman-blue);
}
.yOKaQlyx .lHlgmKbz {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.yOKaQlyx .EcdK5o65 {
  font-size: 18px;
  color: var(--white);
}
.yOKaQlyx .XVsynVr6 {
  border-radius: 50%;
  margin: auto;
  margin-right: 3px;
}
.yOKaQlyx .VV1c6goO {
  height: 56px;
  width: 56px;
}
.yOKaQlyx .EcdK5o65 {
  font-size: 36px;
}
.yOKaQlyx .jwaSJQ79 {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--chambray-blue);
}
.yOKaQlyx .d7Jnm5wm {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--rockman-blue);
}
.yOKaQlyx .lHlgmKbz {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.F82ofTzV {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: var(--darkest-blue);
}
.RagOhjZG {
  color: var(--blue-bayoux);
  font-weight: 600;
  padding: 35px 40px;
  text-align: center;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.ztuYVx9b {
  line-height: 20px;
}
.ztuYVx9b .JzaAKceN {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--dark-blue);
  cursor: pointer;
}
.ztuYVx9b .i1rEjaMn:hover {
  color: var(--canary-yellow) !important;
}
.ztuYVx9b .Pisg7Thl {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--dark-blue);
  cursor: pointer;
  position: relative;
  top: 2px;
  font-size: 16px;
  margin-left: 3px;
  margin-right: 7px;
}
.ztuYVx9b .ISh2qBkD {
  margin-right: 8px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-auto-complete .ant-select-clear {
  right: 13px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table.ant-table-middle {
  font-size: 14px;
}
.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle tfoot > tr > th,
.ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}
.ant-table.ant-table-middle .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 25px;
}
.ant-table.ant-table-middle .ant-table-selection-column {
  padding-inline-start: 2px;
}
.ant-table.ant-table-small {
  font-size: 14px;
}
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}
.ant-table.ant-table-small .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 25px;
}
.ant-table.ant-table-small .ant-table-selection-column {
  padding-inline-start: 2px;
}
.ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
  border-left: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: '';
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
  border-top: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}
.ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}
.ant-table-cell-scrollbar:not([rowspan]) {
  box-shadow: 0 1px 0 1px #fafafa;
}
.ant-table-wrapper {
  clear: both;
  max-width: 100%;
}
.ant-table-wrapper::before {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-table-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-title {
  padding: 16px 16px;
}
.ant-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}
.ant-table-thead > tr > th {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 33px;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #fafafa;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6f7ff;
  border-color: rgba(0, 0, 0, 0.03);
}
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #dcf4ff;
}
.ant-table-summary {
  position: relative;
  z-index: 2;
  background: #fff;
}
div.ant-table-summary {
  box-shadow: 0 -1px 0 #f0f0f0;
}
.ant-table-summary > tr > th,
.ant-table-summary > tr > td {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
}
.ant-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.ant-table-pagination > * {
  flex: none;
}
.ant-table-pagination-left {
  justify-content: flex-start;
}
.ant-table-pagination-center {
  justify-content: center;
}
.ant-table-pagination-right {
  justify-content: flex-end;
}
.ant-table-thead th.ant-table-column-has-sorters {
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead th.ant-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
  color: #1890ff;
}
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
  background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort::before {
  background-color: transparent !important;
}
td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}
.ant-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}
.ant-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.ant-table-column-sorter {
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}
.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
}
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #1890ff;
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}
.ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #a6a6a6;
}
.ant-table-filter-column {
  display: flex;
  justify-content: space-between;
}
.ant-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-filter-trigger.active {
  color: #1890ff;
}
.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  min-width: 120px;
  background-color: #fff;
  border-radius: 2px;
  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);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
  display: block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: center;
  content: 'Not Found';
}
.ant-table-filter-dropdown-tree {
  padding: 8px 8px 0;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
  background-color: #bae7ff;
}
.ant-table-filter-dropdown-search {
  padding: 8px;
  border-bottom: 1px #f0f0f0 solid;
}
.ant-table-filter-dropdown-search-input input {
  min-width: 140px;
}
.ant-table-filter-dropdown-search-input .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-filter-dropdown-checkall {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
}
.ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}
.ant-table-selection-col {
  width: 32px;
}
.ant-table-bordered .ant-table-selection-col {
  width: 50px;
}
table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}
table tr th.ant-table-selection-column .ant-radio-wrapper,
table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
table tr th.ant-table-selection-column.ant-table-cell-fix-left {
  z-index: 3;
}
table tr th.ant-table-selection-column::after {
  background-color: transparent !important;
}
.ant-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.ant-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  margin-inline-start: 100%;
  padding-inline-start: 4px;
}
.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}
.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}
.ant-table-expand-icon-col {
  width: 48px;
}
.ant-table-row-expand-icon-cell {
  text-align: center;
}
.ant-table-row-indent {
  float: left;
  height: 1px;
}
.ant-table-row-expand-icon {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  transform: scale(0.94117647);
  transition: all 0.3s;
  user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #40a9ff;
}
.ant-table-row-expand-icon:active {
  color: #096dd9;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentcolor;
}
.ant-table-row-expand-icon::before,
.ant-table-row-expand-icon::after {
  position: absolute;
  background: currentcolor;
  transition: transform 0.3s ease-out;
  content: '';
}
.ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.ant-table-row-expand-icon-spaced::before,
.ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}
tr.ant-table-expanded-row > td,
tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}
tr.ant-table-expanded-row .ant-descriptions-view {
  display: flex;
}
tr.ant-table-expanded-row .ant-descriptions-view table {
  flex: auto;
  width: auto;
}
.ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}
.ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}
.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  position: sticky !important;
  z-index: 2;
  background: #fff;
}
.ant-table-cell-fix-left-first::after,
.ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table-cell-fix-right-first::after,
.ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before {
  left: 0;
}
.ant-table .ant-table-container::after {
  right: 0;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
  position: relative;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
  position: relative;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-sticky-holder {
  position: sticky;
  z-index: calc(2 + 1);
  background: #fff;
}
.ant-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: calc(2 + 1);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}
.ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}
.ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (-ms-high-contrast: none) {
  .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }
  .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}
.ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}
.ant-table-title {
  border-radius: 2px 2px 0 0;
}
.ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}
.ant-table-container {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.ant-table-footer {
  border-radius: 0 0 2px 2px;
}
.ant-table-wrapper-rtl {
  direction: rtl;
}
.ant-table-rtl {
  direction: rtl;
}
.ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  right: auto;
  left: 0;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}
.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 4px;
  margin-left: 0;
}
.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}
.ant-table-wrapper-rtl .ant-table-filter-trigger {
  margin: -4px 4px -4px -8px;
}
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}
.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-dropdown-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  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');
}
.ant-dropdown-placement-top > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 10px;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
.ant-dropdown-placement-top > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 9.41421356px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  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);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-title-content {
  flex: auto;
}
.ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  cursor: default;
  pointer-events: none;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  display: block;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff4d4f;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff4d4f;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  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);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-overflow {
  display: flex;
}
.ant-menu-overflow-item {
  flex: none;
}
.ant-menu-hidden,
.ant-menu-submenu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-title-content {
  transition: color 0.3s;
}
.ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item a:hover {
  color: #1890ff;
}
.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item > .ant-badge a:hover {
  color: #1890ff;
}
.ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0;
}
.ant-menu-item-divider-dashed {
  border-style: dashed;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}
.ant-menu-item:focus-visible,
.ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu > .ant-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 2px;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 2px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #1890ff;
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #1890ff;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  flex: none;
}
.ant-menu.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}
.ant-menu-item-disabled::after,
.ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #1890ff;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item:focus-visible {
  border-color: #1890ff;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a {
  color: #1890ff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.ant-pagination-item-active a {
  color: #1890ff;
}
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}
.ant-pagination-item-active:focus-visible {
  border-color: #40a9ff;
}
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.ant-pagination-item-active:focus-visible a {
  color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #1890ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover {
  cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
  top: 0px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #e6e6e6;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* 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;
  }
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #1890ff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-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: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-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: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-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: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f7ff;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
  position: relative;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #1890ff;
  opacity: 0;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.ant-tree-treenode:hover .ant-tree-draggable-icon {
  opacity: 0.45;
}
.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree-switcher-loading-icon {
  color: #1890ff;
}
.ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-tree-node-content-wrapper {
  line-height: 24px;
  user-select: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: '';
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}
.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}
.ant-tree-rtl .ant-tree-checkbox {
  margin: 4px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popconfirm {
  z-index: 1060;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.V1xa94UC {
  background-color: var(--white);
  padding: 47px 0px;
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
}
.V1xa94UC .Pv9Gg3Pp {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--dark-blue);
}
.V1xa94UC .VUlcDKxK {
  color: var(--dark-blue);
  margin: 14px 0 8px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.V1xa94UC .bQFHyGEp {
  width: 100%;
  padding-bottom: 26px;
}
.V1xa94UC .kjnOStTl {
  width: 100%;
  padding-bottom: 26px;
  padding-bottom: 6px;
}
.V1xa94UC .cnVaoYXo {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.V1xa94UC .blGdlef4 {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  color: var(--dark-blue);
}
.V1xa94UC .amHtQW31 {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
}
.V1xa94UC .AIegNlAz {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
  color: var(--dark-blue);
}
.V1xa94UC .NuyhBdwV {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
  color: var(--dark-blue);
  color: var(--nepal-blue);
}
.V1xa94UC .Dl51tk_o {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.V1xa94UC .Dl51tk_o div {
  border-radius: 4px;
  color: var(--primary-color);
}
.V1xa94UC .ant-picker {
  border-radius: 4px;
}
.V1xa94UC .LOAlzTRN {
  width: 100%;
  border-radius: 4px;
}
.V1xa94UC .LOAlzTRN input {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.V1xa94UC .XRpxk9FN {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  margin-bottom: 0;
}
.V1xa94UC .rZvUPlW_ {
  position: absolute;
  bottom: 8px;
  left: 18px;
  font-size: 10px;
  color: var(--slate-grey);
  transition: opacity 0.3s linear;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.V1xa94UC .rZvUPlW_ a {
  color: var(--dark-blue);
  font-size: 10px;
}
.V1xa94UC .EQYt9lnQ {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.V1xa94UC .EQYt9lnQ .Tk8jqn1a {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
}
.V1xa94UC .EQYt9lnQ .Tk8jqn1a:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .V1xa94UC .EQYt9lnQ .Tk8jqn1a {
    margin-bottom: 8px;
  }
}
.V1xa94UC .EQYt9lnQ .qiUKc7YX {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  margin-top: -6px;
}
.V1xa94UC .EQYt9lnQ .a4GRraEf {
  display: flex;
  width: 100%;
}
.V1xa94UC .EQYt9lnQ .a4GRraEf .bn5CMDbK {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin-right: 12px;
  margin-bottom: 10px;
}
.V1xa94UC .EQYt9lnQ .a4GRraEf .bn5CMDbK:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .V1xa94UC .EQYt9lnQ .a4GRraEf .bn5CMDbK {
    margin-bottom: 8px;
  }
}
.V1xa94UC .EQYt9lnQ .a4GRraEf .b0Kh55qh {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin-right: 12px;
  margin-bottom: 10px;
  color: var(--scarlet);
  border: 1px solid var(--scarlet);
  margin-right: 6px;
}
.V1xa94UC .EQYt9lnQ .a4GRraEf .b0Kh55qh:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .V1xa94UC .EQYt9lnQ .a4GRraEf .b0Kh55qh {
    margin-bottom: 8px;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.VMMahsJF {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
}
.VMMahsJF .LCLPELoN {
  margin-right: unset !important;
  transition: 0.2s linear all;
}
.VMMahsJF .Hbfsc0kz {
  margin-right: unset !important;
  transition: 0.2s linear all;
  transform-origin: 5px 3px;
  transform: rotate(-90deg);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

._9uAnlRS {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
._9uAnlRS * {
  fill: var(--primary-color);
}
._9uAnlRS .Iff1a7un {
  fill: var(--dark-blue);
}
._9uAnlRS:hover {
  background-color: var(--dark-navy);
}
._9uAnlRS:hover * {
  fill: white;
}
._9uAnlRS:hover .Iff1a7un {
  fill: var(--dark-navy);
}
._9uAnlRS:hover .ggAn4CwX path {
  fill: var(--dark-navy);
}
.sMFbadfW {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  background-color: var(--primary-color);
}
.sMFbadfW * {
  fill: var(--primary-color);
}
.sMFbadfW .Iff1a7un {
  fill: var(--dark-blue);
}
.sMFbadfW:hover {
  background-color: var(--dark-navy);
}
.sMFbadfW:hover * {
  fill: white;
}
.sMFbadfW:hover .Iff1a7un {
  fill: var(--dark-navy);
}
.sMFbadfW:hover .ggAn4CwX path {
  fill: var(--dark-navy);
}
.sMFbadfW * {
  fill: white;
}
.sMFbadfW:hover {
  background-color: var(--primary-color);
}
.sMFbadfW:hover * {
  fill: white;
}
.sRr8zDwf path {
  fill: var(--blue-ribbon);
}
.ggAn4CwX path {
  cursor: pointer;
  fill: var(--dark-navy);
}
.ggAn4CwX:hover path {
  fill: var(--primary-color);
}
.jBKSKGtc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  background: linear-gradient(95.7deg, var(--lemon-chiffon) 12.17%, var(--canary-yellow) 93.24%);
}
.jBKSKGtc * {
  fill: var(--primary-color);
}
.jBKSKGtc .Iff1a7un {
  fill: var(--dark-blue);
}
.jBKSKGtc:hover {
  background-color: var(--dark-navy);
}
.jBKSKGtc:hover * {
  fill: white;
}
.jBKSKGtc:hover .Iff1a7un {
  fill: var(--dark-navy);
}
.jBKSKGtc:hover .ggAn4CwX path {
  fill: var(--dark-navy);
}
.jBKSKGtc:hover path {
  fill: var(--blue-ribbon);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.zuE9EJN2 {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  transition: 0.2s all;
}
.dPPUYs8M {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  transition: 0.2s all;
  transform: rotate(180deg);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Kih1_Hd3 {
  background-image: linear-gradient(101deg, #20c2f1, #0070f4);
  width: 100%;
  height: 100%;
  box-shadow: 2px 1000px 1px var(--white) inset;
  border: solid 1px transparent;
  border-radius: 6px;
  display: flex !important;
  background-origin: border-box;
  align-items: center;
  justify-content: center;
}
.jv_8gdtr {
  background-image: linear-gradient(101deg, #d6e1f0, #d6e1f0);
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 1000px 1px var(--white) inset;
  border: solid 1px transparent;
  border-radius: 6px;
  display: flex !important;
  background-origin: border-box;
  align-items: center;
  justify-content: center;
}
.jv_8gdtr .I3IHnbG4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.w2S45IP5 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 0px;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.OUiLD0k9 {
  color: var(--white);
  border: none;
  border-radius: 6px;
  background-size: 300% 100%;
  -moz-transition: all 0.3s ease-in-out;
  font-weight: 600;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.OUiLD0k9:hover {
  color: var(--white);
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.OUiLD0k9:focus {
  color: var(--white);
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
}
.OUiLD0k9:disabled {
  color: var(--white);
  background: var(--botticelli-blue);
  box-shadow: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.nLgpWz5r .NzCaibtk {
  font-size: 16px;
  color: var(--primary-color);
}
.nLgpWz5r .ant-modal-header {
  border-radius: 12px 12px 0 0;
  background-color: var(--athens-gray);
  border: none;
  padding: 10px 24px;
}
.nLgpWz5r .ant-modal-close {
  height: 43px;
  display: flex;
  align-items: center;
}
.nLgpWz5r .ant-modal-close .anticon-close {
  color: var(--dark-blue);
}
.nLgpWz5r .ant-modal-content {
  border-radius: 12px;
}
.nLgpWz5r .ant-modal-footer {
  display: flex;
  align-items: center;
  border-radius: 0 0 12px 12px;
  background-color: var(--athens-gray);
  padding: 18px 28px;
}
.nLgpWz5r .bY0UCnvJ {
  display: flex;
  align-items: center;
}
.nLgpWz5r .bY0UCnvJ div {
  align-items: center;
}
.nLgpWz5r .bY0UCnvJ .wDN9gJiP {
  margin-right: 6px;
}
.nLgpWz5r .bY0UCnvJ .KLkz7Xlc {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.nLgpWz5r .FIRAWKQt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nLgpWz5r .FIRAWKQt div {
  align-items: center;
}
.nLgpWz5r .FIRAWKQt .wDN9gJiP {
  margin-right: 6px;
}
.nLgpWz5r .FIRAWKQt .KLkz7Xlc {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.nLgpWz5r .o9aN6j9N {
  width: 100%;
}
.nLgpWz5r .o9aN6j9N .c_TSitt6 {
  color: var(--darker-blue);
  margin: 0px 0px 28px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.nLgpWz5r .o9aN6j9N .vHu4UuA7 {
  color: var(--grey-blue);
  margin: 14px 0px 28px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.nLgpWz5r .kBQM7XC2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nLgpWz5r .kBQM7XC2 .n3YZOC7M {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .kBQM7XC2 .n3YZOC7M .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .kBQM7XC2 .ant-btn-primary {
  box-shadow: none !important;
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 163px;
  background-color: var(--font-color-eastern-blue);
  box-shadow: none;
  border: none;
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 .oGjyFbUx {
  color: var(--white);
}
.nLgpWz5r .kBQM7XC2 .o174nkc4:hover {
  background: var(--font-color-eastern-blue-highlighted);
}
.nLgpWz5r .kBQM7XC2 .o174nkc4.ant-btn-primary[disabled] span {
  color: var(--white);
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 :disabled,
.nLgpWz5r .kBQM7XC2 .o174nkc4[disabled] {
  background: var(--botticelli-blue) !important;
  background-color: var(--botticelli-blue) !important;
  color: var(--white) !important;
}
.nLgpWz5r .kBQM7XC2 .KpUztOO4 {
  min-width: 163px;
}
.nLgpWz5r .kBQM7XC2 .mLy5CCZ0 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.nLgpWz5r .kBQM7XC2 .mLy5CCZ0 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .kBQM7XC2 .mLy5CCZ0 .oGjyFbUx {
  color: var(--primary-color);
}
.nLgpWz5r .kBQM7XC2 .V7TYDKYj {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
}
.nLgpWz5r .kBQM7XC2 .n4Yg3RD7 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .kBQM7XC2 .n4Yg3RD7 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  justify-content: center;
}
.nLgpWz5r .bas3RZQ3 .n3YZOC7M {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .bas3RZQ3 .n3YZOC7M .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 .ant-btn-primary {
  box-shadow: none !important;
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 163px;
  background-color: var(--font-color-eastern-blue);
  box-shadow: none;
  border: none;
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 .oGjyFbUx {
  color: var(--white);
}
.nLgpWz5r .bas3RZQ3 .o174nkc4:hover {
  background: var(--font-color-eastern-blue-highlighted);
}
.nLgpWz5r .bas3RZQ3 .o174nkc4.ant-btn-primary[disabled] span {
  color: var(--white);
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 :disabled,
.nLgpWz5r .bas3RZQ3 .o174nkc4[disabled] {
  background: var(--botticelli-blue) !important;
  background-color: var(--botticelli-blue) !important;
  color: var(--white) !important;
}
.nLgpWz5r .bas3RZQ3 .KpUztOO4 {
  min-width: 163px;
}
.nLgpWz5r .bas3RZQ3 .mLy5CCZ0 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.nLgpWz5r .bas3RZQ3 .mLy5CCZ0 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 .mLy5CCZ0 .oGjyFbUx {
  color: var(--primary-color);
}
.nLgpWz5r .bas3RZQ3 .V7TYDKYj {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
}
.nLgpWz5r .bas3RZQ3 .n4Yg3RD7 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .bas3RZQ3 .n4Yg3RD7 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-dot.ant-scroll-number {
  transition: background 1.5s;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  animation: antBadgeLoadingCircle 1s infinite linear;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #ff4d4f;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.ant-ribbon-wrapper {
  position: relative;
}
.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #1890ff;
  border-radius: 2px;
}
.ant-ribbon-text {
  color: #fff;
}
.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d;
}
.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}
.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}
.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}
.ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}
.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}
.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}
.ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}
.ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff;
}
.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}
.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}
.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl;
}
.ant-ribbon-rtl {
  direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.bVD_QfQx {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.JprCUFNN {
  border: 1px solid var(--whale-white);
  background-color: rgba(255, 255, 255, 0.1);
  height: 30px;
  font-size: 12px;
  margin-left: 25px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .JprCUFNN {
    margin-left: 10px;
  }
}
@media (max-width: 375px) {
  .JprCUFNN {
    margin-left: 5px;
  }
}
.XhMoaUgl .iur4bznT {
  font-size: 16px;
  color: var(--primary-color);
}
.XhMoaUgl .HzyXOgTv {
  font-size: 16px;
  margin-left: 5px;
}
.XhMoaUgl .v04ZPSJC .JprCUFNN {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.XhMoaUgl .v04ZPSJC .zevWv1jS {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.XhMoaUgl .v04ZPSJC .zevWv1jS .baljEA5C {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--white);
}
.XhMoaUgl .v04ZPSJC .mDkhcmBH {
  border-radius: 2px;
  height: 32px;
  width: 100px;
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.XhMoaUgl .v04ZPSJC .mDkhcmBH .baljEA5C {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.ant-badge-count {
  z-index: auto;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  color: var(--white);
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  text-align: center;
  background: var(--sunset-orange);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px var(--white);
  box-shadow: 0 0 0 1px var(--white);
}
.ant-badge {
  padding-right: 10px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Ijih3m6X {
  position: relative;
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Ijih3m6X .SxEyHKDN {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.Ijih3m6X .hux20XtG {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.Ijih3m6X .hux20XtG .dN3UxKFS {
  display: inline-block;
  width: 69px;
  height: 100%;
  margin-left: 2px;
  margin-right: 11px;
}
.Ijih3m6X .hux20XtG .dN3UxKFS img {
  height: 120%;
  width: 120%;
  transform: translate(-2px, -2px);
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.Ijih3m6X .PzAhd97Q {
  margin: 12px 0 24px 0;
  font-size: 12px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.Ijih3m6X .w2VusHGF {
  width: 80%;
  min-width: 275px;
}
.Ijih3m6X .GRyE5j3R {
  margin-top: 24px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.Ijih3m6X .GRyE5j3R:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.TlV8fdTZ {
  width: 100%;
  margin-top: 16px;
}
.TlV8fdTZ .TVneft3Q {
  width: 100%;
  font-size: 14px;
  height: 50px;
}
.TlV8fdTZ .TVneft3Q input {
  font-size: 14px;
}
.TlV8fdTZ .lrQaN2Ft {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TlV8fdTZ .A1Px9EI6 {
  height: 50px;
  font-size: 16px;
}
.TlV8fdTZ .A1Px9EI6 .PYWWoPfH {
  margin-left: 4px;
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.rxe047Xb {
  height: 64px;
  background: linear-gradient(90.94deg, var(--royal-peacock-blue) 29.17%, var(--holiday-blue) 78.39%);
}
.rxe047Xb .uFhVaZsj {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
}
.rxe047Xb .uFhVaZsj .sr9C5u7C {
  position: relative;
  top: 2px;
}
.rxe047Xb .uFhVaZsj .rOLinbHl {
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
}
.stWEk6PT {
  height: calc(100vh - 64px);
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  flex-direction: column;
}
.Z5lGFQaY {
  width: 432px;
  max-width: 100vw;
  margin: 0 16px;
  padding-top: 48px;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.M_qisAXF {
  width: 432px;
  max-width: 100vw;
  min-height: 96px;
  margin: 28px 16px 0px 16px;
  background-color: var(--botticelli-green-a25);
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.M_qisAXF .gWGwAYlV {
  align-items: center;
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
}
.M_qisAXF .r_yc_nH4 {
  color: var(--dark-blue);
  font-size: 14px;
  padding-right: 19px;
}
.M_qisAXF .rfOGds4U {
  font-weight: 600;
}
.nHWT9zeN {
  width: 375px;
  height: 80px;
  background-image: url("/img/powur_logo.svg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}
.epeSswoy {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jkveQqTM {
  width: 100%;
  height: 100%;
}
.jkveQqTM .al2clGUS {
  width: 100%;
  padding: 32px;
}
.DrwPr7f8 .HnAFvCWn {
  margin-bottom: 16px;
}
.DrwPr7f8 .HnAFvCWn .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.DrwPr7f8 .HnAFvCWn .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.DrwPr7f8 .HnAFvCWn label {
  width: 100%;
}
.DrwPr7f8 .HnAFvCWn .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.DrwPr7f8 .HnAFvCWn .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.DrwPr7f8 .JZXiEAwZ {
  color: var(--blue-ribbon);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.DrwPr7f8 .HkZz9gKk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.DrwPr7f8 .D7vjOrXO {
  margin-bottom: 16px;
  margin-bottom: 0;
  color: var(--table-grey);
  font-size: 14px;
  line-height: 17px;
}
.DrwPr7f8 .D7vjOrXO .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.DrwPr7f8 .D7vjOrXO .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.DrwPr7f8 .D7vjOrXO label {
  width: 100%;
}
.DrwPr7f8 .D7vjOrXO .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.DrwPr7f8 .D7vjOrXO .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.DrwPr7f8 .D7vjOrXO .RNNWgQMW .lhDdKzOJ {
  margin-right: 9px;
  color: var(--font-color-eastern-blue);
}
.DrwPr7f8 .FLjdrcPN {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DrwPr7f8 .FLjdrcPN .cOlL_PbY {
  font-family: "Poppins";
  width: 100%;
  height: 42px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.DrwPr7f8 .RD9RCi5Z {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DrwPr7f8 .LsC7BXGR {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 8px;
}
.DrwPr7f8 .DaDFpSBx div > div {
  margin: 15px 0;
}
.OSCar8Fv .HnAFvCWn {
  margin-bottom: 16px;
}
.OSCar8Fv .HnAFvCWn .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.OSCar8Fv .HnAFvCWn .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.OSCar8Fv .HnAFvCWn label {
  width: 100%;
}
.OSCar8Fv .HnAFvCWn .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.OSCar8Fv .HnAFvCWn .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.OSCar8Fv .JZXiEAwZ {
  color: var(--blue-ribbon);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.OSCar8Fv .HkZz9gKk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.OSCar8Fv .D7vjOrXO {
  margin-bottom: 16px;
  margin-bottom: 0;
  color: var(--table-grey);
  font-size: 14px;
  line-height: 17px;
}
.OSCar8Fv .D7vjOrXO .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.OSCar8Fv .D7vjOrXO .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.OSCar8Fv .D7vjOrXO label {
  width: 100%;
}
.OSCar8Fv .D7vjOrXO .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.OSCar8Fv .D7vjOrXO .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.OSCar8Fv .D7vjOrXO .RNNWgQMW .lhDdKzOJ {
  margin-right: 9px;
  color: var(--font-color-eastern-blue);
}
.OSCar8Fv .FLjdrcPN {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.OSCar8Fv .FLjdrcPN .cOlL_PbY {
  font-family: "Poppins";
  width: 100%;
  height: 42px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.OSCar8Fv .RD9RCi5Z {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.OSCar8Fv .LsC7BXGR {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 8px;
}
.OSCar8Fv .DaDFpSBx div > div {
  margin: 15px 0;
}
.OSCar8Fv .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.OSCar8Fv .o7dTWkAq {
  padding: 11px 15px;
  background-color: var(--botticelli-blue-50);
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px;
  margin: 24px 0px;
}
.OSCar8Fv .o7dTWkAq .Eb5Ybk9D {
  color: var(--nepal-blue);
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-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);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  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);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
  padding-left: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
  padding-right: 0;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Aca35nc5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-family: "Poppins";
  border: 1px solid transparent;
  border-radius: 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(to right, var(--picton-blue), var(--blue-ribbon)) border-box;
}
.Aca35nc5:hover {
  border: 1px solid transparent;
  background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(to right, var(--blue-ribbon), var(--blue-ribbon)) border-box;
}
.Aca35nc5:hover .tpxCLdly {
  color: var(--blue-ribbon);
}
.Aca35nc5 .U1r52IWA {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.Aca35nc5 .tpxCLdly {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.l_PIXHb3 {
  height: 45px;
  width: 100%;
  color: var(--white);
  border: none;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.PnMHjf7C {
  margin-top: 10px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.PnMHjf7C .Rgma5323 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  width: 150px;
  text-align: center;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.g7y01jat {
  position: relative;
  height: calc(100vh - 48px);
  margin-top: 48px;
  width: 100%;
  overflow: auto;
  background-image: url("/img/work-anywhere-bg.jpeg");
  background-position: 25% top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--primary-color);
}
.kQAUeJQk {
  position: relative;
  height: calc(100vh - 48px);
  margin-top: 48px;
  width: 100%;
  overflow: auto;
  background-image: url("/img/work-anywhere-bg.jpeg");
  background-position: 25% top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--primary-color);
  height: calc(100vh - 80px);
  margin-top: 80px;
}
.eb9SVUjJ {
  width: 100%;
  max-width: 600px;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 50px auto 150px auto;
}
.eb9SVUjJ .mMg8n3rz {
  width: 100%;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 3px 3px 0 0;
}
.eb9SVUjJ .mMg8n3rz .PQdTt5sd {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eb9SVUjJ .mMg8n3rz .PQdTt5sd .ngn48Y_3 {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}
.eb9SVUjJ .r3k_drYo {
  width: 100%;
  height: calc(100% - 90px);
  background-color: rgba(233, 234, 235, 0.9);
  overflow-y: auto;
}
.eb9SVUjJ .r3k_drYo .f5CW2ZC7 {
  width: 100%;
  height: 100%;
}
.eb9SVUjJ .r3k_drYo .f5CW2ZC7 .NzofQDO8 {
  height: 100%;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  overflow-y: auto;
}
.eb9SVUjJ .r3k_drYo .f5CW2ZC7 .NzofQDO8 .Su10ivI0 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.eb9SVUjJ .r3k_drYo .f5CW2ZC7 .NzofQDO8 .Su10ivI0 .Nixu72tG .hmXD0xx6 {
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12pt;
}
.eb9SVUjJ .r3k_drYo .f5CW2ZC7 .NzofQDO8 .a7FRGzaQ .viZP5WUN {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--slate-grey-a65);
}
.eb9SVUjJ .r3k_drYo .f5CW2ZC7 .NzofQDO8 .a7FRGzaQ .LZro3u5P {
  color: var(--primary-color);
}
.eb9SVUjJ .Ph64XpoD {
  height: 50px;
  width: 100%;
  padding: 0 50px;
  background-color: var(--slate-grey);
  display: flex;
  justify-content: center;
  align-items: center;
}
.eb9SVUjJ .Ph64XpoD .NNEuWhBB {
  width: 250px;
  height: 32px;
  text-transform: uppercase;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.ZxUrOZQc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  align-items: center;
  padding: 15px 24px;
  width: 100%;
  background: var(--white);
  border-radius: 12px 12px 0px 0px;
}
.ZxUrOZQc .D7XX3UYO {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  padding-top: 2px;
}
.ZxUrOZQc .z8DnzQux {
  color: var(--blue-bayoux);
  font-weight: 500;
}
.wzctcXqA {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  align-items: center;
  padding: 15px 24px;
  width: 100%;
  background: var(--white);
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
}
.wzctcXqA .D7XX3UYO {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  padding-top: 2px;
}
.wzctcXqA .z8DnzQux {
  color: var(--blue-bayoux);
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.yN3PJ8WD {
  margin-top: 25px;
}
.KJ3B8jWO {
  margin-top: 50px;
}
.N5zdfIiw {
  margin: 25px 0;
}
.fn_Ulw7F {
  font-weight: 600;
}
.gcpKuOSK {
  color: var(--white);
}
.DEP9F7Xf {
  color: var(--slate-grey-a65);
}
.NhtXEnwN {
  font-weight: 600;
}
.FYpWKZLF {
  text-transform: capitalize;
  margin-left: 6px;
}
._R6TYaOJ {
  text-transform: capitalize;
  margin-left: 6px;
  color: var(--harlequin-green);
}
.g7qEeIgx {
  text-transform: capitalize;
  margin-left: 6px;
  color: var(--sultan-gold);
}
.MGcRtnht {
  display: flex;
  align-items: flex-start;
}
.TzanpmFx {
  text-transform: uppercase;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
.TzanpmFx span {
  font-weight: 400;
  text-transform: none;
}
.NZKIzSza {
  text-transform: uppercase;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
  color: var(--white);
}
.NZKIzSza span {
  font-weight: 400;
  text-transform: none;
}
.FMGuin3B {
  text-transform: uppercase;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
  color: var(--slate-grey-a65);
}
.FMGuin3B span {
  font-weight: 400;
  text-transform: none;
}
.mS8VakpH {
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}
.h7JXW1pQ {
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
  color: var(--white);
}
.gbH8Eeow {
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
  color: var(--slate-grey-a65);
}
.oCnHOSrx {
  display: inline;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: var(--picton-blue);
  margin-left: 18px;
  cursor: pointer;
}
.Q4G0rpRa {
  display: flex;
  flex-direction: column;
}
.qV1DFrgx {
  margin-bottom: 2px;
}
.zYSIfREC {
  margin-bottom: 2px;
}
.JEtpAUwJ {
  margin-bottom: 2px;
  border-left-color: var(--slate-grey);
}
.qI3t0FDZ {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: var(--pewter-blue);
}
.UyJmRGu0 {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: var(--pewter-blue);
  text-transform: uppercase;
}
.sGoDbsJm {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: var(--pewter-blue);
  text-transform: uppercase;
}
.Dy_UdAgN {
  font-size: 10px;
  font-size: 12px;
  font-weight: 400;
  color: var(--pewter-blue);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: var(--slate-grey-a65);
}
.i6U1ouOY {
  font-size: 10px;
  font-size: 12px;
  font-weight: 400;
  color: var(--pewter-blue);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: var(--slate-grey-a65);
  color: var(--white);
}
.aQAcwfgc {
  height: 40px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px !important;
}
.JrUJw8HX {
  margin-top: 50px;
}
.isKcVcS1 {
  padding-bottom: 50px;
  margin-top: 5px;
  position: relative;
}
.isKcVcS1:after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 500px;
  bottom: 0;
  height: 1px;
  background-color: var(--botticelli-blue);
}
.w8HJ6nzQ:after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 500px;
  bottom: 0;
  height: 1px;
  background-color: var(--botticelli-blue);
}
.M_uxdAAR {
  display: flex;
}
.M_uxdAAR .E2yPagyJ {
  height: auto;
  max-height: 35px;
  width: auto;
}
@media (max-width: 768px) {
  .M_uxdAAR .E2yPagyJ {
    width: 100%;
  }
}
.jJwBNixw .KJesaokC {
  background-color: var(--white);
  padding: 20px;
}
.jJwBNixw .f6Q1SloK {
  background-color: var(--white);
  padding: 20px;
  background-color: none;
}
.jJwBNixw .QDGwulhy {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--botticelli-blue);
}
.jJwBNixw .KO3PZLZy {
  font-size: 14px;
  font-weight: 600;
}
.jJwBNixw .PmOqieXQ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 40px;
  background-color: var(--white);
  border: 1px solid var(--botticelli-blue);
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px;
  padding: 8px 11px;
}
.jJwBNixw .dtupURNy {
  border-color: var(--lake-thun);
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(38, 165, 210, 0.2);
}
.jJwBNixw label {
  color: var(--white);
  text-transform: uppercase;
  font-size: 10px;
}
.jJwBNixw .uqJKPQaP {
  width: 100%;
}
.jJwBNixw .TpmOIHdC {
  width: 100%;
}
.jJwBNixw .pWBnEYx3 {
  opacity: 0.65;
  text-transform: none;
  font-size: 14pt;
}
.jJwBNixw .KRG2mLM9 {
  margin-top: 25px;
  text-transform: none;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 200;
}
.jJwBNixw .i4BZndbW {
  margin: 25px 0;
}
.jJwBNixw .ZuBnXkrf {
  position: relative;
  padding-bottom: 40px;
}
.jJwBNixw .ZuBnXkrf:after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 500px;
  bottom: 0;
  height: 1px;
  background-color: var(--botticelli-blue);
}
.jJwBNixw .rAikPjPB {
  margin-top: 10px;
  margin-bottom: 4px;
}
.jJwBNixw .rAikPjPB .WV9VXz00 {
  margin-top: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  height: 48px;
  border: 1px solid var(--botticelli-blue);
  border-radius: 4px;
}
.jJwBNixw .SUggzBRK {
  margin-top: 25px;
  text-transform: none;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 200;
  margin: 0;
  color: var(--slate-grey-a65);
}
.jJwBNixw .iAQfBWSR {
  margin-top: 25px;
  text-transform: none;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 200;
  margin: 0;
  color: var(--white);
}
.jJwBNixw ._xBV9tjO {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.jJwBNixw ._xBV9tjO .mS8VakpH {
  margin-right: 10px;
  color: var(--white-a65);
}
.jJwBNixw .E8069t3O {
  display: flex;
  align-items: center;
}
.jJwBNixw .E8069t3O .ant-checkbox {
  margin-right: 6px;
}
.HnTCjjmO {
  margin-top: 50px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.renew-subscription-tab-container-transition-iyuR4-enter,
.renew-subscription-tab-container-transition-iyuR4-appear {
  opacity: 0.01;
  transform: scale(0);
}

.renew-subscription-tab-container-transition-iyuR4-enter-active,
.renew-subscription-tab-container-transition-iyuR4-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: all 500ms ease-in;
}

.renew-subscription-tab-container-transition-iyuR4-exit {
  opacity: 1;
  transform: scale(1);
}

.renew-subscription-tab-container-transition-iyuR4-exit-active {
  opacity: 0.01;
  transform: scale(1.1);
  transition: all 500ms;
}

/* need this to get the inner content window to take up entire space of parent class .tabs */
.src-renewsubscription-RenewSubscription-module__tabs--jOR7T
  > div.ant-tabs-content-animated {
  height: 100%;
}

.renew-subscription-tab-advance-transition-r7WKw-enter,
.renew-subscription-tab-advance-transition-r7WKw-appear {
  opacity: 0.01;
}

.renew-subscription-tab-advance-transition-r7WKw-enter-active,
.renew-subscription-tab-advance-transition-r7WKw-appear-active {
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.renew-subscription-tab-advance-transition-r7WKw-exit {
  opacity: 1;
}

.renew-subscription-tab-advance-transition-r7WKw-exit-active {
  opacity: 0.01;
  transition: all 500ms ease-in-out;
}

.form--1hJiQ
  > div.ant-row
  > div.ant-col
  > div.ant-form-item
  > div.ant-form-item-label {
  padding-bottom: 4px;
}

.zQm1JIWJ {
  height: 720px;
  position: relative;
}
.zQm1JIWJ .pBjKMWZK {
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.zQm1JIWJ .pBjKMWZK .khMq02T0 {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.zQm1JIWJ .nHX3YbVZ {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_header.png");
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 1600px) {
  .zQm1JIWJ .nHX3YbVZ {
    background-position-y: bottom;
  }
}
.zQm1JIWJ .n2HZemBK {
  position: absolute;
  width: 100%;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.zQm1JIWJ .n2HZemBK .KCC7Ij2N {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .zQm1JIWJ .n2HZemBK .KCC7Ij2N {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .zQm1JIWJ .n2HZemBK .KCC7Ij2N {
    font-size: 30px;
  }
}
.zQm1JIWJ .n2HZemBK .VsVLzfT_ {
  color: var(--white);
  width: 80%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-transform: unset;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 800px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 16px;
  }
}
.zQm1JIWJ .n2HZemBK .MDrznqEj {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.zQm1JIWJ .n2HZemBK .HZ93L279 {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--white);
  margin-top: 20px;
  margin-bottom: 110px;
}
.zQm1JIWJ .n2HZemBK .HZ93L279:hover {
  border-color: var(--primary-lite);
  color: var(--primary-lite);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

@font-face {
  font-family: "Bebas";
  src: url(/fonts/Bebas-Regular.otf);
}
.HVOfKPoy {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--white);
  font-family: "Bebas";
  font-size: 75px;
  padding: 40px 0px;
}
.HVOfKPoy .Ek_J6G0G {
  transform: translateY(106.04px);
}
.HVOfKPoy .lwrAXgEz {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.HVOfKPoy .U9K_bjIW {
  transform: translateY(0);
}
.HVOfKPoy .qy2EzW9F {
  transform: translateY(-106.04px);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.zJcaga6y {
  font-size: 14px;
  font-family: monospace;
}
.UFaJ_nAj {
  position: relative;
  z-index: 3;
  margin-right: 5px;
  width: 75.21px;
  height: 106.04px;
  background-color: var(--raisin-black);
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  max-height: 112px;
}
@media (max-width: 992px) {
  .UFaJ_nAj {
    max-height: 97px;
    width: 68.8px;
  }
}
@media (max-width: 768px) {
  .UFaJ_nAj {
    max-height: 77.55px;
    width: 55px;
  }
}
@media (max-width: 600px) {
  .UFaJ_nAj {
    height: 56.39px;
    width: 40px;
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  .UFaJ_nAj {
    max-height: 46.52px;
    width: 33px;
    margin-right: 3px;
  }
}
.HZLskjjj {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: var(--white);
  font-family: "Oswald", "Barlow", sans-serif;
  font-weight: 500;
  font-size: 75.91;
  line-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: var(--raisin-black);
  margin-right: 5px;
  border-radius: 4.46549px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .HZLskjjj {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  .HZLskjjj {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .HZLskjjj {
    font-size: 41.56px;
  }
}
@media (max-width: 480px) {
  .HZLskjjj {
    font-size: 35px;
  }
}
.thkjvOpB {
  width: 17.81px;
  height: 115.86px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 78.146px;
  line-height: 120px;
  /* identical to box height */
  text-transform: uppercase;
  color: var(--raisin-black);
  margin: 0;
  margin-right: 3px;
}
@media (max-width: 992px) {
  .thkjvOpB {
    max-height: 97px;
    line-height: 110px;
    font-size: 70.146px;
  }
}
@media (max-width: 768px) {
  .thkjvOpB {
    max-height: 82px;
    line-height: 82px;
    font-size: 62.146px;
    width: 15px;
  }
}
@media (max-width: 600px) {
  .thkjvOpB {
    max-height: 75px;
    line-height: 62px;
    font-size: 42.146px;
    width: 11px;
  }
}
@media (max-width: 480px) {
  .thkjvOpB {
    max-height: 52px;
    line-height: 50px;
    margin-right: 1px;
    font-size: 37px;
    width: 10px;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* .animate-enter {
  opacity: 0.01;
  height: 0px;
  transform: translateZ(25px) rotateX(-90deg) scaleY(0);
}

.animate-enter.animate-enter-active {
  opacity: 1;
  height: 100%;
  transform: translateZ(0) rotateX(0deg) scaleY(1);
  transition: opacity 500ms ease-in-out, height 500ms ease-in-out, transform 500ms ease-in-out;
}

.animate-exit {
  opacity: 1;
  height: 100%;
  transform: translateZ(0) rotateX(0deg) scaleY(1);
}

.animate-exit.animate-exit-active {
  opacity: 0.01;
  height: 0px;
  transform: translateZ(25px) rotateX(90deg) scaleY(0);
  transition: opacity 500ms ease-in-out, height 500ms ease-in-out, transform 500ms ease-in-out;
} */

.PyTz06R5 {
  width: 100%;
  height: 50vw;
  min-height: 600px;
  position: relative;
}
.PyTz06R5 .v_uWLhWl {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  justify-content: space-around;
  padding-bottom: 15%;
}
@media (max-width: 1440px) {
  .PyTz06R5 .v_uWLhWl {
    justify-content: flex-start;
  }
}
.PyTz06R5 .fTtYviCU {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_tree_bg.png");
  background-position: 50% 0%;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
}
@media (max-width: 1300px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 115%;
  }
}
@media (max-width: 1160px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 135%;
  }
}
@media (max-width: 992px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 155%;
  }
}
@media (max-width: 914px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 180%;
  }
}
@media (max-width: 768px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 250%;
  }
}
@media (max-width: 628px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 275%;
  }
}
@media (max-width: 576px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 350%;
  }
}
@media (max-width: 480px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 400%;
  }
}
@media (max-width: 420px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 485%;
  }
}
@media (max-width: 914px) {
  .PyTz06R5 {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .PyTz06R5 {
    min-height: 800px;
  }
}
.W4Znqyyu {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin: 40px 0;
  /* identical to box height, or 179% */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.W4Znqyyu:after {
  position: absolute;
  content: "";
  margin-top: 35px;
  left: 49vw;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.sGBT0Olv {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  width: 68%;
  /* or 129% */
  text-align: center;
  color: var(--table-grey);
}
.j3FSE84K {
  width: 370px;
  height: 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.K56AggIL {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.f2aICv13 {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 50vw;
  min-height: 600px;
}
.f2aICv13 .Q0JA0M1h {
  height: 100%;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 100px 125px;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .f2aICv13 .Q0JA0M1h {
    padding: 90px 0px 90px 100px;
  }
}
@media (max-width: 768px) {
  .f2aICv13 .Q0JA0M1h {
    width: 100%;
    height: 50%;
    padding: 75px;
  }
}
@media (max-width: 576px) {
  .f2aICv13 .Q0JA0M1h {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .f2aICv13 .Q0JA0M1h {
    padding: 35px;
  }
}
.f2aICv13 .ThjgBGE6 {
  width: 49%;
  height: 50vw;
  min-height: 600px;
  padding: 100px 0 70px 0;
  position: relative;
  overflow: visible;
}
.f2aICv13 .ThjgBGE6 .dAdULp0V {
  height: 100%;
  width: 142%;
  right: -146px;
  top: 20px;
  position: absolute;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_tablet.png");
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: 100%;
  overflow: visible;
}
@media (max-width: 1200px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    right: -100px;
  }
}
@media (max-width: 992px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    width: 160%;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    width: 700px;
    height: 400px;
    left: -135px;
    top: 30px;
  }
}
@media (max-width: 576px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    left: -160px;
  }
}
@media (max-width: 480px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    left: -175px;
  }
}
@media (max-width: 768px) {
  .f2aICv13 .ThjgBGE6 {
    padding: 0;
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .f2aICv13 .ThjgBGE6 {
    height: 30%;
  }
}
@media (max-width: 480px) {
  .f2aICv13 .ThjgBGE6 {
    height: 20%;
  }
}
@media (max-width: 768px) {
  .f2aICv13 {
    display: flex;
    flex-direction: column-reverse;
    min-height: 800px;
  }
}
.YHfFY6Lx {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 77px;
  background: var(--primary-lite);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.iN0JKBCi {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .iN0JKBCi {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .iN0JKBCi {
    margin-top: 20px;
  }
}
@media (max-width: 530px) {
  .iN0JKBCi {
    margin-top: 15px;
  }
}
.n0GowO8h {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
  margin: 0 0 0 17px;
}
.QCZFF7Fn {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: var(--table-grey);
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 390px) {
  .QCZFF7Fn {
    margin: 0px;
  }
}
.TrjA0u0m {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin: 0px 0 15px 0;
  /* identical to box height, or 179% */
  text-align: left;
  text-transform: uppercase;
  color: var(--table-grey);
}
@media (max-width: 390px) {
  .TrjA0u0m {
    margin: 0px 0 5px 0;
  }
}
.oUoOfRbF {
  left: 167px;
  width: 30px;
  height: 3px;
  min-height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
  margin-bottom: 20px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.JIDHEyJi {
  width: 100%;
  height: 50vw;
  min-height: 800px;
}
.JIDHEyJi .zPr5jSYk {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_solaragent_bg.png");
}
.JIDHEyJi .zPr5jSYk .kOfuAzrF {
  height: 214px;
  width: 214px;
  border-radius: 50%;
  background-color: grey;
  margin-bottom: 11px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .JIDHEyJi .zPr5jSYk .kOfuAzrF {
    height: 140px;
    width: 140px;
  }
}
.JIDHEyJi .zPr5jSYk .LrLeLqUA {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.JIDHEyJi .zPr5jSYk .sCywvz2L {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--white);
}
.JIDHEyJi .t9Dj3DqI {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 60%;
  background-color: var(--cream);
  padding: 84px 157px 84px 101px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.JIDHEyJi .t9Dj3DqI .TdZiBIyH {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--picton-blue);
  margin-bottom: 20px;
}
.JIDHEyJi .t9Dj3DqI h3 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.JIDHEyJi .t9Dj3DqI h2 {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 37px;
}
.JIDHEyJi .t9Dj3DqI p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}
.JIDHEyJi .t9Dj3DqI p span {
  font-weight: 600;
}
.JIDHEyJi .t9Dj3DqI .mVqh338d {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  background-color: var(--primary-lite);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 40px;
  border: none;
}
.JIDHEyJi .t9Dj3DqI .mVqh338d:hover {
  background-color: var(--primary-lite-highlighted);
}
.JIDHEyJi .t9Dj3DqI .Q9l8SEzy {
  width: 150%;
  position: absolute;
  height: 200px;
  background-color: var(--white);
  opacity: 0.5;
  transform: rotate(-7deg);
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .JIDHEyJi .t9Dj3DqI .Q9l8SEzy {
    height: 195px;
    width: 130%;
  }
}
@media (max-width: 900px) {
  .JIDHEyJi .t9Dj3DqI {
    padding: 84px 60px 84px 80px;
  }
}
@media (max-width: 768px) {
  .JIDHEyJi {
    display: flex;
    flex-direction: column;
  }
  .JIDHEyJi .zPr5jSYk {
    width: 100%;
    height: 320px;
  }
  .JIDHEyJi .t9Dj3DqI {
    width: 100%;
    height: 480px;
    padding: 0;
    padding: 84px 80px 84px 40px;
  }
}
@media (max-width: 500px) {
  .JIDHEyJi {
    display: flex;
    flex-direction: column;
  }
  .JIDHEyJi .zPr5jSYk {
    width: 100%;
    height: 320px;
  }
  .JIDHEyJi .t9Dj3DqI {
    width: 100%;
    height: 480px;
    padding: 0;
    padding: 84px 40px 84px 40px;
  }
  .JIDHEyJi .t9Dj3DqI h3 {
    margin-bottom: 0px;
  }
  .JIDHEyJi .t9Dj3DqI h2 {
    margin-bottom: 18px;
  }
  .JIDHEyJi .t9Dj3DqI p {
    margin-bottom: 18px;
  }
  .JIDHEyJi .t9Dj3DqI .mVqh338d {
    margin-top: 18px;
  }
}
.QIpmDeGZ {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .QIpmDeGZ {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .QIpmDeGZ {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.QIpmDeGZ .Q9l8SEzy {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-11deg);
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .QIpmDeGZ .Q9l8SEzy {
    height: 203px;
  }
}
.QIpmDeGZ .tbGGTFrK {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .QIpmDeGZ .tbGGTFrK {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .QIpmDeGZ .tbGGTFrK {
    padding: 0 40px 0 30px;
  }
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ ._UyAxQsm {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ .TdZiBIyH {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ .us6s9CGg {
  margin-bottom: 18px;
  color: var(--lead-black);
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ .Tyxlxb26 {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

html {
  overflow: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.qtsVmphZ {
  padding-top: 64px;
}
.HJ6sPrgf {
  width: 100%;
  height: 50vw;
  min-height: 700px;
}
.iq_f77Vo {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin: 40px 0;
  /* identical to box height, or 179% */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.iq_f77Vo:after {
  position: absolute;
  content: "";
  margin-top: 35px;
  left: 49vw;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.kLxEN96d {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  width: 68%;
  /* or 129% */
  text-align: center;
  color: var(--table-grey);
}
.A30wQbNg {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_tree_bg.png");
  background-position: 50% 0%;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qifSn5Sm {
  width: 370px;
  height: 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.LxKDGz79 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.DFbQgxhZ {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.DFbQgxhZ .kvFp0T16 {
  position: relative;
}
.DFbQgxhZ .kvFp0T16 .uDjyi7qD {
  width: 100%;
  height: 720px;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/careers/career_Header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.DFbQgxhZ .kvFp0T16 .rRG2Vo6K {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.DFbQgxhZ .kvFp0T16 .rRG2Vo6K .Bjrvr_4I {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.DFbQgxhZ .kvFp0T16 .rRG2Vo6K .Bjrvr_4I .La1aJqhT {
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--white);
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 100%;
  max-width: 660px;
}
@media (max-width: 505px) {
  .DFbQgxhZ .kvFp0T16 .rRG2Vo6K .Bjrvr_4I .La1aJqhT {
    font-size: 40px;
  }
}
.DFbQgxhZ .kvFp0T16 .rRG2Vo6K .Bjrvr_4I .hUPMKUmK {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media (max-width: 505px) {
  .DFbQgxhZ .kvFp0T16 .rRG2Vo6K .Bjrvr_4I .hUPMKUmK {
    font-size: 16px;
  }
}
.DFbQgxhZ .kvFp0T16 .rRG2Vo6K .Bjrvr_4I .ddaT3BNf {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 40px;
  min-width: 144px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.DFbQgxhZ .kvFp0T16 .rRG2Vo6K .Bjrvr_4I .ddaT3BNf:hover {
  background-color: var(--primary-lite-highlighted);
}
.DFbQgxhZ .dvO0rBsr {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 310px;
  margin: auto;
  padding: 40px;
}
.DFbQgxhZ .X6PJ4H7K {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.DFbQgxhZ .X6PJ4H7K:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.DFbQgxhZ .xtRKiqOi {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
}
.DFbQgxhZ .nQ_SGlVm {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: calc(40%);
  position: relative;
}
@media (max-width: 715px) {
  .DFbQgxhZ .nQ_SGlVm {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
  }
}
.DFbQgxhZ .nQ_SGlVm input {
  margin: 3px 4px 3px 0;
  border-radius: 4px;
  color: var(--primary-color);
  border: none;
  padding: 2px 2px 2px 9px;
  width: 100%;
  border: 1px solid var(--botticelli-blue);
}
.DFbQgxhZ .nQ_SGlVm .EL_iTRwi {
  position: absolute;
  left: 0;
  width: calc(40%);
  height: 100%;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/careers/careers_OpenRoles.png");
  background-position: 66% center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 715px) {
  .DFbQgxhZ .nQ_SGlVm .EL_iTRwi {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center 60%;
  }
}
.DFbQgxhZ .nQ_SGlVm .MKC5sDRA {
  background-color: var(--cream);
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-bottom: 72px;
}
@media (max-width: 715px) {
  .DFbQgxhZ .nQ_SGlVm .MKC5sDRA {
    padding-left: 72px;
  }
}
.DFbQgxhZ .nQ_SGlVm .az0_X166 {
  margin-bottom: 36px;
  padding-right: 36px;
}
.DFbQgxhZ .nQ_SGlVm .az0_X166 h4 {
  line-break: anywhere;
}
@media (max-width: 850px) {
  .DFbQgxhZ .nQ_SGlVm .az0_X166 {
    margin-bottom: 30px;
  }
}
.DFbQgxhZ .nQ_SGlVm .X6PJ4H7K {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  margin-top: 72px;
  margin-bottom: 70px;
  text-align: left;
  width: auto;
}
.DFbQgxhZ .nQ_SGlVm .X6PJ4H7K:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.DFbQgxhZ .nQ_SGlVm .X6PJ4H7K:after {
  content: "";
  left: 0px;
  margin: 0;
}
@media (max-width: 715px) {
  .DFbQgxhZ .nQ_SGlVm .X6PJ4H7K {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    margin: 50px 0;
  }
  .DFbQgxhZ .nQ_SGlVm .X6PJ4H7K:after {
    content: "";
    left: -100px;
    margin: auto;
  }
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK {
  margin-top: 12px;
  width: 75%;
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK input {
  height: 30px;
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK .ant-select-arrow {
  margin-top: -4px;
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK .ant-select-selection-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  margin-top: 4px;
  border-radius: 4px;
  color: var(--primary-color);
  border: 1px solid var(--botticelli-blue);
  padding: 0 9px;
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK .ant-select:not(.ant-select-customize-input) .ant-select-selector ::placeholder {
  color: red;
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK .jARYWDLY {
  margin-top: 12px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.DFbQgxhZ .nQ_SGlVm .ib9INLQK .jARYWDLY span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl {
  display: flex;
  align-items: center;
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .rbzj5ag0 {
  display: flex;
  align-items: center;
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .oSpGhLAU {
  margin-left: 12px;
  margin-top: 6px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .oSpGhLAU span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .eJJZ5Hz7 {
  margin-top: 6px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  background: var(--scarlet);
  margin-left: 12px;
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .eJJZ5Hz7 span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .E5Duyl6u {
  margin-left: 12px;
  margin-top: 6px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  margin-left: 6px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .E5Duyl6u span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.DFbQgxhZ .nQ_SGlVm .btV70_Rl .E5Duyl6u span {
  color: var(--primary-color);
}
.DFbQgxhZ .nQ_SGlVm .HJixNJT1 {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
  margin-top: 4px;
}
.DFbQgxhZ .nQ_SGlVm .xtRKiqOi {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
}
.DFbQgxhZ .nQ_SGlVm .xtRKiqOi:before {
  content: url("/icons/icon_chevron_right.svg");
  padding-left: 9px;
  color: var(--white);
  font-size: 20px;
  line-height: 22px;
  border-radius: 61px;
  width: 24px;
  height: 24px;
  background: var(--primary-lite);
  position: absolute;
  top: 6px;
  left: -40px;
  right: 0;
  transition: background-color 0.2s ease-in-out;
}
.DFbQgxhZ .nQ_SGlVm .xtRKiqOi:hover {
  color: var(--picton-blue);
  transition: color 0.2s ease-in-out;
}
.DFbQgxhZ .nQ_SGlVm .xtRKiqOi:hover:before {
  background-color: var(--picton-blue);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 850px) {
  .DFbQgxhZ .nQ_SGlVm .xtRKiqOi {
    font-size: 26px;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title::after,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li::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: ant-skeleton-loading 1.4s ease infinite;
  content: "";
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar::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: ant-skeleton-loading 1.4s ease infinite;
  content: "";
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button::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: ant-skeleton-loading 1.4s ease infinite;
  content: "";
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input::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: ant-skeleton-loading 1.4s ease infinite;
  content: "";
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ant-skeleton.ant-skeleton-active .ant-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: ant-skeleton-loading 1.4s ease infinite;
  content: "";
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-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;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-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;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

#Od5UpqPO {
  overflow-y: hidden;
  height: auto;
}
#Od5UpqPO .rdjKesVV {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
#Od5UpqPO .rdjKesVV .tuRk0xRP {
  width: 100%;
  max-width: 1190px;
}
#Od5UpqPO .rdjKesVV .sER5zAxQ {
  background-color: var(--white);
  height: 182px;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}
#Od5UpqPO .rdjKesVV .sER5zAxQ .nwvPihEB {
  height: 75px;
  width: 188px;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .sER5zAxQ {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .sER5zAxQ {
    height: 120px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH {
  display: flex;
  justify-content: center;
  padding: 10px;
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .eIXqqwZW {
  border-color: #1f3250;
  border-width: 0px;
  border-style: solid;
  border-left-width: 6px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .eIXqqwZW {
    border-left-width: 0px;
    border-top-width: 4px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .eJkfsNFK {
  margin-bottom: 26px;
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH h1 {
  font-size: 66px;
  line-height: 1.2em;
  font-weight: 600;
  color: #1f3250;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH h1 {
    font-size: 40px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH h2 {
  font-size: 31px;
  line-height: 37px;
  font-weight: 600;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH h2 {
    font-size: 20px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH h3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  color: #1f3250;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH h3 {
    font-size: 24px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #1f3250;
  margin: 0;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  color: #1f3250;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH h5 {
    font-size: 18px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH p {
  color: var(--outer-space);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #263238;
  margin: 0;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .heRGlOMd {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .O5Xumm6J {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .kIJTooNq {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .GZY8ODQo {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .GZY8ODQo {
    padding-top: 23px;
    margin-bottom: 38px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .QwAyUeGl {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .QwAyUeGl iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .QwAyUeGl {
    margin-bottom: 36px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .jPUufxqp {
  width: 100%;
  padding: 0 0px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .jPUufxqp {
    margin-bottom: 20px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn {
  background-color: #f8f8f8;
  width: 100%;
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .RkbzbLFr {
  margin-top: -200px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 0 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .RkbzbLFr {
    margin-top: -60px;
    padding-top: 30px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .Ydg2TqQM {
  order: 1;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .Ydg2TqQM {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .ZU5Gim2A {
  order: 2;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .ZU5Gim2A {
    order: 1;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .hPTeQMzU {
  background-image: url("/img/education-insights.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: contain;
  height: 200px;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .hPTeQMzU {
    height: 150px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .YKxA4Wpo {
  margin: 0 30px;
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI {
    flex-direction: column;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 {
  background-color: var(--white);
  padding: 68px 30px 68px 30px;
  width: calc((100% - 60px) / 3);
  border-radius: 6px;
  box-shadow: 0 0 27px 3px rgba(11, 11, 11, 0.09);
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 .BwtyAjdX {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 .BwtyAjdX {
    margin-bottom: 10px;
  }
}
#Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 p {
  font-size: 19px;
  font-weight: 400;
  color: #263238;
  line-height: 34px;
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH .m9qIEnJn .lPsCWpWI .KlhrE605 p {
    font-size: 18px;
    line-height: 33px;
  }
}
@media (max-width: 992px) {
  #Od5UpqPO .rdjKesVV .Z5tM7JsH {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
}
#Od5UpqPO .rdjKesVV .Oe3ELecD {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Od5UpqPO .rdjKesVV .pfWoa926 {
  color: #20c2f1;
}
#Od5UpqPO .HlpGttls {
  padding-bottom: 400px;
  background-image: url("/img/education-intro-bg.jpg");
  background-position-x: 50%;
  background-position-y: 150px;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  #Od5UpqPO .HlpGttls {
    padding-bottom: 250px;
    background-image: url("/img/education-intro-bg-md.jpg");
    background-position: bottom center;
    background-size: cover;
  }
}
#Od5UpqPO .whcBXtkJ {
  background-color: #f8f8f8;
  padding-bottom: 100px;
  border-bottom: 1px solid #eeeeee;
}
#Od5UpqPO .axy16h8d {
  padding: 30px 0;
}
#Od5UpqPO .axy16h8d .HFvSJUX8 {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Od5UpqPO .axy16h8d .ERLxLX2Y {
  max-width: 1000px;
  text-align: center;
}
#Od5UpqPO .axy16h8d .ERLxLX2Y .BwtyAjdX {
  font-size: 48px;
  line-height: 58px;
  color: #1f3250;
}
@media (max-width: 992px) {
  #Od5UpqPO .axy16h8d .ERLxLX2Y .BwtyAjdX {
    font-size: 34px;
    line-height: 40px;
  }
}
#Od5UpqPO .axy16h8d .AXJkqa0n {
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#Od5UpqPO .axy16h8d .OKuEZjIJ {
  margin: 50px 0 100px 0;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 0 27px 3px rgba(11, 11, 11, 0.09);
}
.cNz1OgzT {
  overflow-y: hidden !important;
}
.cNz1OgzT .o1IVj4TE {
  color: var(--darker-blue);
  font-family: comfortaa, Sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.cNz1OgzT .OQnpF9A_ {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2.8px;
  margin: 5px 0px 15px 0px;
}
.cNz1OgzT .mSmbUvAx {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.cNz1OgzT .LJD2xrwa {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}
.cNz1OgzT .gNA1kXYr {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.cNz1OgzT .gNA1kXYr .G9zMnJq4 {
  flex: 1 1 500px;
  margin: 20px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cNz1OgzT .gNA1kXYr .G9zMnJq4 .TxuxAOKW {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .cNz1OgzT .gNA1kXYr .G9zMnJq4 .TxuxAOKW {
    display: none;
  }
}
.cNz1OgzT .gNA1kXYr .nwvPihEB {
  padding: 50px 0px 50px 0px;
  height: 14px;
  width: 16px;
  background: url("/img/logo.svg") center / auto 70% no-repeat;
}
.cNz1OgzT .gMUePWYF {
  background: var(--lightest-grey) url("/img/education-videos-bg.jpg") center top / auto 1030px no-repeat !important;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.cNz1OgzT .gMUePWYF .w8UTvBUD {
  width: 100%;
  max-width: 1200px;
  min-height: 235px;
  margin: auto;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .cNz1OgzT .gMUePWYF .w8UTvBUD {
    background-color: rgba(248, 248, 248, 0.8);
    background: #f8f8f8;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 30%, #f8f8f8 95%, rgba(248, 248, 248, 0) 100%);
  }
}
.cNz1OgzT .gMUePWYF .IQr_dAM0 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cNz1OgzT .gMUePWYF .VecydehK {
  max-width: 960px;
  margin: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}
.cNz1OgzT .gMUePWYF .QwAyUeGl {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3), 0 0 20px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.cNz1OgzT .gMUePWYF .QwAyUeGl .PqyXjfLu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
.cNz1OgzT .gMUePWYF .w5PRkIeU {
  max-width: 1200px;
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
  background-color: var(--lightest-grey);
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.2), 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cNz1OgzT .gMUePWYF .w5PRkIeU .zVevOb2P {
  flex: 1 0 200px;
}
.cNz1OgzT .gMUePWYF .w5PRkIeU .zVevOb2P .e2TS8Uec {
  padding: 15px;
  background-color: transparent;
  border: none;
  height: max-content;
  box-shadow: none;
}
.cNz1OgzT .gMUePWYF .w5PRkIeU .zVevOb2P .e2TS8Uec img {
  width: 100%;
  min-width: 200px;
}
.cNz1OgzT .gMUePWYF .uAqgFMKu {
  background-color: var(--lightest-grey);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
}
.cNz1OgzT .gMUePWYF .cyk2rW4s {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin: 0px 10px 50px 10px;
  text-align: center;
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .qK8qdzjq {
  text-align: center;
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .o4GcVFwP {
  flex: 0 1 600px;
  padding-top: 40px;
  max-width: 600px;
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .o4GcVFwP p {
  padding: 0px 60px 0px 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .cNz1OgzT .gMUePWYF .cyk2rW4s .o4GcVFwP p {
    padding: 0px 20px 0px 20px;
  }
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .gRY_q1O_ {
  background-color: var(--white);
  box-shadow: 0 0 26.68px 2.38px rgba(11, 11, 11, 0.09);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .NPisgYb1 {
  text-align: left;
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .NPisgYb1 ul {
  padding: 0px 60px 0px 60px;
}
@media (max-width: 1024px) {
  .cNz1OgzT .gMUePWYF .cyk2rW4s .NPisgYb1 ul {
    padding: 0px 20px 0px 20px;
  }
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .NPisgYb1 li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 0px;
}
.cNz1OgzT .gMUePWYF .cyk2rW4s .NPisgYb1 li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_yellow_circle_chevron_edu.svg");
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.UXc4QgAR {
  overflow-y: hidden !important;
}
.UXc4QgAR .o1IVj4TE {
  color: var(--darker-blue);
  font-family: comfortaa, Sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.UXc4QgAR .OQnpF9A_ {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2.8px;
  margin: 5px 0px 15px 0px;
}
.UXc4QgAR .mSmbUvAx {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.UXc4QgAR .LJD2xrwa {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}
.UXc4QgAR .gNA1kXYr {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.UXc4QgAR .gNA1kXYr .G9zMnJq4 {
  flex: 1 1 500px;
  margin: 20px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.UXc4QgAR .gNA1kXYr .G9zMnJq4 .TxuxAOKW {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .UXc4QgAR .gNA1kXYr .G9zMnJq4 .TxuxAOKW {
    display: none;
  }
}
.UXc4QgAR .gNA1kXYr .nwvPihEB {
  padding: 50px 0px 50px 0px;
  height: 14px;
  width: 16px;
  background: url("/img/logo.svg") center / auto 70% no-repeat;
}
.UXc4QgAR .gMUePWYF {
  background: var(--lightest-grey) url("/img/education-videos-bg.jpg") center top / auto 1030px no-repeat !important;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD {
  width: 100%;
  max-width: 1200px;
  min-height: 235px;
  margin: auto;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD {
    background-color: rgba(248, 248, 248, 0.8);
    background: #f8f8f8;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 30%, #f8f8f8 95%, rgba(248, 248, 248, 0) 100%);
  }
}
.UXc4QgAR .gMUePWYF .IQr_dAM0 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.UXc4QgAR .gMUePWYF .VecydehK {
  max-width: 960px;
  margin: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}
.UXc4QgAR .gMUePWYF .QwAyUeGl {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3), 0 0 20px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.UXc4QgAR .gMUePWYF .QwAyUeGl .PqyXjfLu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
.UXc4QgAR .gMUePWYF .w5PRkIeU {
  max-width: 1200px;
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
  background-color: var(--lightest-grey);
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.2), 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.UXc4QgAR .gMUePWYF .w5PRkIeU .zVevOb2P {
  flex: 1 0 200px;
}
.UXc4QgAR .gMUePWYF .w5PRkIeU .zVevOb2P .e2TS8Uec {
  padding: 15px;
  background-color: transparent;
  border: none;
  height: max-content;
  box-shadow: none;
}
.UXc4QgAR .gMUePWYF .w5PRkIeU .zVevOb2P .e2TS8Uec img {
  width: 100%;
  min-width: 200px;
}
.UXc4QgAR .gMUePWYF .uAqgFMKu {
  background-color: var(--lightest-grey);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
}
.UXc4QgAR .gMUePWYF .cyk2rW4s {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin: 0px 10px 50px 10px;
  text-align: center;
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .qK8qdzjq {
  text-align: center;
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .o4GcVFwP {
  flex: 0 1 600px;
  padding-top: 40px;
  max-width: 600px;
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .o4GcVFwP p {
  padding: 0px 60px 0px 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .UXc4QgAR .gMUePWYF .cyk2rW4s .o4GcVFwP p {
    padding: 0px 20px 0px 20px;
  }
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .gRY_q1O_ {
  background-color: var(--white);
  box-shadow: 0 0 26.68px 2.38px rgba(11, 11, 11, 0.09);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .NPisgYb1 {
  text-align: left;
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .NPisgYb1 ul {
  padding: 0px 60px 0px 60px;
}
@media (max-width: 1024px) {
  .UXc4QgAR .gMUePWYF .cyk2rW4s .NPisgYb1 ul {
    padding: 0px 20px 0px 20px;
  }
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .NPisgYb1 li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 0px;
}
.UXc4QgAR .gMUePWYF .cyk2rW4s .NPisgYb1 li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_yellow_circle_chevron_edu.svg");
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.UXc4QgAR .gMUePWYF {
  background-image: url(/img/education_catalogpage_bg_new_2.jpg) !important;
  background-position-x: center !important;
  background-position-y: top !important;
  background-repeat: no-repeat !important;
  background-size: 2700px 1400px !important;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF {
    background-image: url(/img/education_solar_edu_playlist_mobile_bg.jpg) !important;
    background-position-x: center !important;
    background-position-y: 600px !important;
    background-repeat: no-repeat !important;
    padding-bottom: 0px;
  }
}
.UXc4QgAR .gMUePWYF .VkKxQjsd {
  padding-bottom: 200px;
  text-align: left;
  justify-content: center;
  width: 100%;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .VkKxQjsd {
    padding-bottom: 0px;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD {
  max-width: 1300px;
  height: auto;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .vs2KTjvH {
  color: var(--darker-blue);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .vs2KTjvH {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .vORlAxH3 {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .vORlAxH3 {
    text-align: center;
    font-size: 36px;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .bZmiljcC {
  color: var(--darker-blue);
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 26px;
  padding-left: 8px;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .bZmiljcC {
    text-align: center;
    margin: auto;
    padding-bottom: 0px;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .ERLxLX2Y {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .fDgfh40V {
  color: var(--mineshaft-gray);
  border-left: 3px solid #203250;
  padding-left: 20px;
  margin: 40px 0;
  width: 92%;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .fDgfh40V {
    width: 100%;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .fDgfh40V .QM1VFIyn {
  color: var(--mineshaft-gray);
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 2px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .fDgfh40V .QM1VFIyn {
    font-size: 20px;
    margin-left: 0;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .fDgfh40V .Ti_ux3LH {
  line-height: 1.88;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .XB6Q8iRL {
  font-size: 19px;
  overflow-wrap: normal;
  line-height: 1.2em;
  width: 100%;
  color: var(--mineshaft-gray);
  padding-top: 50px;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .XB6Q8iRL {
    font-size: 15px;
    line-height: 1.4em;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .PiXX5KTK {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .PiXX5KTK span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .PiXX5KTK .XhPl2MRC {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .PiXX5KTK .hjiVMiI_ {
  font-size: 17px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z ._ulF0yip {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--dark-lavender);
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z ._ulF0yip span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z ._ulF0yip .XhPl2MRC {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z ._ulF0yip .hjiVMiI_ {
  font-size: 17px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z ._ulF0yip .XhPl2MRC {
  background-image: url("/icons/icon_facebook.png");
  background-size: cover;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .cnxiE5dq {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--azure-blue);
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .cnxiE5dq span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .cnxiE5dq .XhPl2MRC {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .cnxiE5dq .hjiVMiI_ {
  font-size: 17px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .sC5zrEUZ {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--deep-cerulean);
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .sC5zrEUZ span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .sC5zrEUZ .XhPl2MRC {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .xz9VQ53z .sC5zrEUZ .hjiVMiI_ {
  font-size: 17px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB {
    padding: 0px 20px;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .NAJ6KZ1B {
  width: calc(100% - 440px);
  height: 100%;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .NAJ6KZ1B {
    margin: 20px 0px 0px 0px;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB iframe {
  background-color: black;
  min-height: 400px;
  width: 92%;
  margin-top: 50px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB iframe {
    margin: 20px 0px 0px 0px;
    border-radius: 0;
    width: 100%;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB ::-webkit-scrollbar {
  width: 4px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB ::-webkit-scrollbar-track {
  background: var(--jungle-mist);
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB ::-webkit-scrollbar-thumb {
  background: var(--chilly-blue);
  border-radius: 10px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .TUB7Rw56 {
  width: 400px;
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .TUB7Rw56 {
    width: 100%;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .lYUzdlvj {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 400px;
  overflow-y: auto;
  text-align: left;
  background-color: var(--white);
}
@media (max-width: 990px) {
  .UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .lYUzdlvj {
    width: 100%;
  }
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .lYUzdlvj .PiXX5KTK {
  margin-bottom: 1px;
  min-height: 63px;
  text-align: left;
  border: none;
  cursor: pointer;
  background-color: var(--anti-flash-white);
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .lYUzdlvj .PiXX5KTK:hover {
  background-color: var(--hawkes-blue);
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .lYUzdlvj .PiXX5KTK .ldWQpQef {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.25px;
  color: var(--darker-blue);
  padding: 13px 27px;
}
.UXc4QgAR .gMUePWYF .w8UTvBUD .OaTyJTsB .lYUzdlvj .PiXX5KTK.s9JlkNvF {
  background-color: var(--hawkes-blue);
}
.UXc4QgAR .gMUePWYF .vq1pYNNc {
  background-color: var(--lightest-grey);
  width: 95%;
  display: flex;
  justify-content: center;
  border-radius: 7px;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .W77KdNHr {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 100px 0 20px 0;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .mSmbUvAx {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .qK8qdzjq {
  text-align: center;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .o4GcVFwP {
  flex: 1 1 500px;
  padding: 25px 40px 10px 40px;
  max-width: 800px;
  text-align: center;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .gRY_q1O_ {
  background-color: var(--white);
  box-shadow: 0 0 26.68px 2.38px rgba(11, 11, 11, 0.09);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .NPisgYb1 {
  text-align: left;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .NPisgYb1 ul {
  padding: 0px;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .NPisgYb1 li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 15px 0px 15px 0px;
}
.UXc4QgAR .gMUePWYF .vq1pYNNc .NPisgYb1 li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_yellow_circle_chevron_edu.svg");
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.Bra_sL2u {
  padding-top: 30px;
}
.Bra_sL2u .ih5KqvUF {
  background: url("/img/education_submit_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 1950px;
}
@media (max-width: 776px) {
  .Bra_sL2u .ih5KqvUF {
    height: 1650px;
    background-size: contain;
  }
}
@media (max-width: 582px) {
  .Bra_sL2u .ih5KqvUF {
    height: 1750px;
  }
}
@media (max-width: 538px) {
  .Bra_sL2u .ih5KqvUF {
    height: 1800px;
  }
}
@media (max-width: 456px) {
  .Bra_sL2u .ih5KqvUF {
    height: 1850px;
  }
}
@media (max-width: 438px) {
  .Bra_sL2u .ih5KqvUF {
    height: 1950px;
  }
}
@media (max-width: 412px) {
  .Bra_sL2u .ih5KqvUF {
    height: 2000px;
  }
}
@media (max-width: 382px) {
  .Bra_sL2u .ih5KqvUF {
    height: 2080px;
  }
}
.Bra_sL2u .ih5KqvUF .oLusUr5c {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.Bra_sL2u .ih5KqvUF .oLusUr5c .fRg8SG9E {
  height: 50px;
  width: 177px;
  background: url("/img/powur_logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 500px 200px;
}
.Bra_sL2u .ih5KqvUF .fb7qvYUZ {
  text-align: center;
  color: var(--darker-blue);
  font-family: "Poppins", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  margin: 80px 0 25px 0;
}
@media (max-width: 1024px) {
  .Bra_sL2u .ih5KqvUF .fb7qvYUZ {
    font-size: 40px;
  }
}
.Bra_sL2u .ih5KqvUF .AsuwoDw7 {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 33px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .Bra_sL2u .ih5KqvUF .AsuwoDw7 {
    font-size: 24px;
  }
}
.Bra_sL2u .ih5KqvUF .gMUePWYF {
  background: url("/img/powur_overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px 400px;
  background-color: var(--lighthouse-white);
  max-width: 890px;
  min-height: 690px;
  width: 90%;
  margin: 0 auto;
  border: 4px solid #20c2f1;
  box-shadow: 0 13px 39px 7px rgba(11, 11, 11, 0.18);
  padding: 40px;
}
@media (max-width: 1024px) {
  .Bra_sL2u .ih5KqvUF .gMUePWYF {
    padding: 30px;
    min-height: 640px;
  }
}
.Bra_sL2u .ih5KqvUF .gMUePWYF .pVBZMDAK {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
}
@media (max-width: 1024px) {
  .Bra_sL2u .ih5KqvUF .gMUePWYF .pVBZMDAK {
    font-size: 18px;
  }
}
.Bra_sL2u .ih5KqvUF .gMUePWYF .wokL_FeS {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .Bra_sL2u .ih5KqvUF .gMUePWYF .wokL_FeS {
    font-size: 18px;
  }
}
.Bra_sL2u .ih5KqvUF .gMUePWYF .sr_ejuAs {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .Bra_sL2u .ih5KqvUF .gMUePWYF .sr_ejuAs {
    font-size: 18px;
  }
}
.Bra_sL2u .ih5KqvUF .UkkNo0nH {
  width: 90%;
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--outer-space);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 70px;
}
@media (min-width: 776px) {
  .Bra_sL2u .ih5KqvUF .UkkNo0nH {
    position: relative;
  }
}
.Bra_sL2u .ih5KqvUF .UkkNo0nH .oSUEKcIY {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 100px;
  height: 80px;
  background: url("/img/quotes.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px 80px;
}
@media (min-width: 776px) {
  .Bra_sL2u .ih5KqvUF .UkkNo0nH .oSUEKcIY {
    position: absolute;
    top: 0;
    left: -40px;
  }
}
.Bra_sL2u .ih5KqvUF .UkkNo0nH .j3gm_ngx {
  z-index: 2;
}
.Bra_sL2u .ih5KqvUF .UkkNo0nH .jd3abfhY {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}
.Bra_sL2u .ih5KqvUF .UkkNo0nH .lFfF8k_F {
  display: flex;
  justify-content: center;
}
.Bra_sL2u .ih5KqvUF .UkkNo0nH .lFfF8k_F .FYv17ygO {
  height: 126px;
  width: 126px;
  background: url("/img/education_avatar.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.wYN10XFu {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wYN10XFu .lvThdCLH {
  background-color: #20c2f1;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 130%;
  z-index: 2;
}
.wYN10XFu .PA1dXP2P {
  background-color: #20c2f1;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 130%;
  z-index: 2;
  position: absolute;
  animation: YUR3ORPe 2s infinite;
  z-index: 1;
}
.wYN10XFu .TrfYU9yV {
  height: 60px;
  width: 210px;
  font-weight: 250;
}
.wYN10XFu .TrfYU9yV:hover {
  height: 54px;
  width: 189px;
  font-size: 120%;
}
.wYN10XFu .iP257QJw {
  height: 80px;
  width: 400px;
  font-weight: 600;
}
.wYN10XFu .iP257QJw:hover {
  height: 72px;
  width: 360px;
  font-size: 120%;
}
.wYN10XFu .aVF9V0NN {
  animation: bNVzUunD 2s infinite;
}
.wYN10XFu .dh6NyVoG {
  animation: bAjBpvs0 2s infinite;
}
@keyframes bNVzUunD {
  50% {
    transform: scale(1.1);
  }
}
@keyframes bAjBpvs0 {
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes YUR3ORPe {
  25% {
    transform: scale(0.9);
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    transform: scaleY(1.5) scaleX(1.2);
    opacity: 0;
  }
}
.ImhXTE12 {
  position: relative;
  padding: 8px;
  height: 40px;
  width: 40px;
}
.ImhXTE12 .gnngLccQ {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ImhXTE12 .iP257QJw {
  height: 20px;
  width: 28px;
}
.ImhXTE12 .TrfYU9yV {
  height: 10px;
  width: 18px;
}
.ImhXTE12 .ZGVH7qRr {
  position: absolute;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/icon_chevron_edu.svg");
  animation: ZGVH7qRr 2s infinite;
}
.ImhXTE12 .ZGVH7qRr.TrfYU9yV {
  top: 9px;
}
.ImhXTE12 .vz35SajV {
  position: absolute;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/icon_chevron_edu.svg");
  animation: vz35SajV 2s infinite;
}
@keyframes ZGVH7qRr {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  20% {
    transform: translateY(0px);
    opacity: 1;
  }
  40% {
    opacity: 1;
    transform: translateY(0px);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vz35SajV {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(-5px);
    opacity: 0;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.jY3riYhk {
  background-color: var(--white);
  width: 100%;
  font-family: "Poppins", Sans-serif;
}
.jY3riYhk .kPVhERgN {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
}
.jY3riYhk .kPVhERgN .fb7qvYUZ {
  font-size: 28px;
  font-weight: 600;
  color: var(--outer-space);
  letter-spacing: -0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .jY3riYhk .kPVhERgN .fb7qvYUZ {
    font-size: 18px;
  }
}
.jY3riYhk .kPVhERgN .Vx4p4K9j {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 832px) {
  .jY3riYhk .kPVhERgN .Vx4p4K9j {
    flex-direction: column;
  }
}
.jY3riYhk .kPVhERgN .Vx4p4K9j .xVZTA7Bw {
  padding: 20px;
  width: 250px;
}
.jY3riYhk .kPVhERgN .Vx4p4K9j .xVZTA7Bw p {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #3a3a3a;
  width: 75%;
  letter-spacing: 0.3px;
}
@media (max-width: 832px) {
  .jY3riYhk .kPVhERgN .Vx4p4K9j .xVZTA7Bw {
    width: 100%;
  }
}
.jY3riYhk .kPVhERgN .IqR6pPFx {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jY3riYhk .kPVhERgN .IqR6pPFx .nwvPihEB {
  max-height: 130px;
}
.jY3riYhk .n6GkW0ES {
  border-bottom: 1px solid var(--light-grey);
}
.jY3riYhk .c7lNPcnD {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.jY3riYhk .c7lNPcnD .IqR6pPFx {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jY3riYhk .c7lNPcnD .IqR6pPFx .fRg8SG9E {
  height: 50px;
  width: 177px;
  background: url("/img/powur_logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 400px 160px;
}
.jY3riYhk .c7lNPcnD .EVPKcZdi {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #263238;
  margin-bottom: 32px;
}
.V0ujRWEO {
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--white);
  border-radius: 6px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 24px 6px 24px;
}
@media (max-width: 768px) {
  .V0ujRWEO {
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: visible;
  }
}
.V0ujRWEO .PPgrnasN {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.V0ujRWEO .PPgrnasN .ghiCZImJ {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .V0ujRWEO .PPgrnasN .ghiCZImJ {
    padding: 24px 0;
  }
}
.V0ujRWEO .K__Q2iIW {
  width: 100%;
  margin: 10px 0;
  height: 55px;
}
@media (max-width: 768px) {
  .V0ujRWEO .K__Q2iIW {
    height: auto;
  }
}
.V0ujRWEO .K__Q2iIW .b5GpvhY1 {
  height: 100%;
}
@media (max-width: 768px) {
  .V0ujRWEO .K__Q2iIW .b5GpvhY1 {
    width: 100%;
    height: 55px;
  }
}
.V0ujRWEO .K__Q2iIW .PgRr89w9 {
  height: 100%;
}
@media (max-width: 768px) {
  .V0ujRWEO .K__Q2iIW .PgRr89w9 {
    width: 100%;
    height: 55px;
  }
}
.V0ujRWEO .K__Q2iIW .mzQ5AhJc {
  height: 100%;
}
@media (max-width: 768px) {
  .V0ujRWEO .K__Q2iIW .mzQ5AhJc {
    width: 100%;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .V0ujRWEO .K__Q2iIW .mzQ5AhJc {
    margin-top: 16px;
  }
}
.V0ujRWEO .K__Q2iIW .DrO4FNzJ {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding: 17px 15px;
}
.V0ujRWEO .BwtyAjdX {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #1f3250;
}
@media (max-width: 768px) {
  .V0ujRWEO .BwtyAjdX {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.V0ujRWEO .wprB6pmx {
  width: 100%;
  height: 100%;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.eZxjiCsx {
  max-width: 600px;
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.eZxjiCsx .BGTq5EUL {
  padding: 60px;
}
@media (max-width: 1024px) {
  .eZxjiCsx .BGTq5EUL {
    padding: 20px;
  }
}
.eZxjiCsx .uJn0cuBP {
  padding: 10px 10px;
}
.eZxjiCsx .RSUmYDoY {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
}
.eZxjiCsx .dd0ZKJpS {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  margin-left: 4%;
}
.eZxjiCsx .NCT7muz6 {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-align: center;
}
.eZxjiCsx .AFI4nYEf {
  color: red;
  font-weight: 400;
}
.eZxjiCsx .vTpFFbwG {
  width: 96%;
}
@media (max-width: 600px) {
  .eZxjiCsx .vTpFFbwG {
    width: 100%;
  }
}
.eZxjiCsx .tzTYXpbB {
  margin-left: 4%;
}
.eZxjiCsx .tXPOp8KP {
  padding-top: 6px;
  padding-bottom: 20px;
}
.eZxjiCsx .vJGGE7_w {
  padding-top: 6px;
  padding-bottom: 20px;
  text-align: center;
  padding-bottom: 0px;
}
.eZxjiCsx .GzJLgbQO {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.eZxjiCsx .C3ccMCPD {
  color: var(--darker-blue);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 10px;
}
.eZxjiCsx .ukCW6ayq {
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
.eZxjiCsx .ukCW6ayq .ShZBPa2c {
  margin: auto;
}
.eZxjiCsx .ukCW6ayq .OAfXnNwJ {
  display: flex;
  flex-direction: row;
}
.eZxjiCsx .ukCW6ayq .hw8LwhhV {
  display: block;
  position: relative;
  margin: 7px;
  margin-bottom: 12px;
  margin-top: 6px;
  width: 80px;
  height: 36px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eZxjiCsx .ukCW6ayq .hw8LwhhV .A3AzILEO {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 40px;
}
.eZxjiCsx .ukCW6ayq .hw8LwhhV input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.eZxjiCsx .ukCW6ayq .hw8LwhhV input:checked ~ .n86h6gJT {
  background-color: var(--white);
}
.eZxjiCsx .ukCW6ayq .hw8LwhhV input:checked ~ .n86h6gJT:after {
  display: block;
}
.eZxjiCsx .ukCW6ayq .hw8LwhhV .n86h6gJT:after {
  left: 8px;
  top: 2px;
  width: 9px;
  height: 15px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.eZxjiCsx .ukCW6ayq .n86h6gJT {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #c2c8ca;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  text-align: center;
}
.eZxjiCsx .ukCW6ayq .n86h6gJT:after {
  content: "";
  position: absolute;
  display: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.oEMZbyGC {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.oEMZbyGC .Uzp_EFMD {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.oEMZbyGC .phCb21tM {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--blue-ribbon);
  margin-top: 6px;
}
.qIn0Z7hP {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.qIn0Z7hP .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.qIn0Z7hP .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: -5px;
}
.qIn0Z7hP .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  padding: 0 11px;
  font-weight: 500;
}
.qIn0Z7hP .ant-select-single .ant-select-selector .ant-select-selection-search {
  right: 0px;
  left: 0px;
}
.qIn0Z7hP .ciyNNadb .ant-checkbox-group {
  width: 100%;
}
.qIn0Z7hP .ciyNNadb .ant-checkbox + span {
  line-height: 17px;
}
.qIn0Z7hP .ciyNNadb .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.qIn0Z7hP .trSndhiC {
  margin-top: -13px;
}
.qIn0Z7hP .trSndhiC .ant-checkbox-group {
  width: 100%;
}
.qIn0Z7hP .trSndhiC .ant-checkbox + span {
  line-height: 17px;
}
.qIn0Z7hP .trSndhiC .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.qIn0Z7hP .lXsQolmL {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
}
.qIn0Z7hP .TLyVvFgM {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: var(--table-grey);
  font-weight: 500;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.qIn0Z7hP .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .DGkfrX6d {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qIn0Z7hP .luC579zE {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
}
.qIn0Z7hP .luC579zE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .jwj6Zewj {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
}
.qIn0Z7hP .jwj6Zewj input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .jwj6Zewj .ant-input {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: var(--dark-blue);
}
.qIn0Z7hP .M7spdQP2 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.qIn0Z7hP .M7spdQP2 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .M7spdQP2 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .M7spdQP2 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .M7spdQP2 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.qIn0Z7hP .wlzH7F58 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.qIn0Z7hP .wlzH7F58 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .wlzH7F58 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .wlzH7F58 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .wlzH7F58 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.qIn0Z7hP .wlzH7F58 .ant-select-selection-item {
  border-radius: 4px;
  border: none;
  background: rgba(0, 112, 244, 0.07);
}
.qIn0Z7hP .Uo6vjdPk {
  padding: 0px 10px 0px 0px;
}
.qIn0Z7hP .Gj5kQM9c {
  padding: 0px 10px 0px 10px;
}
.qIn0Z7hP .L6j_yUQz {
  padding: 0px 0px 0px 10px;
}
.qIn0Z7hP .UHgmzBEy {
  display: flex;
  justify-content: center;
}
.qIn0Z7hP .UHgmzBEy .SPuRgily {
  color: var(--blue-ribbon);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border-color: var(--blue-ribbon);
  width: 127px;
  height: 22px;
}
.qIn0Z7hP .UHgmzBEy .SPuRgily:hover {
  background: var(--table-edit-mode);
}
.qIn0Z7hP .UHgmzBEy .SPuRgily .Rnh7OLsE {
  margin-right: 5px;
}
.qIn0Z7hP .aps2sMx3 {
  background: var(--table-edit-mode);
  border-radius: 3px;
  padding: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.qIn0Z7hP .aps2sMx3 .NnSaU9cd {
  margin-top: 12px;
}
.qIn0Z7hP .aps2sMx3 .NnSaU9cd:first-of-type {
  margin-top: 0px;
}
.qIn0Z7hP .aps2sMx3 .NnSaU9cd input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.qIn0Z7hP .aps2sMx3 .ant-input-affix-wrapper {
  padding: 0;
}
.qIn0Z7hP .aps2sMx3 .ant-input-prefix {
  margin: 0;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs {
  margin-top: 12px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs:first-of-type {
  margin-top: 0px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: 0px;
}
.fYnzVZF2 {
  width: 80%;
  margin: 0 auto;
  padding: 30px 25px 0px 25px;
  font-size: 14px;
  color: var(--table-grey);
}
.M8w1TQe5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--table-grey);
  margin: 10px;
}
.M8w1TQe5 .QY0fk2iR {
  font-weight: 700;
}
.M8w1TQe5 .xThlp3oO {
  margin: 15px;
}
.jxYcAdSz {
  margin-top: 20px;
  color: var(--primary-lite);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.my6kBFUN {
  width: 100%;
  padding: 75px 10% 50px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--table-grey);
  font-weight: 200;
  text-align: center;
}
.WhToFE7j {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
}
.ZNs3f7aJ {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.M4Y4YAVW {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 161, 207, 0.2);
}
.M4Y4YAVW .UjFi8R5Q {
  background-color: var(--primary-lite);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.M4Y4YAVW .XMO2ez10 {
  font-size: 16px;
  color: var(--darker-blue);
  margin: 5px;
}
.M4Y4YAVW .kUqmN5m4 {
  color: var(--font-color-eastern-blue);
  font-weight: 700;
  cursor: pointer;
}
._kpM4g62 {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
  padding: 18px;
  background-color: var(--primary-lite);
  justify-content: space-between;
}
._kpM4g62 .FZnxaSaM {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  height: 56px;
  min-width: 56px;
  margin-right: 18px;
}
._kpM4g62 .IkV28aYH {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--light-cyan);
  text-align: left;
  padding-left: 6px;
}
._kpM4g62 .MzA46qRm {
  display: flex;
  font-weight: 700;
  color: var(--white);
  cursor: pointer;
  text-align: left;
}
._kpM4g62 .MzA46qRm .C6wXUiQ3 {
  margin: 5px 0px 0px 18px;
}
.pwBGZlUx {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: var(--table-grey);
}
.pwBGZlUx .NMjdNNDp {
  width: 85%;
  text-align: center;
  margin: 30px;
}
.viygZCSd {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.viygZCSd .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.viygZCSd .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: -5px;
}
.viygZCSd .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  padding: 0 11px;
  font-weight: 500;
}
.viygZCSd .ant-select-single .ant-select-selector .ant-select-selection-search {
  right: 0px;
  left: 0px;
}
.viygZCSd .ciyNNadb .ant-checkbox-group {
  width: 100%;
}
.viygZCSd .ciyNNadb .ant-checkbox + span {
  line-height: 17px;
}
.viygZCSd .ciyNNadb .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.viygZCSd .trSndhiC {
  margin-top: -13px;
}
.viygZCSd .trSndhiC .ant-checkbox-group {
  width: 100%;
}
.viygZCSd .trSndhiC .ant-checkbox + span {
  line-height: 17px;
}
.viygZCSd .trSndhiC .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.viygZCSd .lXsQolmL {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
}
.viygZCSd .TLyVvFgM {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: var(--table-grey);
  font-weight: 500;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.viygZCSd .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.viygZCSd .DGkfrX6d {
  display: flex;
  justify-content: center;
  align-items: center;
}
.viygZCSd .luC579zE {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
}
.viygZCSd .luC579zE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .jwj6Zewj {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
}
.viygZCSd .jwj6Zewj input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .jwj6Zewj .ant-input {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: var(--dark-blue);
}
.viygZCSd .M7spdQP2 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.viygZCSd .M7spdQP2 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .M7spdQP2 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.viygZCSd .M7spdQP2 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .M7spdQP2 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.viygZCSd .wlzH7F58 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.viygZCSd .wlzH7F58 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .wlzH7F58 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.viygZCSd .wlzH7F58 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .wlzH7F58 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.viygZCSd .wlzH7F58 .ant-select-selection-item {
  border-radius: 4px;
  border: none;
  background: rgba(0, 112, 244, 0.07);
}
.viygZCSd .Uo6vjdPk {
  padding: 0px 10px 0px 0px;
}
.viygZCSd .Gj5kQM9c {
  padding: 0px 10px 0px 10px;
}
.viygZCSd .L6j_yUQz {
  padding: 0px 0px 0px 10px;
}
.viygZCSd .UHgmzBEy {
  display: flex;
  justify-content: center;
}
.viygZCSd .UHgmzBEy .SPuRgily {
  color: var(--blue-ribbon);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border-color: var(--blue-ribbon);
  width: 127px;
  height: 22px;
}
.viygZCSd .UHgmzBEy .SPuRgily:hover {
  background: var(--table-edit-mode);
}
.viygZCSd .UHgmzBEy .SPuRgily .Rnh7OLsE {
  margin-right: 5px;
}
.viygZCSd .aps2sMx3 {
  background: var(--table-edit-mode);
  border-radius: 3px;
  padding: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.viygZCSd .aps2sMx3 .NnSaU9cd {
  margin-top: 12px;
}
.viygZCSd .aps2sMx3 .NnSaU9cd:first-of-type {
  margin-top: 0px;
}
.viygZCSd .aps2sMx3 .NnSaU9cd input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.viygZCSd .aps2sMx3 .ant-input-affix-wrapper {
  padding: 0;
}
.viygZCSd .aps2sMx3 .ant-input-prefix {
  margin: 0;
}
.viygZCSd .aps2sMx3 .iyKNokvs {
  margin-top: 12px;
}
.viygZCSd .aps2sMx3 .iyKNokvs:first-of-type {
  margin-top: 0px;
}
.viygZCSd .aps2sMx3 .iyKNokvs input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.viygZCSd .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.viygZCSd .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: 0px;
}
.viygZCSd .YySWltOu {
  margin-bottom: 10px;
}
.viygZCSd .YySWltOu .ant-radio-inner {
  border-color: var(--nepal-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.ldAOmC3n {
  width: 100%;
}
.ldAOmC3n .qYlePK1v {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.ldAOmC3n .MtNkuEK0 {
  display: flex;
  justify-content: space-between;
}
.ldAOmC3n .wpnHjKeS {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.ldAOmC3n .ant-input-affix-wrapper-disabled {
  background: var(--botticelli-green-a50);
}
.ldAOmC3n .ant-input-prefix {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  margin-top: -5px;
  margin-left: -12px;
  margin-right: 8px;
  border-right: 1px solid var(--botticelli-blue);
}
.ldAOmC3n .jIMGH5O7 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  height: 32px;
  border-radius: 3px;
  border: none;
  border: 1px solid var(--botticelli-blue);
}
.ldAOmC3n .jIMGH5O7:hover {
  border: 1px solid var(--botticelli-blue);
}
.ldAOmC3n .jIMGH5O7 input {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.ldAOmC3n .jIMGH5O7 .QAZqgKOA {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  margin-top: 2px;
  margin-left: 2px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Db7vthN6 {
  display: flex;
  align-items: center;
  color: var(--nepal-blue);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 12px;
  height: 22px;
  border: 1px solid var(--botticelli-blue);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.Db7vthN6:hover {
  background-color: var(--ghost-white);
}
.Db7vthN6:hover span {
  color: var(--nepal-blue);
}
.Db7vthN6 .gE7yc6HE {
  background-color: var(--nepal-blue);
  height: 9px;
  width: 9px;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.Db7vthN6 .gE7yc6HE .Aelgy9k7 {
  margin: auto;
  background-color: var(--white);
  border-radius: 0.5px;
  width: 5px;
  height: 1px;
}
.x_bhVYTA {
  color: var(--white);
  background: var(--pewter-blue);
}
.x_bhVYTA:hover {
  background: var(--pewter-blue);
}
.x_bhVYTA .Rvc9VpNr {
  background: var(--white);
}
.x_bhVYTA .Aelgy9k7.uGS4MEaQ {
  background-color: var(--pewter-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-item:empty {
  display: none;
}
.ant-space-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.oM5KnSod {
  height: calc(100vh - 60px);
  margin-top: 63px;
  overflow-x: hidden;
}
.oM5KnSod .kR_xbfBe {
  background-color: #f3f6f8;
}
.oM5KnSod .kR_xbfBe .IU1ViKWj {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
}
.oM5KnSod .kR_xbfBe .IU1ViKWj .imnLucnl {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.oM5KnSod .kR_xbfBe .IU1ViKWj .imnLucnl .D4oYJ2dO {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.oM5KnSod .kR_xbfBe .IU1ViKWj .OPpqXQfe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 768px) {
  .oM5KnSod .kR_xbfBe .IU1ViKWj .OPpqXQfe {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .oM5KnSod .kR_xbfBe .IU1ViKWj .OPpqXQfe {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.oM5KnSod .kR_xbfBe .IU1ViKWj .AvqoG4z1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .oM5KnSod .kR_xbfBe .IU1ViKWj .AvqoG4z1 {
    width: 90%;
    padding: 0 16px;
  }
}
.oM5KnSod .kR_xbfBe .IU1ViKWj .SX_fBp99 {
  color: var(--white);
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 400px) {
  .oM5KnSod .kR_xbfBe .IU1ViKWj .SX_fBp99 {
    font-size: 20px;
    line-height: 27px;
  }
  .oM5KnSod .kR_xbfBe .IU1ViKWj .SX_fBp99 br {
    display: none;
  }
}
.oM5KnSod .kR_xbfBe .IU1ViKWj .Ic4MxJke {
  height: 40px;
  border-radius: 96px;
  background-color: var(--white);
  color: var(--primary-lite);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0 30px 0 30px;
  margin-top: 35px;
}
.oM5KnSod .kR_xbfBe .IU1ViKWj .Ic4MxJke:hover {
  background-color: var(--clear-sky-lite);
}
.oM5KnSod .kR_xbfBe .ACEKW9yi {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 {
  min-height: 400px;
  height: 50vw;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 {
    align-items: flex-start;
    justify-content: flex-start;
    max-height: none;
    height: 100%;
  }
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68:nth-child(1) ._7ROLXx4u > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68:nth-child(1) ._7ROLXx4u > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68:nth-child(2) ._7ROLXx4u > div {
    background-position-x: 0%;
  }
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .E32KIgcZ {
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .E32KIgcZ {
    width: 55%;
  }
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .E32KIgcZ {
    order: 1;
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .E32KIgcZ .z8oJziWF {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 {
  position: relative;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .ZHNjXzwg {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .ZHNjXzwg {
    transform: rotate(-7deg);
    right: -28px;
    height: 111px;
    width: 200%;
    bottom: -130px;
  }
}
@media (max-width: 500px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .ZHNjXzwg {
    bottom: -100px;
  }
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 {
  height: 100%;
  padding: 0 100px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 {
    padding: 0 80px 0 60px;
  }
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 60px;
  }
}
@media (max-width: 450px) {
  .oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 {
    padding: 0 40px 0 30px;
  }
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 .S1sWUv6B {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 .QZjd0mkb {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 .JiMJTDvC {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.oM5KnSod .kR_xbfBe .ACEKW9yi .sr7d_q68 .NJK89Ja6 .AvqoG4z1 .GY84RHNP {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX {
  padding: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: left;
  background-position-y: bottom;
  width: 100vw;
}
@media (min-width: 1580px) {
  .oM5KnSod .kR_xbfBe .gR7Ze2MX {
    padding: 80px 150px 80px 150px;
  }
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .gR7Ze2MX {
    padding: 40px;
    background-size: 70%;
    background-position-x: left;
    background-position-y: bottom;
  }
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX .n701llhL {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20%;
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX .n701llhL .RByoc8ni {
  font-family: Poppins;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX .n701llhL .JiMJTDvC {
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX .xoO4rOws {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .gR7Ze2MX .xoO4rOws {
    margin: 50px 0 50px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX .xoO4rOws .C2ECbpxl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX .xoO4rOws .C2ECbpxl .uIwZ0YAV {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px;
  height: 20px;
}
@media (max-width: 900px) {
  .oM5KnSod .kR_xbfBe .gR7Ze2MX .xoO4rOws .C2ECbpxl .uIwZ0YAV {
    margin: 23px 0 23px 0;
  }
}
.oM5KnSod .kR_xbfBe .gR7Ze2MX .xoO4rOws .C2ECbpxl .uIwZ0YAV .GY84RHNP {
  margin-left: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1220px) {
  .oM5KnSod .kR_xbfBe .gR7Ze2MX .xoO4rOws .C2ECbpxl .uIwZ0YAV .GY84RHNP {
    white-space: nowrap;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.r8lxErUX {
  background: var(--picton-blue);
  opacity: 0.8;
  padding: 60px;
  width: 100%;
}
.r8lxErUX .k6jM8mKi .HB8EcuPP {
  color: var(--white);
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
}
.r8lxErUX .k6jM8mKi .wknZUJxi {
  margin: 15px 0 15px 0;
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--white);
}
.r8lxErUX .k6jM8mKi .c0_n3TLU {
  width: 35%;
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
@media (max-width: 900px) {
  .r8lxErUX .k6jM8mKi .c0_n3TLU {
    width: 70%;
  }
}
@media (max-width: 460px) {
  .r8lxErUX .k6jM8mKi .c0_n3TLU {
    width: 100%;
  }
}
.r8lxErUX .zKr4xpXr {
  position: relative;
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 40px 0 40px;
}
@media (max-width: 550px) {
  .r8lxErUX .zKr4xpXr {
    padding: 0;
  }
}
@media (max-width: 460px) {
  .r8lxErUX .zKr4xpXr {
    flex-direction: column;
  }
}
.r8lxErUX .zKr4xpXr .c3TofByO {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.r8lxErUX .zKr4xpXr .c3TofByO .DYE9orLl {
  bottom: 0;
  margin-top: 10px;
  font-family: Poppins;
  color: var(--white);
  font-size: 22px;
  white-space: nowrap;
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.xYJDJCK7 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px;
}
.xYJDJCK7 .Fjd9MUaY {
  width: 720px;
  height: fit-content;
  border-radius: 8px;
  background-color: var(--white);
}
.xYJDJCK7 .Fjd9MUaY .rB938MNL {
  height: 164px;
  background-image: url("/img/background-lines-top-right-2.png"), linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.xYJDJCK7 .Fjd9MUaY .rB938MNL .oXzyJwwx {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 32px;
  line-height: 27px;
  color: var(--white);
  margin: 10px;
}
.xYJDJCK7 .Fjd9MUaY .rB938MNL .Q0E6UXn6 {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
  margin: 5px;
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 164px);
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b .qlzQeYIZ {
  margin: 25px;
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b .LMffIT8H {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--table-grey);
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b .LMffIT8H .ZXmrH1Vb {
  font-weight: 700;
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b .LMffIT8H .CO30HRZC {
  margin: 20px;
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b .yLuqx2E3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b .yLuqx2E3 .BMTQjtU5 {
  width: 288px;
  height: 54px;
  border-radius: 96px;
  text-transform: capitalize;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--white);
}
.xYJDJCK7 .Fjd9MUaY .E0eZP7_b .yLuqx2E3 .eW2ZZPN7 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--blue-ribbon);
  margin: 10px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.sTygDMMi {
  margin-top: 25px;
}
.MCPEC4FL {
  color: var(--white);
}
.iB8zxiKH {
  color: var(--slate-grey-a65);
}
.ckGB190R {
  padding: 0px 20px;
}
.ckGB190R .CaF2ztGX {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
}
.ckGB190R .djsTjINJ {
  color: var(--blue-ribbon);
  font-size: 44px;
  font-weight: 600;
  font-family: "Poppins";
}
.ckGB190R .JbOlvhVC {
  margin-top: 25px;
}
.ckGB190R .JbOlvhVC .SQsFdq7c {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--darkest-blue);
}
.ckGB190R .JbOlvhVC ._hAGBMcz {
  font-weight: 600;
  font-size: 32px;
  font-family: "Poppins";
}
.ckGB190R .JbOlvhVC .gs87sEHr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ckGB190R .JbOlvhVC .gs87sEHr .hPbhbJAt {
  color: var(--dark-grey);
  font-weight: 500;
  width: 275px;
}
.ckGB190R .JbOlvhVC .gs87sEHr ._71YOLHu {
  color: var(--darkest-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
}
.ckGB190R .JbOlvhVC .gs87sEHr ._71YOLHu .OTRLZkUK .VlL0Ck9c {
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  font-family: "Poppins";
}
.ckGB190R .JbOlvhVC .gs87sEHr ._71YOLHu .OTRLZkUK .aKIbzPx2 {
  font-weight: 600;
  font-size: 20px;
  font-family: "Poppins";
}
.ckGB190R .JbOlvhVC .gs87sEHr ._71YOLHu .LUbXMl3A {
  font-weight: 500;
  line-height: 17px;
  font-family: "Poppins";
}
.ckGB190R ._o0fqvwm {
  color: var(--dark-grey);
  font-weight: 500;
  width: 260px;
  margin: 25px 0px;
}
.ckGB190R ._o0fqvwm .E1jpHmT_ {
  cursor: pointer;
  color: var(--blue-ribbon);
}
.ckGB190R .ZpWjA52C {
  margin: 40px 0px;
}
.ckGB190R .ZpWjA52C .CAvntzJI {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.ckGB190R .ZpWjA52C .CAvntzJI input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.ckGB190R .ZpWjA52C .gePUS5Oh {
  max-width: 20%;
}
.ckGB190R .ZpWjA52C .Ra_0D_wo {
  min-width: 30%;
}
.ckGB190R .ZpWjA52C .MZR4ecwi {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  margin-bottom: 10px;
}
.ckGB190R .ZpWjA52C .MZR4ecwi input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.ckGB190R .ZpWjA52C .MZR4ecwi .ant-select-arrow {
  height: 22px;
  width: 20px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-blue);
  background: var(--white);
  right: 9px;
}
.ckGB190R .ZpWjA52C .MZR4ecwi .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.ckGB190R .ZpWjA52C .MZR4ecwi .ant-select-selector input {
  font-weight: 500;
}
.ckGB190R .ZpWjA52C .MZR4ecwi .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  font-weight: 500;
}
.ckGB190R .ZpWjA52C .MZR4ecwi .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ckGB190R .ZpWjA52C .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.ckGB190R .ZpWjA52C .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: -8px;
}
.ckGB190R .yjVjpoti .pnsOI5f3 {
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px;
  height: 36px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  margin-top: 3px;
  margin-bottom: 8px;
}
.ckGB190R .yjVjpoti .qYKXW76v {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 15px 15px;
}
.ckGB190R .yjVjpoti .qYKXW76v .Sgyrf7BX {
  width: 238px;
  height: 45px;
}
.MKTRBpW6 {
  margin-top: 25px;
  text-transform: none;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 200;
}
.sosI4Sv_ {
  margin-top: 25px;
  text-transform: none;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 200;
  margin: 0;
  color: var(--slate-grey-a65);
}
.l62dPs3k {
  margin-top: 25px;
  text-transform: none;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 200;
  margin: 0;
  color: var(--white);
}
.lBXmEutB {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.lBXmEutB .dNsHj9Tn {
  margin-right: 10px;
  color: var(--white-a65);
}
.wlVRt_wS {
  display: flex;
  align-items: center;
}
.wlVRt_wS .ant-checkbox {
  margin-right: 6px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-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;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child {
  border-bottom: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.bWkgI2wu {
  margin: 15px 8px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.bWkgI2wu .QdBGD9gK {
  display: flex;
  justify-content: center;
  font-family: "Poppins";
  font-size: 20px;
}
.bWkgI2wu .yn7zzMzM {
  width: 315px;
  height: 100%;
  border: 2px solid;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .ant-collapse-header {
  cursor: text;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: none;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  padding: 0px;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .ant-collapse-content > .ant-collapse-content-box {
  padding: 0px;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .hzoAKPFv {
  line-height: 20px;
  margin: 0px 4px;
  height: 80px;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .hzoAKPFv .Pswqp3DS {
  font-weight: 600;
  color: var(--body-font);
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .Es0dmmnR {
  width: 160px;
  border: 1px solid;
  min-width: unset;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .sY1PXSJJ {
  margin-left: -4px;
  margin-right: 6px;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .sY1PXSJJ .qjwZyXyo {
  padding-inline-start: 15px;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .sY1PXSJJ .qjwZyXyo .LAjJP7ZJ {
  color: var(--body-font);
  font-weight: 400;
}
.bWkgI2wu .yn7zzMzM .PND1RFQi .NiGydPKR {
  text-align: center;
  font-weight: 600;
  font-family: "Barlow";
  cursor: pointer;
  margin-top: -20px;
  margin-bottom: 10px;
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA {
  margin-bottom: 15px;
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA .DIODJJCl {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Poppins";
  font-weight: 600;
  height: 90px;
  color: var(--darkest-blue);
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA .DIODJJCl div:nth-child(1) {
  font-size: 44px;
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA .DIODJJCl span:nth-child(2) {
  font-size: 18px;
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA .DIODJJCl div:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA .F4yMW8lA {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA .F4yMW8lA .LLzl1m3i {
  width: 230px;
  height: 45px;
  box-shadow: 0px 4.29167px 8.58333px -2.14583px rgba(0, 0, 0, 0.06), 0px 8.58333px 12.875px -2.14583px rgba(0, 0, 0, 0.1);
}
.bWkgI2wu .yn7zzMzM ._ehq1mUA .F4yMW8lA .ant-btn[disabled] {
  color: rgba(0, 0, 0, 0.25) !important;
  background: var(--white-smoke) !important;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.d5WjZFG6 {
  background: var(--white);
  border-radius: 10px;
  padding: 25px;
  margin: 50px;
  width: fit-content;
  background-image: url("/img/background-lines-top-right-3.png");
  background-size: 350px;
  background-position: right top;
  background-repeat: no-repeat;
}
.ItNisn8g {
  background: var(--white);
  padding: 50px;
  border-radius: 10px;
}
.W0vItbHT {
  display: flex;
  flex-direction: column;
}
.W0vItbHT .qM6oozqG {
  width: 70%;
  min-width: 315px;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-left: 8px;
}
.W0vItbHT .qM6oozqG .b2mB5wZf {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 44px;
  color: var(--blue-ribbon);
}
.W0vItbHT .qM6oozqG .DP6Xkp_i {
  font-weight: 500;
  color: var(--dark-grey);
}
.W0vItbHT .AaTv_puR {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.yz3dTisv {
  width: 100%;
  background-image: url("/img/background-lines-top-right-4.png"), linear-gradient(90deg, var(--onahau-blue) 0%, var(--sparkling-snow) 100%);
  position: relative;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: auto;
  height: 100%;
  padding: 100px 30px 100px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yz3dTisv .KlKnyIpI {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .yz3dTisv .KlKnyIpI {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 600px) {
  .yz3dTisv .KlKnyIpI {
    padding: 30px 20px 50px 20px;
  }
}
.yz3dTisv .KlKnyIpI .Lx5CtXbX {
  margin-bottom: 50px;
}
.yz3dTisv .KlKnyIpI .Lx5CtXbX .VgV8H3SO {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--table-grey);
}
.yz3dTisv .KlKnyIpI .Lx5CtXbX .lfw20z1V {
  font-family: "Barlow";
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: var(--table-grey);
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ {
  background: var(--white);
  padding: 50px;
  width: fit-content;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .yz3dTisv .KlKnyIpI .rnkDW8E_ {
    flex-direction: column;
    align-items: center;
  }
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .elHdDdOJ {
  width: 472px;
  min-height: 779px;
  background-color: var(--white);
  margin: 20px;
  padding: 20px 20px 40px 20px;
  border-radius: 12px;
}
@media (max-width: 530px) {
  .yz3dTisv .KlKnyIpI .rnkDW8E_ .elHdDdOJ {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .elHdDdOJ:nth-child(2) .T4_DOWe0 > .TNOWXtGE:nth-child(1) .vOf01RY0 {
  font-weight: bold !important;
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .hCYLTMz4 {
  width: 472px;
  min-height: 779px;
  background-color: var(--white);
  margin: 20px;
  padding: 20px 20px 40px 20px;
  border-radius: 12px;
  min-height: 100%;
  padding: 20px;
}
@media (max-width: 530px) {
  .yz3dTisv .KlKnyIpI .rnkDW8E_ .hCYLTMz4 {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .hCYLTMz4:nth-child(2) .T4_DOWe0 > .TNOWXtGE:nth-child(1) .vOf01RY0 {
  font-weight: bold !important;
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .T4_DOWe0 {
  margin: 15px 15px 40px 15px;
}
@media (max-width: 800px) {
  .yz3dTisv .KlKnyIpI .rnkDW8E_ .T4_DOWe0 {
    margin: 0px;
  }
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .T4_DOWe0 .TNOWXtGE {
  margin: 15px;
  display: flex;
  align-items: center;
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .T4_DOWe0 .TNOWXtGE .vOf01RY0 {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .XF_j7aMM {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .XF_j7aMM .PNgpm4Gc {
  border: none;
  border-radius: 87px;
  box-shadow: none;
  height: 32px;
}
.yz3dTisv .KlKnyIpI .rnkDW8E_ .XF_j7aMM .PNgpm4Gc span {
  text-transform: unset;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 0 12px;
  transition: all 0.5s;
}
.EIDSDWLV .ant-modal-content {
  background: linear-gradient(95.7deg, var(--maya-blue) 12.17%, var(--blue-ribbon) 93.24%);
  width: fit-content;
}
.EIDSDWLV .ant-modal-body {
  position: relative;
  border-radius: 0px 0px 12px 12px;
}
.EIDSDWLV .ant-modal-header {
  border: none;
  background: transparent;
}
.EIDSDWLV .ant-modal-close-x svg {
  color: var(--white);
}
.EIDSDWLV .KlKnyIpI {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.EIDSDWLV .KlKnyIpI .Ix69YJN8 {
  padding: 20px 70px 40px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: var(--white);
}
@media (max-width: 600px) {
  .EIDSDWLV .KlKnyIpI .Ix69YJN8 {
    font-size: 28px;
    padding: 20px 0px 0px 0px;
  }
}
.EIDSDWLV .KlKnyIpI .rnkDW8E_ {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .EIDSDWLV .KlKnyIpI .rnkDW8E_ {
    flex-direction: column;
    align-items: center;
  }
}
.EIDSDWLV .KlKnyIpI .rnkDW8E_ .JRrjlZ_B {
  margin: 20px;
  background-color: var(--white);
  width: 100%;
  max-width: 450px;
  padding: 50px 10px 30px 10px;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .EIDSDWLV .KlKnyIpI .rnkDW8E_ .JRrjlZ_B {
    padding: 30px 0px 30px 0px;
  }
}
.EIDSDWLV .KlKnyIpI .rnkDW8E_ .JRrjlZ_B .p4GzDD7T {
  max-height: 29px;
}
.EIDSDWLV .KlKnyIpI .rnkDW8E_ .l1MQY_k_ {
  margin: 20px;
  background-color: var(--white);
  width: 100%;
  max-width: 450px;
  padding: 50px 10px 30px 10px;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 20px 30px;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .EIDSDWLV .KlKnyIpI .rnkDW8E_ .l1MQY_k_ {
    padding: 30px 0px 30px 0px;
  }
}
.EIDSDWLV .KlKnyIpI .rnkDW8E_ .l1MQY_k_ .p4GzDD7T {
  max-height: 29px;
}
.EIDSDWLV .KlKnyIpI .rnkDW8E_ .l1MQY_k_ .ZFptGl3w {
  color: var(--darker-blue);
}
.EIDSDWLV .KlKnyIpI .rnkDW8E_ .l1MQY_k_ .OD8hJBMV {
  color: var(--blue-ribbon);
  cursor: pointer;
}
.JRrjlZ_B {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 35px 0;
}
@media (max-width: 530px) {
  .JRrjlZ_B {
    margin: 20px 0px 20px 0px;
  }
}
.JRrjlZ_B .ohHiEh4V {
  color: var(--hit-gray);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
.JRrjlZ_B .p4GzDD7T {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 34px;
  line-height: 25px;
  text-align: center;
  color: var(--darker-blue);
}
.JRrjlZ_B .p4GzDD7T .seYvVjPg {
  background: linear-gradient(95.7deg, var(--heliotrope-magenta) 12.17%, var(--trusted-purple) 93.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.JRrjlZ_B .kexYvNJl {
  width: 100%;
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
}
.JRrjlZ_B .kexYvNJl .tlzUyVVf {
  font-weight: 500;
  font-size: 20px;
  align-self: flex-start;
}
.JRrjlZ_B .kexYvNJl .J2xthZQc {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}
.JRrjlZ_B .kexYvNJl .EMNwx4Xn {
  font-weight: 500;
  font-size: 20px;
  align-self: flex-start;
  align-self: flex-end;
}
.JRrjlZ_B .PNgpm4Gc {
  height: 38px;
  width: 156px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.JRrjlZ_B .GQqDmTTi {
  margin-top: 20px;
  height: 20px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: var(--hit-gray);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

._LtSRV1P {
  padding-top: 64px;
  background-color: #f3f6f8;
}
._LtSRV1P .dj8lX9I_ {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
}
._LtSRV1P .dj8lX9I_ .ojfXbQ1k {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
._LtSRV1P .dj8lX9I_ .ojfXbQ1k .Z5ebuKre {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
._LtSRV1P .dj8lX9I_ .WZ8SG3Eq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 768px) {
  ._LtSRV1P .dj8lX9I_ .WZ8SG3Eq {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  ._LtSRV1P .dj8lX9I_ .WZ8SG3Eq {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
._LtSRV1P .dj8lX9I_ .gQLxSbn4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 768px) {
  ._LtSRV1P .dj8lX9I_ .gQLxSbn4 {
    width: 90%;
    padding: 0 16px;
  }
}
._LtSRV1P .dj8lX9I_ .T18RO6Mn {
  color: var(--white);
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  margin: 12px;
}
@media (max-width: 400px) {
  ._LtSRV1P .dj8lX9I_ .T18RO6Mn {
    font-size: 40px;
    line-height: 40px;
    margin: 12px;
  }
  ._LtSRV1P .dj8lX9I_ .T18RO6Mn br {
    display: none;
  }
}
._LtSRV1P .dj8lX9I_ .uifEI_1M {
  color: var(--white);
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 400px) {
  ._LtSRV1P .dj8lX9I_ .uifEI_1M {
    font-size: 20px;
    line-height: 27px;
  }
  ._LtSRV1P .dj8lX9I_ .uifEI_1M br {
    display: none;
  }
}
._LtSRV1P .dj8lX9I_ .HRM439Bj {
  height: 40px;
  border-radius: 96px;
  background-color: var(--white);
  color: var(--primary-lite);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0 30px 0 30px;
  margin-top: 35px;
}
._LtSRV1P .dj8lX9I_ .HRM439Bj:hover {
  background-color: var(--clear-sky-lite);
}
._LtSRV1P .t2Z3gUk5 {
  background: #012343;
  min-height: 289px;
}
._LtSRV1P .t2Z3gUk5 .HRM439Bj {
  height: 40px;
  border-radius: 96px;
  background-color: var(--primary-lite);
  color: var(--clear-sky-lite);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0 30px 0 30px;
  margin-top: 35px;
}
._LtSRV1P .t2Z3gUk5 .HRM439Bj:hover {
  background-color: var(--bondi-blue);
}
._LtSRV1P .t2Z3gUk5 .Vbf7Y1gi {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
._LtSRV1P .t2Z3gUk5 .HBv0Rpdy {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
._LtSRV1P .t2Z3gUk5 .bztmMtxv {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
._LtSRV1P .Fyw_5mxt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
._LtSRV1P .Fyw_5mxt .JDJMlStI {
  min-height: 400px;
  height: 50vw;
  max-height: 432px;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}
@media (max-width: 900px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI {
    align-items: flex-start;
    justify-content: flex-start;
    max-height: none;
    height: 100%;
  }
}
._LtSRV1P .Fyw_5mxt .JDJMlStI:nth-child(1) .wsAi_DY_ > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI:nth-child(1) .wsAi_DY_ > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI:nth-child(2) .wsAi_DY_ > div {
    background-position-x: 0%;
  }
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .__Ha9JI3 {
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .__Ha9JI3 {
    width: 55%;
  }
}
@media (max-width: 900px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .__Ha9JI3 {
    order: 1;
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .__Ha9JI3 .sNtXWtTP {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM {
  position: relative;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 1150px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM {
    width: 45%;
  }
}
@media (max-width: 900px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .IJEyFq8x {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 900px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .IJEyFq8x {
    transform: rotate(-7deg);
    right: -28px;
    height: 111px;
    width: 200%;
    bottom: -130px;
  }
}
@media (max-width: 500px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .IJEyFq8x {
    bottom: -100px;
  }
}
@media (max-width: 900px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 {
  height: 100%;
  padding: 0 100px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 {
    padding: 0 80px 0 60px;
  }
}
@media (max-width: 900px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 60px;
  }
}
@media (max-width: 450px) {
  ._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 {
    padding: 0 40px 0 30px;
  }
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 .Vbf7Y1gi {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 .HBv0Rpdy {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 .bztmMtxv {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
._LtSRV1P .Fyw_5mxt .JDJMlStI .Id01AmGM .gQLxSbn4 .Li2kJWhC {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
._LtSRV1P .HwdEZWRg {
  padding: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: left;
  background-position-y: bottom;
  width: 100vw;
}
@media (min-width: 1580px) {
  ._LtSRV1P .HwdEZWRg {
    padding: 80px 150px 80px 150px;
  }
}
@media (max-width: 900px) {
  ._LtSRV1P .HwdEZWRg {
    padding: 40px;
    background-size: 70%;
    background-position-x: left;
    background-position-y: bottom;
  }
}
._LtSRV1P .HwdEZWRg .CIwAm6mh {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20%;
}
._LtSRV1P .HwdEZWRg .CIwAm6mh .VXKY5Egn {
  font-family: Poppins;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
._LtSRV1P .HwdEZWRg .CIwAm6mh .bztmMtxv {
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
._LtSRV1P .HwdEZWRg .EHJviyvO {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 900px) {
  ._LtSRV1P .HwdEZWRg .EHJviyvO {
    margin: 50px 0 50px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
._LtSRV1P .HwdEZWRg .EHJviyvO .ENEpiTgo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
._LtSRV1P .HwdEZWRg .EHJviyvO .ENEpiTgo .L_rLR7xH {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px;
  height: 20px;
}
@media (max-width: 900px) {
  ._LtSRV1P .HwdEZWRg .EHJviyvO .ENEpiTgo .L_rLR7xH {
    margin: 23px 0 23px 0;
  }
}
._LtSRV1P .HwdEZWRg .EHJviyvO .ENEpiTgo .L_rLR7xH .Li2kJWhC {
  margin-left: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1220px) {
  ._LtSRV1P .HwdEZWRg .EHJviyvO .ENEpiTgo .L_rLR7xH .Li2kJWhC {
    white-space: nowrap;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.DuSV_fZ6 {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.DuSV_fZ6 h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
.DuSV_fZ6 h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 100;
}
.DuSV_fZ6 h4 {
  position: relative;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.DuSV_fZ6 h4:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.DuSV_fZ6 h4:after .DuSV_fZ6 h4.URADFYvR {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.DuSV_fZ6 h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.DuSV_fZ6 h6 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.lhg2tPE_ {
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  background-color: #000;
}
.lhg2tPE_ .phBODyPo {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.lhg2tPE_ .phBODyPo .NuBAGCsG {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.lhg2tPE_ .xu19UMYp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/solar-carousel_video_screenshot.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 768px) {
  .lhg2tPE_ .xu19UMYp {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .lhg2tPE_ .xu19UMYp {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.lhg2tPE_ .ifHONRmK {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 32, 32, 0.4);
  z-index: 2;
}
.lhg2tPE_ .x2pPV55h {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .lhg2tPE_ .x2pPV55h {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
.lhg2tPE_ .zrYEyJjX {
  font-family: "Poppins", "Barlow", sans-serif;
  font-size: 54px;
  line-height: 50px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .lhg2tPE_ .zrYEyJjX {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 475px) {
  .lhg2tPE_ .zrYEyJjX {
    font-size: 24px;
    line-height: 24px;
  }
}
.lhg2tPE_ .GCWe7LXI {
  color: var(--white);
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .lhg2tPE_ .GCWe7LXI {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 475px) {
  .lhg2tPE_ .GCWe7LXI {
    font-size: 14px;
    line-height: 19px;
  }
  .lhg2tPE_ .GCWe7LXI br {
    display: none;
  }
}
.lhg2tPE_ .ntuOiDag {
  display: flex;
}
.lhg2tPE_ .ntuOiDag .ZDaVFixF {
  height: 40px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: var(--white);
  border: 1px solid var(--primary-lite);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  color: var(--primary-lite);
}
.lhg2tPE_ .ntuOiDag .ZDaVFixF::placeholder {
  color: var(--primary-lite);
}
.lhg2tPE_ .ntuOiDag .rmvi2Flw {
  width: 264px;
  height: 40px;
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.lhg2tPE_ .ntuOiDag .rmvi2Flw:hover {
  background-color: var(--primary-lite-highlighted);
}
@media (max-width: 768px) {
  .lhg2tPE_ .ntuOiDag {
    flex-direction: column;
  }
  .lhg2tPE_ .ntuOiDag .ZDaVFixF {
    margin-bottom: 20px;
    width: 228px;
  }
}
.nWYND0xF {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.nWYND0xF .Oue2vTBf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.nWYND0xF .Oue2vTBf:hover,
.nWYND0xF .Oue2vTBf:focus {
  transform: scale(1.05);
}
.nWYND0xF .Oue2vTBf::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.nWYND0xF:hover .Oue2vTBf:before {
  opacity: 0.3;
}
.nWYND0xF .Oue2vTBf::before {
  background-color: #000;
}
.nWYND0xF:hover .Oue2vTBf:before {
  opacity: 0.1;
}
.a_m_Es3U {
  width: 100%;
  background-color: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a_m_Es3U .TWE1kIhh {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 70px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.a_m_Es3U .TWE1kIhh::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 60px;
  background-color: var(--light-grey);
}
.a_m_Es3U .TWE1kIhh .zrYEyJjX {
  font-weight: 700;
  margin-bottom: 24px;
}
.a_m_Es3U .TWE1kIhh .QHoAHk70 {
  text-align: center;
}
.a_m_Es3U ._HEphYj3::before {
  display: none;
}
.a_m_Es3U .rZDOwlkT {
  width: calc(100% - 100px);
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .a_m_Es3U .rZDOwlkT {
    width: calc(100% - 64px);
  }
}
@media (max-width: 475px) {
  .a_m_Es3U .rZDOwlkT {
    width: calc(100% - 32px);
  }
}
.a_m_Es3U .iuRjB3he {
  display: flex;
  width: 100%;
  position: relative;
}
.a_m_Es3U .iuRjB3he:nth-child(2) {
  margin-top: 64px;
  justify-content: flex-end;
}
.a_m_Es3U .iuRjB3he:nth-child(2) .VldNuYJT {
  left: 0;
  right: auto;
}
@media (max-width: 998px) {
  .a_m_Es3U .iuRjB3he .CABd4VOB {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.a_m_Es3U .iuRjB3he .ttZ0g2rp {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
  height: 36vw;
  max-height: 520px;
  width: 74vw;
  max-width: 1060px;
}
.a_m_Es3U .iuRjB3he .ttZ0g2rp .Oue2vTBf {
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 998px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp {
    width: 100%;
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp {
    height: 60vw;
  }
}
@media (max-width: 475px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp {
    height: 65vw;
  }
}
.a_m_Es3U .iuRjB3he .ttZ0g2rp .NqwgDvIP {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Juan.jpg");
  background-position-x: 50%;
  background-position-y: 50%;
}
@media (max-width: 768px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .NqwgDvIP {
    background-position-y: 75%;
  }
}
@media (max-width: 475px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .NqwgDvIP {
    background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Juan_mobile.jpg");
    background-position-y: 50%;
  }
}
.a_m_Es3U .iuRjB3he .ttZ0g2rp .gJypksm8 {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_PujaAmish.jpg");
}
@media (max-width: 998px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .gJypksm8 {
    background-position-x: 25%;
    background-position-y: 25%;
  }
}
@media (max-width: 475px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .gJypksm8 {
    background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_PujaAmish_mobile.jpg");
    background-position-x: 35%;
  }
}
.a_m_Es3U .iuRjB3he .ttZ0g2rp .LEtsRv8K {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_John.jpg");
  background-position-x: 20%;
  background-position-y: 20%;
}
@media (max-width: 768px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .LEtsRv8K {
    background-position-x: 30%;
    background-position-y: 0%;
  }
}
@media (max-width: 475px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .LEtsRv8K {
    background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_John_mobile.jpg");
    background-position-x: 50%;
  }
}
.a_m_Es3U .iuRjB3he .ttZ0g2rp .j08rwzLF {
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Kristy.jpg");
  background-position-x: 50%;
}
@media (max-width: 768px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .j08rwzLF {
    background-position-x: 60%;
  }
}
@media (max-width: 475px) {
  .a_m_Es3U .iuRjB3he .ttZ0g2rp .j08rwzLF {
    background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Kristy_mobile.jpg");
    background-position-x: 50%;
  }
}
.a_m_Es3U .iuRjB3he .VldNuYJT {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-color: var(--white);
  z-index: 2;
  max-height: 324px;
  height: 36vw;
  width: 410px;
  padding: 50px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .a_m_Es3U .iuRjB3he .VldNuYJT {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
    max-height: none;
    background-color: var(--cream);
  }
}
.a_m_Es3U .iuRjB3he .VldNuYJT .Qv143cd3 {
  width: 293px;
}
.a_m_Es3U .iuRjB3he .VldNuYJT .Qv143cd3 .icNZVE2t {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  color: var(--table-grey);
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .a_m_Es3U .iuRjB3he .VldNuYJT .Qv143cd3 {
    width: 100%;
    margin-bottom: 33px;
  }
}
.a_m_Es3U .iuRjB3he .VldNuYJT .okWeW243 {
  width: 229px;
  height: 52px;
  min-height: 52px;
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
.a_m_Es3U .iuRjB3he .VldNuYJT .okWeW243 .OpDPJj_2 {
  font-size: 21px;
  margin-left: 12px;
}
.a_m_Es3U .iuRjB3he .VldNuYJT .okWeW243:hover {
  background-color: var(--primary-lite-highlighted);
}
.fS7mMqnn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fS7mMqnn img {
  width: 100vw;
  height: 43vw;
}
.ix36S_mM {
  width: 100%;
  background-color: var(--tangaroa);
  padding: 64px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ix36S_mM .x2pPV55h {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}
.ix36S_mM .kDsicf3W {
  margin-bottom: 16px;
  color: var(--white);
}
.ix36S_mM .b6gb0D7Y {
  color: var(--white);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  max-width: 768px;
  margin-bottom: 32px;
  text-align: center;
}
.ix36S_mM .rZDOwlkT {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .ix36S_mM .rZDOwlkT {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.ix36S_mM .rZDOwlkT .VldNuYJT {
  position: relative;
  overflow: hidden;
  width: 193px;
  height: 254px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  padding: 32px 24px;
  z-index: 1;
  background-color: var(--white);
  margin-top: 8px;
}
.ix36S_mM .rZDOwlkT .VldNuYJT:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .ix36S_mM .rZDOwlkT .VldNuYJT:not(:last-child) {
    margin-right: 0;
  }
}
.ix36S_mM .rZDOwlkT .Oue2vTBf {
  background-position: center 50%;
}
.ix36S_mM .rZDOwlkT .NcplUJAM {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #ffffff 30%, rgba(255, 255, 255, 0) 70%);
  z-index: 2;
}
.ix36S_mM .rZDOwlkT .RysMi6GL {
  z-index: 3;
  font-size: 14px;
  line-height: 17px;
  width: 70%;
}
.QZACqJ2O {
  width: 100%;
  padding: 46px;
  background-color: var(--tangaroa);
  display: flex;
  justify-content: center;
  align-items: center;
}
.QZACqJ2O .x2pPV55h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.QZACqJ2O .icNZVE2t {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.QZACqJ2O .b6gb0D7Y {
  color: var(--white);
  text-align: center;
  margin-bottom: 37px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.QZACqJ2O .xyhkl7_u {
  display: flex;
}
.QZACqJ2O .xyhkl7_u .ZDaVFixF {
  height: 36px;
  width: 144px;
  border-radius: 2px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid var(--regent-gray);
  background-color: transparent;
  color: var(--white);
  margin-right: 16px;
  text-align: center;
  font-weight: 400;
}
.QZACqJ2O .xyhkl7_u .ZDaVFixF::placeholder {
  color: var(--white);
}
.QZACqJ2O .xyhkl7_u .rmvi2Flw {
  background-color: var(--primary-lite);
  height: 36px;
  width: 165px;
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.QZACqJ2O .xyhkl7_u .rmvi2Flw:hover {
  background-color: var(--primary-lite-highlighted);
}
.tI6WPLzJ {
  width: 100%;
  padding: 46px;
  background-color: var(--tangaroa);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
.tI6WPLzJ .x2pPV55h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tI6WPLzJ .icNZVE2t {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.tI6WPLzJ .b6gb0D7Y {
  color: var(--white);
  text-align: center;
  margin-bottom: 37px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.tI6WPLzJ .xyhkl7_u {
  display: flex;
}
.tI6WPLzJ .xyhkl7_u .ZDaVFixF {
  height: 36px;
  width: 144px;
  border-radius: 2px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid var(--regent-gray);
  background-color: transparent;
  color: var(--white);
  margin-right: 16px;
  text-align: center;
  font-weight: 400;
}
.tI6WPLzJ .xyhkl7_u .ZDaVFixF::placeholder {
  color: var(--white);
}
.tI6WPLzJ .xyhkl7_u .rmvi2Flw {
  background-color: var(--primary-lite);
  height: 36px;
  width: 165px;
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.tI6WPLzJ .xyhkl7_u .rmvi2Flw:hover {
  background-color: var(--primary-lite-highlighted);
}
.tI6WPLzJ .x2pPV55h .icNZVE2t,
.tI6WPLzJ .x2pPV55h .b6gb0D7Y,
.tI6WPLzJ .xyhkl7_u .ZDaVFixF,
.tI6WPLzJ .xyhkl7_u .ZDaVFixF::placeholder {
  color: var(--table-grey);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.su1lpEZo {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.yJqSPJmk {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.yJqSPJmk .PeuySZ67 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.yJqSPJmk .PeuySZ67:hover,
.yJqSPJmk .PeuySZ67:focus {
  transform: scale(1.05);
}
.yJqSPJmk .PeuySZ67::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.yJqSPJmk:hover .PeuySZ67:before {
  opacity: 0.3;
}
.yJqSPJmk .PeuySZ67::before {
  background-color: #000;
}
.yJqSPJmk:hover .PeuySZ67:before {
  opacity: 0.1;
}
.lsd85pQg {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  background-color: var(--dark-veil-black);
  color: var(--white);
}
.lsd85pQg .mK8l9Pcx {
  width: 100%;
  height: 100%;
  margin: auto;
}
.lsd85pQg .mK8l9Pcx .T5sIqjT5 {
  width: 100%;
  height: 100%;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/faq/faq_Header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lsd85pQg .mK8l9Pcx .jBPjwNKZ {
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(100%);
}
.lsd85pQg .mK8l9Pcx .jBPjwNKZ .mK8l9Pcx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 128px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
}
.lsd85pQg .mK8l9Pcx .jBPjwNKZ .TuOLATSH {
  width: 100%;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 50px;
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 600;
}
.lsd85pQg .mK8l9Pcx .jBPjwNKZ .nRnWNAMy {
  margin: 20px 0px;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
}
.lsd85pQg .mK8l9Pcx .jBPjwNKZ .WcCZrIkT {
  height: 40px;
  width: 200px;
  color: var(--white);
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.lsd85pQg .mK8l9Pcx .jBPjwNKZ .WcCZrIkT:hover {
  background-color: var(--primary-lite-highlighted);
}
.hx20F639 {
  margin-top: 60px;
  margin-bottom: 72px;
  width: 100%;
  background-color: #f5f7f9;
}
.hx20F639 .IwdZTXN4 {
  transition: all 0.2s ease-in-out;
}
.hx20F639 .mK8l9Pcx {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0px 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .hx20F639 .mK8l9Pcx {
    padding: 0px 20px;
  }
}
.hx20F639 .mK8l9Pcx .Z8be2T_T {
  cursor: pointer;
  flex: 1 0 30%;
  z-index: 10;
  color: var(--white);
  min-width: 290px;
  max-width: 47.5%;
  height: 508px;
  margin: 0px 11px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: black;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
}
@media (max-width: 738px) {
  .hx20F639 .mK8l9Pcx .Z8be2T_T {
    width: 100%;
    max-width: unset;
  }
}
.hx20F639 .mK8l9Pcx .Z8be2T_T .nDI9zLGb {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  height: calc(110%);
  z-index: 0;
  border-radius: 4px;
}
.hx20F639 .mK8l9Pcx .Z8be2T_T .nDI9zLGb::before {
  background-color: transparent;
}
.hx20F639 .mK8l9Pcx .Z8be2T_T .nDI9zLGb .d4XkHnVE {
  height: 90%;
  background: linear-gradient(transparent 50%, black);
}
.hx20F639 .mK8l9Pcx .Z8be2T_T .qen1k1cy {
  position: absolute;
  bottom: 30px;
  height: 94px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: linear-gradient(transparent 60%, black);
  max-width: 400px;
  padding: 0px 40px;
}
.hx20F639 .mK8l9Pcx .Z8be2T_T .uC1VYCQw {
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  font-family: "Poppins", "Barlow", sans-serif;
}
.hx20F639 .mK8l9Pcx .Z8be2T_T .lnfgf_Js {
  transition: all 0.2s ease-in-out;
  margin-left: -16px;
  width: 70px;
  height: 36px;
  background-image: url(/img/powur-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 8px;
}
.hx20F639 .mK8l9Pcx .Z8be2T_T .swnVCdOb {
  transition: all 0.2s ease-in-out;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
  margin-bottom: 6px;
  margin-top: 4px;
}
.AV1zO5zU {
  width: 100%;
  background-color: var(--cream);
}
.AV1zO5zU .XDVENLTV {
  width: 100%;
  height: 84px;
  background: var(--dark-charcoal);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.AV1zO5zU .XDVENLTV .GmjIV3el {
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  color: var(--white);
}
.AV1zO5zU .mK8l9Pcx {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AV1zO5zU .mK8l9Pcx .DG1XFMhf {
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  margin: 9px 0px 24px 0px;
}
.AV1zO5zU .mK8l9Pcx .uC1VYCQw {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.HLvyaXFp {
  height: 64px;
  background: linear-gradient(90.94deg, var(--royal-peacock-blue) 29.17%, var(--holiday-blue) 78.39%);
}
.HLvyaXFp ._fOQykPT {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
}
.HLvyaXFp ._fOQykPT .O9psZZts {
  position: relative;
  top: 2px;
}
.yalIcy9t {
  height: calc(100vh);
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  flex-direction: column;
}
.QuyLGW7L {
  width: 720px;
  max-width: 100vw;
  margin: 0 16px;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.XttL4uJJ {
  max-width: 720px !important;
  width: 100%;
}
.XttL4uJJ .iYgdrQ81 {
  min-height: 164px;
  background: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
  padding: 45px 30px 0 30px;
  width: 100%;
  height: 164px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  .XttL4uJJ .iYgdrQ81 {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.XttL4uJJ .iYgdrQ81 .H0gpZ3dw {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.XttL4uJJ .iYgdrQ81 .q2vbyOAM {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .XttL4uJJ .iYgdrQ81 .H0gpZ3dw {
    font-size: 16px;
  }
  .XttL4uJJ .iYgdrQ81 .q2vbyOAM {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .XttL4uJJ .iYgdrQ81 .H0gpZ3dw {
    font-size: 14px;
  }
  .XttL4uJJ .iYgdrQ81 .q2vbyOAM {
    font-size: 10px;
  }
}
.XttL4uJJ .dreY2UP4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.XttL4uJJ .dreY2UP4 .e8181FgF {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.XttL4uJJ .dreY2UP4 .rCh0LHTB {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.XttL4uJJ .PHaiDZjc {
  width: 80%;
  margin: 0 auto;
}
.XttL4uJJ .PHaiDZjc .ant-legacy-form-item {
  margin-bottom: 12px;
}
.XttL4uJJ .PHaiDZjc .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.XttL4uJJ .PHaiDZjc .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.XttL4uJJ .PHaiDZjc .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.XttL4uJJ .PHaiDZjc .xrfXQuPD {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.XttL4uJJ .PHaiDZjc .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.XttL4uJJ .PHaiDZjc .jStmAWhG {
  display: flex;
  justify-content: center;
  align-items: center;
}
.XttL4uJJ .PHaiDZjc .aGLpfMtR {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.XttL4uJJ .PHaiDZjc .aGLpfMtR input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.XttL4uJJ .PHaiDZjc .qk_svozT {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.XttL4uJJ .PHaiDZjc .qk_svozT input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.XttL4uJJ .PHaiDZjc .qk_svozT .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.XttL4uJJ .PHaiDZjc .tlVAeT58 {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.XttL4uJJ .PHaiDZjc .tlVAeT58 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.XttL4uJJ .PHaiDZjc .tlVAeT58 .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.XttL4uJJ .PHaiDZjc .tlVAeT58 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.XttL4uJJ .PHaiDZjc .tlVAeT58 .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.XttL4uJJ .x81Zv9P9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 47px 0 24px 0;
}
.XttL4uJJ .x81Zv9P9 .xk16ng6n {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .XttL4uJJ .x81Zv9P9 .xk16ng6n {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .XttL4uJJ .x81Zv9P9 .xk16ng6n {
    font-size: 14px;
    width: 228px;
  }
}
.XttL4uJJ .x81Zv9P9 .R67SgZLV {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .XttL4uJJ .x81Zv9P9 .R67SgZLV {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .XttL4uJJ .x81Zv9P9 .R67SgZLV {
    font-size: 14px;
    width: 228px;
  }
}
.SEBQw_pW {
  max-width: 720px !important;
  max-width: 720px;
  width: 100%;
  height: 369px;
  max-height: 369px;
}
.SEBQw_pW .iYgdrQ81 {
  min-height: 164px;
  background: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
  padding: 45px 30px 0 30px;
  width: 100%;
  height: 164px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  .SEBQw_pW .iYgdrQ81 {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.SEBQw_pW .iYgdrQ81 .H0gpZ3dw {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.SEBQw_pW .iYgdrQ81 .q2vbyOAM {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .SEBQw_pW .iYgdrQ81 .H0gpZ3dw {
    font-size: 16px;
  }
  .SEBQw_pW .iYgdrQ81 .q2vbyOAM {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .SEBQw_pW .iYgdrQ81 .H0gpZ3dw {
    font-size: 14px;
  }
  .SEBQw_pW .iYgdrQ81 .q2vbyOAM {
    font-size: 10px;
  }
}
.SEBQw_pW .dreY2UP4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.SEBQw_pW .dreY2UP4 .e8181FgF {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.SEBQw_pW .dreY2UP4 .rCh0LHTB {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.SEBQw_pW .PHaiDZjc {
  width: 80%;
  margin: 0 auto;
}
.SEBQw_pW .PHaiDZjc .ant-legacy-form-item {
  margin-bottom: 12px;
}
.SEBQw_pW .PHaiDZjc .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.SEBQw_pW .PHaiDZjc .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.SEBQw_pW .PHaiDZjc .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.SEBQw_pW .PHaiDZjc .xrfXQuPD {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.SEBQw_pW .PHaiDZjc .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.SEBQw_pW .PHaiDZjc .jStmAWhG {
  display: flex;
  justify-content: center;
  align-items: center;
}
.SEBQw_pW .PHaiDZjc .aGLpfMtR {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.SEBQw_pW .PHaiDZjc .aGLpfMtR input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.SEBQw_pW .PHaiDZjc .qk_svozT {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.SEBQw_pW .PHaiDZjc .qk_svozT input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.SEBQw_pW .PHaiDZjc .qk_svozT .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.SEBQw_pW .PHaiDZjc .tlVAeT58 {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.SEBQw_pW .PHaiDZjc .tlVAeT58 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.SEBQw_pW .PHaiDZjc .tlVAeT58 .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.SEBQw_pW .PHaiDZjc .tlVAeT58 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.SEBQw_pW .PHaiDZjc .tlVAeT58 .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.SEBQw_pW .x81Zv9P9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 47px 0 24px 0;
}
.SEBQw_pW .x81Zv9P9 .xk16ng6n {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .SEBQw_pW .x81Zv9P9 .xk16ng6n {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .SEBQw_pW .x81Zv9P9 .xk16ng6n {
    font-size: 14px;
    width: 228px;
  }
}
.SEBQw_pW .x81Zv9P9 .R67SgZLV {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .SEBQw_pW .x81Zv9P9 .R67SgZLV {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .SEBQw_pW .x81Zv9P9 .R67SgZLV {
    font-size: 14px;
    width: 228px;
  }
}
.SEBQw_pW .ant-modal-header {
  min-height: 82px;
  text-align: center;
  padding-top: 24px;
  background-color: var(--primary-lite);
}
@media (max-width: 575px) {
  .SEBQw_pW .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.SEBQw_pW .iYgdrQ81 {
  min-height: 82px;
  height: 82px;
  padding: 0;
}
.SEBQw_pW .H0gpZ3dw {
  height: 100%;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  color: var(--white);
}
.SEBQw_pW .tc3yYp3j {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--table-grey);
}
@media (max-width: 775px) {
  .SEBQw_pW .tc3yYp3j {
    width: 90%;
    padding: 10px;
  }
}
.SEBQw_pW .oZ71i86k {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.SEBQw_pW .oZ71i86k .xk16ng6n {
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
  width: 170px;
}
.SEBQw_pW .oZ71i86k .xk16ng6n:hover {
  background-color: var(--primary-lite-highlighted);
}
.g4t1Yhqd {
  background-color: var(--cream);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.PCP3bMyf {
  padding-top: 64px;
}
.PCP3bMyf .EruITy0_ .xs8JtwhF {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
}
.PCP3bMyf .EruITy0_ .HKJexl53 {
  color: var(--text-dark);
  color: var(--white);
  font-size: 24pt;
  font-weight: 400;
  line-height: 28pt;
  padding-bottom: 25px;
  text-align: center;
  text-align: left;
}
.PCP3bMyf .EruITy0_ .GIUPUC30 {
  text-align: center;
  font-size: 18pt;
  line-height: 22pt;
  font-weight: 300;
  color: var(--text-dark);
  text-align: left;
  color: var(--white);
}
.PCP3bMyf .EruITy0_ .NLJXCrba {
  font-size: 12pt;
  font-weight: 300;
  text-align: left;
  color: var(--white);
}
.PCP3bMyf .EruITy0_ .fuujhL20,
.PCP3bMyf .EruITy0_ .aox7rELE {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background-color: var(--primary-color);
}
.PCP3bMyf .EruITy0_ .fuujhL20 .ufhC6Y0J,
.PCP3bMyf .EruITy0_ .aox7rELE .ufhC6Y0J {
  color: var(--white);
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
}
.PCP3bMyf .EruITy0_ .fuujhL20 .ufhC6Y0J .SEzFqJOA,
.PCP3bMyf .EruITy0_ .aox7rELE .ufhC6Y0J .SEzFqJOA {
  font-weight: 600;
}
.PCP3bMyf .EruITy0_ .fuujhL20.fuujhL20,
.PCP3bMyf .EruITy0_ .aox7rELE.fuujhL20 {
  justify-content: space-between;
}
.PCP3bMyf .EruITy0_ .fuujhL20.fuujhL20 .NJAmGAfG,
.PCP3bMyf .EruITy0_ .aox7rELE.fuujhL20 .NJAmGAfG {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.PCP3bMyf .EruITy0_ .fuujhL20.fuujhL20 .NJAmGAfG .Sl8A8NHz .ufhC6Y0J,
.PCP3bMyf .EruITy0_ .aox7rELE.fuujhL20 .NJAmGAfG .Sl8A8NHz .ufhC6Y0J {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0px 16px;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq {
  height: 720px;
  position: relative;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .XDR3K2bE {
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .XDR3K2bE .FZrmc0ka {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .sv49zjoN {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/join/powur-consultant_carousel_screenshot.jpg");
  width: 100%;
  height: 100%;
  position: absolute;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG {
  position: absolute;
  width: 100%;
  height: 720px;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .IdFaJaO6 {
  color: var(--white);
  text-align: center;
  width: 60%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .IdFaJaO6 {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .IdFaJaO6 {
    font-size: 30px;
  }
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .g6IHSMFn {
  color: var(--white);
  width: 60%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-transform: unset;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 800px) {
  .PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .g6IHSMFn {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .g6IHSMFn {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .g6IHSMFn {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .g6IHSMFn {
    font-size: 16px;
  }
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .Psn3Mlnx {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .qnoY131y {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--white);
  margin-top: 20px;
  margin-bottom: 110px;
}
.PCP3bMyf .EruITy0_ .MCA0WeCq .BnEGRvFG .qnoY131y:hover {
  border-color: var(--primary-lite);
  color: var(--primary-lite);
}
.PCP3bMyf .EruITy0_ .mmEzj1hY {
  min-height: 400px;
  height: 50vw;
  display: flex;
  flex-wrap: wrap;
}
.PCP3bMyf .EruITy0_ .mmEzj1hY:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY {
    min-height: 520px;
    height: unset;
    align-items: flex-start;
  }
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .up1p2DmA {
  width: 65%;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .up1p2DmA {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .up1p2DmA {
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .up1p2DmA .gOZxFYZk {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .j_S3th0Q {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .j_S3th0Q {
    height: 203px;
  }
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .fihVwaEQ {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .fihVwaEQ {
    height: 203px;
  }
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .X5l2Euuu {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .X5l2Euuu {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .X5l2Euuu {
    padding: 0 40px 0 30px;
  }
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .X5l2Euuu .bBUxr3Bb .QnP5mQE1 {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .X5l2Euuu .bBUxr3Bb .V6A3iNKv {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .X5l2Euuu .bBUxr3Bb .PCvo4chg {
  margin-bottom: 18px;
  color: var(--lead-black);
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.PCP3bMyf .EruITy0_ .mmEzj1hY .mqffyYmo .X5l2Euuu .bBUxr3Bb .NLJXCrba {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.PCP3bMyf .EruITy0_ .S4swzBsf {
  background-color: var(--cultured-white);
  height: 70px;
  width: 100%;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz {
  min-height: 400px;
  height: 50vw;
  flex-wrap: wrap;
  background-color: var(--tangaroa);
  min-height: 289px;
  height: 289px;
  display: flex;
  align-items: center;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz {
    min-height: 520px;
    height: unset;
    align-items: flex-start;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .up1p2DmA {
  width: 65%;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .up1p2DmA {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .up1p2DmA {
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .up1p2DmA .gOZxFYZk {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .j_S3th0Q {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .j_S3th0Q {
    height: 203px;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .fihVwaEQ {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .fihVwaEQ {
    height: 203px;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .X5l2Euuu {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .X5l2Euuu {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .X5l2Euuu {
    padding: 0 40px 0 30px;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .X5l2Euuu .bBUxr3Bb .QnP5mQE1 {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .X5l2Euuu .bBUxr3Bb .V6A3iNKv {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .X5l2Euuu .bBUxr3Bb .PCvo4chg {
  margin-bottom: 18px;
  color: var(--lead-black);
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .mqffyYmo .X5l2Euuu .bBUxr3Bb .NLJXCrba {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz:nth-child(odd) {
  flex-direction: unset;
}
@media (max-width: 992px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz {
    min-height: 340px;
    padding-top: 60px;
    align-items: flex-start;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .fuujhL20 {
  color: var(--white);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  background-color: transparent;
  text-transform: uppercase;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .V6A3iNKv {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin-bottom: 20px;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .Lx1xxXp6 {
  min-width: 335px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 20px;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di {
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: center;
  align-items: flex-start;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .CB6wbCpr {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
@media (max-width: 1200px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .CB6wbCpr {
    width: 100%;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .kcRgC9CU,
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .AI7TXjtS {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--primary-color);
  border-color: var(--primary-color);
  max-width: 234px;
}
@media (max-width: 1200px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .kcRgC9CU,
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .AI7TXjtS {
    width: 100%;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di ._AQubdJR {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 18px;
  max-width: 234px;
}
@media (max-width: 1200px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di ._AQubdJR {
    width: 100%;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .AI7TXjtS {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}
@media (max-width: 1200px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .AI7TXjtS {
    width: 100%;
  }
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .M5dNR8Di .AI7TXjtS:hover {
  color: var(--primary-lite);
  border-color: var(--primary-lite);
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .nNiiIMV0 {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.PCP3bMyf .EruITy0_ .Mn9vk8Iz .nNiiIMV0 img {
  position: absolute;
  height: 120%;
  width: auto;
  left: -40px;
  top: -30px;
}
@media (max-width: 1220px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .nNiiIMV0 img {
    left: 80px;
  }
}
@media (max-width: 992px) {
  .PCP3bMyf .EruITy0_ .Mn9vk8Iz .nNiiIMV0 {
    display: none;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.WBHVHvQz {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.WBHVHvQz .ruNJHWrf {
  position: relative;
}
.WBHVHvQz .ruNJHWrf .LYanbQkY {
  width: 100%;
  height: 720px;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/licenses/licenses_Header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.WBHVHvQz .ruNJHWrf .SYHYUrYi {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.WBHVHvQz .ruNJHWrf .SYHYUrYi .oRA3F15N {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.WBHVHvQz .ruNJHWrf .SYHYUrYi .oRA3F15N .Zaf3gmzl {
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--white);
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 92%;
}
@media (max-width: 505px) {
  .WBHVHvQz .ruNJHWrf .SYHYUrYi .oRA3F15N .Zaf3gmzl {
    font-size: 40px;
  }
}
.WBHVHvQz .ruNJHWrf .SYHYUrYi .oRA3F15N .Tp8cEJAI {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media (max-width: 505px) {
  .WBHVHvQz .ruNJHWrf .SYHYUrYi .oRA3F15N .Tp8cEJAI {
    font-size: 16px;
  }
}
.WBHVHvQz .ruNJHWrf .SYHYUrYi .oRA3F15N .Sw_iz5XQ {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 40px;
  min-width: 144px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.WBHVHvQz .ruNJHWrf .SYHYUrYi .oRA3F15N .Sw_iz5XQ:hover {
  background-color: var(--primary-lite-highlighted);
}
.WBHVHvQz .hZTZ9pXU {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 310px;
  margin: auto;
  padding: 40px;
}
.WBHVHvQz .sOvGsLMB {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.WBHVHvQz .sOvGsLMB:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.WBHVHvQz .IYsBmqLP {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
}
.WBHVHvQz .pHks8hwd {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: calc(40%);
  position: relative;
}
@media (max-width: 715px) {
  .WBHVHvQz .pHks8hwd {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
  }
}
.WBHVHvQz .pHks8hwd input {
  margin: 3px 4px 3px 0;
  border-radius: 4px;
  color: var(--primary-color);
  border: none;
  padding: 2px 2px 2px 9px;
  width: 100%;
  border: 1px solid var(--botticelli-blue);
}
.WBHVHvQz .pHks8hwd ._gddh8dx {
  position: absolute;
  left: 0;
  width: calc(40%);
  height: 100%;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/licenses/licenses_Leftcolumn.jpg");
  background-position: 66% center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 715px) {
  .WBHVHvQz .pHks8hwd ._gddh8dx {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center 60%;
  }
}
.WBHVHvQz .pHks8hwd .LfeWFHAv {
  background-color: var(--cream);
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-bottom: 72px;
}
@media (max-width: 715px) {
  .WBHVHvQz .pHks8hwd .LfeWFHAv {
    padding-left: 72px;
  }
}
.WBHVHvQz .pHks8hwd .DF5b5OOD {
  margin-bottom: 48px;
  padding-right: 36px;
}
.WBHVHvQz .pHks8hwd .DF5b5OOD h4 {
  line-break: anywhere;
}
@media (max-width: 850px) {
  .WBHVHvQz .pHks8hwd .DF5b5OOD {
    margin-bottom: 30px;
  }
}
.WBHVHvQz .pHks8hwd .sOvGsLMB {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  margin-top: 72px;
  margin-bottom: 70px;
  text-align: left;
  width: auto;
}
.WBHVHvQz .pHks8hwd .sOvGsLMB:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.WBHVHvQz .pHks8hwd .sOvGsLMB:after {
  content: "";
  left: 0px;
  margin: 0;
}
@media (max-width: 715px) {
  .WBHVHvQz .pHks8hwd .sOvGsLMB {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    margin: 50px 0;
  }
  .WBHVHvQz .pHks8hwd .sOvGsLMB:after {
    content: "";
    left: -100px;
    margin: auto;
  }
}
.WBHVHvQz .pHks8hwd .PRyztUeJ {
  margin-top: 12px;
  width: 75%;
  max-width: 331px;
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .ant-form-item-explain-error {
  position: absolute;
  top: 40px;
  right: 4px;
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .Dj3W0lUV {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  color: var(--nepal-blue);
  text-transform: uppercase;
}
.WBHVHvQz .pHks8hwd .PRyztUeJ input {
  height: 30px;
  color: var(--dark-blue);
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .ant-select {
  max-width: 331px;
  margin-bottom: 12px;
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .ant-select-arrow {
  margin-top: -4px;
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .ant-select-selection-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--dark-blue);
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  margin-top: 4px;
  border-radius: 4px;
  color: var(--primary-color);
  border: 1px solid var(--botticelli-blue);
  padding: 0 9px;
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .ZmTeLgQR {
  margin-top: 12px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--dark-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.WBHVHvQz .pHks8hwd .PRyztUeJ .ZmTeLgQR span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
  text-transform: uppercase;
}
.WBHVHvQz .pHks8hwd .T_GVit4l {
  display: flex;
  align-items: center;
}
.WBHVHvQz .pHks8hwd .T_GVit4l .QeCWSKtJ {
  display: flex;
  align-items: center;
}
.WBHVHvQz .pHks8hwd .rcPNuCEk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  height: 22px;
  background: var(--scarlet);
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.WBHVHvQz .pHks8hwd .rcPNuCEk span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.WBHVHvQz .pHks8hwd .jiiaa9mf {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
}
.WBHVHvQz .pHks8hwd .IYsBmqLP {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
  cursor: text;
}
.WBHVHvQz .pHks8hwd .IYsBmqLP:before {
  content: "";
  padding-left: 9px;
  color: var(--white);
  font-size: 20px;
  line-height: 22px;
  border-radius: 61px;
  width: 16px;
  height: 16px;
  background: var(--primary-lite);
  position: absolute;
  top: 12px;
  left: -40px;
  right: 0;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 850px) {
  .WBHVHvQz .pHks8hwd .IYsBmqLP {
    font-size: 26px;
  }
}
.WBHVHvQz .pHks8hwd .GKh2y6y_ {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
  cursor: text;
  margin-top: 44px;
}
.WBHVHvQz .pHks8hwd .GKh2y6y_:before {
  content: "";
  padding-left: 9px;
  color: var(--white);
  font-size: 20px;
  line-height: 22px;
  border-radius: 61px;
  width: 16px;
  height: 16px;
  background: var(--primary-lite);
  position: absolute;
  top: 12px;
  left: -40px;
  right: 0;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 850px) {
  .WBHVHvQz .pHks8hwd .GKh2y6y_ {
    font-size: 26px;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.vrJCCz27 {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(106.59deg, var(--congress-blue) 2.67%, var(--blue-ribbon) 46.33%, rgba(81, 242, 203, 0.83) 107.46%);
}
.vrJCCz27 .qRM4uOhi {
  width: 115px;
  cursor: pointer;
}
.vrJCCz27 .jqYNiBZW {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vrJCCz27 .KF5cWt1t {
  font-weight: 600;
  color: var(--picton-blue);
  font-family: "Poppins";
  letter-spacing: 0.03em;
  line-height: 14px;
}
.vrJCCz27 .KF5cWt1t .weG6y_Oq {
  cursor: pointer;
}
.vrJCCz27 .ant-radio-group {
  display: flex;
}
.vrJCCz27 .ant-radio-group .ant-radio-button-wrapper {
  margin: 5px;
  width: 162px;
  height: 190px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.vrJCCz27 .ant-radio-group .ant-radio-button-wrapper:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
}
.vrJCCz27 .ant-radio-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: transparent;
}
.vrJCCz27 .ant-radio-group .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: transparent;
}
.vrJCCz27 .Ji9IWjBf {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  justify-content: space-between;
}
.vrJCCz27 .Ji9IWjBf .atlm2mfX {
  width: 102px;
  background-color: var(--polar-blue);
  height: 102px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vrJCCz27 .Ji9IWjBf .GxG8VljJ {
  font-size: 16px;
  line-height: 19px;
  font-family: "Barlow";
  font-weight: 500;
  margin: 10px;
  padding: 0px 15px;
  text-align: center;
  color: var(--dark-blue);
}
.vrJCCz27 .Ji9IWjBf .d_UUUvlp {
  width: 33px;
  position: absolute;
  bottom: 75px;
  left: 35px;
  height: 20px;
  background: var(--polar-blue);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(-27.54deg);
}
.zcl7a_5L {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url("/img/background-lines-top-right.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.zcl7a_5L .PbuORJBN {
  position: relative;
  margin: 12px;
}
.zcl7a_5L .PbuORJBN .xjkdA93K {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px;
}
.zcl7a_5L .PbuORJBN .F9M8nyfP {
  background: linear-gradient(60.72deg, var(--gallery-gray) -9.09%, var(--distant-horizon) 95.77%);
  width: 765px;
  min-height: 457px;
  border-radius: 15px;
}
.zcl7a_5L .PbuORJBN .F9M8nyfP .K3HMe3Kg {
  display: flex;
  flex-direction: column;
  padding: 35px;
  align-items: center;
  height: fit-content;
}
.zcl7a_5L .PbuORJBN .F9M8nyfP .BWtco2c0 {
  display: flex;
  justify-content: flex-end;
}
.zcl7a_5L .PbuORJBN .F9M8nyfP .BWtco2c0 .EmwoXbK4 {
  width: 100%;
  height: 85%;
  border-radius: 0px 15px 0px 120px;
  object-fit: cover;
}
.zcl7a_5L .PbuORJBN .AOQcrsI4 {
  position: absolute;
  right: -40px;
  bottom: -20px;
}
.zcl7a_5L .KF5cWt1t {
  width: 765px;
  margin-left: 20px;
}
.y6SDukgl .H5uvOfmz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 8px;
}
.y6SDukgl .ivNvfMaA {
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
  align-items: center;
  background: url("/img/background-lines-bottom-left.png"), linear-gradient(60.72deg, var(--gallery-gray) -9.09%, var(--distant-horizon) 95.77%);
  width: 95vw;
  height: 80vh;
  position: relative;
  border-radius: 15px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.y6SDukgl .ivNvfMaA .GEuB741y {
  width: 100%;
}
.y6SDukgl .ivNvfMaA .QxmnhtTg {
  position: absolute;
  bottom: -45px;
}
.nzWH9oie {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.nzWH9oie .Vietmq4R {
  margin-top: -157px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nzWH9oie .Vietmq4R .Q_EqBqPG {
  width: 100px;
  display: flex;
  justify-content: center;
}
.nzWH9oie .Vietmq4R .Q_EqBqPG .k4NhwzL_ {
  max-width: 102px;
  max-height: 102px;
}
.DCdbImGC {
  width: 100%;
}
.DCdbImGC .fRI310xk {
  display: flex;
  align-items: flex-end;
}
.DCdbImGC .fRI310xk .KdZL8UX0 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 12px;
  margin: 0px 8px;
  color: var(--goldenrod);
}
.DCdbImGC .fRI310xk .MbwK0bzm {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 500;
  color: var(--blue-ribbon);
}
.DCdbImGC .lEW4RKW1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 344px;
  padding-left: 25px;
  padding-right: 15px;
  justify-content: flex-start;
}
.DCdbImGC .lEW4RKW1 .HDQRkdCq {
  display: inline-block;
  flex-grow: 2;
}
.DCdbImGC .lEW4RKW1 .HDQRkdCq .kvDZqjo8 {
  width: calc(100% - 4px);
  border: 1px solid var(--silver);
  background-color: var(--silver);
  margin: 2px;
  height: 3px;
}
.DCdbImGC .lEW4RKW1 .HDQRkdCq .S6KVGoh8 {
  width: calc(100% - 4px);
  border: 1px solid var(--goldenrod);
  background-color: var(--goldenrod);
  margin: 2px;
  height: 3px;
  cursor: pointer;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.ct7pjrRp {
  width: 100%;
  height: 350px;
  padding: 0px 25px;
}
.ct7pjrRp .fB9ioFvQ {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
.ct7pjrRp .gxt0ObLr {
  width: 100%;
  padding: 10px 0px;
}
.ct7pjrRp .gxt0ObLr input {
  width: calc(100% - 52px);
  height: 42px;
  border: none;
  outline: 2px solid white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ct7pjrRp .gxt0ObLr ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.ct7pjrRp .gxt0ObLr .nuj_No1j {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 45px;
}
.ct7pjrRp .ybftpHk6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ct7pjrRp .ybftpHk6 .v_7Uv6Kk {
  width: 270px;
  margin: 5px 0px;
}
.ct7pjrRp .ybftpHk6 .EuZVXt6V {
  width: 100%;
  padding: 5px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ct7pjrRp .ybftpHk6 .EuZVXt6V .Jtof_9H7 {
  font-family: "Poppins";
  color: var(--blue-ribbon);
  width: 100%;
  margin-bottom: 5px;
}
.ct7pjrRp .ybftpHk6 .EuZVXt6V .ant-radio-wrapper {
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 16px;
}
.ct7pjrRp .ybftpHk6 .EuZVXt6V .ant-radio-inner {
  border-color: var(--light-silver);
  background: var(--light-silver);
  width: 20px;
  height: 20px;
}
.ct7pjrRp .ybftpHk6 .EuZVXt6V .ant-radio-inner::after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: var(--blue-ribbon);
}
.ct7pjrRp .ybftpHk6 .TrVbi9S2 {
  width: 100%;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  color: var(--trolley-grey);
  margin: 12px 20px;
  padding-left: 12px;
}
.ct7pjrRp .ybftpHk6 .TrVbi9S2 .rpXP_nzb {
  cursor: pointer;
}
.ct7pjrRp .dro4bYpU {
  width: 100px;
  margin: -8px;
}
.ct7pjrRp .dro4bYpU .ant-divider-horizontal.ant-divider-with-text {
  border-top-color: var(--dark-grey);
}
.ct7pjrRp .dro4bYpU .ant-divider-horizontal {
  border-top-color: var(--explosive-gray);
}
.ct7pjrRp .dro4bYpU .ant-divider-inner-text {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 600;
}
.ct7pjrRp .Nz4klsJL {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0px;
  font-family: "Poppins";
  color: var(--dark-grey);
}
.ct7pjrRp .Nz4klsJL .UWS7tLBn {
  font-size: 20px;
}
.ct7pjrRp .Nz4klsJL .mThfJBaX {
  font-size: 14px;
}
.ct7pjrRp .i8n6IUli .dOKXjhKi {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.ct7pjrRp .i8n6IUli ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.ct7pjrRp .i8n6IUli .nlOUEenx {
  margin: 5px 0px;
}
.ct7pjrRp .i8n6IUli .nlOUEenx .ant-input-affix-wrapper {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.ct7pjrRp .i8n6IUli .nlOUEenx .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.ct7pjrRp .i8n6IUli .TnqTOuA4 {
  margin: 5px 0px;
}
.ct7pjrRp .i8n6IUli .TnqTOuA4 .ant-input {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.ct7pjrRp .i8n6IUli .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.ct7pjrRp .i8n6IUli .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.ct7pjrRp .i8n6IUli .raknL0Xc {
  margin: 12px 0px;
}
.ct7pjrRp .i8n6IUli .raknL0Xc .OYA8fctB {
  margin: 3px;
  font-family: "Poppins";
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.ct7pjrRp .i8n6IUli .raknL0Xc .OYA8fctB .s3mGzaC3 {
  margin: 0px 10px;
  display: flex;
}
.ct7pjrRp .PBO9yf9A {
  margin-top: 20px;
  width: 150px;
  height: 45px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.A3BVSK5l {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.A3BVSK5l .jefengev {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-blue);
  padding-left: 4px;
  margin: 4px 0 4px 4px;
  padding-left: 6px;
  border-left: 1px solid var(--primary-color);
  height: 18px;
}
.A3BVSK5l .ant-select-selection-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.A3BVSK5l .ant-select-arrow {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  width: 16px;
}
.A3BVSK5l .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none;
}
.A3BVSK5l .ant-select-suffix {
  color: var(--font-color-eastern-blue);
}
.A3BVSK5l .ant-select-selection-item {
  height: 32px !important;
  padding-right: 24px !important;
}
.A3BVSK5l .ant-select-selector {
  border: 1px solid var(--botticelli-blue) !important;
  height: 30px;
  border-radius: 3px !important;
}
.A3BVSK5l .ant-select {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.JfUlUxOW {
  width: 100%;
  padding: 0px 25px;
}
.JfUlUxOW .HD26nNFV {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
  margin-top: 10px;
}
.JfUlUxOW .L9DPWiZI input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.JfUlUxOW .L9DPWiZI ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.JfUlUxOW .L9DPWiZI .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.JfUlUxOW .L9DPWiZI .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.JfUlUxOW .L9DPWiZI .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.JfUlUxOW .L9DPWiZI .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-top: -9px;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.JfUlUxOW .L9DPWiZI .ant-select-arrow {
  margin-top: -25px;
}
.JfUlUxOW .L9DPWiZI .ant-select-arrow .caretIcon {
  height: 24px;
}
.JfUlUxOW .L9DPWiZI ._6ny7YTN {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.JfUlUxOW .MGAoypJ4 input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.JfUlUxOW .MGAoypJ4 ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.JfUlUxOW .MGAoypJ4 .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.JfUlUxOW .MGAoypJ4 .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.JfUlUxOW .MGAoypJ4 .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.JfUlUxOW .MGAoypJ4 .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-top: -9px;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.JfUlUxOW .MGAoypJ4 .ant-select-arrow {
  margin-top: -25px;
}
.JfUlUxOW .MGAoypJ4 .ant-select-arrow .caretIcon {
  height: 24px;
}
.JfUlUxOW .MGAoypJ4 ._6ny7YTN {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.JfUlUxOW .MGAoypJ4 .D9feOQMC {
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
}
.JfUlUxOW .MGAoypJ4 .D9feOQMC .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
}
.JfUlUxOW .MGAoypJ4 .JlDaAz8B {
  font-family: "Poppins";
  color: var(--dark-pink);
}
.JfUlUxOW .MGAoypJ4 .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid var(--dark-pink) !important;
}
.JfUlUxOW .Sd5RwDxj .ant-select-selector {
  padding: 9px;
}
.SXTp4BgP .ant-select-item-option-content {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
}
.SXTp4BgP:hover {
  background-color: var(--light-grey-a25);
}
.SXTp4BgP:hover .ant-select-item-option-content {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.hY0u4eBw {
  width: 100%;
  height: 100%;
}
.hY0u4eBw .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.hY0u4eBw .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-top: -9px;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.hY0u4eBw .eGy4Aw2n {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
  margin-top: 10px;
  line-height: 22px;
}
.hY0u4eBw .dk4oWjSm .eXiCrPRT {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--text-dark);
  font-style: italic;
  cursor: pointer;
}
.hY0u4eBw .m3xfMN_J {
  margin: 15px 0px;
  width: 145px;
  height: 45px;
}
.hY0u4eBw .EDHmfuB2 {
  margin-left: 5px;
}
.hY0u4eBw .EDHmfuB2 .Z3QADvw9 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
  margin-top: 10px;
  line-height: 22px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.hY0u4eBw .EDHmfuB2 .PYXidkyQ {
  margin-top: 25px;
}
.hY0u4eBw .W7q9xTqV {
  padding: 0px 25px;
  height: 324px;
}
.hY0u4eBw .W7q9xTqV .unTAtssW .uIPndl1A {
  margin-top: 10px;
}
.hY0u4eBw .W7q9xTqV .unTAtssW .uIPndl1A .ant-radio-wrapper {
  font-family: "Poppins";
  color: var(--text-dark);
  font-weight: 300;
  line-height: 21px;
  display: flex;
  align-items: flex-start;
}
.hY0u4eBw .W7q9xTqV .unTAtssW .uIPndl1A .ant-radio-wrapper .ant-radio-inner {
  height: 25px;
  width: 25px;
  border-width: 3px;
}
.hY0u4eBw .W7q9xTqV .unTAtssW .uIPndl1A .ant-space-item:last-child span.ant-radio + * {
  padding-top: 5px;
}
.hY0u4eBw .xSJuDnng {
  padding: 10px 25px;
  height: 325px;
}
.hY0u4eBw .xSJuDnng input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.hY0u4eBw .xSJuDnng ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.hY0u4eBw .xSJuDnng .XTyxpQSH .ant-select-selector {
  margin: 5px 0px;
  height: 42px;
  border: none !important;
}
.hY0u4eBw .xSJuDnng .XTyxpQSH .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.hY0u4eBw .xSJuDnng .XTyxpQSH .ant-form-item-control-input {
  width: 60%;
}
.hY0u4eBw .xSJuDnng .ant-select-arrow {
  margin-top: -25px;
}
.hY0u4eBw .xSJuDnng .ant-select-arrow .caretIcon {
  height: 24px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.CYPLgJZc {
  padding: 0px 0px 5px 25px;
  margin-top: -5px;
}
.CYPLgJZc .PvxPUapB {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.CYPLgJZc .PvxPUapB .zIH9KPWH {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
.CYPLgJZc .PvxPUapB .WpAMQRgI {
  text-align: right;
  font-size: 16px;
  font-family: "Barlow";
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  margin-top: -10px;
  color: var(--dark-blue);
}
.CYPLgJZc .PvxPUapB .WpAMQRgI .qWh6Cvlm {
  cursor: pointer;
  margin-left: 4px;
}
.CYPLgJZc .eabJnbUb {
  height: 245px;
  margin: 8px 0px;
}
.CYPLgJZc .eabJnbUb .sxZ3PhZ5 {
  border-radius: 3px;
}
.CYPLgJZc .zPSHvBr5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.CYPLgJZc .zPSHvBr5 .k9wMCuMB {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 280px;
  height: 45px;
}
.CYPLgJZc .zPSHvBr5 .k9wMCuMB .BtIls4qv {
  margin-right: 24px;
  margin-left: -24px;
}
.CYPLgJZc .zPSHvBr5 .kHDWLZ27 {
  font-family: "Poppins";
  color: var(--text-dark);
  margin: 15px;
}
.CYPLgJZc .GY89cKPl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 20px -20px 20px;
}
.CYPLgJZc .GY89cKPl .k9wMCuMB {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0px 0px -10px;
  width: 280px;
  height: 45px;
  font-size: 16px;
  font-family: "Poppins";
}
.CYPLgJZc .GY89cKPl .k9wMCuMB .BtIls4qv {
  margin-right: 24px;
  margin-left: -24px;
}
.CYPLgJZc .GY89cKPl .kHDWLZ27 {
  display: flex;
  justify-content: flex-end;
  font-family: "Barlow";
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.umCcJyzF {
  width: 100%;
  height: 325px;
  padding: 0px 25px;
}
.umCcJyzF .AzVyxjEw {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
.umCcJyzF .PG7miEvx {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.umCcJyzF ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.umCcJyzF .z7g2DbZu {
  margin: 5px 0px;
}
.umCcJyzF .z7g2DbZu .ant-input-affix-wrapper {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.umCcJyzF .z7g2DbZu .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.umCcJyzF .bJvobvDj {
  margin: 5px 0px;
}
.umCcJyzF .bJvobvDj .ant-input {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.umCcJyzF .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.umCcJyzF .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.umCcJyzF .r9VDTWQ1 {
  margin: 12px 0px;
}
.umCcJyzF .r9VDTWQ1 .SA5MyzOV {
  margin: 3px;
  font-family: "Poppins";
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.umCcJyzF .r9VDTWQ1 .SA5MyzOV .NBdRulST {
  margin: 0px 10px;
  display: flex;
}
.umCcJyzF .OfNc9VN5 {
  margin-top: 20px;
  width: 150px;
  height: 45px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Qtv2sCBe {
  width: 100%;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.o1y8nbSo {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.o1y8nbSo .FotjE2XX {
  position: relative;
}
.o1y8nbSo .FotjE2XX .tc_03mAo {
  width: 100%;
  height: 720px;
  background-image: url("https://powur-public.s3-us-west-1.amazonaws.com/assets/img/team-mission/about_Header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.o1y8nbSo .FotjE2XX .Tqy7C3rl {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.o1y8nbSo .FotjE2XX .Tqy7C3rl .djrb2FFA {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: auto 0;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
.o1y8nbSo .FotjE2XX .Tqy7C3rl .djrb2FFA .KmPbs9Od {
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--white);
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 100%;
  max-width: 660px;
}
@media (max-width: 505px) {
  .o1y8nbSo .FotjE2XX .Tqy7C3rl .djrb2FFA .KmPbs9Od {
    font-size: 40px;
  }
}
.o1y8nbSo .FotjE2XX .Tqy7C3rl .djrb2FFA .nptt4nGy {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  max-width: 400px;
}
@media (max-width: 505px) {
  .o1y8nbSo .FotjE2XX .Tqy7C3rl .djrb2FFA .nptt4nGy {
    font-size: 16px;
  }
}
.o1y8nbSo .FotjE2XX .Tqy7C3rl .djrb2FFA .XBijNLFz {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 40px;
  min-width: 144px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.o1y8nbSo .FotjE2XX .Tqy7C3rl .djrb2FFA .XBijNLFz:hover {
  background-color: var(--primary-lite-highlighted);
}
.o1y8nbSo .aIExhce8 {
  height: 60px;
  max-width: 500px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.o1y8nbSo .aIExhce8 .u0G_3R7J {
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.o1y8nbSo .aIExhce8 .u0G_3R7J .VtsYPYhh {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.o1y8nbSo .aIExhce8 .u0G_3R7J .VtsYPYhh .zvIyDc0o {
  cursor: pointer;
  color: var(--lead-black);
  margin-bottom: 4px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.o1y8nbSo .aIExhce8 .u0G_3R7J .VtsYPYhh .K0uLFy6y {
  visibility: hidden;
  height: 3px;
  width: 40px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: var(--picton-blue);
}
.o1y8nbSo .aIExhce8 .u0G_3R7J .VtsYPYhh .zvIyDc0o:hover + .K0uLFy6y {
  visibility: visible;
}
@media (max-width: 500px) {
  .o1y8nbSo .aIExhce8 .u0G_3R7J {
    max-width: 300px;
  }
}
.o1y8nbSo .p_Y5Gsqh {
  width: 100%;
  scroll-margin-top: 48px;
  min-height: 80px;
  background-color: var(--lead-black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.o1y8nbSo .p_Y5Gsqh .BMsOOOCI {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
@media (max-width: 800px) {
  .o1y8nbSo .p_Y5Gsqh {
    min-height: 70px;
  }
  .o1y8nbSo .p_Y5Gsqh .BMsOOOCI {
    font-size: 23px;
  }
}
@media (max-width: 580px) {
  .o1y8nbSo .p_Y5Gsqh {
    min-height: 60px;
  }
  .o1y8nbSo .p_Y5Gsqh .BMsOOOCI {
    font-size: 20px;
  }
}
.o1y8nbSo .kK6QQ3mc {
  width: 100%;
  scroll-margin-top: 48px;
  min-height: 80px;
  background-color: var(--lead-black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  padding-top: 55px;
  padding-bottom: 47px;
  background-color: var(--tangaroa);
}
.o1y8nbSo .kK6QQ3mc .BMsOOOCI {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
@media (max-width: 800px) {
  .o1y8nbSo .kK6QQ3mc {
    min-height: 70px;
  }
  .o1y8nbSo .kK6QQ3mc .BMsOOOCI {
    font-size: 23px;
  }
}
@media (max-width: 580px) {
  .o1y8nbSo .kK6QQ3mc {
    min-height: 60px;
  }
  .o1y8nbSo .kK6QQ3mc .BMsOOOCI {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .o1y8nbSo .kK6QQ3mc .BMsOOOCI {
    padding: 0 20px;
    text-align: center;
  }
}
.o1y8nbSo .kK6QQ3mc .nptt4nGy {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  padding: 15px 0 27px 0;
  font-weight: 100;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.o1y8nbSo .kK6QQ3mc .A3Fh591x {
  background-color: transparent;
  color: var(--white);
  border-radius: 96px;
  width: 180px;
  height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border: 1px solid #f3f6f8;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
.o1y8nbSo .kK6QQ3mc .A3Fh591x:hover {
  color: var(--picton-blue);
  border: 1px solid var(--picton-blue);
  transition: all 0.3s ease-in-out;
}
.o1y8nbSo .bRb0WRXM {
  background-color: var(--white);
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 50px;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .f1BMTgae {
  padding-top: 10px;
  padding-bottom: 50px;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .f1BMTgae .Ah8FEDX3 {
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  color: var(--table-grey);
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .KxTBB9OT {
  margin-top: 10px;
  display: block;
  color: var(--table-grey);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .RRQLU4MD {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  color: var(--table-badge-unread);
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .bPdLxrh2 {
  color: var(--botticelli-blue);
  font-size: 10px;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .QL5_MFK4 {
  padding: 0 4px;
  color: var(--lead-black);
  font-size: 10px;
  font-weight: 200;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media (max-width: 950px) {
  .o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO {
    flex-direction: column;
    padding: 0;
  }
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO .yfBnS11W {
  max-width: 53%;
  border-radius: 3px;
}
@media (max-width: 950px) {
  .o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO .yfBnS11W {
    width: 100%;
  }
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO .ZYtY8HOe {
  margin: 30px 0 30px 30px;
}
@media (max-width: 580px) {
  .o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO .ZYtY8HOe {
    margin: 20px 0;
  }
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO .ZYtY8HOe .fxC7MFyE {
  margin-top: 10px;
  display: block;
  color: var(--table-grey);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 25px;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO .ZYtY8HOe ._Iogi6YN {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--table-badge-unread);
  line-height: 23px;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .gNE4vdfO .ZYtY8HOe .rv_PmxFU {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--table-badge-unread);
  line-height: 23px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 16px;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus {
  flex: 1 0 21%;
  max-width: 25%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus {
    flex: 1 0 30%;
    max-width: 32%;
  }
}
@media (max-width: 580px) {
  .o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus {
    flex: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: unset;
  }
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus .te_Bklkv {
  display: flex;
  justify-content: center;
  width: 100%;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus .te_Bklkv .IWfHxV16 {
  width: calc(100% - 20px);
  border-radius: 3px;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus .djrb2FFA {
  width: 100%;
  padding-left: 14px;
}
@media (max-width: 580px) {
  .o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus .djrb2FFA {
    margin-top: 10px;
    padding-left: 0;
  }
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus .djrb2FFA .KxTBB9OT {
  text-transform: uppercase;
}
.o1y8nbSo .bRb0WRXM .xzEPbz0A .jwElaw2s .no4CvIus .djrb2FFA .RRQLU4MD {
  width: 90%;
  line-height: 16px;
  font-weight: 400;
}
.o1y8nbSo .DxRJLqEL {
  background-color: var(--lightest-grey);
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1080px) {
  .o1y8nbSo .DxRJLqEL .xzEPbz0A {
    width: 80%;
  }
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A .ZWLeoQhM {
  width: 2px;
  background-color: var(--light-grey);
  height: 60px;
  float: left;
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0;
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A section ._Iogi6YN {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A section .WvH9XJ9m {
  margin: 0;
  color: var(--table-grey);
  text-transform: none;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A section .WvH9XJ9m:first-of-type {
  margin-bottom: 12px;
}
@media (max-width: 1080px) {
  .o1y8nbSo .DxRJLqEL .xzEPbz0A section .WvH9XJ9m {
    font-size: 23px;
  }
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A .cy7XM9ia {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 580px) {
  .o1y8nbSo .DxRJLqEL .xzEPbz0A .cy7XM9ia {
    display: block;
  }
}
.o1y8nbSo .DxRJLqEL .xzEPbz0A .cy7XM9ia .c1doFLRF {
  margin: 12px 0;
  flex: 1 0 48%;
  color: var(--table-grey);
  min-width: 80px;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
}
@media (max-width: 1080px) {
  .o1y8nbSo .DxRJLqEL .xzEPbz0A .cy7XM9ia .c1doFLRF {
    flex: unset;
    display: block;
    padding: 8px;
    width: 100%;
    margin: 8px 0;
    font-size: 23px;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-picker-status-error.ant-picker,
.ant-picker-status-error.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-picker-status-error.ant-picker-focused,
.ant-picker-status-error.ant-picker:focus {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #faad14;
}
.ant-picker-status-warning.ant-picker-focused,
.ant-picker-status-warning.ant-picker:focus {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-picker-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.25);
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::-moz-placeholder {
  opacity: 1;
}
.ant-picker-input > input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-picker-input > input-sm {
  padding: 0px 7px;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-input-placeholder > input {
  color: #bfbfbf;
}
.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}
.ant-picker-small {
  padding: 0px 7px 0px;
}
.ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  pointer-events: none;
}
.ant-picker-suffix > * {
  vertical-align: top;
}
.ant-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
  vertical-align: top;
}
.ant-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #1890ff;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  transform: rotate(45deg);
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
  padding: 7.54247233px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-picker-range-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  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');
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  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);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.ant-picker-panel-container .ant-picker-panel table {
  text-align: center;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #1890ff;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.ant-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #1890ff;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1890ff;
  border-radius: 2px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #1890ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #7ec1ff;
  border-bottom: 1px dashed #7ec1ff;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #cbe6ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #cbe6ff;
  transition: all 0.3s;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #7ec1ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #1890ff;
}
.ant-picker-today-btn:hover {
  color: #40a9ff;
}
.ant-picker-today-btn:active {
  color: #096dd9;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #1890ff;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
  background: rgba(230, 247, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6f7ff;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #7ec1ff;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #7ec1ff;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-error {
  color: #ff4d4f;
  background: #fff2f0;
  border-color: #ffccc7;
}
.ant-tag-warning {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.HAprnQ7Z .Ci7TXx6E {
  color: var(--dark-periwinkle);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Barlow";
  font-style: normal;
}
.HAprnQ7Z .ant-picker-clear {
  opacity: 1;
}
.HAprnQ7Z .ant-picker-clear svg {
  fill: var(--nepal-blue);
}
.HAprnQ7Z .iNelXipx .ant-picker-suffix {
  margin-left: 1px;
  margin-right: 10px;
  order: -1;
  border-right: 1px solid var(--botticelli-blue);
  height: 100%;
  padding: 7px 5px;
}
.HAprnQ7Z .iNelXipx .ant-picker-input {
  width: 60px;
}
.HAprnQ7Z .P114B1A8 .ant-picker-active-bar {
  margin-left: 35px;
}
.HAprnQ7Z .VL2l5qoj {
  padding: 10px 16px !important;
}
.HAprnQ7Z .doNxtBGg {
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  border: 1px solid var(--botticelli-blue);
  padding: 0;
  height: 32px;
  top: 40.81%;
  bottom: 56.88%;
}
.HAprnQ7Z .doNxtBGg div > input {
  font-size: 12px;
  color: var(--font-color-eastern-blue);
}
.HAprnQ7Z .doNxtBGg div > input::placeholder {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding-left: 5px;
  color: var(--dark-blue);
}
.HAprnQ7Z .doNxtBGg .ant-picker-range-separator {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--dark-blue);
}
.HAprnQ7Z .doNxtBGg .anticon-calendar {
  color: var(--font-color-eastern-blue);
  padding-bottom: 1px;
  padding-left: 1px;
}
.HAprnQ7Z .XKVhxxgY {
  border: none !important;
}
.HAprnQ7Z .wPk4VVS7 div > input {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  height: 24px;
}
.HAprnQ7Z .wPk4VVS7 div > input::placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.ETrF1Acu td.ant-picker-cell-in-range::before {
  background-color: #bdf6ff;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.UiRQOZmO .h2jl1skg {
  background-color: transparent;
  border: none;
}
.UiRQOZmO .h2jl1skg .ant-menu-submenu-expand-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 10px;
  height: 10px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle.svg");
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.UiRQOZmO .h2jl1skg .LpjSbUCh {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.UiRQOZmO .h2jl1skg .Z703RTor {
  margin-bottom: 24px;
}
.UiRQOZmO .h2jl1skg .Z703RTor .eTOILVmB {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.UiRQOZmO .h2jl1skg .Z703RTor .eTOILVmB .nH8B_UlO {
  max-width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  margin-top: 3.5px;
}
.D5Z5UR9Y {
  position: relative;
  margin-bottom: 24px;
}
.D5Z5UR9Y .h2jl1skg {
  background-color: transparent;
  border: none;
}
.D5Z5UR9Y .h2jl1skg .ant-menu-submenu-expand-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 10px;
  height: 10px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle.svg");
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.D5Z5UR9Y .h2jl1skg .LpjSbUCh {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.D5Z5UR9Y .h2jl1skg .Z703RTor {
  margin-bottom: 24px;
}
.D5Z5UR9Y .h2jl1skg .Z703RTor .eTOILVmB {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.D5Z5UR9Y .h2jl1skg .Z703RTor .eTOILVmB .nH8B_UlO {
  max-width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  margin-top: 3.5px;
}
.D5Z5UR9Y .ant-menu-submenu-title {
  padding: 0;
  display: flex;
}
.D5Z5UR9Y .ant-menu-submenu-title .ant-menu-title-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.D5Z5UR9Y .nH8B_UlO {
  max-width: 100%;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--font-color-eastern-blue);
  margin-top: -12px;
}
.D5Z5UR9Y .aR7uj1zd {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.D5Z5UR9Y .XDxMptRD {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--gothic-blue);
}
.D5Z5UR9Y .ant-checkbox-group {
  padding-left: 18px;
}
.D5Z5UR9Y .ant-checkbox-group label {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.D5Z5UR9Y .ant-checkbox-group label span {
  text-transform: capitalize;
}
.D5Z5UR9Y .ant-checkbox-group label span:hover {
  color: var(--primary-color);
}
.D5Z5UR9Y .XUWUN3Pf {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.D5Z5UR9Y .gRBqUpGu {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 18px;
  background: var(--alabaster-white);
  border-radius: 12px 12px 0px 0px;
  display: flex;
}
.D5Z5UR9Y .gRBqUpGu:hover {
  color: var(--primary-color);
}
.wVHARL4E ul {
  display: flex;
  flex-direction: column;
}
.wVHARL4E ul .IIsB7Ehw {
  background-color: var(--white) !important;
}
.wVHARL4E ul .IIsB7Ehw .ant-checkbox-group {
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 8px 12px;
}
.wVHARL4E ul .IIsB7Ehw .ant-checkbox-group .ant-checkbox-group-item {
  margin: 4px 0;
}
.wVHARL4E ul .IIsB7Ehw .ant-checkbox-group .ant-checkbox-group-item span {
  text-transform: capitalize;
}
.wVHARL4E ul .ant-menu-item {
  height: fit-content;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;


.remove-ant-design-submenu-title-padding > div.ant-menu-submenu-title {
  padding: 0;
}

.ant-menu-submenu-expand-icon {
  right: 0px;
}
.MAunWFof {
  position: relative;
}
.MAunWFof .BjCSDmmW {
  font-weight: 500;
  font-size: 18px;
  margin-right: 16px;
  line-height: 21px;
}
.MAunWFof .xSlrlJyR {
  margin-top: 30px;
  margin-bottom: -46px;
}
.MAunWFof .xSlrlJyR button:disabled,
.MAunWFof .xSlrlJyR button[disabled] {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .xSlrlJyR button:disabled:hover,
.MAunWFof .xSlrlJyR button[disabled]:hover {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .OhPbnNM0 {
  margin-top: 30px;
  margin-bottom: -46px;
  margin-bottom: 16px;
}
.MAunWFof .OhPbnNM0 button:disabled,
.MAunWFof .OhPbnNM0 button[disabled] {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .OhPbnNM0 button:disabled:hover,
.MAunWFof .OhPbnNM0 button[disabled]:hover {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .aBsomfND {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.MAunWFof .y8KDH3xj {
  margin-bottom: 20px;
}
.MAunWFof .Yh6I4EJm {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  z-index: 10;
  margin-left: 6px;
  height: 30px;
  text-transform: none;
  padding: 2px 16px;
  font-size: 12px;
}
.MAunWFof .NS36f22R {
  margin-left: 0;
}
.MAunWFof .ts05bKRb {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.MAunWFof .gPyfrEsn {
  border-radius: 0;
}
.MAunWFof .S8LsXz7w {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.MAunWFof .NsP0q_9c {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  height: 20px;
  font-size: 10px;
  line-height: 11px;
  border-radius: 10px;
}
.MAunWFof .PAyBfA5A {
  display: flex;
  flex-direction: column;
}
.MAunWFof .Lu5VNbBy {
  margin: 10px 0;
}
.z3cm3vxu .RNCaJD0f {
  margin-top: 16px;
}
.lMDtTT2s {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 8px;
  width: 450px;
  background-color: var(--botticelli-blue);
  border-radius: 4px;
}
.lMDtTT2s .dfCX1GeP > div > input {
  font-size: 12px;
}
.lMDtTT2s .CcP3HYGp td.ant-picker-cell-in-range::before {
  background-color: #bdf6ff;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.JalzeRhp {
  display: flex;
  height: 48px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: fixed;
  z-index: 1000;
}
.JalzeRhp .YcRH0tgU {
  width: 100%;
}
.JalzeRhp .HCExG51H {
  color: var(--white);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.JalzeRhp .fius_DZl {
  color: var(--white);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  padding-top: 2px;
}
.JalzeRhp .nSsM1_M1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.JalzeRhp .nSsM1_M1 .ant-tooltip-inner {
  width: 367px;
  height: 163.5px;
}
.JalzeRhp .nSsM1_M1 .aJTcNYBp {
  width: 54px;
  height: 22px;
  background: var(--white);
  border-radius: 6px;
  border: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  margin-right: 15px;
  color: var(--blue-ribbon);
  font-weight: 700;
}
.JalzeRhp .nSsM1_M1 .HCExG51H {
  color: var(--white);
  font-size: 16px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  font-weight: 550 !important;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .JalzeRhp .nSsM1_M1 .HCExG51H {
    display: none;
  }
}
.JalzeRhp .nSsM1_M1 .TaZCy4mt {
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 6px;
}
.JalzeRhp .nSsM1_M1 .TaZCy4mt svg {
  pointer-events: none;
}
.JalzeRhp .nSsM1_M1 .tGgEkvNl {
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 6px;
  background-color: var(--dark-blue);
}
.JalzeRhp .nSsM1_M1 .tGgEkvNl svg {
  pointer-events: none;
}
.JalzeRhp .fyO4a0xh {
  margin-right: 24px;
}
.JalzeRhp .bFQohj9G {
  display: flex;
  align-items: center;
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 40px;
  height: 48px;
  min-width: 123px;
}
.JalzeRhp .bFQohj9G .tmqBL6eW {
  margin-right: 6px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.JalzeRhp .bFQohj9G .JnYy2z5s {
  display: flex;
  align-items: flex-start;
  z-index: 102;
  height: 100%;
  padding: 0 15px 0 10px;
  width: 100%;
  min-width: 132px;
  transition: all 0.3s cubic-bezier(0.7, 0.4, 0.4, 0.6);
}
.JalzeRhp .bFQohj9G .JnYy2z5s .ysqVgRqW {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.JalzeRhp .bFQohj9G .JnYy2z5s .ysqVgRqW .ABlUne_Z {
  color: var(--white);
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  font-family: Poppins;
  font-size: 16px;
  line-height: 50px;
  max-height: 50px;
  margin-left: 8px;
  font-weight: 550;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G .JnYy2z5s .ysqVgRqW .ABlUne_Z {
    display: none;
  }
}
.JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 {
  margin-left: 10px;
  padding-bottom: 2px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 div {
  height: 46px;
}
.JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 div svg {
  margin-bottom: 7px;
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 {
    padding-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G .JnYy2z5s {
    justify-content: flex-end;
    min-width: unset;
  }
}
.JalzeRhp .bFQohj9G .LoerEIHr {
  background-color: var(--dark-blue);
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G {
    right: 4px;
  }
}
@media (max-width: 500px) {
  .JalzeRhp {
    padding: 0;
  }
}
.QCppUhPX {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QCppUhPX .KpfKyEpc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  background: rgba(41, 92, 160, 0.25);
  border-radius: 6px;
}
.QCppUhPX .wkb1EjM8 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  background: rgba(41, 92, 160, 0.25);
  border-radius: 6px;
  background: transparent;
}
.QCppUhPX .zv1ZjLQz {
  position: absolute;
  min-width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 12px;
  background: linear-gradient(45deg, var(--canary-yellow) 0.83%, var(--lime) 100.83%);
  top: 3px;
  left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QCppUhPX .zv1ZjLQz span {
  color: var(--dark-blue);
  font-size: 8px;
  font-weight: 700;
  line-height: 11px;
}
.Gdje05D8 {
  background-color: var(--dark-blue);
}
.fv2EcdN9 {
  display: none;
}
.interstitialNotification .ant-notification-notice-message {
  margin-right: 48px;
}
.interstitialNotification .ant-notification-notice-description {
  margin-right: 48px;
}
.Nn4L8Y8i {
  z-index: 100;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.Nn4L8Y8i .MUkeZ998 {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
  cursor: default;
  background-color: var(--dark-blue);
  transform: translateY(-4px);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l {
  padding: 2px 6px 6px 6px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN {
  height: 36px;
  display: flex;
  align-items: center;
  margin: 1px 0;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN .xz7H_JhN {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 36px;
  width: 36px;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-left: 11px;
}
@media (max-width: 500px) {
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN {
    flex-direction: row-reverse;
  }
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN span {
    margin-right: 11px;
  }
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN:hover {
  background: var(--dark-navy);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z {
  height: 36px;
  display: flex;
  align-items: center;
  margin: 1px 0;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  background: var(--primary-color);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z .xz7H_JhN {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 36px;
  width: 36px;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-left: 11px;
}
@media (max-width: 500px) {
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z {
    flex-direction: row-reverse;
  }
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z span {
    margin-right: 11px;
  }
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z:hover {
  background: var(--dark-navy);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z .xz7H_JhN {
  background: var(--primary-color);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z:hover {
  background: var(--primary-color);
}
@media (max-width: 500px) {
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l {
    padding-right: 14px;
    padding-left: 0px;
  }
}
.uKpj5XOr {
  padding: 12px;
}
.uKpj5XOr .X3mvS1UE {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  height: 36px;
  background: var(--white);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  width: 100%;
  margin: 4px 0;
  cursor: pointer;
  border: none;
}
.uKpj5XOr .X3mvS1UE .HCExG51H {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--darker-blue);
  padding-bottom: 2px;
  text-transform: capitalize;
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC {
  display: flex;
  align-items: center;
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC .WwW0jO6b {
  height: 12px;
  width: 12px;
  background: linear-gradient(45deg, var(--canary-yellow) 0.83%, var(--lime) 100.83%);
  border-radius: 100%;
  margin-right: 12px;
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC .SmBtlakF {
  height: 12px;
  width: 12px;
  background: linear-gradient(45deg, var(--canary-yellow) 0.83%, var(--lime) 100.83%);
  border-radius: 100%;
  margin-right: 12px;
  background: var(--botticelli-blue);
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC .Ehv9m6Bs {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding-bottom: 2px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--darker-blue);
}
.uKpj5XOr .X3mvS1UE .vQtgkDqC {
  display: flex;
  align-items: center;
}
.uKpj5XOr .X3mvS1UE .vQtgkDqC .yiin9ikH {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--darker-blue);
  padding-bottom: 2px;
  text-transform: capitalize;
  font-weight: 600;
}
.uKpj5XOr .X3mvS1UE .vQtgkDqC .NFMm67i4 {
  font-weight: 400;
  color: var(--gothic-blue);
}
.uKpj5XOr .X3mvS1UE:hover {
  background: var(--springtime-dew);
}
.uKpj5XOr .X3mvS1UE:hover .HCExG51H,
.uKpj5XOr .X3mvS1UE:hover .Ehv9m6Bs,
.uKpj5XOr .X3mvS1UE:hover .yiin9ikH,
.uKpj5XOr .X3mvS1UE:hover .NFMm67i4 {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.JQTpYjfS {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  border-radius: 0;
  padding: 0;
  width: 175px;
}
.JQTpYjfS:focus,
.JQTpYjfS:focus-within {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
}
._X2j3hWl {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  margin-top: 4px;
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
}
._X2j3hWl:focus {
  box-shadow: none;
  outline: none;
}
.mYWxO9Z8 {
  height: 18px;
  width: 18px;
  background-color: var(--font-color-eastern-blue);
  border: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}
.mYWxO9Z8 .GShBD1Kh {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.W9LKqmaf {
  margin-bottom: 40px;
  width: 100%;
}
.W9LKqmaf .MEiqpyNx {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
}
.W9LKqmaf .oy6051fC {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.W9LKqmaf .e_cuYzUC {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  border-radius: 0;
  padding: 0;
  width: 175px;
}
.W9LKqmaf .e_cuYzUC:focus,
.W9LKqmaf .e_cuYzUC:focus-within {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
}
.W9LKqmaf .e_cuYzUC > input {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  margin-top: 4px;
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
}
.W9LKqmaf .e_cuYzUC > input:focus {
  box-shadow: none;
  outline: none;
}
.W9LKqmaf .eBIsbmDC {
  height: 18px;
  width: 18px;
  background-color: var(--font-color-eastern-blue);
  border: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}
.W9LKqmaf .eBIsbmDC .GShBD1Kh {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.W9LKqmaf .boMhMhS6 {
  height: 18px;
  width: 18px;
  background-color: var(--font-color-eastern-blue);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  transition: all 0.1s ease-in-out;
}
.W9LKqmaf .boMhMhS6 .GShBD1Kh {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.W9LKqmaf .boMhMhS6 ._M1JHibu {
  color: var(--dark-blue);
  font-size: 10px;
  transition: all 0.1s ease-in-out;
}
.W9LKqmaf .XJf0TMTn {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.W9LKqmaf .XJf0TMTn .Gja_zEEW {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 75px;
  border-radius: 25px;
  font-size: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.W9LKqmaf .XJf0TMTn .oKtGk9k0 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 75px;
  border-radius: 25px;
  font-size: 12px;
  max-height: 24px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.W9LKqmaf .XJf0TMTn .G_nN2ndN {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 75px;
  border-radius: 25px;
  font-size: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
  text-transform: uppercase;
  padding: 12px;
  max-width: 24px;
  max-height: 24px;
}
.jZ2KB1Wt {
  display: inline-block;
  position: relative;
  top: -5px;
  margin: -1px 0px 0px 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: var(--dark-blue);
  text-align: center;
  font-size: 8px;
  line-height: 10px;
  background-color: var(--botticelli-blue);
  cursor: pointer;
}
.searchTip .ant-popover-content {
  letter-spacing: 0.3px;
}
.searchTip .ant-popover-content .ant-popover-arrow {
  background-color: var(--dark-blue);
  border: 0px solid var(--dark-blue);
  outline-color: var(--dark-blue);
  border-radius: 0px;
  width: 12px;
  height: 12px;
  z-index: -1;
  position: absolute;
  top: 10px !important;
  left: 15px;
  transform: rotate(45deg);
}
.searchTip .ant-popover-content .ant-popover-inner {
  border-radius: 2px;
  background-color: var(--dark-blue);
}
.searchTip .ant-popover-content .ant-popover-inner .f7ibgIG7 {
  font-weight: 600;
  color: var(--web-orange);
  font-size: 12px;
  text-transform: uppercase;
}
.searchTip .ant-popover-content .ant-popover-inner .rHu3kRi_ {
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
}
.searchTip .ant-popover-content .ant-popover-inner .rHu3kRi_ .EHxGJANs {
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.uhvN_fot {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.uhvN_fot .LhYvqoQR {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.uhvN_fot .ant-legacy-form-item-label > label::after {
  display: none;
}
.dznqQVCG {
  position: absolute;
  font-size: 10px;
  color: var(--congo-pink);
  width: calc(100% - 8px);
  background-color: transparent;
}
.uBAUmTNL {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.uBAUmTNL .LhYvqoQR {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.uBAUmTNL .ant-legacy-form-item-label > label::after {
  display: none;
}
.uBAUmTNL .pHLwXjhv {
  background-color: var(--white);
  border: 1px solid var(--botticelli-blue);
  border-radius: 4px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  height: 32px;
  width: 100%;
}
.uBAUmTNL .ant-input-number-input {
  font-weight: 500;
}
.uBAUmTNL .HX9rCTOL {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  border: 1px solid var(--botticelli-blue);
  height: 32px;
  border-radius: 3px;
  text-transform: capitalize;
  width: 100%;
}
.uBAUmTNL .HX9rCTOL .ORNY7CYc {
  color: var(--font-color-eastern-blue);
  padding-left: 4px;
}
.uBAUmTNL .HX9rCTOL .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none;
}
.uBAUmTNL .HX9rCTOL .ant-select-selection-item {
  display: flex;
  align-items: center;
  margin-right: 5px;
  height: 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.uBAUmTNL .HX9rCTOL .ant-select-selection-item .ant-select-selection-item-content {
  margin-right: 8px;
}
.uBAUmTNL .HX9rCTOL .ant-select-selection-item-remove svg {
  fill: var(--dark-blue);
}
.uBAUmTNL .HX9rCTOL .ant-select-suffix {
  color: var(--font-color-eastern-blue);
}
.uBAUmTNL .HX9rCTOL .ant-select-selector {
  border: none;
  height: 30px;
}
.jmXIWCFN {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.jmXIWCFN .LhYvqoQR {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.jmXIWCFN .ant-legacy-form-item-label > label::after {
  display: none;
}
.HI1AXJsN .oLo67B9u {
  width: 100%;
}
.HI1AXJsN .pHLwXjhv input {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
}
.HI1AXJsN .pHLwXjhv .ZGxqY3CC {
  margin-top: 2px;
  margin-left: 2px;
}
.JrgXemJG {
  width: 100%;
  display: flex;
}
.JrgXemJG .Y0TDN7v5 {
  margin-right: 8px;
}
.JrgXemJG .DBar3FvH {
  color: var(--slate-grey);
  font-size: 12px;
  font-weight: 600;
}
.h8QfT_my {
  margin-top: 15px;
  margin-bottom: 25px;
}
.h8QfT_my .bdU9vz8S {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0px 0px 12px 12px;
  background-color: var(--white) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
}
.h8QfT_my .bdU9vz8S .hR5NQdCM {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
.h8QfT_my ._uTTOIps {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0px 0px 12px 12px;
  background-color: var(--white) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  padding: 0 20px;
}
.h8QfT_my ._uTTOIps .hR5NQdCM {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
.i9PpSOWm .ant-select-selector {
  background-color: var(--white) !important;
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px !important;
  color: var(--dark-blue);
}
.i9PpSOWm .ant-select-selector input {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}
.JXenK1l8 {
  text-align: right;
  margin-top: -8px;
  color: var(--nepal-blue);
  font-size: 12px;
  font-style: italic;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.inputItem--37jUo > div.ant-form-item-label {
  padding-bottom: 4px;
}

.FormElements-AutoComplete-Input
  > div.ant-select-selection
  > div.ant-select-selection__rendered
  > ul
  > li
  > div.ant-select-search__field__wrap
  > input {
  color: #29aae3;
}

.ant-select-multiselect-selected-tag-style > div.ant-select-selection--multiple {
  padding-bottom: 0;
}

.ant-select-multiselect-selected-tag-style > div.ant-select-selection--multiple > div.ant-select-selection__rendered {
  margin-bottom: 0;
  margin-left: 11px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ant-select-multiselect-selected-tag-style
  > div.ant-select-selection--multiple
  > div.ant-select-selection__rendered
  > ul
  > li.ant-select-selection__choice {
  border-radius: 4px;
  background-color: #78c9e6;
  border: 1px solid #29aae3;
  color: var(--white);
  margin: 2px;
}

.ant-select-selector {
  display: flex;
  align-items: center;
}

.ant-select-multiselect-selected-tag-style > div.ant-select-selector > span.ant-select-selection-item {
  background-color: rgb(120, 201, 230);
}

.KbR9q9OM .eQ5l3dHo {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.KbR9q9OM .TcFB8w9K {
  position: relative;
}
.KbR9q9OM .TcFB8w9K .rYXXqTfX {
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 2;
  pointer-events: none;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selector {
  height: 32px;
  background: var(--white);
  border: 1px solid var(--botticelli-blue);
  border-radius: 4px;
  padding-right: 38px;
  padding-left: 10px;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-search-input {
  margin-left: -5px !important;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .Xl3nU1vV {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-overflow {
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item {
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  margin-top: -4px;
  margin-right: 4px;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--dark-blue);
  margin: 0;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item-content:not(:last-of-type)::after {
  content: ",";
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item-remove {
  display: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.PIl7jidd {
  width: 100%;
}
.PIl7jidd .WLaoSFEo {
  display: flex;
  justify-content: space-between;
}
.PIl7jidd .ZdLmTtO5 {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.PIl7jidd .gm2eMe7f {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  padding: 7px 7px;
  border-radius: 3px;
  border: none;
  border: 1px solid var(--botticelli-blue);
}
.PIl7jidd .gm2eMe7f:hover {
  border: 1px solid var(--botticelli-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.k4C9D2b9 {
  margin-bottom: 20px;
  margin-top: 4px;
}
.k4C9D2b9 div {
  background-color: transparent;
}
.ZapEz8o9 {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.Yj2ve0xp {
  background-color: transparent;
}
.Yj2ve0xp input {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  border-radius: 0;
  color: var(--font-color-eastern-blue) !important;
  font-size: 12px;
  font-weight: 600;
}
.Yj2ve0xp input:focus {
  box-shadow: none;
  outline: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes f6vGLWZl {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes f6vGLWZl {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes f6vGLWZl {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes f6vGLWZl {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.f6vGLWZl {
  -webkit-animation-name: f6vGLWZl;
  -moz-animation-name: f6vGLWZl;
  -o-animation-name: f6vGLWZl;
  animation-name: f6vGLWZl;
}
@-webkit-keyframes dY2WT3PU {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dY2WT3PU {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes dY2WT3PU {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes dY2WT3PU {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.dY2WT3PU {
  -webkit-animation-name: dY2WT3PU;
  -moz-animation-name: dY2WT3PU;
  -o-animation-name: dY2WT3PU;
  animation-name: dY2WT3PU;
}
@-webkit-keyframes GSlYqh6Y {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes GSlYqh6Y {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes GSlYqh6Y {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes GSlYqh6Y {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.GSlYqh6Y {
  -webkit-animation-name: GSlYqh6Y;
  -moz-animation-name: GSlYqh6Y;
  -o-animation-name: GSlYqh6Y;
  animation-name: GSlYqh6Y;
}
@-webkit-keyframes Evqhp09Q {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes Evqhp09Q {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes Evqhp09Q {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes Evqhp09Q {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.Evqhp09Q {
  -webkit-animation-name: Evqhp09Q;
  -moz-animation-name: Evqhp09Q;
  -o-animation-name: Evqhp09Q;
  animation-name: Evqhp09Q;
}
@-webkit-keyframes KBtQ76SZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes KBtQ76SZ {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes KBtQ76SZ {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes KBtQ76SZ {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.KBtQ76SZ {
  -webkit-animation-name: KBtQ76SZ;
  -moz-animation-name: KBtQ76SZ;
  -o-animation-name: KBtQ76SZ;
  animation-name: KBtQ76SZ;
}
@-webkit-keyframes jpiRecg_ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes jpiRecg_ {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes jpiRecg_ {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes jpiRecg_ {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.jpiRecg_ {
  -webkit-animation-name: jpiRecg_;
  -moz-animation-name: jpiRecg_;
  -o-animation-name: jpiRecg_;
  animation-name: jpiRecg_;
}
@-webkit-keyframes aA0CCmt0 {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes aA0CCmt0 {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes aA0CCmt0 {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes aA0CCmt0 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.aA0CCmt0 {
  -webkit-animation-name: aA0CCmt0;
  -moz-animation-name: aA0CCmt0;
  -o-animation-name: aA0CCmt0;
  animation-name: aA0CCmt0;
}
@-webkit-keyframes _2GmCNnv {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes _2GmCNnv {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes _2GmCNnv {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes _2GmCNnv {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
._2GmCNnv {
  -webkit-animation-name: _2GmCNnv;
  -moz-animation-name: _2GmCNnv;
  -o-animation-name: _2GmCNnv;
  animation-name: _2GmCNnv;
}
@-webkit-keyframes ch6DX6Qy {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes ch6DX6Qy {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes ch6DX6Qy {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes ch6DX6Qy {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.ch6DX6Qy {
  -webkit-animation-name: ch6DX6Qy;
  -moz-animation-name: ch6DX6Qy;
  -o-animation-name: ch6DX6Qy;
  animation-name: ch6DX6Qy;
}
@-webkit-keyframes rpCmvs2n {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes rpCmvs2n {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes rpCmvs2n {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes rpCmvs2n {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.rpCmvs2n {
  -webkit-animation-name: rpCmvs2n;
  -moz-animation-name: rpCmvs2n;
  -o-animation-name: rpCmvs2n;
  animation-name: rpCmvs2n;
}
@-webkit-keyframes O3NEzg1Z {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes O3NEzg1Z {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes O3NEzg1Z {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes O3NEzg1Z {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.O3NEzg1Z {
  -webkit-animation-name: O3NEzg1Z;
  -moz-animation-name: O3NEzg1Z;
  -o-animation-name: O3NEzg1Z;
  animation-name: O3NEzg1Z;
}
@-webkit-keyframes HARRieEG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes HARRieEG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes HARRieEG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes HARRieEG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.HARRieEG {
  -webkit-animation-name: HARRieEG;
  -moz-animation-name: HARRieEG;
  -o-animation-name: HARRieEG;
  animation-name: HARRieEG;
}
@-webkit-keyframes PyJzkgFZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes PyJzkgFZ {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes PyJzkgFZ {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes PyJzkgFZ {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.PyJzkgFZ {
  -webkit-animation-name: PyJzkgFZ;
  -moz-animation-name: PyJzkgFZ;
  -o-animation-name: PyJzkgFZ;
  animation-name: PyJzkgFZ;
}
@-webkit-keyframes X0B1CwSk {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes X0B1CwSk {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes X0B1CwSk {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes X0B1CwSk {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.X0B1CwSk {
  -webkit-animation-name: X0B1CwSk;
  -moz-animation-name: X0B1CwSk;
  -o-animation-name: X0B1CwSk;
  animation-name: X0B1CwSk;
}
@-webkit-keyframes ruuEszow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes ruuEszow {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes ruuEszow {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes ruuEszow {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ruuEszow {
  -webkit-animation-name: ruuEszow;
  -moz-animation-name: ruuEszow;
  -o-animation-name: ruuEszow;
  animation-name: ruuEszow;
}
@-webkit-keyframes ClIz0GjY {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes ClIz0GjY {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes ClIz0GjY {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes ClIz0GjY {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ClIz0GjY {
  -webkit-animation-name: ClIz0GjY;
  -moz-animation-name: ClIz0GjY;
  -o-animation-name: ClIz0GjY;
  animation-name: ClIz0GjY;
}
@-webkit-keyframes JVnbuWJH {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes JVnbuWJH {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes JVnbuWJH {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes JVnbuWJH {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.JVnbuWJH {
  -webkit-animation-name: JVnbuWJH;
  -moz-animation-name: JVnbuWJH;
  -o-animation-name: JVnbuWJH;
  animation-name: JVnbuWJH;
}
@-webkit-keyframes hidyuAjO {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes hidyuAjO {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes hidyuAjO {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes hidyuAjO {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.hidyuAjO {
  -webkit-animation-name: hidyuAjO;
  -moz-animation-name: hidyuAjO;
  -o-animation-name: hidyuAjO;
  animation-name: hidyuAjO;
}
@-webkit-keyframes RhOnFYfx {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes RhOnFYfx {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes RhOnFYfx {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes RhOnFYfx {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.RhOnFYfx {
  -webkit-animation-name: RhOnFYfx;
  -moz-animation-name: RhOnFYfx;
  -o-animation-name: RhOnFYfx;
  animation-name: RhOnFYfx;
}
@-webkit-keyframes moit_t3Y {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes moit_t3Y {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes moit_t3Y {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes moit_t3Y {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.moit_t3Y {
  -webkit-animation-name: moit_t3Y;
  -moz-animation-name: moit_t3Y;
  -o-animation-name: moit_t3Y;
  animation-name: moit_t3Y;
}
@-webkit-keyframes d3YnmMkK {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes d3YnmMkK {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes d3YnmMkK {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes d3YnmMkK {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.d3YnmMkK {
  -webkit-animation-name: d3YnmMkK;
  -moz-animation-name: d3YnmMkK;
  -o-animation-name: d3YnmMkK;
  animation-name: d3YnmMkK;
}
@-webkit-keyframes eDLVOAEB {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes eDLVOAEB {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes eDLVOAEB {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes eDLVOAEB {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.eDLVOAEB {
  -webkit-animation-name: eDLVOAEB;
  -moz-animation-name: eDLVOAEB;
  -o-animation-name: eDLVOAEB;
  animation-name: eDLVOAEB;
}
@-webkit-keyframes pNgYWpXH {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes pNgYWpXH {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes pNgYWpXH {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes pNgYWpXH {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.pNgYWpXH {
  -webkit-animation-name: pNgYWpXH;
  -moz-animation-name: pNgYWpXH;
  -o-animation-name: pNgYWpXH;
  animation-name: pNgYWpXH;
}
@-webkit-keyframes vihbdCCu {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes vihbdCCu {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes vihbdCCu {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes vihbdCCu {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.vihbdCCu {
  -webkit-animation-name: vihbdCCu;
  -moz-animation-name: vihbdCCu;
  -o-animation-name: vihbdCCu;
  animation-name: vihbdCCu;
}
@-webkit-keyframes bqG0Bd8x {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bqG0Bd8x {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bqG0Bd8x {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bqG0Bd8x {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bqG0Bd8x {
  -webkit-animation-name: bqG0Bd8x;
  -moz-animation-name: bqG0Bd8x;
  -o-animation-name: bqG0Bd8x;
  animation-name: bqG0Bd8x;
}
@-webkit-keyframes DNzuxg5w {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes DNzuxg5w {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes DNzuxg5w {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes DNzuxg5w {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.DNzuxg5w {
  -webkit-animation-name: DNzuxg5w;
  -moz-animation-name: DNzuxg5w;
  -o-animation-name: DNzuxg5w;
  animation-name: DNzuxg5w;
}
@-webkit-keyframes eV_lkxjB {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes eV_lkxjB {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes eV_lkxjB {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes eV_lkxjB {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.eV_lkxjB {
  -webkit-animation-name: eV_lkxjB;
  -moz-animation-name: eV_lkxjB;
  -o-animation-name: eV_lkxjB;
  animation-name: eV_lkxjB;
}
@-webkit-keyframes sortUZYp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes sortUZYp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes sortUZYp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes sortUZYp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.sortUZYp {
  -webkit-animation-name: sortUZYp;
  -moz-animation-name: sortUZYp;
  -o-animation-name: sortUZYp;
  animation-name: sortUZYp;
}
@-webkit-keyframes CXIX_thQ {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes CXIX_thQ {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes CXIX_thQ {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes CXIX_thQ {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.CXIX_thQ {
  -webkit-animation-name: CXIX_thQ;
  -moz-animation-name: CXIX_thQ;
  -o-animation-name: CXIX_thQ;
  animation-name: CXIX_thQ;
}
@-webkit-keyframes s7Ee__UC {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes s7Ee__UC {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes s7Ee__UC {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes s7Ee__UC {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.s7Ee__UC {
  -webkit-animation-name: s7Ee__UC;
  -moz-animation-name: s7Ee__UC;
  -o-animation-name: s7Ee__UC;
  animation-name: s7Ee__UC;
}
@-webkit-keyframes UC5L0rAb {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes UC5L0rAb {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes UC5L0rAb {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes UC5L0rAb {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.UC5L0rAb {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: UC5L0rAb;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: UC5L0rAb;
  -o-backface-visibility: visible !important;
  -o-animation-name: UC5L0rAb;
  backface-visibility: visible !important;
  animation-name: UC5L0rAb;
}
@-webkit-keyframes y80y5_KR {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes y80y5_KR {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes y80y5_KR {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes y80y5_KR {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.y80y5_KR {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: y80y5_KR;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: y80y5_KR;
  -o-backface-visibility: visible !important;
  -o-animation-name: y80y5_KR;
  backface-visibility: visible !important;
  animation-name: y80y5_KR;
}
@-webkit-keyframes tFFZK3QB {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes tFFZK3QB {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes tFFZK3QB {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes tFFZK3QB {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.tFFZK3QB {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: tFFZK3QB;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: tFFZK3QB;
  -o-backface-visibility: visible !important;
  -o-animation-name: tFFZK3QB;
  backface-visibility: visible !important;
  animation-name: tFFZK3QB;
}
@-webkit-keyframes YpHCqw9E {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes YpHCqw9E {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes YpHCqw9E {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes YpHCqw9E {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.YpHCqw9E {
  -webkit-animation-name: YpHCqw9E;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: YpHCqw9E;
  -moz-backface-visibility: visible !important;
  -o-animation-name: YpHCqw9E;
  -o-backface-visibility: visible !important;
  animation-name: YpHCqw9E;
  backface-visibility: visible !important;
}
@-webkit-keyframes RzYzE2T6 {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes RzYzE2T6 {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes RzYzE2T6 {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes RzYzE2T6 {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.RzYzE2T6 {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: RzYzE2T6;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: RzYzE2T6;
  -o-backface-visibility: visible !important;
  -o-animation-name: RzYzE2T6;
  backface-visibility: visible !important;
  animation-name: RzYzE2T6;
}
@-webkit-keyframes Nqts4gni {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes Nqts4gni {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes Nqts4gni {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes Nqts4gni {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.Nqts4gni {
  -webkit-animation-name: Nqts4gni;
  -moz-animation-name: Nqts4gni;
  -o-animation-name: Nqts4gni;
  animation-name: Nqts4gni;
}
@-webkit-keyframes MUvCD9xy {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes MUvCD9xy {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes MUvCD9xy {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes MUvCD9xy {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.MUvCD9xy {
  -webkit-animation-name: MUvCD9xy;
  -moz-animation-name: MUvCD9xy;
  -o-animation-name: MUvCD9xy;
  animation-name: MUvCD9xy;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes z2UiiLQy {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes z2UiiLQy {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes z2UiiLQy {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes z2UiiLQy {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.z2UiiLQy {
  -webkit-animation-name: z2UiiLQy;
  -moz-animation-name: z2UiiLQy;
  -o-animation-name: z2UiiLQy;
  animation-name: z2UiiLQy;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes fvSS3pmi {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes fvSS3pmi {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes fvSS3pmi {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes fvSS3pmi {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fvSS3pmi {
  -webkit-animation-name: fvSS3pmi;
  -moz-animation-name: fvSS3pmi;
  -o-animation-name: fvSS3pmi;
  animation-name: fvSS3pmi;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes q_yC3kjE {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes q_yC3kjE {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes q_yC3kjE {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes q_yC3kjE {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.q_yC3kjE {
  -webkit-animation-name: q_yC3kjE;
  -moz-animation-name: q_yC3kjE;
  -o-animation-name: q_yC3kjE;
  animation-name: q_yC3kjE;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes IgoCKME_ {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes IgoCKME_ {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes IgoCKME_ {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes IgoCKME_ {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.IgoCKME_ {
  -webkit-animation-name: IgoCKME_;
  -moz-animation-name: IgoCKME_;
  -o-animation-name: IgoCKME_;
  animation-name: IgoCKME_;
}
@-webkit-keyframes ELEALUhD {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes ELEALUhD {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes ELEALUhD {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes ELEALUhD {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.ELEALUhD {
  -webkit-animation-name: ELEALUhD;
  -moz-animation-name: ELEALUhD;
  -o-animation-name: ELEALUhD;
  animation-name: ELEALUhD;
}
@-webkit-keyframes mT6tInqs {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes mT6tInqs {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes mT6tInqs {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes mT6tInqs {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.mT6tInqs {
  -webkit-animation-name: mT6tInqs;
  -moz-animation-name: mT6tInqs;
  -o-animation-name: mT6tInqs;
  animation-name: mT6tInqs;
}
@-webkit-keyframes spAHB_Ou {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes spAHB_Ou {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes spAHB_Ou {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes spAHB_Ou {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.spAHB_Ou {
  -webkit-animation-name: spAHB_Ou;
  -moz-animation-name: spAHB_Ou;
  -o-animation-name: spAHB_Ou;
  animation-name: spAHB_Ou;
}
@-webkit-keyframes i1HDYWsF {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes i1HDYWsF {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes i1HDYWsF {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes i1HDYWsF {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.i1HDYWsF {
  -webkit-animation-name: i1HDYWsF;
  -moz-animation-name: i1HDYWsF;
  -o-animation-name: i1HDYWsF;
  animation-name: i1HDYWsF;
}
@-webkit-keyframes pD637X9l {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes pD637X9l {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes pD637X9l {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes pD637X9l {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.pD637X9l {
  -webkit-animation-name: pD637X9l;
  -moz-animation-name: pD637X9l;
  -o-animation-name: pD637X9l;
  animation-name: pD637X9l;
}
@-webkit-keyframes PAANs9Ef {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes PAANs9Ef {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes PAANs9Ef {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes PAANs9Ef {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.PAANs9Ef {
  -webkit-animation-name: PAANs9Ef;
  -moz-animation-name: PAANs9Ef;
  -o-animation-name: PAANs9Ef;
  animation-name: PAANs9Ef;
}
@-webkit-keyframes MIi4Pqyx {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes MIi4Pqyx {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes MIi4Pqyx {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes MIi4Pqyx {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.MIi4Pqyx {
  -webkit-animation-name: MIi4Pqyx;
  -moz-animation-name: MIi4Pqyx;
  -o-animation-name: MIi4Pqyx;
  animation-name: MIi4Pqyx;
}
@-webkit-keyframes FGklc9f6 {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes FGklc9f6 {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes FGklc9f6 {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes FGklc9f6 {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.FGklc9f6 {
  -webkit-animation-name: FGklc9f6;
  -moz-animation-name: FGklc9f6;
  -o-animation-name: FGklc9f6;
  animation-name: FGklc9f6;
}
@-webkit-keyframes ouKixTGW {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes ouKixTGW {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes ouKixTGW {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes ouKixTGW {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.ouKixTGW {
  -webkit-animation-name: ouKixTGW;
  -moz-animation-name: ouKixTGW;
  -o-animation-name: ouKixTGW;
  animation-name: ouKixTGW;
}
@-webkit-keyframes oLK50jOz {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes oLK50jOz {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes oLK50jOz {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes oLK50jOz {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.oLK50jOz {
  -webkit-animation-name: oLK50jOz;
  -moz-animation-name: oLK50jOz;
  -o-animation-name: oLK50jOz;
  animation-name: oLK50jOz;
}
@-webkit-keyframes oBbu61nr {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes oBbu61nr {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes oBbu61nr {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes oBbu61nr {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.oBbu61nr {
  -webkit-animation-name: oBbu61nr;
  -moz-animation-name: oBbu61nr;
  -o-animation-name: oBbu61nr;
  animation-name: oBbu61nr;
}
@-webkit-keyframes JZjxNM0O {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes JZjxNM0O {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes JZjxNM0O {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes JZjxNM0O {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.JZjxNM0O {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: JZjxNM0O;
  -moz-animation-name: JZjxNM0O;
  -o-animation-name: JZjxNM0O;
  animation-name: JZjxNM0O;
}
@-webkit-keyframes ynHCezas {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes ynHCezas {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes ynHCezas {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes ynHCezas {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.ynHCezas {
  -webkit-animation-name: ynHCezas;
  -moz-animation-name: ynHCezas;
  -o-animation-name: ynHCezas;
  animation-name: ynHCezas;
}
@-webkit-keyframes ZBvKuNNu {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes ZBvKuNNu {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes ZBvKuNNu {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes ZBvKuNNu {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.ZBvKuNNu {
  -webkit-animation-name: ZBvKuNNu;
  -moz-animation-name: ZBvKuNNu;
  -o-animation-name: ZBvKuNNu;
  animation-name: ZBvKuNNu;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes hgeUcet4 {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes hgeUcet4 {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes hgeUcet4 {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes hgeUcet4 {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.hgeUcet4 {
  -webkit-animation-name: hgeUcet4;
  -moz-animation-name: hgeUcet4;
  -o-animation-name: hgeUcet4;
  animation-name: hgeUcet4;
}
.blGWvi44 {
  display: flex;
  overflow: hidden;
  position: absolute;
}
.KXeIStLj {
  width: 100%;
  height: 100%;
}
.KXeIStLj .VYrAFvW_ {
  margin-bottom: 25px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.KXeIStLj .VYrAFvW_ .Im8yJ_Hl {
  height: 50px;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 40px;
  width: 125px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.KXeIStLj .VYrAFvW_ .Im8yJ_Hl .UJi6W0DO {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.KXeIStLj .VYrAFvW_ .Im8yJ_Hl .UJi6W0DO .D8zgtOP3 {
  font-size: 18px;
  transition: transform 0.2s linear;
}
.KXeIStLj .VYrAFvW_ .Im8yJ_Hl .UJi6W0DO .lQWuq42L {
  font-size: 18px;
  transition: transform 0.2s linear;
  transform: rotate(45deg);
}
.KXeIStLj .VYrAFvW_ .Im8yJ_Hl .UJi6W0DO .Fj_Ukbbu {
  font-size: 12px;
  color: var(--primary-color);
}
.KXeIStLj .SmcQQHC_ {
  margin-bottom: 25px;
  opacity: 1;
  visibility: visible;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.KXeIStLj .SmcQQHC_ .Im8yJ_Hl {
  height: 50px;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 40px;
  width: 125px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.KXeIStLj .SmcQQHC_ .Im8yJ_Hl .UJi6W0DO {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.KXeIStLj .SmcQQHC_ .Im8yJ_Hl .UJi6W0DO .D8zgtOP3 {
  font-size: 18px;
  transition: transform 0.2s linear;
}
.KXeIStLj .SmcQQHC_ .Im8yJ_Hl .UJi6W0DO .lQWuq42L {
  font-size: 18px;
  transition: transform 0.2s linear;
  transform: rotate(45deg);
}
.KXeIStLj .SmcQQHC_ .Im8yJ_Hl .UJi6W0DO .Fj_Ukbbu {
  font-size: 12px;
  color: var(--primary-color);
}
.KXeIStLj .l0n7nbqU {
  margin-bottom: 20px;
  width: 100%;
}
.KXeIStLj .l0n7nbqU .X5xPHHZ5 {
  text-transform: uppercase;
  color: var(--slate-grey-a65);
  font-size: 10px;
}
.KXeIStLj .l0n7nbqU .qCYG33r9 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.KXeIStLj .l0n7nbqU .qCYG33r9 .Ze7ydEas {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.KXeIStLj .l0n7nbqU .qCYG33r9 .Ze7ydEas:focus {
  box-shadow: none;
  outline: none;
}
.KXeIStLj .l0n7nbqU .KkCLgJUG {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.KXeIStLj .l0n7nbqU .KkCLgJUG .JR9M26bb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.KXeIStLj .l0n7nbqU .KkCLgJUG .HiqrvxWK {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.KXeIStLj .l0n7nbqU .KkCLgJUG .m9syECGo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-transform: uppercase;
}
.KXeIStLj .rqRhI1JY .hMkhoQxw {
  background-color: transparent;
  border: none;
}
.KXeIStLj .rqRhI1JY .hMkhoQxw .nVwGEGsO {
  margin-bottom: 10px;
}
.KXeIStLj .rqRhI1JY .hMkhoQxw .nVwGEGsO .jMtKj2_I {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.KXeIStLj .rqRhI1JY .hMkhoQxw .nVwGEGsO .jMtKj2_I .X5xPHHZ5 {
  font-size: 10px;
  line-height: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.KXeIStLj .rqRhI1JY .hMkhoQxw .nVwGEGsO .jMtKj2_I .FnWV3hQZ {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  max-width: 100%;
  color: var(--primary-color);
}
.KXeIStLj .V_eI4y7G {
  margin: 20px 0;
  padding-bottom: 50px;
}
.KXeIStLj .V_eI4y7G .hgaWB8ZV {
  display: none;
}
.KXeIStLj .V_eI4y7G .DVkHhmLP {
  margin-left: 10px;
  margin-top: 6px;
}
.Lnt6Qcm1 {
  border-radius: 48px;
  position: absolute;
  bottom: 10px;
  right: 50%;
  bottom: 0px;
  transform: translate(50%, 0%);
  min-width: 150px;
}
.szNzD3Ym {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.szNzD3Ym .gzgy3ock {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.szNzD3Ym .gzgy3ock .wozp3Pku {
  width: 100%;
  max-width: 900px;
}
.szNzD3Ym .gzgy3ock .wozp3Pku:not(:first-child) {
  margin-top: 25px;
}
.szNzD3Ym .gzgy3ock .wozp3Pku .i6zpNDw0 {
  flex: 1 0 350px;
}
.szNzD3Ym .gzgy3ock .hq9KyjhK {
  width: 500px;
  position: relative;
  z-index: 102;
}
.szNzD3Ym .gzgy3ock .hq9KyjhK .JcSLXkxr {
  font-size: 12px;
  height: 32px;
  width: 78px;
  font-size: 10px;
  position: absolute;
  top: -24px;
  right: 10px;
  z-index: 103;
  padding: 0 4px 4px 4px;
}
.szNzD3Ym .gzgy3ock .hq9KyjhK .JcSLXkxr:hover {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.szNzD3Ym .gzgy3ock .hq9KyjhK .JcSLXkxr .RIl6uhWU {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.szNzD3Ym .gzgy3ock .mLYGobt2 {
  height: calc(100vh - 200px);
  width: 50%;
  z-index: 104;
}
.szNzD3Ym .gzgy3ock .mLYGobt2 ._4TZBG0fZ {
  width: 100%;
  height: 100%;
}
.szNzD3Ym .gzgy3ock .mLYGobt2 .bukAfeTF {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
}
.szNzD3Ym .gzgy3ock .mLYGobt2 .Vi9WR4us {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
.szNzD3Ym .gzgy3ock .mLYGobt2 .Vi9WR4us .XBh2n1l1 {
  color: var(--primary-color);
  font-weight: 600;
}
.szNzD3Ym .gzgy3ock .mLYGobt2 ._iPJJicZ {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  top: 10px;
  left: 10%;
  width: 80%;
  font-size: 9px;
  color: #cc0000;
}
.szNzD3Ym .gzgy3ock .mLYGobt2 .nc2laOSw {
  position: absolute;
  width: 300px;
  text-align: center;
  font-size: 12px;
  color: #cc0000;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
}
.szNzD3Ym .rhVbPOlD {
  height: 240px;
  width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 5px;
  background-color: var(--white);
  padding: 12px;
}
.szNzD3Ym .rhVbPOlD .tREUEU_M {
  margin-bottom: 5px;
}
.szNzD3Ym .rhVbPOlD .tREUEU_M:last-child {
  margin-bottom: 0;
}
.szNzD3Ym .rhVbPOlD .tREUEU_M .Kt3fySxE {
  font-size: 14px;
  color: var(--slate-grey);
}
.szNzD3Ym .rhVbPOlD .tREUEU_M .Txf15ovN {
  margin-bottom: 0;
  width: 100%;
}
.szNzD3Ym .rhVbPOlD .tREUEU_M .Txf15ovN .X5xPHHZ5 {
  font-size: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.szNzD3Ym .lObMwCMb {
  margin-top: 10px;
  border-radius: 3px;
  padding: 0px !important;
}
.szNzD3Ym .lObMwCMb .tREUEU_M {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.szNzD3Ym .lObMwCMb .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.szNzD3Ym .lObMwCMb .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.szNzD3Ym .lObMwCMb .qorPVZHL {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  height: 50px;
}
.szNzD3Ym .lObMwCMb .qorPVZHL .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.szNzD3Ym .lObMwCMb .qorPVZHL .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.szNzD3Ym .EXlsRWK_ {
  margin-top: 10px;
  border-radius: 3px;
  padding: 0px !important;
}
.szNzD3Ym .EXlsRWK_ .tREUEU_M {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.szNzD3Ym .EXlsRWK_ .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.szNzD3Ym .EXlsRWK_ .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.szNzD3Ym .EXlsRWK_ .qorPVZHL {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  height: 50px;
}
.szNzD3Ym .EXlsRWK_ .qorPVZHL .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.szNzD3Ym .EXlsRWK_ .qorPVZHL .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.szNzD3Ym .EXlsRWK_ .tREUEU_M {
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.szNzD3Ym .EXlsRWK_ .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.szNzD3Ym .EXlsRWK_ .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.szNzD3Ym .pcvSFtBw {
  line-height: 20pt;
  align-self: center;
}
.szNzD3Ym .h42TxPNf {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.szNzD3Ym .w9XnMqIF {
  height: 20px;
  margin: 12px 10px;
}
.szNzD3Ym .w9XnMqIF .tySQfoU0 {
  padding: 4px;
}
.szNzD3Ym .w9XnMqIF .X5xPHHZ5 {
  font-weight: 500;
  padding-right: 4px;
}
.szNzD3Ym .w9XnMqIF .QMm4Yl_2 {
  font-weight: 500;
  font-size: 14px;
  color: var(--slate-grey);
}
.szNzD3Ym .t458nODj {
  font-weight: 600;
  font-size: 16px;
  color: var(--slate-grey-a65);
}
.EiKUzExj {
  width: 100%;
  height: 100%;
  background-color: transparent;
  margin: 0 auto;
  max-width: 700px;
}
.EiKUzExj .gzgy3ock {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.EiKUzExj .gzgy3ock .wozp3Pku {
  width: 100%;
  max-width: 900px;
}
.EiKUzExj .gzgy3ock .wozp3Pku:not(:first-child) {
  margin-top: 25px;
}
.EiKUzExj .gzgy3ock .wozp3Pku .i6zpNDw0 {
  flex: 1 0 350px;
}
.EiKUzExj .gzgy3ock .hq9KyjhK {
  width: 500px;
  position: relative;
  z-index: 102;
}
.EiKUzExj .gzgy3ock .hq9KyjhK .JcSLXkxr {
  font-size: 12px;
  height: 32px;
  width: 78px;
  font-size: 10px;
  position: absolute;
  top: -24px;
  right: 10px;
  z-index: 103;
  padding: 0 4px 4px 4px;
}
.EiKUzExj .gzgy3ock .hq9KyjhK .JcSLXkxr:hover {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.EiKUzExj .gzgy3ock .hq9KyjhK .JcSLXkxr .RIl6uhWU {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.EiKUzExj .gzgy3ock .mLYGobt2 {
  height: calc(100vh - 200px);
  width: 50%;
  z-index: 104;
}
.EiKUzExj .gzgy3ock .mLYGobt2 ._4TZBG0fZ {
  width: 100%;
  height: 100%;
}
.EiKUzExj .gzgy3ock .mLYGobt2 .bukAfeTF {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
}
.EiKUzExj .gzgy3ock .mLYGobt2 .Vi9WR4us {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
.EiKUzExj .gzgy3ock .mLYGobt2 .Vi9WR4us .XBh2n1l1 {
  color: var(--primary-color);
  font-weight: 600;
}
.EiKUzExj .gzgy3ock .mLYGobt2 ._iPJJicZ {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  top: 10px;
  left: 10%;
  width: 80%;
  font-size: 9px;
  color: #cc0000;
}
.EiKUzExj .gzgy3ock .mLYGobt2 .nc2laOSw {
  position: absolute;
  width: 300px;
  text-align: center;
  font-size: 12px;
  color: #cc0000;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
}
.EiKUzExj .rhVbPOlD {
  height: 240px;
  width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 5px;
  background-color: var(--white);
  padding: 12px;
}
.EiKUzExj .rhVbPOlD .tREUEU_M {
  margin-bottom: 5px;
}
.EiKUzExj .rhVbPOlD .tREUEU_M:last-child {
  margin-bottom: 0;
}
.EiKUzExj .rhVbPOlD .tREUEU_M .Kt3fySxE {
  font-size: 14px;
  color: var(--slate-grey);
}
.EiKUzExj .rhVbPOlD .tREUEU_M .Txf15ovN {
  margin-bottom: 0;
  width: 100%;
}
.EiKUzExj .rhVbPOlD .tREUEU_M .Txf15ovN .X5xPHHZ5 {
  font-size: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.EiKUzExj .lObMwCMb {
  margin-top: 10px;
  border-radius: 3px;
  padding: 0px !important;
}
.EiKUzExj .lObMwCMb .tREUEU_M {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.EiKUzExj .lObMwCMb .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.EiKUzExj .lObMwCMb .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.EiKUzExj .lObMwCMb .qorPVZHL {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  height: 50px;
}
.EiKUzExj .lObMwCMb .qorPVZHL .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.EiKUzExj .lObMwCMb .qorPVZHL .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.EiKUzExj .EXlsRWK_ {
  margin-top: 10px;
  border-radius: 3px;
  padding: 0px !important;
}
.EiKUzExj .EXlsRWK_ .tREUEU_M {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.EiKUzExj .EXlsRWK_ .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.EiKUzExj .EXlsRWK_ .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.EiKUzExj .EXlsRWK_ .qorPVZHL {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  height: 50px;
}
.EiKUzExj .EXlsRWK_ .qorPVZHL .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.EiKUzExj .EXlsRWK_ .qorPVZHL .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.EiKUzExj .EXlsRWK_ .tREUEU_M {
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.EiKUzExj .EXlsRWK_ .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.EiKUzExj .EXlsRWK_ .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.EiKUzExj .pcvSFtBw {
  line-height: 20pt;
  align-self: center;
}
.EiKUzExj .h42TxPNf {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.EiKUzExj .w9XnMqIF {
  height: 20px;
  margin: 12px 10px;
}
.EiKUzExj .w9XnMqIF .tySQfoU0 {
  padding: 4px;
}
.EiKUzExj .w9XnMqIF .X5xPHHZ5 {
  font-weight: 500;
  padding-right: 4px;
}
.EiKUzExj .w9XnMqIF .QMm4Yl_2 {
  font-weight: 500;
  font-size: 14px;
  color: var(--slate-grey);
}
.EiKUzExj .t458nODj {
  font-weight: 600;
  font-size: 16px;
  color: var(--slate-grey-a65);
}
.G5nB8bx8 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.G5nB8bx8 .gzgy3ock {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.G5nB8bx8 .gzgy3ock .wozp3Pku {
  width: 100%;
  max-width: 900px;
}
.G5nB8bx8 .gzgy3ock .wozp3Pku:not(:first-child) {
  margin-top: 25px;
}
.G5nB8bx8 .gzgy3ock .wozp3Pku .i6zpNDw0 {
  flex: 1 0 350px;
}
.G5nB8bx8 .gzgy3ock .hq9KyjhK {
  width: 500px;
  position: relative;
  z-index: 102;
}
.G5nB8bx8 .gzgy3ock .hq9KyjhK .JcSLXkxr {
  font-size: 12px;
  height: 32px;
  width: 78px;
  font-size: 10px;
  position: absolute;
  top: -24px;
  right: 10px;
  z-index: 103;
  padding: 0 4px 4px 4px;
}
.G5nB8bx8 .gzgy3ock .hq9KyjhK .JcSLXkxr:hover {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.G5nB8bx8 .gzgy3ock .hq9KyjhK .JcSLXkxr .RIl6uhWU {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.G5nB8bx8 .gzgy3ock .mLYGobt2 {
  height: calc(100vh - 200px);
  width: 50%;
  z-index: 104;
}
.G5nB8bx8 .gzgy3ock .mLYGobt2 ._4TZBG0fZ {
  width: 100%;
  height: 100%;
}
.G5nB8bx8 .gzgy3ock .mLYGobt2 .bukAfeTF {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
}
.G5nB8bx8 .gzgy3ock .mLYGobt2 .Vi9WR4us {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
.G5nB8bx8 .gzgy3ock .mLYGobt2 .Vi9WR4us .XBh2n1l1 {
  color: var(--primary-color);
  font-weight: 600;
}
.G5nB8bx8 .gzgy3ock .mLYGobt2 ._iPJJicZ {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  top: 10px;
  left: 10%;
  width: 80%;
  font-size: 9px;
  color: #cc0000;
}
.G5nB8bx8 .gzgy3ock .mLYGobt2 .nc2laOSw {
  position: absolute;
  width: 300px;
  text-align: center;
  font-size: 12px;
  color: #cc0000;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
}
.G5nB8bx8 .rhVbPOlD {
  height: 240px;
  width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 5px;
  background-color: var(--white);
  padding: 12px;
}
.G5nB8bx8 .rhVbPOlD .tREUEU_M {
  margin-bottom: 5px;
}
.G5nB8bx8 .rhVbPOlD .tREUEU_M:last-child {
  margin-bottom: 0;
}
.G5nB8bx8 .rhVbPOlD .tREUEU_M .Kt3fySxE {
  font-size: 14px;
  color: var(--slate-grey);
}
.G5nB8bx8 .rhVbPOlD .tREUEU_M .Txf15ovN {
  margin-bottom: 0;
  width: 100%;
}
.G5nB8bx8 .rhVbPOlD .tREUEU_M .Txf15ovN .X5xPHHZ5 {
  font-size: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.G5nB8bx8 .lObMwCMb {
  margin-top: 10px;
  border-radius: 3px;
  padding: 0px !important;
}
.G5nB8bx8 .lObMwCMb .tREUEU_M {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.G5nB8bx8 .lObMwCMb .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.G5nB8bx8 .lObMwCMb .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.G5nB8bx8 .lObMwCMb .qorPVZHL {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  height: 50px;
}
.G5nB8bx8 .lObMwCMb .qorPVZHL .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.G5nB8bx8 .lObMwCMb .qorPVZHL .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.G5nB8bx8 .EXlsRWK_ {
  margin-top: 10px;
  border-radius: 3px;
  padding: 0px !important;
}
.G5nB8bx8 .EXlsRWK_ .tREUEU_M {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.G5nB8bx8 .EXlsRWK_ .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.G5nB8bx8 .EXlsRWK_ .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.G5nB8bx8 .EXlsRWK_ .qorPVZHL {
  height: 150px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  height: 50px;
}
.G5nB8bx8 .EXlsRWK_ .qorPVZHL .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.G5nB8bx8 .EXlsRWK_ .qorPVZHL .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.G5nB8bx8 .EXlsRWK_ .tREUEU_M {
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
}
.G5nB8bx8 .EXlsRWK_ .tREUEU_M .Vn2b3sN8 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.G5nB8bx8 .EXlsRWK_ .tREUEU_M .Vn2b3sN8 .ysE2L9V4 {
  margin: auto 0;
}
.G5nB8bx8 .pcvSFtBw {
  line-height: 20pt;
  align-self: center;
}
.G5nB8bx8 .h42TxPNf {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.G5nB8bx8 .w9XnMqIF {
  height: 20px;
  margin: 12px 10px;
}
.G5nB8bx8 .w9XnMqIF .tySQfoU0 {
  padding: 4px;
}
.G5nB8bx8 .w9XnMqIF .X5xPHHZ5 {
  font-weight: 500;
  padding-right: 4px;
}
.G5nB8bx8 .w9XnMqIF .QMm4Yl_2 {
  font-weight: 500;
  font-size: 14px;
  color: var(--slate-grey);
}
.G5nB8bx8 .t458nODj {
  font-weight: 600;
  font-size: 16px;
  color: var(--slate-grey-a65);
}
.obDIV84N {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.obDIV84N .E77y2it8 {
  width: 100%;
  max-width: 900px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 60px;
  position: relative;
}
.obDIV84N .E77y2it8 .omeiizVx {
  padding-top: 10px;
  width: 90%;
  margin: auto;
  position: relative;
  overflow-x: show;
}
.obDIV84N .E77y2it8 .yhXi67gt {
  padding-top: 10px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow-x: show;
}
.obDIV84N .E77y2it8 .yTraj0yj {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: var(--white);
  color: var(--light-grey);
  border-color: var(--background-blue);
  background-color: var(--background-blue);
}
.obDIV84N .E77y2it8 .yTraj0yj:hover {
  background-color: var(--white);
  color: var(--background-blue);
  border-color: var(--background-blue);
}
.obDIV84N .E77y2it8 .ZFXQzYoJ {
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: var(--light-grey);
  border-color: var(--background-blue);
  background-color: var(--background-blue);
}
.obDIV84N .E77y2it8 .ZFXQzYoJ:hover {
  background-color: var(--white);
  color: var(--background-blue);
  border-color: var(--background-blue);
}
.obDIV84N .E77y2it8 .MykfOfA6 {
  background-color: var(--primary-color);
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0px;
  right: -15px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.obDIV84N .E77y2it8 .i3T_PmWh {
  background-color: var(--primary-color);
  opacity: 0.8;
  width: 2px;
  height: calc(100% + 10px);
  position: absolute;
  top: 100px;
  left: 50%;
}
.obDIV84N .E77y2it8 .FeTaRmVs {
  background-color: var(--white);
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 1px var(--light-grey);
  margin: 50px auto;
  position: relative;
}
.obDIV84N .E77y2it8 .FeTaRmVs .r4SmLXEO {
  height: 60px;
  width: 100%;
  background-color: var(--primary-color);
  box-shadow: 0px 1px 3px var(--slate-grey-a65);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.obDIV84N .E77y2it8 .FeTaRmVs .r4SmLXEO ._w8dx4gY {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}
.obDIV84N .E77y2it8 .FeTaRmVs .r4SmLXEO .cQx4r5CH {
  background-color: var(--primary-color);
  width: 32px;
  height: 32px;
  position: absolute;
  top: -18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lighter-grey-a65);
}
.obDIV84N .E77y2it8 .FeTaRmVs .r4SmLXEO .aWjuhZy6 {
  height: 14px;
  width: 14px;
  margin-top: 2px;
  margin-left: 2px;
  background: url("/img/CheckFlag.svg") center center / contain no-repeat;
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .RLNgytAt {
  font-size: 12px;
  cursor: pointer;
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .iB3Njaoi {
  font-size: 12px;
  cursor: pointer;
  background-color: var(--light-grey-a65);
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .SOHRRWlu {
  font-size: 12px;
  cursor: pointer;
  background-color: var(--light-grey-a65);
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .UdyAcsP9 {
  font-size: 12px;
  cursor: pointer;
  color: black;
  background-color: var(--white-a65);
  font-size: 14px;
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .N9HjSioh {
  text-align: center;
  background-color: var(--slate-grey);
  text-transform: uppercase;
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .N9HjSioh {
    font-size: 8px;
  }
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP {
  position: relative;
  height: 100%;
  width: 100%;
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP .dYhqWrwW {
  margin: auto;
  width: 100%;
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP .p9bX6iSj {
  height: 22px;
  position: absolute;
  top: calc(50% - (24px / 2));
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--button-yellow);
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP .p9bX6iSj .MzcDSxww {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-weight: 600;
  color: var(--slate-grey);
  margin: 0px 6px;
}
@media (max-width: 827px) {
  .obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP .p9bX6iSj {
    position: absolute;
    top: -39px;
    left: 8px;
    padding: 0;
    height: 79px;
    width: 30px;
    writing-mode: vertical-rl;
  }
  .obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP .p9bX6iSj .MzcDSxww {
    text-orientation: upright;
    font-weight: 600;
    font-size: 9px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP .p9bX6iSj {
    top: -40px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .ZAPZ7_JP .p9bX6iSj {
    top: -38px;
    height: 76px;
    left: -8px;
  }
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .PJrQdp87 {
  height: 100%;
  display: flex;
  align-items: center;
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .PJrQdp87 .p7WXnyB2 {
  padding: 0;
  margin: 0;
}
.obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .PJrQdp87 .tKRMEeis {
  padding: 0;
  margin: 0;
  color: var(--slate-grey);
  font-size: 1em;
  font-weight: 600;
  margin: 16px 0px;
}
@media (max-width: 700px) {
  .obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .PJrQdp87 .tKRMEeis {
    min-height: 3em;
    margin: 6px auto;
  }
}
@media (max-width: 500px) {
  .obDIV84N .E77y2it8 .FeTaRmVs .cmhIaXGq .PJrQdp87 .tKRMEeis {
    font-size: 0.9em;
  }
}
.obDIV84N .E77y2it8 .FeTaRmVs .PAhuUy8g {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.hkRcCrbl {
  position: fixed;
  right: 0;
  top: 75px;
  width: 70px;
  height: 50px;
  padding-right: 10px;
  background-color: var(--white);
  z-index: 100;
  border-radius: 15%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  font-size: 16px;
  color: var(--slate-grey-a65);
}
.hkRcCrbl .RIl6uhWU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hkRcCrbl .RIl6uhWU:hover {
  transform: scale(1.05);
}
.hkRcCrbl:hover {
  transition: all 0.3s ease-in-out;
  color: var(--primary-color);
}
.hkRcCrbl .kzf3m19a {
  font-size: 10px;
  color: var(--slate-grey-a65);
  color: inherit;
}
.BmfHD_XF {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 10px;
}
.BmfHD_XF .VsyAxW6U {
  width: 100%;
}
.coqamD9q {
  font-size: 12px;
  margin-right: 20px;
  border: 1px solid white;
  color: var(--white);
}
.pwItc5LP {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 24px;
}
.pwItc5LP:first-child {
  padding-top: 0px;
}
.hAFqpRuD {
  width: 100%;
}
.xLtZUnU1 {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  color: var(--slate-grey);
  align-self: flex-end;
  width: 90%;
}
.xLtZUnU1 .X5xPHHZ5 {
  font-size: 10px;
  color: rgba(78, 79, 80, 0.65);
  text-transform: uppercase;
}
.xLtZUnU1 .BixlU8oD {
  text-transform: capitalize;
}
.xLtZUnU1 .ltaai4xX {
  overflow-y: auto;
  overflow-x: auto;
}
.xLtZUnU1 .MXcPtOYj {
  margin-top: 10px;
  display: flex;
}
.xLtZUnU1 .MXcPtOYj .qlR4GnaM {
  max-width: 80%;
  padding-bottom: 0px;
  margin-left: 10px;
}
.xLtZUnU1 .MXcPtOYj .R3kljSVG {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ynHCezas;
  -moz-animation-name: ynHCezas;
  -o-animation-name: ynHCezas;
  animation-name: ynHCezas;
}
.xLtZUnU1 .dr9ihyjV {
  margin-left: 5px;
  font-size: 14px;
}
.xLtZUnU1 .YZL7CRsY .jJPinCPI {
  font-size: 10px;
  line-height: 12px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.U0iSQs79 {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  color: var(--slate-grey);
  align-self: flex-end;
  width: 90%;
  margin-top: 18px;
}
.U0iSQs79 .X5xPHHZ5 {
  font-size: 10px;
  color: rgba(78, 79, 80, 0.65);
  text-transform: uppercase;
}
.U0iSQs79 .BixlU8oD {
  text-transform: capitalize;
}
.U0iSQs79 .ltaai4xX {
  overflow-y: auto;
  overflow-x: auto;
}
.U0iSQs79 .MXcPtOYj {
  margin-top: 10px;
  display: flex;
}
.U0iSQs79 .MXcPtOYj .qlR4GnaM {
  max-width: 80%;
  padding-bottom: 0px;
  margin-left: 10px;
}
.U0iSQs79 .MXcPtOYj .R3kljSVG {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ynHCezas;
  -moz-animation-name: ynHCezas;
  -o-animation-name: ynHCezas;
  animation-name: ynHCezas;
}
.U0iSQs79 .dr9ihyjV {
  margin-left: 5px;
  font-size: 14px;
}
.U0iSQs79 .YZL7CRsY .jJPinCPI {
  font-size: 10px;
  line-height: 12px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.NFiaOe8s {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  color: var(--slate-grey);
  align-self: flex-end;
  width: 90%;
  margin-top: 18px;
}
.NFiaOe8s .X5xPHHZ5 {
  font-size: 10px;
  color: rgba(78, 79, 80, 0.65);
  text-transform: uppercase;
}
.NFiaOe8s .BixlU8oD {
  text-transform: capitalize;
}
.NFiaOe8s .ltaai4xX {
  overflow-y: auto;
  overflow-x: auto;
}
.NFiaOe8s .MXcPtOYj {
  margin-top: 10px;
  display: flex;
}
.NFiaOe8s .MXcPtOYj .qlR4GnaM {
  max-width: 80%;
  padding-bottom: 0px;
  margin-left: 10px;
}
.NFiaOe8s .MXcPtOYj .R3kljSVG {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ynHCezas;
  -moz-animation-name: ynHCezas;
  -o-animation-name: ynHCezas;
  animation-name: ynHCezas;
}
.NFiaOe8s .dr9ihyjV {
  margin-left: 5px;
  font-size: 14px;
}
.NFiaOe8s .YZL7CRsY .jJPinCPI {
  font-size: 10px;
  line-height: 12px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.dB7RMTU4 {
  font-size: 10px;
  color: var(--slate-grey-a65);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 4px;
  text-transform: none;
}
.kReCMQ66:hover {
  cursor: pointer;
}
.nOvbBqx8 {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
.nOvbBqx8 .jdWULDHS {
  margin-top: 20px;
  width: 100%;
}
.nOvbBqx8 .KjgD0Zlp {
  margin-top: 20px;
  width: 100%;
  margin: 0;
}
.nOvbBqx8 ._9sAGAGEf {
  width: 100%;
  margin-bottom: 1px;
}
.nOvbBqx8 .r9MRq__D {
  width: 100%;
  margin-bottom: 1px;
  background-color: var(--light-grey);
  filter: brightness(102%);
}
.nOvbBqx8 .zCm8Bm0Y {
  background-color: var(--white);
  box-shadow: 0px 0px 8px 3px var(--light-grey);
}
.nOvbBqx8 .zCm8Bm0Y .oXoG8AR5 {
  margin-top: 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  padding-left: 10px;
}
.nOvbBqx8 .zCm8Bm0Y .kWvGOENa {
  width: 100%;
  margin-bottom: 1px;
  background-color: var(--light-grey);
  filter: brightness(110%);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 827px) {
  .nOvbBqx8 .zCm8Bm0Y .kWvGOENa {
    flex-direction: column;
    justify-content: space-around;
  }
}
.nOvbBqx8 .zCm8Bm0Y .kWvGOENa .vFLQ6odE {
  font-size: 10px;
  font-weight: 500;
  margin: auto 0;
  margin-left: 10px;
}
.nOvbBqx8 .zCm8Bm0Y .kWvGOENa .snSy44fp {
  font-size: 10px;
  font-weight: 500;
  margin: auto 0;
  margin-left: 10px;
  font-size: 8px;
  margin-right: 16px;
  text-transform: uppercase;
  color: #aeaeae;
}
.nOvbBqx8 .E77y2it8 {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  margin-left: 14px;
}
@media (max-width: 827px) {
  .nOvbBqx8 .E77y2it8 {
    margin-left: 0px;
  }
}
.kVsMLNn1 {
  height: 100%;
  background-color: var(--white);
  box-shadow: 1px 1px 8px 0px var(--light-grey);
  position: relative;
}
.kVsMLNn1:hover {
  cursor: pointer;
}
.kVsMLNn1 .hToPmECT {
  height: 100%;
  width: 60%;
  margin-left: 0;
}
.kVsMLNn1 .TYI3mKil {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--royal-peacock-blue) transparent transparent transparent;
}
.kVsMLNn1 .oFH5Poq0 {
  margin: auto 0;
  padding-left: 10px;
}
.kVsMLNn1 .eM74C9sg {
  position: relative;
}
.kVsMLNn1 .eM74C9sg .qIEpm5z0 {
  z-index: 10;
  position: absolute;
  right: -4px;
}
.kVsMLNn1 .FqbGssbH {
  padding: 0;
  margin: 0;
  font-size: 8px;
  text-transform: uppercase;
}
.kVsMLNn1 .SOD9Akii {
  padding: 0;
  margin: 0;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 5;
}
.kVsMLNn1 .c1cydYNV {
  padding: 0;
  margin: 0;
  font-size: 8px;
  text-transform: uppercase;
  color: var(--table-badge-unread);
}
.kVsMLNn1 .TcGwBfnH {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #b30000;
  font-size: 8px;
  opacity: 0.8;
}
.ZUB8Uqyw {
  z-index: 0;
  position: absolute;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(180, 180, 180) 25%, transparent 25%), linear-gradient(-45deg, #b4b4b4 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #b4b4b4 75%), linear-gradient(-45deg, transparent 75%, #b4b4b4 75%);
  background-size: 4px 4px;
  background-position: 0 0, 0 2px, 2px -2px, -2px 0px;
}
.LzZNhmkP {
  position: absolute;
  height: 100%;
  top: 20px;
  width: 2px;
  z-index: 5;
  background-image: linear-gradient(var(--table-badge-unread) 50%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 4px 8px;
  background-repeat: repeat-y;
}
.gPlJnAa9 {
  border: 1px solid var(--table-badge-unread);
  width: 100%;
  height: 0;
  position: relative;
  margin-top: 20px;
}
.gPlJnAa9 .u1CLQ3lK {
  position: absolute;
  width: 100px;
  bottom: -4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gPlJnAa9 .u1CLQ3lK .vFLQ6odE {
  font-size: 10px;
}
.gPlJnAa9 .u1CLQ3lK .kjqACEWr {
  z-index: 10;
  height: 8px;
  width: 0;
  border: 1px solid var(--table-badge-unread);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.ralK4BE_ {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.hq6zQXJK {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  margin-top: 12px;
  margin-left: 6px;
}
.nD2EJ0fn {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color-a30);
  overflow: hidden;
  z-index: 1001;
}
.vU7YNMKH {
  max-width: 900px;
}
.vU7YNMKH .QPa9z0US {
  margin-top: 0;
}
.vU7YNMKH .MxxnCoN0 {
  height: 100%;
  padding: 8px 16px;
}
.vU7YNMKH .vIbKI4OI {
  cursor: pointer;
}
.vU7YNMKH .HPSIZ61O {
  background-color: var(--white);
}
.vU7YNMKH .NSoKQUqq {
  border-bottom: 1px solid var(--slate-grey);
}
.vU7YNMKH .Ylx8YBFh {
  height: 100%;
  padding: 8px 16px;
}
.vU7YNMKH .Ylx8YBFh span {
  justify-content: center;
}
.vU7YNMKH .Gw_1sn6k {
  height: 100%;
  padding: 8px 16px;
  padding: 4px 16px;
}
.vU7YNMKH .Gw_1sn6k span {
  justify-content: center;
}
.vU7YNMKH .GZJg1DbI {
  height: 100%;
  padding: 8px 16px;
}
.vU7YNMKH .GZJg1DbI span {
  justify-content: center;
}
.vU7YNMKH .GZJg1DbI span {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.vU7YNMKH .iuNVW68C {
  background-color: var(--slate-grey);
}
.vU7YNMKH ._6ORMngE {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.vU7YNMKH .id4PGAHY {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
}
.vU7YNMKH .GUA8z0Pz {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  align-items: center;
}
.vU7YNMKH .QqrLaXIH {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  align-items: center;
  font-size: 9px;
  text-align: center;
}
.vU7YNMKH .UTIccy_S {
  width: 75px;
  height: 75px;
  border: 1px solid var(--slate-grey-a65);
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.vU7YNMKH .ZvImQ4Y6 {
  padding-left: 8px;
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vU7YNMKH .qPrdXmhv {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.vU7YNMKH .qPrdXmhv .MPjxCWYB {
  display: inline-block;
  padding: 5px 10px 0 0;
  text-align: left;
  font-size: 16px;
  color: var(--primary-color);
  cursor: pointer;
}
.vU7YNMKH .warjRf49 {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vU7YNMKH .fXQbRs3d {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vU7YNMKH .WuLi9rM8 {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.vU7YNMKH .DSTUhNt1 {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.ws1PhXEF {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding: 0 3px;
}
.ws1PhXEF .A1P1oORl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding-top: 75px;
  background-color: rgba(240, 242, 245, 0.45);
  z-index: 6;
}
.ws1PhXEF .A1P1oORl .PnAS172l {
  z-index: 7;
}
.ws1PhXEF .MSBFG5GH {
  width: 100%;
  margin-top: 10px;
}
.ws1PhXEF .MSBFG5GH .Ri0a2lSc {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ws1PhXEF .rdZYrZ3m {
  width: 100%;
  background-color: var(--white);
}
.ws1PhXEF .gg9Fhria {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.ws1PhXEF .gg9Fhria .Tfi2Y3Ty {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ws1PhXEF .gg9Fhria .Tfi2Y3Ty .a3Fwe67D {
  color: var(--slate-grey);
  font-size: 12px;
}
.ws1PhXEF .gg9Fhria .Tfi2Y3Ty .kGnVZfvB {
  font-size: 10px;
  text-align: center;
}
.ws1PhXEF .gg9Fhria .vIbKI4OI {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ws1PhXEF .gg9Fhria .T2xmXsYk {
  cursor: pointer;
}
.ws1PhXEF .gg9Fhria .VfLaN9Bp {
  font-size: 14px;
}
.ws1PhXEF .gg9Fhria .ELCOJ3lm {
  font-size: 12px;
}
.ws1PhXEF .gg9Fhria .mULdRbhn {
  display: flex;
  align-items: flex-end;
}
.ws1PhXEF .gg9Fhria .gYbKae1W {
  display: flex;
  justify-content: flex-end;
}
.ws1PhXEF .gg9Fhria .c91mOYgG {
  font-size: 10px;
}
.ws1PhXEF .gg9Fhria .DSTUhNt1 {
  font-size: 12px;
  color: var(--primary-color);
}
.ws1PhXEF .gg9Fhria .alcJ5KN6 {
  font-size: 10px;
  color: rgba(128, 128, 128, 0.65);
  text-transform: uppercase;
}
.ws1PhXEF .gg9Fhria .ti4ekOLB {
  font-size: 18px;
  color: var(--light-grey);
}
.oa95N3kI {
  width: 100%;
  height: calc(100vh - 400);
  position: relative;
}
.oa95N3kI .A1P1oORl {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.oa95N3kI .Civ7NISm {
  position: relative;
  width: auto;
  height: calc(100vh - 50px);
}
.oa95N3kI .Civ7NISm .qA_pfpd2 {
  height: 100%;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .ant-tabs-nav {
  height: 56px;
  padding-left: 32px;
  z-index: 100;
  background-color: var(--white);
  padding: 0px 20px;
  height: 50px;
  padding-top: 3px;
  margin-bottom: 0;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .i2cKbZ3o {
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .ant-tabs-nav-wrap {
  box-shadow: none;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .Z4vqXFmn {
  font-size: 14px;
  margin: 0 12px;
  font-weight: 500;
  font-family: Poppins;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .k6WfRq5A {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .k6WfRq5A .HXNC54SX {
  width: 275px;
  max-width: 100%;
  color: var(--primary-color);
}
.oa95N3kI .rDfqob2G {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.oa95N3kI .rDfqob2G .quDHaj8y {
  margin-bottom: 20px;
}
.oa95N3kI .rDfqob2G .quDHaj8y:last-child {
  margin-bottom: 0;
}
.oa95N3kI .rDfqob2G .PuveIMtF {
  margin: 25px 0;
}
.oa95N3kI .rDfqob2G .gY2m2CR9 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.oa95N3kI .rDfqob2G .gY2m2CR9 .vRJzMlhg {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq {
  border-radius: 12px 12px 0px 0px;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .wK_ZmFWk {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .c78Dm6p2 {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .c78Dm6p2 button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button:disabled,
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button[disabled] {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button:disabled button,
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button[disabled] button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .IyoTuYdk {
  color: var(--scarlet);
  background: var(--white);
  border-color: var(--scarlet);
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .IyoTuYdk button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .ant-rate-star:not(:last-child) {
  margin-right: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .yiqHWFt3 {
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .zAsMgEvp {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .KKf9Nwx3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .fuozmHpR {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .t1rDeGsY {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--gothic-blue);
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .k3ZnxCJV {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--table-badge-total);
  text-transform: uppercase;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym {
  width: 100%;
  min-height: 90px;
  background-color: var(--emptiness-white);
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab {
  display: flex;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab .HhUi2jsR {
  margin-right: 14px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab .zAsMgEvp {
  margin-bottom: -3px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn {
  justify-content: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO {
  width: 100%;
  min-height: 90px;
  background-color: var(--emptiness-white);
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
  min-height: 147px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab {
  display: flex;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .HhUi2jsR {
  margin-right: 14px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .zAsMgEvp {
  margin-bottom: -3px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn {
  justify-content: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .yiqHWFt3 {
  margin-bottom: -3px;
  padding-top: 1px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .DEbAjBF9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd {
  align-items: flex-end;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd .AnKPhnbz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd .AnKPhnbz .aNyov9EK {
  margin-right: 4px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .WGLRahxC {
  text-align: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .xNFlwDAe {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .xNFlwDAe .aNyov9EK {
  margin-right: 4px;
  width: 100%;
  display: block;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .vU7YNMKH {
  padding: 24px;
}
.oa95N3kI .nHTCBR0f {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.oa95N3kI .nHTCBR0f .quDHaj8y {
  margin-bottom: 20px;
}
.oa95N3kI .nHTCBR0f .quDHaj8y:last-child {
  margin-bottom: 0;
}
.oa95N3kI .nHTCBR0f .PuveIMtF {
  margin: 25px 0;
}
.oa95N3kI .nHTCBR0f .gY2m2CR9 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.oa95N3kI .nHTCBR0f .gY2m2CR9 .vRJzMlhg {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq {
  border-radius: 12px 12px 0px 0px;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .wK_ZmFWk {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .c78Dm6p2 {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .c78Dm6p2 button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button:disabled,
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button[disabled] {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button:disabled button,
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button[disabled] button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .IyoTuYdk {
  color: var(--scarlet);
  background: var(--white);
  border-color: var(--scarlet);
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .IyoTuYdk button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .nHTCBR0f .QPa9z0US .vIbKI4OI {
  background-color: var(--white);
  cursor: default;
}
.oa95N3kI .nHTCBR0f .QPa9z0US .BMau4Ukf {
  font-size: 12px;
  text-transform: uppercase;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq {
  margin-top: 20px;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq .UZ37iWY8 {
  width: 100%;
  display: flex;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq .UZ37iWY8 .f89bGHHe {
  width: 300px;
  color: var(--primary-color);
  margin-right: 10px;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq .UZ37iWY8 .c78Dm6p2 {
  width: 100px;
  font-size: 12px;
  text-transform: uppercase;
}
.oa95N3kI .VuCjyG3L .F7ds1kuK {
  background-color: var(--primary-color);
  height: 50px;
}
.oa95N3kI .w6oW5CUm {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: -12px;
}
.oa95N3kI .w6oW5CUm div {
  z-index: 1;
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .ant-select-selection-search-input input {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .anticon-close {
  color: var(--primary-color);
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .ant-select-selection-placeholder {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .ralK4BE_ {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  color: var(--gothic-blue);
  margin-bottom: 2px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD {
  margin-left: 14px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-search-input input {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .anticon-close {
  color: var(--primary-color);
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-placeholder {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .f89bGHHe {
  width: 150px;
  height: 32px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selector {
  height: 32px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  border: 1px solid var(--white);
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-item {
  font-size: 12px;
  line-height: 30px !important;
  color: var(--primary-color);
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .HfCJdrUG {
  color: var(--primary-color);
}
.QFUkpdJx {
  width: 100%;
  height: calc(100vh - 400);
  position: relative;
  margin-top: 32px;
}
.QFUkpdJx .A1P1oORl {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.QFUkpdJx .Civ7NISm {
  position: relative;
  width: auto;
  height: calc(100vh - 50px);
}
.QFUkpdJx .Civ7NISm .qA_pfpd2 {
  height: 100%;
}
.QFUkpdJx .Civ7NISm .qA_pfpd2 .ant-tabs-nav {
  height: 56px;
  padding-left: 32px;
  z-index: 100;
  background-color: var(--white);
  padding: 0px 20px;
  height: 50px;
  padding-top: 3px;
  margin-bottom: 0;
}
.QFUkpdJx .Civ7NISm .qA_pfpd2 .i2cKbZ3o {
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.QFUkpdJx .Civ7NISm .qA_pfpd2 .ant-tabs-nav-wrap {
  box-shadow: none;
}
.QFUkpdJx .Civ7NISm .qA_pfpd2 .Z4vqXFmn {
  font-size: 14px;
  margin: 0 12px;
  font-weight: 500;
  font-family: Poppins;
}
.QFUkpdJx .Civ7NISm .qA_pfpd2 .k6WfRq5A {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QFUkpdJx .Civ7NISm .qA_pfpd2 .k6WfRq5A .HXNC54SX {
  width: 275px;
  max-width: 100%;
  color: var(--primary-color);
}
.QFUkpdJx .rDfqob2G {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.QFUkpdJx .rDfqob2G .quDHaj8y {
  margin-bottom: 20px;
}
.QFUkpdJx .rDfqob2G .quDHaj8y:last-child {
  margin-bottom: 0;
}
.QFUkpdJx .rDfqob2G .PuveIMtF {
  margin: 25px 0;
}
.QFUkpdJx .rDfqob2G .gY2m2CR9 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.QFUkpdJx .rDfqob2G .gY2m2CR9 .vRJzMlhg {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq {
  border-radius: 12px 12px 0px 0px;
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm .wK_ZmFWk {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm .c78Dm6p2 {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm .c78Dm6p2 button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm button:disabled,
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm button[disabled] {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm button:disabled button,
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm button[disabled] button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm .IyoTuYdk {
  color: var(--scarlet);
  background: var(--white);
  border-color: var(--scarlet);
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.QFUkpdJx .rDfqob2G .Ws2jyFVq .aQg5srnm .IyoTuYdk button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .ant-rate-star:not(:last-child) {
  margin-right: 2px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .yiqHWFt3 {
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .zAsMgEvp {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .KKf9Nwx3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .fuozmHpR {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .t1rDeGsY {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--gothic-blue);
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .k3ZnxCJV {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--table-badge-total);
  text-transform: uppercase;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym {
  width: 100%;
  min-height: 90px;
  background-color: var(--emptiness-white);
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab {
  display: flex;
  align-items: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab .HhUi2jsR {
  margin-right: 14px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab .zAsMgEvp {
  margin-bottom: -3px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn {
  justify-content: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO {
  width: 100%;
  min-height: 90px;
  background-color: var(--emptiness-white);
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
  min-height: 147px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab {
  display: flex;
  align-items: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .HhUi2jsR {
  margin-right: 14px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .zAsMgEvp {
  margin-bottom: -3px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn {
  justify-content: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .yiqHWFt3 {
  margin-bottom: -3px;
  padding-top: 1px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .DEbAjBF9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd {
  align-items: flex-end;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd .AnKPhnbz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd .AnKPhnbz .aNyov9EK {
  margin-right: 4px;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .WGLRahxC {
  text-align: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .xNFlwDAe {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .xNFlwDAe .aNyov9EK {
  margin-right: 4px;
  width: 100%;
  display: block;
}
.QFUkpdJx .D_ijJk3O .kvBLaxtG .vU7YNMKH {
  padding: 24px;
}
.QFUkpdJx .nHTCBR0f {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.QFUkpdJx .nHTCBR0f .quDHaj8y {
  margin-bottom: 20px;
}
.QFUkpdJx .nHTCBR0f .quDHaj8y:last-child {
  margin-bottom: 0;
}
.QFUkpdJx .nHTCBR0f .PuveIMtF {
  margin: 25px 0;
}
.QFUkpdJx .nHTCBR0f .gY2m2CR9 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.QFUkpdJx .nHTCBR0f .gY2m2CR9 .vRJzMlhg {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq {
  border-radius: 12px 12px 0px 0px;
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm .wK_ZmFWk {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm .c78Dm6p2 {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm .c78Dm6p2 button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm button:disabled,
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm button[disabled] {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm button:disabled button,
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm button[disabled] button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm .IyoTuYdk {
  color: var(--scarlet);
  background: var(--white);
  border-color: var(--scarlet);
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.QFUkpdJx .nHTCBR0f .Ws2jyFVq .aQg5srnm .IyoTuYdk button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.QFUkpdJx .nHTCBR0f .QPa9z0US .vIbKI4OI {
  background-color: var(--white);
  cursor: default;
}
.QFUkpdJx .nHTCBR0f .QPa9z0US .BMau4Ukf {
  font-size: 12px;
  text-transform: uppercase;
}
.QFUkpdJx .nHTCBR0f .NJVAUPFq {
  margin-top: 20px;
}
.QFUkpdJx .nHTCBR0f .NJVAUPFq .UZ37iWY8 {
  width: 100%;
  display: flex;
}
.QFUkpdJx .nHTCBR0f .NJVAUPFq .UZ37iWY8 .f89bGHHe {
  width: 300px;
  color: var(--primary-color);
  margin-right: 10px;
}
.QFUkpdJx .nHTCBR0f .NJVAUPFq .UZ37iWY8 .c78Dm6p2 {
  width: 100px;
  font-size: 12px;
  text-transform: uppercase;
}
.QFUkpdJx .VuCjyG3L .F7ds1kuK {
  background-color: var(--primary-color);
  height: 50px;
}
.QFUkpdJx .w6oW5CUm {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: -12px;
}
.QFUkpdJx .w6oW5CUm div {
  z-index: 1;
}
.QFUkpdJx .w6oW5CUm .hQH6haT3 .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.QFUkpdJx .w6oW5CUm .hQH6haT3 .ant-select-selection-search-input input {
  font-size: 12px;
}
.QFUkpdJx .w6oW5CUm .hQH6haT3 .anticon-close {
  color: var(--primary-color);
}
.QFUkpdJx .w6oW5CUm .hQH6haT3 .ant-select-selection-placeholder {
  font-size: 12px;
}
.QFUkpdJx .w6oW5CUm .ralK4BE_ {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  color: var(--gothic-blue);
  margin-bottom: 2px;
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD {
  margin-left: 14px;
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .ant-select-selection-search-input input {
  font-size: 12px;
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .anticon-close {
  color: var(--primary-color);
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .ant-select-selection-placeholder {
  font-size: 12px;
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .f89bGHHe {
  width: 150px;
  height: 32px;
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .ant-select-selector {
  height: 32px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  border: 1px solid var(--white);
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .ant-select-selection-item {
  font-size: 12px;
  line-height: 30px !important;
  color: var(--primary-color);
}
.QFUkpdJx .w6oW5CUm .Z10mCRuD .HfCJdrUG {
  color: var(--primary-color);
}
.ctOvPzZg {
  width: 100%;
}
.ctOvPzZg .LXF6G3_B {
  margin-bottom: 10px;
  width: 100%;
}
.ctOvPzZg .LXF6G3_B .e4JwSJUG {
  width: 100%;
}
.ctOvPzZg .LXF6G3_B ._Ws8xYAl {
  line-height: 16px;
  height: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.ctOvPzZg .LXF6G3_B .QgJlMVSB {
  line-height: 16px;
  height: 16px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ctOvPzZg .DHjgMdtD {
  width: 100%;
}
.uxhR3k34 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uxhR3k34 .Ip7Qk0Q6 {
  width: 520px;
}
.uxhR3k34 .Ip7Qk0Q6 .ant-select-selector {
  border-radius: 4px;
}
.uxhR3k34 .V361fyuA {
  height: 24px;
  width: 100px;
  border-radius: 18px;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0em;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.RafOU0vI {
  margin-top: 50px;
}
.RafOU0vI .ralK4BE_ {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  padding-top: 4px;
}
.RafOU0vI .FlUUcBOj {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  padding-top: 4px;
  padding-top: 2px;
}
.RafOU0vI .VsJ0Bzeb {
  width: 100%;
  padding: 0;
  padding-top: 12px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  text-transform: capitalize;
  color: var(--font-color-eastern-blue);
  font-weight: 500;
  font-size: 14px;
}
.RafOU0vI .VsJ0Bzeb::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: var(--graham-grey);
}
.RafOU0vI .VsJ0Bzeb:focus {
  box-shadow: none;
  outline: none;
}
.RafOU0vI .c78Dm6p2 {
  margin: auto;
  margin-top: 10px;
  background: var(--font-color-eastern-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  color: var(--white);
  border: none;
}
.Yg6rvNJa {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  margin-top: 16px;
  height: 32px;
  font-size: 12px;
}
.xRVH0hbJ .VsJ0Bzeb {
  color: var(--primary-color);
}
.SHauFOYi {
  width: 100%;
}
.vcjal461 {
  margin-top: 40px;
}
.LbeDSJOf {
  width: 100%;
  max-width: 700px;
  overflow: auto;
  padding: 16px 24px 8px 0;
  display: flex;
  flex-direction: column;
}
.LbeDSJOf .zmRBCrNr {
  position: relative;
  width: 100%;
  left: 0;
  top: 50px;
  display: flex;
  justify-content: center;
}
.LbeDSJOf .gemRCTc9 {
  position: relative;
  width: 100%;
  padding: 24px 12px;
  padding-top: 0;
  background-color: var(--white);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}
.LbeDSJOf .gemRCTc9 .B6DyFXO8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  color: var(--slate-grey);
  text-transform: uppercase;
  height: 40px;
}
.LbeDSJOf .gemRCTc9 .MHA7C9rq {
  display: flex;
  align-items: baseline;
}
.LbeDSJOf .gemRCTc9 .MHA7C9rq .KVcQvbho {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LbeDSJOf .gemRCTc9 .MHA7C9rq .pMBXUuuc {
  margin: 0 12px;
}
.LbeDSJOf .gemRCTc9 .OpqB_ytF {
  top: 6px;
  right: 12px;
  font-size: 12px;
  color: var(--slate-grey-a65);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
.LbeDSJOf .gemRCTc9 .MqFow64G {
  margin-top: 16px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.LbeDSJOf .gemRCTc9 .y83_0Q52 {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-right: 16px;
}
.LbeDSJOf .gemRCTc9 .y83_0Q52 .pMBXUuuc {
  display: flex;
  justify-content: flex-end;
}
.LbeDSJOf .gemRCTc9 ._rE3yR33 {
  margin: 4px 0 0 6px;
  max-width: 600px;
}
.LbeDSJOf .gemRCTc9 ._rE3yR33 .VsJ0Bzeb {
  color: var(--primary-color);
}
.LbeDSJOf .gemRCTc9 .VxvRKTbl {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
}
.KJUcsIGO {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}
.KJUcsIGO .P6nXT7ZH {
  color: var(--primary-color);
  font-weight: 600;
}
.KJUcsIGO .c91mOYgG {
  font-style: italic;
  margin-left: 8px;
}
.KJUcsIGO .ENH3yWA0 {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.KJUcsIGO .ENH3yWA0 .ti4ekOLB {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 12px;
}
.KJUcsIGO .ENH3yWA0 .ti4ekOLB:hover {
  transform: scale(1.25);
  transition: transform 0.15s linear;
}
.LIDTWvKS {
  background-color: var(--white);
  padding: 1px 3px;
  border-radius: 3px;
  margin: 1px 0;
  color: var(--dark-blue);
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
}
.LIDTWvKS:before {
  content: "@";
}
.klgIDF2e {
  background-color: var(--white);
  padding: 1px 3px;
  border-radius: 3px;
  margin: 1px 0;
  color: var(--dark-blue);
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
  margin: 2px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.klgIDF2e:before {
  content: "@";
}
.E5IGNsFY {
  background-color: var(--white);
  padding: 1px 3px;
  border-radius: 3px;
  margin: 1px 0;
  color: var(--dark-blue);
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
  position: relative;
  padding-right: 28px;
}
.E5IGNsFY:before {
  content: "@";
}
.E5IGNsFY .BDvLSZza {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 14px;
}
.oSjobkVJ {
  max-width: auto;
  width: 100%;
  background-color: var(--white);
  border-radius: 4px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
}
.LpFZgmt8 {
  max-width: 520px;
}
.LpFZgmt8 div {
  border-radius: 4px !important;
}
.ant-dropdown-menu {
  top: -4px;
  padding: 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
.ant-dropdown-menu .ant-dropdown-menu-item {
  font-size: 12px;
  line-height: 10px;
}
.ant-dropdown-menu-item-active:hover:first-child {
  background-color: var(--primary-color-a10);
  border-radius: 18px 18px 0px 0px;
}
.ant-dropdown-menu-item-active:hover:last-child {
  background-color: var(--primary-color-a10);
  border-radius: 0px 0px 18px 18px;
}
.terminateSubscriptionPopover .ant-popover-inner {
  border-radius: 12px;
}
.terminateSubscriptionPopover .ant-popover-title {
  border-radius: 12px 12px 0px 0px;
  background-color: var(--alabaster-white);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  height: 37px;
}
.terminateSubscriptionPopover .ant-popover-inner-content {
  border-radius: 0px 0px 18px 12px;
}
.terminateSubscriptionPopover .ant-popover-inner-content .G3RkCId1 {
  max-width: 288px;
  padding: 2px 0px 14px 0px;
}
.terminateSubscriptionPopover .ant-popover-inner-content .G3RkCId1 .WuLi9rM8 {
  font-weight: 600;
}
.terminateSubscriptionPopover .ant-popover-inner-content .rucbkVM_ {
  display: flex;
  justify-content: space-between;
}
.terminateSubscriptionPopover .ant-popover-inner-content .rucbkVM_ .J5bhoZ1N {
  background: var(--scarlet);
  color: var(--white);
  border-color: var(--scarlet);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.terminateSubscriptionPopover .ant-popover-inner-content .rucbkVM_ .xtwugRQ3 {
  color: var(--primary-color);
  background: var(--white);
  border-color: var(--primary-color);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.TQ9TkZ06 {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 700px;
  overflow-y: auto;
  padding: 0 8px 8px 10px;
}
.TQ9TkZ06 .VVFyd_3j {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.TQ9TkZ06 .Klrh3B1U {
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
}
.TQ9TkZ06 .bFoTCKo9 {
  position: absolute;
  top: 47px;
  left: calc(100% - 158px);
  display: flex;
  flex-direction: column;
}
.TQ9TkZ06 .GQH28SUW {
  margin: 12px 0;
}
.TQ9TkZ06 .x8vMJzv6 {
  height: 12px;
  box-shadow: none;
  outline: none;
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  background-color: var(--white);
  color: var(--sunset-orange);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
}
.TQ9TkZ06 .x8vMJzv6 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.TQ9TkZ06 .x8vMJzv6 .iIboIHlb {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.TQ9TkZ06 .x8vMJzv6 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.TQ9TkZ06 .x8vMJzv6:hover,
.TQ9TkZ06 .x8vMJzv6:active,
.TQ9TkZ06 .x8vMJzv6:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.TQ9TkZ06 .fbt7wvHz {
  position: relative;
  width: 100%;
  padding: 12px;
  padding-top: 0;
  background-color: var(--white);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  border-radius: 3px;
  overflow: hidden;
}
.TQ9TkZ06 .fbt7wvHz:not(:first-child) {
  margin-top: 12px;
}
.TQ9TkZ06 .fbt7wvHz .LeRR_P9s {
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .JL6fWnb3 {
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .mTxc7BPB {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  color: var(--slate-grey);
  text-transform: uppercase;
}
.TQ9TkZ06 .fbt7wvHz .kCXyAWIq {
  height: 33px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .wvrsFVjg {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  max-width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TQ9TkZ06 .fbt7wvHz .mrKMm9yW {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
.TQ9TkZ06 .fbt7wvHz .jrq3WaXG {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  max-width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.TQ9TkZ06 .fbt7wvHz .DBOebRDa {
  top: 6px;
  right: 12px;
  font-size: 12px;
  color: var(--slate-grey-a65);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  background-color: var(--light-baby-blue);
  padding: 4px 16px;
  width: 100%;
  border-radius: 3px;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj:not(:first-child) {
  margin-top: 10px;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj form {
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj .p0jhUETT {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj .p0jhUETT .oXj8asxy {
  color: var(--primary-color);
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj .p0jhUETT .GTzGe8xS {
  color: var(--primary-color);
}
.TYFG2N0J {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 8px;
}
.TYFG2N0J .YT4b6DFv {
  padding: 20px 30px;
  margin-top: 20px;
  margin: 20px 5px 0 5px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .TYFG2N0J .YT4b6DFv {
    padding: 20px 2px;
  }
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .A4Dyg_mh {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  padding: 0 12px;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .A4Dyg_mh:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
@media (max-width: 668px) {
  .TYFG2N0J .YT4b6DFv .zN_6LEKs {
    flex-direction: column;
    align-items: flex-end;
  }
  .TYFG2N0J .YT4b6DFv .zN_6LEKs .A4Dyg_mh {
    padding: 6px 2px;
  }
}
.TYFG2N0J .YT4b6DFv .wyjiDoJp {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.TYFG2N0J .YT4b6DFv .wyjiDoJp .oz_F_kH0 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--slate-grey);
}
.TYFG2N0J .YT4b6DFv .wyjiDoJp .by4VnZE1 {
  margin-bottom: 0.7em;
  margin-left: 20px;
  cursor: pointer;
}
.TYFG2N0J .YT4b6DFv .DM6vuOvy {
  max-width: 500px;
}
.TYFG2N0J .YT4b6DFv .APMAK3NY {
  display: flex;
  justify-content: space-between;
}
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6 {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 50px;
  border-radius: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 4px 12px;
  height: 34px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: var(--white);
  color: var(--sunset-orange);
  border: 1px solid var(--sunset-orange);
}
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6:hover,
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6:active,
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.TYFG2N0J .YT4b6DFv .mLsz3Elz {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 50px;
  border-radius: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 4px 12px;
  height: 34px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.TYFG2N0J .YT4b6DFv .XPeXdWtl {
  display: flex;
  justify-content: flex-end;
}
.TYFG2N0J .YT4b6DFv .XPeXdWtl .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .XPeXdWtl .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH {
  width: 100%;
  margin: auto;
  padding: 12px 6px;
  background: var(--white);
  color: var(--slate-grey);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 1px 1px var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .Pekidd7G {
  text-transform: uppercase;
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 {
  display: flex;
  justify-content: flex-end;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .nSlEdws8 {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
  padding: 2px 6px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .nSlEdws8:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .tAU6PVyP {
  font-size: 16px;
  font-weight: 900;
  cursor: move;
}
@media (max-width: 827px) {
  .TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH {
    padding: 10px 6px;
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH {
    padding-left: 10px;
  }
  .TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 {
    flex-direction: column;
    align-items: flex-end;
  }
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .OJs5f9kc {
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .OJs5f9kc .VcolrtvW {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 50px;
  border-radius: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 4px 12px;
  height: 34px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  margin-top: 10px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .nqUQzg6G {
  overflow-x: auto;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .jIWleqwt {
  flex-flow: row;
  padding-bottom: 2px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .jIWleqwt .V50eEOfH {
  min-width: 150px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx {
  min-height: 90px;
  width: 160px;
  margin-top: 40px;
  margin-left: 24px;
  padding: 14px 0px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px var(--slate-grey-a65);
  font-size: 11px;
  background-color: var(--white);
  color: var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-right: 16px;
  padding-bottom: 10px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .T3BGbrmF {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .T3BGbrmF:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr .wvrsFVjg {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr .ntS5YPUg {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-style: oblique;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: -2px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr .bIdFiSEY {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .MzhBh4ex {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .BL0YD0pT {
  font-size: 1.2em;
  color: var(--table-badge-unread);
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .rfzapHdE {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: black;
  cursor: move;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg {
  min-height: 65px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 16px 0px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px var(--slate-grey-a65);
  font-size: 11px;
  background-color: var(--white);
  color: var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .T3BGbrmF {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .T3BGbrmF:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
@media (max-width: 668px) {
  .TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr {
  display: flex;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr .wvrsFVjg {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr .at9bMINl {
  font-size: 13px;
  padding-left: 10px;
  color: var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr .bIdFiSEY {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .MzhBh4ex {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .BL0YD0pT {
  font-size: 1.2em;
  color: var(--table-badge-unread);
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .rfzapHdE {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: black;
  cursor: move;
}
.Ksj8IW6_ {
  border-top: 10px solid var(--slate-grey-a65);
  padding: 5px 0;
}
.IAqjcbsd {
  border-bottom: 10px solid var(--slate-grey-a65);
  padding: 5px 0;
}
.VVFyd_3j {
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.p0jhUETT {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}
.p0jhUETT .oXj8asxy {
  color: var(--primary-color);
}
.p0jhUETT .GTzGe8xS {
  color: var(--primary-color);
}
.mLsz3Elz {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
}
.mLsz3Elz .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.EhjW_Ysf {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  color: var(--primary-color);
  height: 12px;
  box-shadow: none;
  outline: none;
}
.EhjW_Ysf .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.EhjW_Ysf .iIboIHlb {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.A1PM3f73 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  background-color: var(--white);
  color: var(--sunset-orange);
}
.A1PM3f73 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.A1PM3f73:hover,
.A1PM3f73:active,
.A1PM3f73:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.zp9v1AZ9 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  margin-left: -16px;
}
.zp9v1AZ9 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.zp9v1AZ9 .nSARCnTc {
  margin-left: -5px;
}
.SuFh4nrf {
  width: 100%;
}
.SuFh4nrf .X_Yy1QXu {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  padding-left: 25px;
}
.SuFh4nrf .X_Yy1QXu .oXj8asxy {
  color: var(--primary-color);
}
.SuFh4nrf .X_Yy1QXu .GTzGe8xS {
  color: var(--primary-color);
}
.SuFh4nrf .jlWuqRzs .JLlZL6vz {
  margin-bottom: 4px;
}
.SuFh4nrf .hB9Tke9B {
  margin-bottom: 12px;
}
.SuFh4nrf .jRcD34aJ {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  font-size: 12px;
}
.SuFh4nrf .jRcD34aJ .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.SuFh4nrf .x8vMJzv6 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  background-color: var(--white);
  color: var(--sunset-orange);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
}
.SuFh4nrf .x8vMJzv6 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.SuFh4nrf .x8vMJzv6:hover,
.SuFh4nrf .x8vMJzv6:active,
.SuFh4nrf .x8vMJzv6:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.nIIL9Qvd {
  margin: 20px 0;
  max-width: 350px;
}
.nIIL9Qvd .YCgpHfW0 {
  font-weight: 600;
  font-size: 16px;
}
.nIIL9Qvd .oXj8asxy {
  color: var(--primary-color);
}
.nIIL9Qvd .GTzGe8xS {
  color: var(--primary-color);
}
.nIIL9Qvd .a67aIflO {
  margin-top: 30px;
  height: 34px;
}
.nIIL9Qvd .gFUy2UfK {
  margin-top: 16px;
}
.b2D_v0jm {
  padding: 8px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b2D_v0jm .wvrsFVjg {
  font-size: 14px;
  font-weight: 600;
}
.b2D_v0jm .GRMw9bXP {
  font-size: 12px;
  color: var(--slate-grey-a65);
}
.b2D_v0jm .ygD1nD5u {
  font-size: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  font-style: italic;
}
.wiSeUPxX .sATnGPdQ {
  margin: 4px 0;
  border: 1px solid var(--light-silver);
  max-width: 300px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
}
.wiSeUPxX .sATnGPdQ .Qm01tjwJ > div:first-child {
  padding: 6px 12px;
}
.wiSeUPxX .sATnGPdQ .LIFFpMhi {
  display: flex;
  align-items: center;
}
.wiSeUPxX .sATnGPdQ .rfzapHdE {
  font-size: 14px;
  cursor: move;
  transform: rotate(180deg);
}
.wiSeUPxX .sATnGPdQ .SteCcBEX .wvrsFVjg {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wiSeUPxX .beerI5VC {
  border-width: 2px;
  border-style: dotted;
  border-color: transparent;
  box-sizing: border-box;
}
.wiSeUPxX .Ksj8IW6_ {
  border-top-color: var(--slate-grey);
}
.wiSeUPxX .IAqjcbsd {
  border-bottom-color: var(--slate-grey);
}
.tTbqGeCS {
  width: 100%;
  height: 100%;
}
.tTbqGeCS .yKtbecM_ {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.tTbqGeCS .aCjy9kCu {
  font-size: 12px;
  font-weight: 400;
  color: var(--slate-grey-a65);
}
.tTbqGeCS .GTzGe8xS {
  color: var(--primary-color);
  width: 100%;
  margin-top: 20px;
}
.tTbqGeCS .yEo6cGkL {
  margin-bottom: 10px;
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.tTbqGeCS .yEo6cGkL .p7QjxGnO {
  width: 100%;
}
.tTbqGeCS .yEo6cGkL .nSARCnTc {
  transition: transform 0.2s linear;
}
.HrZBVkKo {
  display: flex;
  flex-direction: column;
}
.HrZBVkKo .dTah79YJ {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 32px;
  margin: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.HrZBVkKo .iIboIHlb {
  font-size: 12px;
}
.HrZBVkKo .wvrsFVjg {
  font-size: 12px;
  font-weight: 600;
}
.HrZBVkKo .ygD1nD5u {
  font-size: 10px;
  font-style: italic;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.kttzzU_U .G0ppByRT {
  margin-bottom: 32px;
}
.F54SAiyg {
  margin: 50px 0;
  width: 100%;
}
.F54SAiyg .fu3UQ8it {
  padding-top: 4px;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  color: var(--gothic-blue);
  text-transform: uppercase;
}
.F54SAiyg .P0eLuw0k {
  padding-top: 4px;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  color: var(--gothic-blue);
  text-transform: uppercase;
}
.F54SAiyg .Dv1PGQ0y {
  width: 100%;
  padding: 0;
  margin-top: 2px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--primary-color);
}
.F54SAiyg .Dv1PGQ0y input {
  background: transparent;
  color: var(--font-color-eastern-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
}
.F54SAiyg .Dv1PGQ0y .cCkpMLEZ {
  color: var(--dark-blue);
}
.F54SAiyg .Dv1PGQ0y .cCkpMLEZ svg {
  height: 10px;
  width: 10px;
}
.F54SAiyg .Dv1PGQ0y::placeholder {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--nepal-blue);
}
.F54SAiyg .Dv1PGQ0y.ant-input-affix-wrapper {
  box-shadow: none;
  outline: none;
}
.F54SAiyg .UosLyQ_z {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  height: 24px;
  background: var(--font-color-eastern-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  color: var(--white);
}
.searchTip .ant-popover-content {
  letter-spacing: 0.3px;
}
.searchTip .ant-popover-content .ant-popover-arrow {
  background-color: var(--dark-blue);
  border: 0px solid var(--dark-blue);
  outline-color: var(--dark-blue);
  border-radius: 0px;
  width: 12px;
  height: 12px;
  z-index: -1;
  top: 4px;
  left: 15px;
  transform: rotate(45deg);
}
.searchTip .ant-popover-content .ant-popover-inner {
  border-radius: 2px;
  background-color: var(--dark-blue);
}
.searchTip .ant-popover-content .ant-popover-inner .Y3zryT_o {
  font-weight: 600;
  color: var(--web-orange);
  font-size: 12px;
  text-transform: uppercase;
}
.searchTip .ant-popover-content .ant-popover-inner .I2gFw6QL {
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
}
.searchTip .ant-popover-content .ant-popover-inner .I2gFw6QL .f545WVkC {
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.RCwD5Jxh {
  margin-top: 40px;
}
.RCwD5Jxh .ywhcGKQC {
  margin-top: -50px;
}
.zele2O0e,
.HHLBpaVN {
  margin-top: 20px;
}
.dDmq_FTG {
  z-index: 1001;
}
.dDmq_FTG .xP7mbrga .d3sYfMU4 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}
.dDmq_FTG .xP7mbrga .qKxdWG6m {
  font-size: 16px;
  margin-left: 5px;
}
.dDmq_FTG .nS0bCVmW {
  display: flex;
  flex-direction: column;
}
.dDmq_FTG .ZkAvdN0s {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
}
.dDmq_FTG .jeSwtk07 {
  display: flex;
  flex-direction: column;
}
.dDmq_FTG .zplZKiEH {
  font-weight: 600;
}
.dDmq_FTG .nuvZ93dX {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
}
.dDmq_FTG .QGwHINia {
  text-transform: uppercase;
  height: 32px;
  width: 150px;
  margin: 5px;
}
.dDmq_FTG .lkX1Q1k0 {
  text-transform: uppercase;
  height: 32px;
  width: 150px;
  margin: 5px;
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes xYsdx5zs {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes xYsdx5zs {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes xYsdx5zs {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes xYsdx5zs {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.xYsdx5zs {
  -webkit-animation-name: xYsdx5zs;
  -moz-animation-name: xYsdx5zs;
  -o-animation-name: xYsdx5zs;
  animation-name: xYsdx5zs;
}
@-webkit-keyframes ar38uyi6 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ar38uyi6 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes ar38uyi6 {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes ar38uyi6 {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.ar38uyi6 {
  -webkit-animation-name: ar38uyi6;
  -moz-animation-name: ar38uyi6;
  -o-animation-name: ar38uyi6;
  animation-name: ar38uyi6;
}
@-webkit-keyframes tLF3yjUq {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes tLF3yjUq {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes tLF3yjUq {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes tLF3yjUq {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.tLF3yjUq {
  -webkit-animation-name: tLF3yjUq;
  -moz-animation-name: tLF3yjUq;
  -o-animation-name: tLF3yjUq;
  animation-name: tLF3yjUq;
}
@-webkit-keyframes nKnl9ZzX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes nKnl9ZzX {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes nKnl9ZzX {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes nKnl9ZzX {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.nKnl9ZzX {
  -webkit-animation-name: nKnl9ZzX;
  -moz-animation-name: nKnl9ZzX;
  -o-animation-name: nKnl9ZzX;
  animation-name: nKnl9ZzX;
}
@-webkit-keyframes WbHh3XE1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes WbHh3XE1 {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes WbHh3XE1 {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes WbHh3XE1 {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.WbHh3XE1 {
  -webkit-animation-name: WbHh3XE1;
  -moz-animation-name: WbHh3XE1;
  -o-animation-name: WbHh3XE1;
  animation-name: WbHh3XE1;
}
@-webkit-keyframes itPf_Hoe {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes itPf_Hoe {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes itPf_Hoe {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes itPf_Hoe {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.itPf_Hoe {
  -webkit-animation-name: itPf_Hoe;
  -moz-animation-name: itPf_Hoe;
  -o-animation-name: itPf_Hoe;
  animation-name: itPf_Hoe;
}
@-webkit-keyframes moVrU6w6 {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes moVrU6w6 {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes moVrU6w6 {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes moVrU6w6 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.moVrU6w6 {
  -webkit-animation-name: moVrU6w6;
  -moz-animation-name: moVrU6w6;
  -o-animation-name: moVrU6w6;
  animation-name: moVrU6w6;
}
@-webkit-keyframes TbElbkPY {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes TbElbkPY {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes TbElbkPY {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes TbElbkPY {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.TbElbkPY {
  -webkit-animation-name: TbElbkPY;
  -moz-animation-name: TbElbkPY;
  -o-animation-name: TbElbkPY;
  animation-name: TbElbkPY;
}
@-webkit-keyframes EClrabmu {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes EClrabmu {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes EClrabmu {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes EClrabmu {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.EClrabmu {
  -webkit-animation-name: EClrabmu;
  -moz-animation-name: EClrabmu;
  -o-animation-name: EClrabmu;
  animation-name: EClrabmu;
}
@-webkit-keyframes BF3OrvJI {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes BF3OrvJI {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes BF3OrvJI {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes BF3OrvJI {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.BF3OrvJI {
  -webkit-animation-name: BF3OrvJI;
  -moz-animation-name: BF3OrvJI;
  -o-animation-name: BF3OrvJI;
  animation-name: BF3OrvJI;
}
@-webkit-keyframes TuldpBJ4 {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes TuldpBJ4 {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes TuldpBJ4 {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes TuldpBJ4 {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.TuldpBJ4 {
  -webkit-animation-name: TuldpBJ4;
  -moz-animation-name: TuldpBJ4;
  -o-animation-name: TuldpBJ4;
  animation-name: TuldpBJ4;
}
@-webkit-keyframes YQZ3geIB {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes YQZ3geIB {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes YQZ3geIB {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YQZ3geIB {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.YQZ3geIB {
  -webkit-animation-name: YQZ3geIB;
  -moz-animation-name: YQZ3geIB;
  -o-animation-name: YQZ3geIB;
  animation-name: YQZ3geIB;
}
@-webkit-keyframes Qv6Q9_oy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes Qv6Q9_oy {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes Qv6Q9_oy {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes Qv6Q9_oy {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Qv6Q9_oy {
  -webkit-animation-name: Qv6Q9_oy;
  -moz-animation-name: Qv6Q9_oy;
  -o-animation-name: Qv6Q9_oy;
  animation-name: Qv6Q9_oy;
}
@-webkit-keyframes ph4xc2Af {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes ph4xc2Af {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes ph4xc2Af {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes ph4xc2Af {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ph4xc2Af {
  -webkit-animation-name: ph4xc2Af;
  -moz-animation-name: ph4xc2Af;
  -o-animation-name: ph4xc2Af;
  animation-name: ph4xc2Af;
}
@-webkit-keyframes jU4ruIL7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes jU4ruIL7 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes jU4ruIL7 {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes jU4ruIL7 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.jU4ruIL7 {
  -webkit-animation-name: jU4ruIL7;
  -moz-animation-name: jU4ruIL7;
  -o-animation-name: jU4ruIL7;
  animation-name: jU4ruIL7;
}
@-webkit-keyframes Anhc41Y0 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes Anhc41Y0 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes Anhc41Y0 {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes Anhc41Y0 {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.Anhc41Y0 {
  -webkit-animation-name: Anhc41Y0;
  -moz-animation-name: Anhc41Y0;
  -o-animation-name: Anhc41Y0;
  animation-name: Anhc41Y0;
}
@-webkit-keyframes yz81Txfr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes yz81Txfr {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes yz81Txfr {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes yz81Txfr {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.yz81Txfr {
  -webkit-animation-name: yz81Txfr;
  -moz-animation-name: yz81Txfr;
  -o-animation-name: yz81Txfr;
  animation-name: yz81Txfr;
}
@-webkit-keyframes yQNwQDqs {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes yQNwQDqs {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes yQNwQDqs {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes yQNwQDqs {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.yQNwQDqs {
  -webkit-animation-name: yQNwQDqs;
  -moz-animation-name: yQNwQDqs;
  -o-animation-name: yQNwQDqs;
  animation-name: yQNwQDqs;
}
@-webkit-keyframes eFC3wXUt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes eFC3wXUt {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes eFC3wXUt {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes eFC3wXUt {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.eFC3wXUt {
  -webkit-animation-name: eFC3wXUt;
  -moz-animation-name: eFC3wXUt;
  -o-animation-name: eFC3wXUt;
  animation-name: eFC3wXUt;
}
@-webkit-keyframes tWXfw2ip {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes tWXfw2ip {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes tWXfw2ip {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes tWXfw2ip {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tWXfw2ip {
  -webkit-animation-name: tWXfw2ip;
  -moz-animation-name: tWXfw2ip;
  -o-animation-name: tWXfw2ip;
  animation-name: tWXfw2ip;
}
@-webkit-keyframes SvvOasWA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes SvvOasWA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes SvvOasWA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes SvvOasWA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.SvvOasWA {
  -webkit-animation-name: SvvOasWA;
  -moz-animation-name: SvvOasWA;
  -o-animation-name: SvvOasWA;
  animation-name: SvvOasWA;
}
@-webkit-keyframes SJYKvgEY {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes SJYKvgEY {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes SJYKvgEY {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes SJYKvgEY {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.SJYKvgEY {
  -webkit-animation-name: SJYKvgEY;
  -moz-animation-name: SJYKvgEY;
  -o-animation-name: SJYKvgEY;
  animation-name: SJYKvgEY;
}
@-webkit-keyframes es6FTDld {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes es6FTDld {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes es6FTDld {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes es6FTDld {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.es6FTDld {
  -webkit-animation-name: es6FTDld;
  -moz-animation-name: es6FTDld;
  -o-animation-name: es6FTDld;
  animation-name: es6FTDld;
}
@-webkit-keyframes F7NU9wm6 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes F7NU9wm6 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes F7NU9wm6 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes F7NU9wm6 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.F7NU9wm6 {
  -webkit-animation-name: F7NU9wm6;
  -moz-animation-name: F7NU9wm6;
  -o-animation-name: F7NU9wm6;
  animation-name: F7NU9wm6;
}
@-webkit-keyframes wBVlIwIo {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes wBVlIwIo {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes wBVlIwIo {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes wBVlIwIo {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.wBVlIwIo {
  -webkit-animation-name: wBVlIwIo;
  -moz-animation-name: wBVlIwIo;
  -o-animation-name: wBVlIwIo;
  animation-name: wBVlIwIo;
}
@-webkit-keyframes RYqaxtLq {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes RYqaxtLq {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes RYqaxtLq {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes RYqaxtLq {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.RYqaxtLq {
  -webkit-animation-name: RYqaxtLq;
  -moz-animation-name: RYqaxtLq;
  -o-animation-name: RYqaxtLq;
  animation-name: RYqaxtLq;
}
@-webkit-keyframes B3TtMD71 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes B3TtMD71 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes B3TtMD71 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes B3TtMD71 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.B3TtMD71 {
  -webkit-animation-name: B3TtMD71;
  -moz-animation-name: B3TtMD71;
  -o-animation-name: B3TtMD71;
  animation-name: B3TtMD71;
}
@-webkit-keyframes DJSNefaB {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes DJSNefaB {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes DJSNefaB {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes DJSNefaB {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.DJSNefaB {
  -webkit-animation-name: DJSNefaB;
  -moz-animation-name: DJSNefaB;
  -o-animation-name: DJSNefaB;
  animation-name: DJSNefaB;
}
@-webkit-keyframes ovRltEWN {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes ovRltEWN {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes ovRltEWN {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes ovRltEWN {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.ovRltEWN {
  -webkit-animation-name: ovRltEWN;
  -moz-animation-name: ovRltEWN;
  -o-animation-name: ovRltEWN;
  animation-name: ovRltEWN;
}
@-webkit-keyframes aDAT8V1k {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes aDAT8V1k {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes aDAT8V1k {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes aDAT8V1k {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.aDAT8V1k {
  -webkit-animation-name: aDAT8V1k;
  -moz-animation-name: aDAT8V1k;
  -o-animation-name: aDAT8V1k;
  animation-name: aDAT8V1k;
}
@-webkit-keyframes JZB6SsxD {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes JZB6SsxD {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes JZB6SsxD {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes JZB6SsxD {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.JZB6SsxD {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: JZB6SsxD;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: JZB6SsxD;
  -o-backface-visibility: visible !important;
  -o-animation-name: JZB6SsxD;
  backface-visibility: visible !important;
  animation-name: JZB6SsxD;
}
@-webkit-keyframes FHPQ0sOb {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes FHPQ0sOb {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes FHPQ0sOb {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes FHPQ0sOb {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.FHPQ0sOb {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: FHPQ0sOb;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: FHPQ0sOb;
  -o-backface-visibility: visible !important;
  -o-animation-name: FHPQ0sOb;
  backface-visibility: visible !important;
  animation-name: FHPQ0sOb;
}
@-webkit-keyframes xWewwh1P {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes xWewwh1P {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes xWewwh1P {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes xWewwh1P {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.xWewwh1P {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: xWewwh1P;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: xWewwh1P;
  -o-backface-visibility: visible !important;
  -o-animation-name: xWewwh1P;
  backface-visibility: visible !important;
  animation-name: xWewwh1P;
}
@-webkit-keyframes UgobX8Ws {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes UgobX8Ws {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes UgobX8Ws {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes UgobX8Ws {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.UgobX8Ws {
  -webkit-animation-name: UgobX8Ws;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: UgobX8Ws;
  -moz-backface-visibility: visible !important;
  -o-animation-name: UgobX8Ws;
  -o-backface-visibility: visible !important;
  animation-name: UgobX8Ws;
  backface-visibility: visible !important;
}
@-webkit-keyframes PjC3Z4tn {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes PjC3Z4tn {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes PjC3Z4tn {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes PjC3Z4tn {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.PjC3Z4tn {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: PjC3Z4tn;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: PjC3Z4tn;
  -o-backface-visibility: visible !important;
  -o-animation-name: PjC3Z4tn;
  backface-visibility: visible !important;
  animation-name: PjC3Z4tn;
}
@-webkit-keyframes PSdj_r3g {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes PSdj_r3g {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes PSdj_r3g {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes PSdj_r3g {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.PSdj_r3g {
  -webkit-animation-name: PSdj_r3g;
  -moz-animation-name: PSdj_r3g;
  -o-animation-name: PSdj_r3g;
  animation-name: PSdj_r3g;
}
@-webkit-keyframes SUEyfLN6 {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes SUEyfLN6 {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes SUEyfLN6 {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes SUEyfLN6 {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.SUEyfLN6 {
  -webkit-animation-name: SUEyfLN6;
  -moz-animation-name: SUEyfLN6;
  -o-animation-name: SUEyfLN6;
  animation-name: SUEyfLN6;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes dVS9C25n {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes dVS9C25n {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes dVS9C25n {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes dVS9C25n {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.dVS9C25n {
  -webkit-animation-name: dVS9C25n;
  -moz-animation-name: dVS9C25n;
  -o-animation-name: dVS9C25n;
  animation-name: dVS9C25n;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes T_VwnA4B {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes T_VwnA4B {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes T_VwnA4B {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes T_VwnA4B {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.T_VwnA4B {
  -webkit-animation-name: T_VwnA4B;
  -moz-animation-name: T_VwnA4B;
  -o-animation-name: T_VwnA4B;
  animation-name: T_VwnA4B;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes sU_fpNu5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes sU_fpNu5 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes sU_fpNu5 {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes sU_fpNu5 {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.sU_fpNu5 {
  -webkit-animation-name: sU_fpNu5;
  -moz-animation-name: sU_fpNu5;
  -o-animation-name: sU_fpNu5;
  animation-name: sU_fpNu5;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes t8ucF9Wc {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes t8ucF9Wc {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes t8ucF9Wc {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes t8ucF9Wc {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.t8ucF9Wc {
  -webkit-animation-name: t8ucF9Wc;
  -moz-animation-name: t8ucF9Wc;
  -o-animation-name: t8ucF9Wc;
  animation-name: t8ucF9Wc;
}
@-webkit-keyframes NCaV1i6r {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes NCaV1i6r {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes NCaV1i6r {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes NCaV1i6r {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.NCaV1i6r {
  -webkit-animation-name: NCaV1i6r;
  -moz-animation-name: NCaV1i6r;
  -o-animation-name: NCaV1i6r;
  animation-name: NCaV1i6r;
}
@-webkit-keyframes t17i7tEi {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes t17i7tEi {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes t17i7tEi {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes t17i7tEi {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.t17i7tEi {
  -webkit-animation-name: t17i7tEi;
  -moz-animation-name: t17i7tEi;
  -o-animation-name: t17i7tEi;
  animation-name: t17i7tEi;
}
@-webkit-keyframes XurG1QpF {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes XurG1QpF {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes XurG1QpF {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes XurG1QpF {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.XurG1QpF {
  -webkit-animation-name: XurG1QpF;
  -moz-animation-name: XurG1QpF;
  -o-animation-name: XurG1QpF;
  animation-name: XurG1QpF;
}
@-webkit-keyframes zx52JXeF {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes zx52JXeF {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes zx52JXeF {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes zx52JXeF {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.zx52JXeF {
  -webkit-animation-name: zx52JXeF;
  -moz-animation-name: zx52JXeF;
  -o-animation-name: zx52JXeF;
  animation-name: zx52JXeF;
}
@-webkit-keyframes ay5RbGLV {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes ay5RbGLV {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes ay5RbGLV {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes ay5RbGLV {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.ay5RbGLV {
  -webkit-animation-name: ay5RbGLV;
  -moz-animation-name: ay5RbGLV;
  -o-animation-name: ay5RbGLV;
  animation-name: ay5RbGLV;
}
@-webkit-keyframes tf5ftdCi {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes tf5ftdCi {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes tf5ftdCi {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes tf5ftdCi {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.tf5ftdCi {
  -webkit-animation-name: tf5ftdCi;
  -moz-animation-name: tf5ftdCi;
  -o-animation-name: tf5ftdCi;
  animation-name: tf5ftdCi;
}
@-webkit-keyframes w3WtKaz9 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes w3WtKaz9 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes w3WtKaz9 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes w3WtKaz9 {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.w3WtKaz9 {
  -webkit-animation-name: w3WtKaz9;
  -moz-animation-name: w3WtKaz9;
  -o-animation-name: w3WtKaz9;
  animation-name: w3WtKaz9;
}
@-webkit-keyframes xZMLJmMZ {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes xZMLJmMZ {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes xZMLJmMZ {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes xZMLJmMZ {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.xZMLJmMZ {
  -webkit-animation-name: xZMLJmMZ;
  -moz-animation-name: xZMLJmMZ;
  -o-animation-name: xZMLJmMZ;
  animation-name: xZMLJmMZ;
}
@-webkit-keyframes DnlHPCV0 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes DnlHPCV0 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes DnlHPCV0 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes DnlHPCV0 {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.DnlHPCV0 {
  -webkit-animation-name: DnlHPCV0;
  -moz-animation-name: DnlHPCV0;
  -o-animation-name: DnlHPCV0;
  animation-name: DnlHPCV0;
}
@-webkit-keyframes QDsQnlLo {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes QDsQnlLo {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes QDsQnlLo {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes QDsQnlLo {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.QDsQnlLo {
  -webkit-animation-name: QDsQnlLo;
  -moz-animation-name: QDsQnlLo;
  -o-animation-name: QDsQnlLo;
  animation-name: QDsQnlLo;
}
@-webkit-keyframes fk58aTZo {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes fk58aTZo {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes fk58aTZo {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes fk58aTZo {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.fk58aTZo {
  -webkit-animation-name: fk58aTZo;
  -moz-animation-name: fk58aTZo;
  -o-animation-name: fk58aTZo;
  animation-name: fk58aTZo;
}
@-webkit-keyframes Lz4eUysh {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes Lz4eUysh {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes Lz4eUysh {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes Lz4eUysh {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.Lz4eUysh {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: Lz4eUysh;
  -moz-animation-name: Lz4eUysh;
  -o-animation-name: Lz4eUysh;
  animation-name: Lz4eUysh;
}
@-webkit-keyframes e9BHCobc {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes e9BHCobc {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes e9BHCobc {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes e9BHCobc {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.e9BHCobc {
  -webkit-animation-name: e9BHCobc;
  -moz-animation-name: e9BHCobc;
  -o-animation-name: e9BHCobc;
  animation-name: e9BHCobc;
}
@-webkit-keyframes WPPpLaip {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes WPPpLaip {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes WPPpLaip {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes WPPpLaip {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.WPPpLaip {
  -webkit-animation-name: WPPpLaip;
  -moz-animation-name: WPPpLaip;
  -o-animation-name: WPPpLaip;
  animation-name: WPPpLaip;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes UU9Jv1j5 {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes UU9Jv1j5 {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes UU9Jv1j5 {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes UU9Jv1j5 {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.UU9Jv1j5 {
  -webkit-animation-name: UU9Jv1j5;
  -moz-animation-name: UU9Jv1j5;
  -o-animation-name: UU9Jv1j5;
  animation-name: UU9Jv1j5;
}
.kK2qZpiA {
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.kK2qZpiA .dqjNgXuq {
  height: 28px;
  width: 160px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 6px;
  margin-right: 7px;
  background-color: var(--font-color-eastern-blue);
}
.kK2qZpiA .dqjNgXuq .ulv9JQ6v {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.kK2qZpiA .dqjNgXuq .ulv9JQ6v .SlE2cAZs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 7px;
}
.kK2qZpiA .dqjNgXuq .ulv9JQ6v .oXKbmz2L {
  font-size: 12px;
  color: var(--white);
  font-weight: 600;
  line-height: 14px;
}
@media (max-width: 990px) {
  .kK2qZpiA .dqjNgXuq {
    width: 120px;
  }
}
@media (max-width: 550px) {
  .kK2qZpiA .dqjNgXuq {
    width: 90px;
  }
}
.kK2qZpiA .dqjNgXuq:hover {
  background: var(--font-color-eastern-blue-highlighted);
}
.vhPQJwh_ {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
}
.pTI6uQhf {
  position: absolute;
  display: flex;
  width: 200px;
  top: 0;
  left: 200px;
  height: 32px;
  align-items: center;
}
@media (max-width: 521px) {
  .pTI6uQhf {
    left: 0;
    position: relative;
    width: 100%;
    justify-content: center;
  }
}
.pTI6uQhf span {
  padding-left: 10px;
}
.xsvJg1iM {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 10px;
}
.xsvJg1iM .mU75BTNm {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 8px;
}
.JyKCmb6B {
  width: 100%;
  height: 100%;
}
.JyKCmb6B .kK2qZpiA {
  margin-bottom: 25px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.JyKCmb6B .rjIozQvB {
  margin-bottom: 25px;
  opacity: 1;
  visibility: visible;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.JyKCmb6B .kdxwu5GE {
  margin-bottom: 20px;
  width: 100%;
}
.JyKCmb6B .kdxwu5GE .vhPQJwh_ {
  text-transform: uppercase;
  color: var(--slate-grey-a65);
  font-size: 10px;
}
.JyKCmb6B .kdxwu5GE .vx03CFeL {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.JyKCmb6B .kdxwu5GE .vx03CFeL .QIyhPhvw {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.JyKCmb6B .kdxwu5GE .vx03CFeL .QIyhPhvw:focus {
  box-shadow: none;
  outline: none;
}
.JyKCmb6B .kdxwu5GE .U9AMDqhE {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.JyKCmb6B .kdxwu5GE .U9AMDqhE .ACdy6Ej2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.JyKCmb6B .kdxwu5GE .U9AMDqhE .C_TIBvnO {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.JyKCmb6B .kdxwu5GE .U9AMDqhE .rPewyS_T {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-transform: uppercase;
}
.JyKCmb6B .TQcvYurm .ZjrG6o14 {
  background-color: transparent;
  border: none;
}
.JyKCmb6B .TQcvYurm .ZjrG6o14 .MCMVKh_z {
  margin-bottom: 10px;
}
.JyKCmb6B .TQcvYurm .ZjrG6o14 .MCMVKh_z .ciLMIr_K {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.JyKCmb6B .TQcvYurm .ZjrG6o14 .MCMVKh_z .ciLMIr_K .vhPQJwh_ {
  font-size: 10px;
  line-height: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.JyKCmb6B .TQcvYurm .ZjrG6o14 .MCMVKh_z .ciLMIr_K .Rc2lH0t5 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  max-width: 100%;
  color: var(--primary-color);
}
.JyKCmb6B .kpz1x1fE {
  margin-top: 20px;
}
.JyKCmb6B .kpz1x1fE .vhPQJwh_ {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
  padding-top: 4px;
}
.JyKCmb6B .kpz1x1fE .JkPvxqvU {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
  padding-top: 4px;
}
.JyKCmb6B .kpz1x1fE .Djmfo6cs {
  width: 100%;
  padding: 0;
  padding-top: 12px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--dark-blue);
}
.JyKCmb6B .kpz1x1fE .Djmfo6cs::placeholder {
  color: var(--graham-grey);
}
.JyKCmb6B .kpz1x1fE .Djmfo6cs:focus {
  box-shadow: none;
  outline: none;
}
.JyKCmb6B .kpz1x1fE .ACdy6Ej2 {
  margin: auto;
  margin-top: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  background-color: var(--dark-blue);
  border: none;
}
.JyKCmb6B .kpz1x1fE .QfyLquhu {
  margin: auto;
  margin-top: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  background-color: var(--dark-blue);
  border: none;
  color: var(--primary-color);
}
.ant-layout {
  background-color: transparent;
  overflow-y: auto;
}
.hI7HMcVc .h2skk1k2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0;
}
.hI7HMcVc .h2skk1k2 .ciLMIr_K {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hI7HMcVc .h2skk1k2 .ciLMIr_K .rXMz4hdC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
}
.hI7HMcVc .h2skk1k2 .ciLMIr_K .qpW677Qd {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 425px) {
  .hI7HMcVc .h2skk1k2 .ciLMIr_K .qpW677Qd {
    display: none;
  }
}
.hI7HMcVc .h2skk1k2 .ciLMIr_K .he5kfQYu {
  color: var(--white);
  font-size: 14pt;
  opacity: 0.65;
  margin-right: 10px;
}
.hI7HMcVc .h2skk1k2 .ciLMIr_K .no56eCu5 {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  line-height: 16pt;
  height: 25px;
}
@media (max-width: 425px) {
  .hI7HMcVc .h2skk1k2 .ciLMIr_K .no56eCu5 {
    display: none;
  }
}
@media (max-width: 425px) {
  .hI7HMcVc .h2skk1k2 .ciLMIr_K .no56eCu5 {
    line-height: 12pt;
    font-size: 12pt;
    height: 16px;
  }
}
.hI7HMcVc .h2skk1k2 .ciLMIr_K .g1_HKynt {
  font-size: 11px;
  line-height: 12px;
  color: var(--white);
}
@media (max-width: 576px) {
  .hI7HMcVc .h2skk1k2 .ciLMIr_K .g1_HKynt {
    display: none;
  }
}
.hI7HMcVc .h2skk1k2 .ciLMIr_K .WaWONKQK {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 425px) {
  .hI7HMcVc .h2skk1k2 .ciLMIr_K .WaWONKQK {
    display: none;
  }
}
.hI7HMcVc .h2skk1k2 .NITPD4mS {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .hI7HMcVc .h2skk1k2 .NITPD4mS .LTkhWGiS {
    display: none;
  }
}
.hI7HMcVc .BJqV7AGk {
  width: 100%;
  height: 100%;
  margin: 0;
}
.hI7HMcVc .BJqV7AGk .UDww1OC2 {
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: var(--white);
}
.hI7HMcVc .BJqV7AGk .UDww1OC2 .FEtJmlsI {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hI7HMcVc .BJqV7AGk .UDww1OC2 .TPIZ6VkM {
  height: 100%;
  background-color: transparent;
}
.hI7HMcVc .BJqV7AGk .UDww1OC2 .TPIZ6VkM .NmVhHI7g {
  height: calc(100vh - 100px);
  overflow: hidden;
}
.hI7HMcVc .BJqV7AGk .UDww1OC2 .TPIZ6VkM .JHvmATFP {
  font-size: 16px;
  margin: 0 15px;
}
.hI7HMcVc .BJqV7AGk .UDww1OC2 .TPIZ6VkM .EeGb0GfR {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hI7HMcVc .BJqV7AGk .UDww1OC2 .TPIZ6VkM .EeGb0GfR .rgPJfzGQ {
  width: 275px;
  max-width: 100%;
  color: var(--primary-color);
}
.hI7HMcVc .vZ3K_E50 {
  width: 100%;
  height: 100%;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 {
  height: calc(100% - 50px);
  padding: 0;
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .X5epq0g6 {
  width: 100%;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .nZLpAlNj {
  width: 100%;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .oyKQjdgk {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .WIjQr1DK {
  height: 100%;
  max-width: 600px;
  padding: 0;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .sC4Q7WCm {
  margin-bottom: 0;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .zJOkb58h {
  color: var(--primary-color);
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .xsvJg1iM {
  display: flex;
  flex-direction: column;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .xsvJg1iM .mU75BTNm {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 4px;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .xsvJg1iM .mU75BTNm .HiG0OYZx {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: e9BHCobc;
  -moz-animation-name: e9BHCobc;
  -o-animation-name: e9BHCobc;
  animation-name: e9BHCobc;
}
.hI7HMcVc .vZ3K_E50 .UDww1OC2 .xsvJg1iM .mU75BTNm .HcLzeeCV {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 4px;
  text-transform: none;
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL {
  background-color: var(--primary-color);
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 425px) {
  .hI7HMcVc .vZ3K_E50 .ZKU2x_WL {
    height: auto;
    padding: 5px 10px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
  }
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL .kK2qZpiA {
  margin-right: 10px;
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL .kK2qZpiA .wnvAD2B0 {
  text-transform: uppercase;
  border-color: var(--white);
  background-color: rgba(255, 77, 80, 0.8);
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL .kK2qZpiA .wnvAD2B0:hover {
  background-color: rgba(255, 120, 117, 0.8);
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL .kK2qZpiA .wnvAD2B0:active {
  background-color: rgba(217, 54, 62, 0.8);
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL ._2c7AVySR {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL ._2c7AVySR .MQkL9FCT {
  height: 50px;
  width: 100%;
  max-width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL ._2c7AVySR .MQkL9FCT .kSbMBtKx {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--white);
  font-size: 12px;
  line-height: 15px;
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL ._2c7AVySR .UeGWB6bB {
  font-size: 12px;
  border: 1px solid white;
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL .KZBfF1OA {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 425px) {
  .hI7HMcVc .vZ3K_E50 .ZKU2x_WL .KZBfF1OA {
    height: auto;
  }
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL .KZBfF1OA .kPe4ErQV {
  font-size: 14px;
  color: var(--white);
}
.hI7HMcVc .vZ3K_E50 .ZKU2x_WL .KZBfF1OA .yEdZcTc2 {
  padding: 0 12px;
}
.hI7HMcVc .TdzSecfY {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: linear-gradient(var(--table-badge-unread) 0%, var(--bleached-silk) 10px, var(--bleached-silk) 100%);
}
.hI7HMcVc .TdzSecfY .UDww1OC2 {
  padding: 25px;
  background-color: transparent;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM {
  max-width: 600px;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 {
  width: 100%;
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 375px) {
  .hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 {
    flex-direction: column;
  }
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw {
  display: flex;
  flex-direction: column;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw .CN4v4lU5 {
  font-size: 16px;
  font-weight: 600;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw .xTuhAyBJ {
  font-size: 12px;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw .HTgVrfeF {
  font-size: 12px;
  color: red;
  cursor: pointer;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .kK2qZpiA {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 375px) {
  .hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .kK2qZpiA {
    margin-top: 10px;
  }
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .usH6hZVY {
  margin-left: 20px;
  margin-top: 20px;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .usH6hZVY .yoSMSdTU {
  font-size: 12px;
}
.hI7HMcVc .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .usH6hZVY .g1_HKynt {
  font-size: 12px;
  color: var(--grey);
  margin-bottom: 0;
}
.hI7HMcVc .g_BfTYZZ {
  width: 100%;
  height: 100%;
  padding: 25px;
  overflow: auto;
  background: linear-gradient(var(--table-badge-unread) 0%, var(--bleached-silk) 10px, var(--bleached-silk) 100%);
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe {
  height: auto;
  max-height: 50vh;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Hh9eBNYz {
  font-size: 11px;
  font-style: italic;
  color: var(--grey);
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid var(--lighter-grey-a65);
  transition: border-color 0.2s ease-in-out;
  box-shadow: inset 0px 0px 4px 2px var(--lighter-grey);
  background-color: var(--white);
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc:last-child {
  margin-bottom: 0;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .ijVClKBi {
  position: relative;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .utlBnPM6 {
  white-space: pre-wrap;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .g2voGsTe {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  visibility: hidden;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .g2voGsTe .aK7Zyft9 {
  cursor: pointer;
  font-size: 14px;
  color: var(--primary-color);
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .z6LwInNF {
  font-size: 12px;
  height: 200px;
  resize: none;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .qqLoBnv3 {
  opacity: 0;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .IiT5kt9o {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .BthcYclt {
  opacity: 1;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .Wgork2I2 {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .MneHnyq7 {
  font-size: 10px;
  color: var(--grey);
  text-transform: uppercase;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .nLkn61b4 {
  font-size: 10px;
  color: var(--grey);
  text-transform: uppercase;
  position: absolute;
  bottom: -6px;
  right: 0;
  text-transform: none;
  font-size: 9px;
  font-style: italic;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .rkMKr7k_ {
  margin-bottom: 4px;
  line-height: 11px;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .rkMKr7k_ .no56eCu5 {
  font-size: 14px;
  font-weight: 600;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .Buy7XRwe .bftysXv1 {
  border-color: var(--primary-color);
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .fhz3ansI {
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px;
  width: 100%;
  border-radius: 3px;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .fhz3ansI .Y7FFWYWY {
  position: absolute;
  top: 12px;
  left: 0;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .fhz3ansI .Djmfo6cs {
  background-color: var(--white);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  font-size: 12px;
  padding: 4px 8px;
  height: 50px;
  width: calc(100% - 80px);
  border: 1px solid var(--light-silver);
  border-radius: 4px;
  transition: all 0.3s, height 0;
}
.hI7HMcVc .g_BfTYZZ .h_K0WOwl .fhz3ansI .VUJmEUBa {
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  width: 70px;
}
.hI7HMcVc .g_BfTYZZ .atwtjqDV {
  margin-top: 25px;
  overflow-x: hidden;
}
.hI7HMcVc .g_BfTYZZ .atwtjqDV .IX4mkLJF {
  margin-bottom: 15px;
  cursor: pointer;
}
.hI7HMcVc .g_BfTYZZ .atwtjqDV .IX4mkLJF .aK7Zyft9 {
  font-size: 18px;
  color: var(--primary-color);
}
.hI7HMcVc .g_BfTYZZ .atwtjqDV .IX4mkLJF .ZxGswZEm .kIPTYQwi {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--primary-color);
}
.hI7HMcVc .g_BfTYZZ .atwtjqDV .IX4mkLJF .Qm26xIuW .MneHnyq7 {
  font-size: 10px;
  line-height: 12px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.hI7HMcVc .g_BfTYZZ .atwtjqDV .G29FZnmf {
  transform: translate(-100%);
}
.hI7HMcVc .g_BfTYZZ .atwtjqDV ._j5EKf7I {
  transform: translate(0);
  transition: all 300ms ease-in-out;
}
.hI7HMcVc .tjK7DEVJ {
  height: 32px;
  border-radius: 3px;
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hI7HMcVc .tjK7DEVJ .lckRoF_X {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hI7HMcVc .tjK7DEVJ .lckRoF_X .vhPQJwh_ {
  font-size: 8px;
  line-height: 8px;
  color: var(--slate-grey);
}
.hI7HMcVc .tjK7DEVJ .lckRoF_X .PJFbgpyX {
  font-size: 14px;
  line-height: 14px;
  color: var(--primary-color);
}
.hI7HMcVc .tjK7DEVJ .cmVOLcMD {
  padding: 8px;
  color: darkred;
  font-size: 16px;
}
.hI7HMcVc .Ke7AcGr5 {
  position: relative;
  width: 200px;
  height: 32px;
  background-color: var(--white);
  border-radius: 3px;
}
.hI7HMcVc .Ke7AcGr5 .pxbJAWhU {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--primary-color);
  cursor: pointer;
}
.hI7HMcVc .Ke7AcGr5 .pxbJAWhU:hover {
  color: var(--lake-thun);
}
.hI7HMcVc .Ke7AcGr5 .FJYedmOD {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--primary-color);
  cursor: pointer;
  cursor: default;
}
.hI7HMcVc .Ke7AcGr5 .FJYedmOD:hover {
  color: var(--lake-thun);
}
.hI7HMcVc .Ke7AcGr5 .A9_tGa9f {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hI7HMcVc .Ke7AcGr5 .A9_tGa9f .he5kfQYu {
  color: var(--light-grey);
  font-size: 14px;
  margin: 0 5px;
  cursor: pointer;
}
.hI7HMcVc .Ke7AcGr5 .A9_tGa9f .VfPtAbkd {
  color: var(--light-grey);
  font-size: 14px;
  margin: 0 5px;
  cursor: pointer;
  color: var(--primary-color-a30);
  cursor: default;
}
.hI7HMcVc .Ke7AcGr5 .A9_tGa9f .arC19HXY {
  width: 100%;
  height: 100%;
}
.c9FFL_ig {
  height: 100%;
}
.c9FFL_ig .h2skk1k2 {
  height: 50px;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c9FFL_ig .h2skk1k2 .qpW677Qd {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
.c9FFL_ig .h2skk1k2 .aK7Zyft9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  color: var(--white);
  border: 1px solid white;
  border-radius: 6px;
  font-size: 10pt;
  margin-right: 15px;
}
.c9FFL_ig .ZKU2x_WL {
  height: 50px;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.c9FFL_ig .ZKU2x_WL .qpW677Qd {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
.c9FFL_ig .ZKU2x_WL .aK7Zyft9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  color: var(--white);
  border: 1px solid white;
  border-radius: 6px;
  font-size: 10pt;
  margin-right: 15px;
}
.c9FFL_ig .ZKU2x_WL .kK2qZpiA {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c9FFL_ig .ZKU2x_WL .kK2qZpiA .DpNsaJMq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 32px;
  background-color: var(--font-color-eastern-blue) !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: var(--white);
  font-weight: 600;
  margin-left: 2px;
}
.c9FFL_ig .ZKU2x_WL .kK2qZpiA .oQajKRbE {
  width: 58px;
  height: 32px;
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: var(--font-color-eastern-blue);
  font-weight: 600;
  margin-right: 2px;
}
.c9FFL_ig .iniLYrf4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  filter: brightness(130%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c9FFL_ig .BJqV7AGk {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.c9FFL_ig .BJqV7AGk .UDww1OC2 {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: transparent;
  margin-bottom: 100px;
}
.T_of1QmO {
  height: 100%;
}
.T_of1QmO .h2skk1k2 {
  height: 50px;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.T_of1QmO .h2skk1k2 .qpW677Qd {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
.T_of1QmO .h2skk1k2 .aK7Zyft9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  color: var(--white);
  border: 1px solid white;
  border-radius: 6px;
  font-size: 10pt;
  margin-right: 15px;
}
.T_of1QmO .ZKU2x_WL {
  height: 50px;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.T_of1QmO .ZKU2x_WL .qpW677Qd {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
.T_of1QmO .ZKU2x_WL .aK7Zyft9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  color: var(--white);
  border: 1px solid white;
  border-radius: 6px;
  font-size: 10pt;
  margin-right: 15px;
}
.T_of1QmO .ZKU2x_WL .kK2qZpiA {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.T_of1QmO .ZKU2x_WL .kK2qZpiA .DpNsaJMq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 32px;
  background-color: var(--font-color-eastern-blue) !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: var(--white);
  font-weight: 600;
  margin-left: 2px;
}
.T_of1QmO .ZKU2x_WL .kK2qZpiA .oQajKRbE {
  width: 58px;
  height: 32px;
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: var(--font-color-eastern-blue);
  font-weight: 600;
  margin-right: 2px;
}
.T_of1QmO .iniLYrf4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  filter: brightness(130%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.T_of1QmO .BJqV7AGk {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.T_of1QmO .BJqV7AGk .UDww1OC2 {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: transparent;
  margin-bottom: 100px;
}
.T_of1QmO .h2skk1k2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0px 12px;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA {
  display: flex;
  align-items: center;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .nmCzQlwv {
  color: var(--white);
  opacity: 0.7;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .DpNsaJMq {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 107px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: var(--font-color-eastern-blue);
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .DpNsaJMq[disabled] {
  background: var(--botticelli-blue);
  color: var(--white);
  border: none;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .aL1s5H3w {
  width: 140px;
  border-radius: 37px;
  background-color: var(--white);
  border: none;
  font-weight: 600;
  color: var(--blue-ribbon);
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .aL1s5H3w[disabled] {
  background: var(--graham-grey);
  color: var(--botticelli-blue);
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .aL1s5H3w[disabled] .TTJ_J9uL {
  background-color: var(--rock-blue);
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .aL1s5H3w .MmSZYjUk {
  padding-left: 20px;
  font-size: 13px;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .aL1s5H3w .TTJ_J9uL {
  background-color: var(--blue-ribbon-a15);
  width: 25%;
  height: 100%;
  padding: 6px;
  border-radius: 0px 37px 37px 0px;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .mRrbnNz7 {
  background-color: var(--halt-red-orange);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  margin-left: 16px;
  height: 32px;
  width: 32px;
  border: none;
  padding: 8px;
}
.T_of1QmO .h2skk1k2 .kK2qZpiA .mRrbnNz7:hover {
  background-color: var(--fire-red);
}
.T_of1QmO .h2skk1k2 .ciLMIr_K {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.T_of1QmO .h2skk1k2 .ciLMIr_K .rXMz4hdC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
}
.T_of1QmO .h2skk1k2 .ciLMIr_K .qpW677Qd {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
}
.T_of1QmO .h2skk1k2 .ciLMIr_K .he5kfQYu {
  color: var(--white);
  font-size: 14pt;
  opacity: 0.65;
  margin-right: 10px;
}
.T_of1QmO .h2skk1k2 .ciLMIr_K .no56eCu5 {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.T_of1QmO .h2skk1k2 .ciLMIr_K .g1_HKynt {
  margin-top: 3px;
  font-weight: 600;
  font-size: 10px;
  line-height: 9px;
  text-transform: uppercase;
  color: var(--white);
}
.T_of1QmO .h2skk1k2 .ciLMIr_K .WaWONKQK {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  font-weight: 600;
}
.T_of1QmO .ZKU2x_WL {
  display: flex;
  justify-content: center;
}
.T_of1QmO .ZKU2x_WL .I3YjrHJG {
  margin: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: var(--font-color-eastern-blue);
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 14pt;
}
.T_of1QmO .ZKU2x_WL .I3YjrHJG[disabled] {
  background: var(--botticelli-blue);
  color: var(--white);
  border: none;
}
.T_of1QmO .ZKU2x_WL .RnMN_MoD {
  margin: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  color: var(--font-color-eastern-blue);
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  font-size: 14pt;
  font-size: 12px;
  width: 107px;
  height: 32px;
  background: var(--font-color-eastern-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}
.T_of1QmO .ZKU2x_WL .RnMN_MoD[disabled] {
  background: var(--botticelli-blue);
  color: var(--white);
  border: none;
}
.T_of1QmO .BJqV7AGk {
  padding: 0;
}
.T_of1QmO .BJqV7AGk .UDww1OC2 {
  padding: 0;
  overflow: hidden;
}
.DtnAIZMh .h2skk1k2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0;
}
.DtnAIZMh .h2skk1k2 .ciLMIr_K {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.DtnAIZMh .h2skk1k2 .ciLMIr_K .rXMz4hdC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
}
.DtnAIZMh .h2skk1k2 .ciLMIr_K .qpW677Qd {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 425px) {
  .DtnAIZMh .h2skk1k2 .ciLMIr_K .qpW677Qd {
    display: none;
  }
}
.DtnAIZMh .h2skk1k2 .ciLMIr_K .he5kfQYu {
  color: var(--white);
  font-size: 14pt;
  opacity: 0.65;
  margin-right: 10px;
}
.DtnAIZMh .h2skk1k2 .ciLMIr_K .no56eCu5 {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  line-height: 16pt;
  height: 25px;
}
@media (max-width: 425px) {
  .DtnAIZMh .h2skk1k2 .ciLMIr_K .no56eCu5 {
    display: none;
  }
}
@media (max-width: 425px) {
  .DtnAIZMh .h2skk1k2 .ciLMIr_K .no56eCu5 {
    line-height: 12pt;
    font-size: 12pt;
    height: 16px;
  }
}
.DtnAIZMh .h2skk1k2 .ciLMIr_K .g1_HKynt {
  font-size: 11px;
  line-height: 12px;
  color: var(--white);
}
@media (max-width: 576px) {
  .DtnAIZMh .h2skk1k2 .ciLMIr_K .g1_HKynt {
    display: none;
  }
}
.DtnAIZMh .h2skk1k2 .ciLMIr_K .WaWONKQK {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 425px) {
  .DtnAIZMh .h2skk1k2 .ciLMIr_K .WaWONKQK {
    display: none;
  }
}
.DtnAIZMh .h2skk1k2 .NITPD4mS {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .DtnAIZMh .h2skk1k2 .NITPD4mS .LTkhWGiS {
    display: none;
  }
}
.DtnAIZMh .BJqV7AGk {
  width: 100%;
  height: 100%;
  margin: 0;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 {
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: var(--white);
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .FEtJmlsI {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .TPIZ6VkM {
  height: 100%;
  background-color: transparent;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .TPIZ6VkM .NmVhHI7g {
  height: calc(100vh - 100px);
  overflow: hidden;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .TPIZ6VkM .JHvmATFP {
  font-size: 16px;
  margin: 0 15px;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .TPIZ6VkM .EeGb0GfR {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .TPIZ6VkM .EeGb0GfR .rgPJfzGQ {
  width: 275px;
  max-width: 100%;
  color: var(--primary-color);
}
.DtnAIZMh .vZ3K_E50 {
  width: 100%;
  height: 100%;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 {
  height: calc(100% - 50px);
  padding: 0;
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .X5epq0g6 {
  width: 100%;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .nZLpAlNj {
  width: 100%;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .oyKQjdgk {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .WIjQr1DK {
  height: 100%;
  max-width: 600px;
  padding: 0;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .sC4Q7WCm {
  margin-bottom: 0;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .zJOkb58h {
  color: var(--primary-color);
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .xsvJg1iM {
  display: flex;
  flex-direction: column;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .xsvJg1iM .mU75BTNm {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 4px;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .xsvJg1iM .mU75BTNm .HiG0OYZx {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: e9BHCobc;
  -moz-animation-name: e9BHCobc;
  -o-animation-name: e9BHCobc;
  animation-name: e9BHCobc;
}
.DtnAIZMh .vZ3K_E50 .UDww1OC2 .xsvJg1iM .mU75BTNm .HcLzeeCV {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 4px;
  text-transform: none;
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL {
  background-color: var(--primary-color);
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 425px) {
  .DtnAIZMh .vZ3K_E50 .ZKU2x_WL {
    height: auto;
    padding: 5px 10px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
  }
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL .kK2qZpiA {
  margin-right: 10px;
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL .kK2qZpiA .wnvAD2B0 {
  text-transform: uppercase;
  border-color: var(--white);
  background-color: rgba(255, 77, 80, 0.8);
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL .kK2qZpiA .wnvAD2B0:hover {
  background-color: rgba(255, 120, 117, 0.8);
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL .kK2qZpiA .wnvAD2B0:active {
  background-color: rgba(217, 54, 62, 0.8);
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL ._2c7AVySR {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL ._2c7AVySR .MQkL9FCT {
  height: 50px;
  width: 100%;
  max-width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL ._2c7AVySR .MQkL9FCT .kSbMBtKx {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--white);
  font-size: 12px;
  line-height: 15px;
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL ._2c7AVySR .UeGWB6bB {
  font-size: 12px;
  border: 1px solid white;
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL .KZBfF1OA {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 425px) {
  .DtnAIZMh .vZ3K_E50 .ZKU2x_WL .KZBfF1OA {
    height: auto;
  }
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL .KZBfF1OA .kPe4ErQV {
  font-size: 14px;
  color: var(--white);
}
.DtnAIZMh .vZ3K_E50 .ZKU2x_WL .KZBfF1OA .yEdZcTc2 {
  padding: 0 12px;
}
.DtnAIZMh .TdzSecfY {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: linear-gradient(var(--table-badge-unread) 0%, var(--bleached-silk) 10px, var(--bleached-silk) 100%);
}
.DtnAIZMh .TdzSecfY .UDww1OC2 {
  padding: 25px;
  background-color: transparent;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM {
  max-width: 600px;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 {
  width: 100%;
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 375px) {
  .DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 {
    flex-direction: column;
  }
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw {
  display: flex;
  flex-direction: column;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw .CN4v4lU5 {
  font-size: 16px;
  font-weight: 600;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw .xTuhAyBJ {
  font-size: 12px;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .SfzYHnfw .HTgVrfeF {
  font-size: 12px;
  color: red;
  cursor: pointer;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .kK2qZpiA {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 375px) {
  .DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .aTCuIKv0 .kK2qZpiA {
    margin-top: 10px;
  }
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .usH6hZVY {
  margin-left: 20px;
  margin-top: 20px;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .usH6hZVY .yoSMSdTU {
  font-size: 12px;
}
.DtnAIZMh .TdzSecfY .UDww1OC2 .c00jK8Tq .GYGdyPHM .usH6hZVY .g1_HKynt {
  font-size: 12px;
  color: var(--grey);
  margin-bottom: 0;
}
.DtnAIZMh .g_BfTYZZ {
  width: 100%;
  height: 100%;
  padding: 25px;
  overflow: auto;
  background: linear-gradient(var(--table-badge-unread) 0%, var(--bleached-silk) 10px, var(--bleached-silk) 100%);
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe {
  height: auto;
  max-height: 50vh;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Hh9eBNYz {
  font-size: 11px;
  font-style: italic;
  color: var(--grey);
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid var(--lighter-grey-a65);
  transition: border-color 0.2s ease-in-out;
  box-shadow: inset 0px 0px 4px 2px var(--lighter-grey);
  background-color: var(--white);
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc:last-child {
  margin-bottom: 0;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .ijVClKBi {
  position: relative;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .utlBnPM6 {
  white-space: pre-wrap;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .g2voGsTe {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  visibility: hidden;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .g2voGsTe .aK7Zyft9 {
  cursor: pointer;
  font-size: 14px;
  color: var(--primary-color);
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .z6LwInNF {
  font-size: 12px;
  height: 200px;
  resize: none;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .qqLoBnv3 {
  opacity: 0;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .IiT5kt9o {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .BthcYclt {
  opacity: 1;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .Wsb38Gmc .Wgork2I2 {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .MneHnyq7 {
  font-size: 10px;
  color: var(--grey);
  text-transform: uppercase;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .nLkn61b4 {
  font-size: 10px;
  color: var(--grey);
  text-transform: uppercase;
  position: absolute;
  bottom: -6px;
  right: 0;
  text-transform: none;
  font-size: 9px;
  font-style: italic;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .rkMKr7k_ {
  margin-bottom: 4px;
  line-height: 11px;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .rkMKr7k_ .no56eCu5 {
  font-size: 14px;
  font-weight: 600;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .Buy7XRwe .bftysXv1 {
  border-color: var(--primary-color);
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .fhz3ansI {
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px;
  width: 100%;
  border-radius: 3px;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .fhz3ansI .Y7FFWYWY {
  position: absolute;
  top: 12px;
  left: 0;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .fhz3ansI .Djmfo6cs {
  background-color: var(--white);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  font-size: 12px;
  padding: 4px 8px;
  height: 50px;
  width: calc(100% - 80px);
  border: 1px solid var(--light-silver);
  border-radius: 4px;
  transition: all 0.3s, height 0;
}
.DtnAIZMh .g_BfTYZZ .h_K0WOwl .fhz3ansI .VUJmEUBa {
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  width: 70px;
}
.DtnAIZMh .g_BfTYZZ .atwtjqDV {
  margin-top: 25px;
  overflow-x: hidden;
}
.DtnAIZMh .g_BfTYZZ .atwtjqDV .IX4mkLJF {
  margin-bottom: 15px;
  cursor: pointer;
}
.DtnAIZMh .g_BfTYZZ .atwtjqDV .IX4mkLJF .aK7Zyft9 {
  font-size: 18px;
  color: var(--primary-color);
}
.DtnAIZMh .g_BfTYZZ .atwtjqDV .IX4mkLJF .ZxGswZEm .kIPTYQwi {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--primary-color);
}
.DtnAIZMh .g_BfTYZZ .atwtjqDV .IX4mkLJF .Qm26xIuW .MneHnyq7 {
  font-size: 10px;
  line-height: 12px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.DtnAIZMh .g_BfTYZZ .atwtjqDV .G29FZnmf {
  transform: translate(-100%);
}
.DtnAIZMh .g_BfTYZZ .atwtjqDV ._j5EKf7I {
  transform: translate(0);
  transition: all 300ms ease-in-out;
}
.DtnAIZMh .tjK7DEVJ {
  height: 32px;
  border-radius: 3px;
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.DtnAIZMh .tjK7DEVJ .lckRoF_X {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.DtnAIZMh .tjK7DEVJ .lckRoF_X .vhPQJwh_ {
  font-size: 8px;
  line-height: 8px;
  color: var(--slate-grey);
}
.DtnAIZMh .tjK7DEVJ .lckRoF_X .PJFbgpyX {
  font-size: 14px;
  line-height: 14px;
  color: var(--primary-color);
}
.DtnAIZMh .tjK7DEVJ .cmVOLcMD {
  padding: 8px;
  color: darkred;
  font-size: 16px;
}
.DtnAIZMh .Ke7AcGr5 {
  position: relative;
  width: 200px;
  height: 32px;
  background-color: var(--white);
  border-radius: 3px;
}
.DtnAIZMh .Ke7AcGr5 .pxbJAWhU {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--primary-color);
  cursor: pointer;
}
.DtnAIZMh .Ke7AcGr5 .pxbJAWhU:hover {
  color: var(--lake-thun);
}
.DtnAIZMh .Ke7AcGr5 .FJYedmOD {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--primary-color);
  cursor: pointer;
  cursor: default;
}
.DtnAIZMh .Ke7AcGr5 .FJYedmOD:hover {
  color: var(--lake-thun);
}
.DtnAIZMh .Ke7AcGr5 .A9_tGa9f {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.DtnAIZMh .Ke7AcGr5 .A9_tGa9f .he5kfQYu {
  color: var(--light-grey);
  font-size: 14px;
  margin: 0 5px;
  cursor: pointer;
}
.DtnAIZMh .Ke7AcGr5 .A9_tGa9f .VfPtAbkd {
  color: var(--light-grey);
  font-size: 14px;
  margin: 0 5px;
  cursor: pointer;
  color: var(--primary-color-a30);
  cursor: default;
}
.DtnAIZMh .Ke7AcGr5 .A9_tGa9f .arC19HXY {
  width: 100%;
  height: 100%;
}
.DtnAIZMh .cnw1imtE {
  color: var(--white);
  font-size: 14pt;
}
.DtnAIZMh .rXMz4hdC {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
.DtnAIZMh .qpW677Qd {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 425px) {
  .DtnAIZMh .qpW677Qd {
    display: none;
  }
}
.DtnAIZMh .he5kfQYu {
  color: var(--white);
  font-size: 14pt;
  opacity: 0.65;
  margin-right: 10px;
}
.DtnAIZMh .no56eCu5 {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  line-height: 16pt;
  height: 25px;
}
@media (max-width: 425px) {
  .DtnAIZMh .no56eCu5 {
    display: none;
  }
}
.DtnAIZMh .g1_HKynt {
  font-size: 11px;
  line-height: 12px;
  color: var(--white);
}
.DtnAIZMh .WaWONKQK {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 425px) {
  .DtnAIZMh .WaWONKQK {
    display: none;
  }
}
.DtnAIZMh .BJqV7AGk {
  overflow: hidden;
  height: 100%;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 {
  height: calc(100vh - 100px);
  background: linear-gradient(var(--table-badge-unread) 0%, var(--bleached-silk) 10px, var(--bleached-silk) 100%);
  padding: 25px;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .vhPQJwh_ {
  color: var(--slate-grey);
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .U0CGQbB0 {
  display: flex;
  flex-direction: column;
}
.DtnAIZMh .BJqV7AGk .UDww1OC2 .U0CGQbB0 .SECeme5m {
  margin-left: 0;
}
.DtnAIZMh .ZKU2x_WL {
  width: 100%;
  height: 50px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
.zrRrMSLc .h2skk1k2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background-color: var(--primary-color);
  width: 100%;
  padding-left: 25px;
}
.zrRrMSLc .h2skk1k2 .qpW677Qd {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
}
.zrRrMSLc .h2skk1k2 .aK7Zyft9 {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  opacity: 0.65;
  margin-right: 10px;
}
.zrRrMSLc .UDww1OC2 {
  width: 100%;
  height: calc(100vh - 50px);
  background-color: var(--light-grey);
  padding: 25px;
  overflow: hidden;
  position: relative;
}
.zrRrMSLc .UDww1OC2 .BJqV7AGk {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.zrRrMSLc .UDww1OC2 .yoSMSdTU {
  font-size: 14px;
  margin-bottom: 10px;
}
.zrRrMSLc .UDww1OC2 .FAZ2bsxL {
  max-width: 700px;
  margin-bottom: 25px;
}
.zrRrMSLc .UDww1OC2 .FAZ2bsxL .YyHlBonm {
  margin-bottom: 0;
}
.zrRrMSLc .UDww1OC2 .FAZ2bsxL .Djmfo6cs,
.zrRrMSLc .UDww1OC2 .FAZ2bsxL .OljgKuGj {
  color: var(--primary-color);
}
.zrRrMSLc .UDww1OC2 .FAZ2bsxL .Djmfo6cs span input,
.zrRrMSLc .UDww1OC2 .FAZ2bsxL .OljgKuGj span input {
  color: var(--primary-color);
}
.zrRrMSLc .UDww1OC2 .FAZ2bsxL .f9d4YOIg {
  cursor: pointer;
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl {
  max-width: 700px;
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl .jKvZZ3Ti {
  padding: 8px 16px;
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl .xzZ6DAU5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 250px;
}
@media (max-width: 668px) {
  .zrRrMSLc .UDww1OC2 .mCjkTUEl .xzZ6DAU5 {
    max-width: none;
  }
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl .xzZ6DAU5 .no56eCu5 {
  font-size: 12px;
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl .xzZ6DAU5 .kM7cncbt {
  font-size: 12px;
  color: var(--primary-color);
  margin-bottom: 0;
  cursor: pointer;
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl .xzZ6DAU5 ._1x_XOado {
  font-size: 12px;
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl .gVmklYuj {
  width: 250px;
}
.zrRrMSLc .UDww1OC2 .mCjkTUEl .xZODSzM9 {
  background-color: var(--lighter-grey);
}
.zrRrMSLc .UDww1OC2 .NUe785TI {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: var(--primary-color);
}
.zrRrMSLc .UDww1OC2 .NUe785TI .qpW677Qd {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
}
.zrRrMSLc .UDww1OC2 .NUe785TI .aK7Zyft9 {
  color: var(--white);
  font-size: 14pt;
  font-weight: 100;
  margin: 0;
  opacity: 0.65;
  margin-right: 10px;
}
.zrRrMSLc .UDww1OC2 .NUe785TI .qGIZSHzR {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zrRrMSLc .UDww1OC2 .NUe785TI .YiE7yZyh {
  width: calc(100% - 175px);
}
.zrRrMSLc .UDww1OC2 .NUe785TI .YiE7yZyh .yi70lfM7 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zrRrMSLc .UDww1OC2 .NUe785TI .kK2qZpiA {
  display: flex;
  justify-content: space-between;
  width: 175px;
}
.dk3yauFa {
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--table-badge-unread) 0%, var(--bleached-silk) 10px, var(--bleached-silk) 100%);
}
@media (max-width: 700px) {
  .dk3yauFa {
    overflow-y: auto;
  }
}
.dk3yauFa .nPR1oN4h {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: transparent;
}
.dk3yauFa .nPR1oN4h .lJwotZE0 {
  width: 100%;
}
.dk3yauFa .nPR1oN4h .oyKQjdgk {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px;
  padding-top: 10px;
}
.dk3yauFa .nPR1oN4h .oyKQjdgk .vhPQJwh_ {
  font-size: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
}
.dk3yauFa .nPR1oN4h .oyKQjdgk .aK7Zyft9 {
  font-size: 18px;
  color: var(--primary-color);
}
.dk3yauFa .nPR1oN4h .QxyclpIU {
  position: relative;
  height: calc(100vh - 100px);
}
@media (max-width: 700px) {
  .dk3yauFa .nPR1oN4h .QxyclpIU {
    width: calc(100vw - 50px);
    margin-left: 25px;
  }
}
.dk3yauFa .nPR1oN4h .QxyclpIU .Vw5ED0hV {
  width: 100%;
  height: 100%;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .UvFbbN5a {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .szyO6kGI {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  font-size: 11px;
  width: 200px;
  text-align: center;
  font-weight: 600;
  color: var(--slate-grey);
}
.dk3yauFa .nPR1oN4h .QxyclpIU .KGxt7jYQ {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .KGxt7jYQ .knOIv2Yv {
  width: 100%;
  display: flex;
  justify-content: center;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .KGxt7jYQ .knOIv2Yv .hB401Gy9 {
  padding: 0 30px;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .KGxt7jYQ .knOIv2Yv .hB401Gy9 .xZODSzM9 {
  width: 100%;
  display: flex;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .KGxt7jYQ .knOIv2Yv .hB401Gy9 .xZODSzM9 .lwt8OXu3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: var(--primary-color);
  font-weight: 600;
  margin-left: 6px;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .KGxt7jYQ .f1vetEts {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .Y1CbKguo {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  bottom: 20px;
  left: 15px;
  font-size: 9px;
  color: #cc0000;
}
.dk3yauFa .nPR1oN4h .QxyclpIU .JZjZtdVS {
  position: absolute;
  width: 400px;
  text-align: center;
  font-size: 12px;
  color: #cc0000;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
}
.LCxPE01p .aK7Zyft9 {
  font-size: 16px;
  color: var(--primary-color);
}
.LCxPE01p .d7pVEIcW {
  font-size: 16px;
  margin-left: 5px;
}
.LCxPE01p .qzFXPM53 .qpW677Qd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.LCxPE01p .qzFXPM53 .vhPQJwh_ {
  display: flex;
  justify-content: flex-end;
}
.LCxPE01p .qzFXPM53 .PJFbgpyX {
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LCxPE01p .qzFXPM53 .yXomG6Wj {
  line-height: 25px;
}
.LCxPE01p .ZKU2x_WL .ACdy6Ej2 {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.LCxPE01p .ZKU2x_WL .UyJgvez8 {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.LCxPE01p .ZKU2x_WL .UyJgvez8 .kPe4ErQV {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--white);
}
.LCxPE01p .ZKU2x_WL .zJ_XKaHc {
  border-radius: 2px;
  height: 32px;
  width: 100px;
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.LCxPE01p .ZKU2x_WL .zJ_XKaHc .kPe4ErQV {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--primary-color);
}
.iLV6CEFq {
  width: 100%;
}
.iLV6CEFq .zRNpsNaG {
  position: relative;
  margin-bottom: 30px;
}
.iLV6CEFq .zRNpsNaG .mBofC0Hk {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
.iLV6CEFq .zRNpsNaG .mBofC0Hk .OljgKuGj {
  width: 100%;
  font-size: 12px;
  color: var(--primary-color);
}
.iLV6CEFq .zRNpsNaG .mBofC0Hk .Z9P2BB45 {
  font-size: 12px;
  color: var(--primary-color);
}
.JpjOW8Me {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: var(--white) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
}
.JpjOW8Me .nUmUFpuQ {
  color: var(--dark-blue);
  font-size: 13px;
  font-weight: 600;
}
.JpjOW8Me .ant-input {
  color: var(--dark-blue);
  font-size: 13px;
  font-weight: 600;
}
.JpjOW8Me .ant-select-selection-item {
  color: var(--dark-blue);
  font-size: 13px;
  font-weight: 600;
}
.JpjOW8Me .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  color: var(--dark-blue);
  font-size: 13px;
  font-weight: 600;
}
.JpjOW8Me .ant-form-item-explain {
  position: absolute;
  margin-top: 32px;
  font-size: 10px;
  color: var(--congo-pink);
}
.JpjOW8Me .ant-row {
  margin-bottom: 8px;
}
.JpjOW8Me .ant-col {
  padding-right: 8px;
}
.JpjOW8Me .KO1q7pnt {
  border: 1px solid var(--light-silver) !important;
}
.JpjOW8Me .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
  border: 1px solid var(--light-silver) !important;
}
.JpjOW8Me .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid var(--light-silver) !important;
}
.JpjOW8Me .pBISMjsy {
  color: var(--dark-blue);
}
.JpjOW8Me .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

._2pGA5W_y {
  width: 100%;
  height: 28px;
  margin-bottom: 40px;
  background: var(--white);
  border-radius: 6px;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
._2pGA5W_y .PPOg0nFO {
  display: flex;
  justify-content: center;
  align-items: center;
}
._2pGA5W_y .PPOg0nFO .jLFtdzTY {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
._2pGA5W_y .PPOg0nFO .Nu1bl3P6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 6px;
  color: var(--font-color-eastern-blue);
}
._2pGA5W_y:hover {
  box-shadow: 0px 1px 4px rgba(22, 138, 177, 0.6);
}
.izW0LxLo {
  width: 100%;
  height: 28px;
  margin-bottom: 40px;
  background: var(--white);
  border-radius: 6px;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.izW0LxLo .PPOg0nFO {
  display: flex;
  justify-content: center;
  align-items: center;
}
.izW0LxLo .PPOg0nFO .jLFtdzTY {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
.izW0LxLo .PPOg0nFO .Nu1bl3P6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 6px;
  color: var(--font-color-eastern-blue);
}
.izW0LxLo:hover {
  box-shadow: 0px 1px 4px rgba(22, 138, 177, 0.6);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.PPiEaX47 {
  color: var(--primary-color);
}
.wP_6xfjN {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
}
.Yd6XVq_9 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  border-radius: 0;
}
.GfITW6Vj {
  height: 50px;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 35px;
  width: 85px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.BFC1Gh9e {
  display: none;
}
.Df7DdJnN {
  background: transparent;
}
.kXrZIY6t {
  height: 100vh;
  overflow: hidden;
}
.b6VP6hfY {
  position: relative;
  background-color: var(--white);
  height: 100%;
}
.b6VP6hfY .j6PkhZYZ {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
}
.b6VP6hfY .wod43kFa {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
}
.b6VP6hfY .QZyayKuR {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
  display: none;
}
.DZTo1kjv {
  height: calc(100vh - 50px);
  overflow-y: hidden;
  background-color: var(--white);
}
.DZTo1kjv .hlhW0fIy {
  position: relative;
  background-color: var(--errigal-white);
  padding: 15px 25px;
}
.DZTo1kjv .hlhW0fIy .eBElTbg7 {
  position: absolute;
  top: 18px;
  right: -18px;
  height: 36px;
  width: 36px;
  font-size: 18px;
  background: var(--white);
  border: 1px solid var(--errigal-white);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.DZTo1kjv .hlhW0fIy .eBElTbg7 .F6_vpmFV {
  color: rgba(0, 0, 0, 0.35);
  transition: transform 0.3s linear;
}
.DZTo1kjv .hlhW0fIy .eBElTbg7 .H6IQtgRE {
  color: rgba(0, 0, 0, 0.35);
  transition: transform 0.3s linear;
  transform: rotate(180deg);
}
.DZTo1kjv .vNrHoWhW {
  padding-top: 100px;
}
@media (max-width: 878px) {
  .DZTo1kjv .miJkOMVy {
    width: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
  }
}
.DZTo1kjv .R9ZS8KC0 {
  max-width: 300px;
  background-color: transparent;
}
.DZTo1kjv .lMc8Hwbc {
  height: 50px;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 40px;
  width: 160px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.DZTo1kjv .lMc8Hwbc .Gj8k1IYV {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.DZTo1kjv .lMc8Hwbc .Gj8k1IYV .F6_vpmFV {
  font-size: 22px;
  transition: transform 0.2s linear;
}
.DZTo1kjv .lMc8Hwbc .Gj8k1IYV .KuG1orIe {
  font-size: 22px;
  transition: transform 0.2s linear;
  transform: rotate(45deg);
}
.DZTo1kjv .rovOO6fo {
  margin-top: 21px;
  width: 100%;
}
.DZTo1kjv .rovOO6fo .RkGHF24_ {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  font-size: 10px;
}
.DZTo1kjv .rovOO6fo .zqaujf4T {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.DZTo1kjv .rovOO6fo .zqaujf4T .wB69MkbU {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.DZTo1kjv .rovOO6fo .zqaujf4T .wB69MkbU:focus {
  box-shadow: none;
  outline: none;
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV .qCIL_bEF {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV .uAxd9U0X {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV .GfITW6Vj {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
}
.DZTo1kjv .zDnIKzv9 {
  width: 100%;
}
.DZTo1kjv .BbhI8X68 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 25px;
}
.DZTo1kjv .BbhI8X68 .GfITW6Vj {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 100px;
  border-radius: 25px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.l6sBtpOM {
  max-height: 100%;
  padding: 20px 30px;
  overflow-y: hidden;
}
.l6sBtpOM .r_CRDeml {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.l6sBtpOM .r_CRDeml .F6_vpmFV {
  font-size: 24px;
  color: var(--white);
}
@media (min-width: 879px) {
  .l6sBtpOM .r_CRDeml {
    display: none;
  }
}
.l6sBtpOM .ilvWs2IZ {
  height: 100%;
  overflow-y: hidden;
  z-index: 3;
}
.l6sBtpOM .ilvWs2IZ .d5JnYhtk {
  font-size: 16px;
}
.l6sBtpOM .ilvWs2IZ .bTpEwdK4 {
  height: 100%;
}
.l6sBtpOM .ilvWs2IZ .bTpEwdK4 .fohJ7fiC {
  height: 100%;
}
.l6sBtpOM .ilvWs2IZ .bTpEwdK4 .fohJ7fiC .hW5UKPdj {
  font-size: 12px;
  color: rgba(120, 120, 120, 0.65);
  text-transform: uppercase;
}
.ZnfgliV7 {
  max-height: 100%;
  padding: 20px 30px;
  overflow-y: hidden;
  background: linear-gradient(to bottom, var(--primary-color) 50px, var(--errigal-white) 50px 100%);
  background-color: var(--errigal-white);
  padding-top: 0;
}
.ZnfgliV7 .r_CRDeml {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.ZnfgliV7 .r_CRDeml .F6_vpmFV {
  font-size: 24px;
  color: var(--white);
}
@media (min-width: 879px) {
  .ZnfgliV7 .r_CRDeml {
    display: none;
  }
}
.ZnfgliV7 .ilvWs2IZ {
  height: 100%;
  overflow-y: hidden;
  z-index: 3;
}
.ZnfgliV7 .ilvWs2IZ .d5JnYhtk {
  font-size: 16px;
}
.ZnfgliV7 .ilvWs2IZ .bTpEwdK4 {
  height: 100%;
}
.ZnfgliV7 .ilvWs2IZ .bTpEwdK4 .fohJ7fiC {
  height: 100%;
}
.ZnfgliV7 .ilvWs2IZ .bTpEwdK4 .fohJ7fiC .hW5UKPdj {
  font-size: 12px;
  color: rgba(120, 120, 120, 0.65);
  text-transform: uppercase;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.q3Tp_C3f span {
  display: flex;
  align-items: center;
}
.q3Tp_C3f .HFKZO6BX {
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--primary-color);
  display: inline;
}
.q3Tp_C3f .bUNftQ35:hover {
  color: var(--canary-yellow) !important;
}
.q3Tp_C3f .fPnrAPu_ {
  margin: 0px 0px 0 0px;
  cursor: pointer;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.personPopover .aQ4xP7Ej {
  background-color: var(--darkest-blue);
}
.personPopover .ant-popover-content {
  letter-spacing: 0.3px;
  top: 15px;
}
.personPopover .ant-popover-content .ant-popover-arrow {
  background-color: var(--darkest-blue);
  outline-color: var(--dark-blue);
  transform: rotate(45deg);
  border-radius: 0px;
  width: 12px;
  height: 12px;
  z-index: 20;
  left: 27px;
  bottom: -5px;
}
.personPopover .ant-popover-content .ant-popover-arrow .ant-popover-arrow-content {
  bottom: 10px;
}
.personPopover .ant-popover-content .ant-popover-inner {
  border-radius: 8px;
  background-color: var(--darkest-blue);
}
.personPopover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  padding: 11px 16px;
}
.personPopover .ant-popover-content .ant-popover-inner .zozGJ2NQ {
  display: flex;
  flex-wrap: nowrap;
}
.personPopover .ant-popover-content .ant-popover-inner .YnvROBaw {
  line-height: 12px;
  color: var(--nepal-blue);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0 3px 0;
  line-height: 14px;
}
.personPopover .ant-popover-content .ant-popover-inner .a76Qo_WY {
  line-height: 17px;
  color: var(--botticelli-blue);
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}
.personPopover .ant-popover-content .ant-popover-inner .a76Qo_WY:hover {
  color: var(--canary-yellow);
}
.personPopover .ant-popover-content .ant-popover-inner .W0pnD_mP {
  color: var(--botticelli-blue);
  font-weight: 400;
  font-size: 12px;
}
.personPopover .ant-popover-content .ant-popover-inner .W0pnD_mP .uzTgfiyj {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  text-transform: capitalize;
}
.personPopover .ant-popover-content .ant-popover-inner .nAhmnsM1 {
  display: flex;
  align-items: center;
}
.personPopover .ant-popover-content .ant-popover-inner .nAhmnsM1 .UlVlH3hJ {
  margin-top: 1px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.g0yBAEnB {
  width: 100%;
  height: 75px;
  display: flex;
}
.m6IoSqjq {
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: row-reverse;
}
.ALyZVRDs {
  width: 100%;
  height: 75px;
  display: flex;
  height: 84px;
}
.hq_857OL {
  flex-direction: row-reverse;
  width: 100%;
  height: 75px;
  display: flex;
  height: 84px;
}
.QrsHz5tW {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 670px) {
  .QrsHz5tW {
    align-items: flex-start;
  }
}
.N3xspJqh {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.rfJvsiUT {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.KzV_ek_L {
  padding-left: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
  padding-right: 10px;
  text-align: right;
  width: auto;
}
.tMfqsQYE {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  width: auto;
}
.CGJNr8f1 {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dzelIY6c {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jhY_TjXK {
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
._4ft4aLN {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.asB6R0Ye {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 17px;
}
.M2FAN7aB {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.HLRhOLad {
  padding-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Poppins, "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 2px;
  color: var(--darkest-blue);
}
.KxQY6g7n {
  padding-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Poppins, "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 2px;
  color: var(--darkest-blue);
  font-size: 16px;
  line-height: 17px;
}
.cwAmYH6W {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--gothic-blue);
  font-size: 12px;
  line-height: 16px;
}
.DfTj3xlU {
  padding-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--gothic-blue);
  font-size: 12px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--graham-grey);
}
.g9ZI5IiX {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--nepal-blue);
}
.hZrhG3Sx {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
}
.PK07vMhb {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  color: var(--table-grey);
}
.iVgAUMWK {
  height: 18px;
}
.FzrsN3DH {
  color: var(--goldenrod);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.DeF85dHm {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.DeF85dHm .RFpnB3Az {
  margin-right: 2px;
  display: flex;
  color: var(--goldenrod);
}
.DeF85dHm .XeBLu2lj {
  background-color: var(--botticelli-blue);
  position: absolute;
  mix-blend-mode: color;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.KUFg6fjW {
  height: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.KUFg6fjW .YNLY3Ebw {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.KUFg6fjW .YNLY3Ebw .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.KUFg6fjW .YNLY3Ebw .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.KUFg6fjW .YNLY3Ebw .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.KUFg6fjW .YNLY3Ebw .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.KUFg6fjW .YNLY3Ebw .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.KUFg6fjW .YNLY3Ebw .jtpcdLGD {
  height: 19px;
}
.KUFg6fjW .J1gclZZj {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  width: 100%;
}
.KUFg6fjW .J1gclZZj .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.KUFg6fjW .J1gclZZj .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.KUFg6fjW .J1gclZZj .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.KUFg6fjW .J1gclZZj .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.KUFg6fjW .J1gclZZj .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.KUFg6fjW .J1gclZZj .jtpcdLGD {
  height: 19px;
}
.L6Hm4YDY {
  height: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 2px 8px;
}
.L6Hm4YDY .YNLY3Ebw {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.L6Hm4YDY .YNLY3Ebw .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.L6Hm4YDY .YNLY3Ebw .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.L6Hm4YDY .YNLY3Ebw .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.L6Hm4YDY .YNLY3Ebw .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.L6Hm4YDY .YNLY3Ebw .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.L6Hm4YDY .YNLY3Ebw .jtpcdLGD {
  height: 19px;
}
.L6Hm4YDY .J1gclZZj {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  width: 100%;
}
.L6Hm4YDY .J1gclZZj .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.L6Hm4YDY .J1gclZZj .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.L6Hm4YDY .J1gclZZj .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.L6Hm4YDY .J1gclZZj .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.L6Hm4YDY .J1gclZZj .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.L6Hm4YDY .J1gclZZj .jtpcdLGD {
  height: 19px;
}
.f7KnDjhP {
  display: flex;
  align-items: center;
}
.f7KnDjhP .WfcCUZaG {
  margin-right: 8px;
}
.f7KnDjhP .QdCjKOv9 {
  display: flex;
  flex-direction: column;
}
.f7KnDjhP .QdCjKOv9 .CGJNr8f1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.f7KnDjhP .QdCjKOv9 .awrJm5NJ {
  font-weight: 600;
  color: var(--nepal-blue);
  font-size: 10px;
  text-transform: uppercase;
}
.f7KnDjhP .QdCjKOv9 .orzhNJly {
  font-size: 12px;
  line-height: 17px;
}
.f7KnDjhP .QdCjKOv9 .YfJ0T2gz {
  font-size: 12px;
  line-height: 17px;
}
.f7KnDjhP .QdCjKOv9 .PK07vMhb {
  font-size: 12px;
  line-height: 17px;
}
.f7KnDjhP .QdCjKOv9 .g9ZI5IiX {
  font-size: 12px;
  line-height: 17px;
  color: var(--primary-color);
}
.fWoACrjC {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.AX3NVaq2 {
  display: flex;
  align-items: center;
}
.L1tj2Ww5 {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._RT68zsh {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  background-color: var(--table-badge-team);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.BQjTRRFm {
  padding: 8px;
  width: auto;
}
.AsDNAZ4G {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AsDNAZ4G .rfJvsiUT {
  width: 100%;
}
.AsDNAZ4G .rfJvsiUT .CGJNr8f1 {
  color: var(--table-grey);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AsDNAZ4G .rfJvsiUT .M2FAN7aB {
  color: var(--table-grey);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.AsDNAZ4G .rfJvsiUT .dBXbsKi3 {
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
}
.GxT2JQat {
  display: flex;
  flex-direction: column;
}
.GxT2JQat .L1tj2Ww5 {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.GxT2JQat ._RT68zsh {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  background-color: var(--table-badge-team);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.GxT2JQat .CGJNr8f1 {
  color: var(--table-grey);
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.GxT2JQat .M2FAN7aB {
  color: var(--table-grey);
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.R8AF7ixC {
  color: var(--white);
  font-size: 10px;
  padding: 0;
  margin: 0px 0 3px 0;
  line-height: 13px;
  cursor: pointer;
}
.R8AF7ixC:hover {
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.glPRYRJI {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glPRYRJI .xWoU3wjv {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 122;
}
.rmdr8PDP .ant-tooltip-inner {
  background: var(--dark-blue);
  border-radius: 8px;
  min-width: 340px;
  background-image: url("/img/conference_tooltip_bg.png");
  background-size: cover;
}
.rmdr8PDP .ant-tooltip-arrow-content {
  background: #0f50a2;
}
.idl_bmTQ {
  display: none;
}
.idl_bmTQ .ant-tooltip-inner {
  background: var(--dark-blue);
  border-radius: 8px;
  min-width: 340px;
  background-image: url("/img/conference_tooltip_bg.png");
  background-size: cover;
}
.idl_bmTQ .ant-tooltip-arrow-content {
  background: #0f50a2;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.xfaNBgHl {
  position: absolute;
  z-index: 999;
  height: 45px;
  width: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/conference_badge_light.png");
}
.yhdK_v52 {
  position: absolute;
  z-index: 999;
  height: 45px;
  width: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/conference_badge_dark.png");
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.yXSr_IqN {
  color: var(--white);
  padding: 8px 8px 4px 8px;
  min-width: 330px;
}
.yXSr_IqN .q9Xu8rzn {
  display: flex;
  align-items: center;
  height: 50px;
}
.yXSr_IqN .q9Xu8rzn .Pc4v6PF1 {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.yXSr_IqN .q9Xu8rzn .Pc4v6PF1 svg {
  width: 100%;
  height: 100%;
}
.yXSr_IqN .q9Xu8rzn .Q0ztgKz4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.yXSr_IqN .mpXpoDlg {
  display: flex;
  align-items: center;
  height: 50px;
  height: 30px;
  overflow: hidden;
}
.yXSr_IqN .mpXpoDlg .Pc4v6PF1 {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.yXSr_IqN .mpXpoDlg .Pc4v6PF1 svg {
  width: 100%;
  height: 100%;
}
.yXSr_IqN .mpXpoDlg .Q0ztgKz4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.yXSr_IqN .mpXpoDlg .Pc4v6PF1 {
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.yXSr_IqN .mpXpoDlg .Q0ztgKz4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: transparent;
  border: none;
  color: var(--white);
}
.yXSr_IqN .mpXpoDlg .Q0ztgKz4 svg {
  margin-top: 2px;
}
.yXSr_IqN .BxZGvIiv {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.yXSr_IqN .clPiYZ_v {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.yXSr_IqN .scXqJdqU {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  font-weight: 700;
  margin-right: 3px;
  cursor: pointer;
  transition: 0.4s all;
  display: flex;
  align-items: center;
}
.yXSr_IqN .scXqJdqU svg {
  margin-left: 3px;
}
.yXSr_IqN .scXqJdqU:hover {
  color: var(--canary-yellow);
}
.yXSr_IqN .scXqJdqU:hover svg > path {
  fill: var(--canary-yellow);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Mfe_qgmZ {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--table-grey);
}
.Mfe_qgmZ .xz3wZuQY {
  margin-left: 9px;
}
.Mfe_qgmZ .xz3wZuQY .g8s7Ldg6 {
  font-size: 8px;
  line-height: 11px;
}
.Mfe_qgmZ .xz3wZuQY .psDM13dH {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
}
.Mfe_qgmZ .xz3wZuQY .EIwIvh49 {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--table-badge-total);
}
.Mfe_qgmZ .xz3wZuQY .QPcijTD5 {
  font-size: 8px;
  line-height: 11px;
  color: var(--table-badge-total);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.eXjExa3J .UNltHQ0z {
  width: 100%;
}
.eXjExa3J .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 0px;
}
.eXjExa3J .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 18px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  padding-left: 16px;
  padding-right: 40px;
}
.eXjExa3J .ant-select-arrow {
  color: var(--primary-color);
  font-weight: bolder;
  right: 16px;
}
.eXjExa3J .gKe5b9S6 {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
.eXjExa3J .ukybkoUi {
  padding-left: 20px;
}
.uMup78kj .UNltHQ0z {
  width: 100%;
}
.uMup78kj .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 0px;
}
.uMup78kj .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 18px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  padding-left: 16px;
  padding-right: 40px;
}
.uMup78kj .ant-select-arrow {
  color: var(--primary-color);
  font-weight: bolder;
  right: 16px;
}
.uMup78kj .gKe5b9S6 {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
.uMup78kj .ukybkoUi {
  padding-left: 20px;
}
.uMup78kj .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: 600;
}
.uMup78kj .ant-select-selection-placeholder {
  color: var(--white);
  font-weight: 400;
  padding-right: 0 !important;
}
.uMup78kj .ant-select-arrow {
  color: var(--white);
  font-weight: 600;
  right: 16px;
}
.uMup78kj .gKe5b9S6 {
  font-size: 12px;
  line-height: 18px;
  color: var(--white);
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.MUhEqq2r {
  width: 100%;
  margin: 0 auto;
  padding-right: 11px;
}
.MUhEqq2r span {
  font-size: 9px;
  color: var(--primary-color);
  display: block;
  margin: 4px 0;
}
.YAisgb6l .R8qwvqxR {
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
  font-weight: 700;
}
.YAisgb6l .lXdHh3NB {
  margin-top: 10px;
  font-size: 10px;
  color: var(--dark-blue);
}
.YAisgb6l .lXdHh3NB button {
  margin-top: 10px;
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.YAisgb6l .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: transparent;
  border-radius: 0px;
  padding-left: 0px;
  border: 0;
  box-shadow: none !important;
}
.YAisgb6l .ant-select-arrow {
  right: 30px;
  font-size: 10px;
  line-height: 10px;
  color: transparent;
  text-transform: uppercase;
  margin-top: -9px;
}
.YAisgb6l .ant-select-arrow .ant-select-suffix:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 10px;
  height: 10px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle.svg");
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.teamMemberDropdown {
  border-radius: 8px;
}
.teamMemberDropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--twilight-blue);
  color: var(--primary-color);
}
.sbh8x1mR {
  margin: 24px 0 28px 0;
  display: flex;
  justify-content: center;
}
.sbh8x1mR .IkdXUzLg {
  height: 24px;
  width: 146px;
  background-color: var(--white);
  color: var(--cyan-blue-azure);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.sbh8x1mR .IkdXUzLg span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-shadow: none;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.XKVocvcZ {
  width: 100%;
  height: 32px;
  background: var(--white);
  z-index: 1004;
  position: fixed;
  cursor: pointer;
}
.XKVocvcZ .QUjXN_uM {
  height: 100%;
  width: 100%;
  background: linear-gradient(95.7deg, rgba(203, 255, 243, 0.83) 12.17%, rgba(81, 242, 203, 0.83) 93.24%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px 0 11px;
}
.XKVocvcZ .QUjXN_uM .ND85AZS8 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.XKVocvcZ .QUjXN_uM .e8TeDXcu {
  padding-top: 5px;
}
.XKVocvcZ .QUjXN_uM .EvvAR13k {
  display: flex;
  align-items: center;
}
.XKVocvcZ .QUjXN_uM .EvvAR13k .A3fp5yC7 {
  background: linear-gradient(95.7deg, var(--maya-blue) 12.17%, var(--blue-ribbon) 93.24%);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 4px;
}
.XKVocvcZ .QUjXN_uM .FerwYRiS .A3fp5yC7 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--dark-blue);
}
.XKVocvcZ .QUjXN_uM .FerwYRiS .ofpsCWFm {
  margin-left: 7px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes _8gvJi2JF {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes _8gvJi2JF {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes _8gvJi2JF {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes _8gvJi2JF {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
._8gvJi2JF {
  -webkit-animation-name: _8gvJi2JF;
  -moz-animation-name: _8gvJi2JF;
  -o-animation-name: _8gvJi2JF;
  animation-name: _8gvJi2JF;
}
@-webkit-keyframes gDEPyk5i {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes gDEPyk5i {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes gDEPyk5i {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes gDEPyk5i {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.gDEPyk5i {
  -webkit-animation-name: gDEPyk5i;
  -moz-animation-name: gDEPyk5i;
  -o-animation-name: gDEPyk5i;
  animation-name: gDEPyk5i;
}
@-webkit-keyframes _0mwMwR8 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes _0mwMwR8 {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes _0mwMwR8 {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes _0mwMwR8 {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
._0mwMwR8 {
  -webkit-animation-name: _0mwMwR8;
  -moz-animation-name: _0mwMwR8;
  -o-animation-name: _0mwMwR8;
  animation-name: _0mwMwR8;
}
@-webkit-keyframes H7lyBgx9 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes H7lyBgx9 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes H7lyBgx9 {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes H7lyBgx9 {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.H7lyBgx9 {
  -webkit-animation-name: H7lyBgx9;
  -moz-animation-name: H7lyBgx9;
  -o-animation-name: H7lyBgx9;
  animation-name: H7lyBgx9;
}
@-webkit-keyframes D_8urwou {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes D_8urwou {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes D_8urwou {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes D_8urwou {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.D_8urwou {
  -webkit-animation-name: D_8urwou;
  -moz-animation-name: D_8urwou;
  -o-animation-name: D_8urwou;
  animation-name: D_8urwou;
}
@-webkit-keyframes DwJbBLQ0 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes DwJbBLQ0 {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes DwJbBLQ0 {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes DwJbBLQ0 {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.DwJbBLQ0 {
  -webkit-animation-name: DwJbBLQ0;
  -moz-animation-name: DwJbBLQ0;
  -o-animation-name: DwJbBLQ0;
  animation-name: DwJbBLQ0;
}
@-webkit-keyframes uWI1O2hk {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes uWI1O2hk {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes uWI1O2hk {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes uWI1O2hk {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.uWI1O2hk {
  -webkit-animation-name: uWI1O2hk;
  -moz-animation-name: uWI1O2hk;
  -o-animation-name: uWI1O2hk;
  animation-name: uWI1O2hk;
}
@-webkit-keyframes A6NuuOX9 {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes A6NuuOX9 {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes A6NuuOX9 {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes A6NuuOX9 {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.A6NuuOX9 {
  -webkit-animation-name: A6NuuOX9;
  -moz-animation-name: A6NuuOX9;
  -o-animation-name: A6NuuOX9;
  animation-name: A6NuuOX9;
}
@-webkit-keyframes _LgNOl7M {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes _LgNOl7M {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes _LgNOl7M {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes _LgNOl7M {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
._LgNOl7M {
  -webkit-animation-name: _LgNOl7M;
  -moz-animation-name: _LgNOl7M;
  -o-animation-name: _LgNOl7M;
  animation-name: _LgNOl7M;
}
@-webkit-keyframes r83S5P1F {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes r83S5P1F {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes r83S5P1F {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes r83S5P1F {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.r83S5P1F {
  -webkit-animation-name: r83S5P1F;
  -moz-animation-name: r83S5P1F;
  -o-animation-name: r83S5P1F;
  animation-name: r83S5P1F;
}
@-webkit-keyframes mKrh23kg {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes mKrh23kg {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes mKrh23kg {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes mKrh23kg {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.mKrh23kg {
  -webkit-animation-name: mKrh23kg;
  -moz-animation-name: mKrh23kg;
  -o-animation-name: mKrh23kg;
  animation-name: mKrh23kg;
}
@-webkit-keyframes o6qoUkRG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes o6qoUkRG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes o6qoUkRG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o6qoUkRG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o6qoUkRG {
  -webkit-animation-name: o6qoUkRG;
  -moz-animation-name: o6qoUkRG;
  -o-animation-name: o6qoUkRG;
  animation-name: o6qoUkRG;
}
@-webkit-keyframes fsJFGIGD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fsJFGIGD {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fsJFGIGD {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fsJFGIGD {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fsJFGIGD {
  -webkit-animation-name: fsJFGIGD;
  -moz-animation-name: fsJFGIGD;
  -o-animation-name: fsJFGIGD;
  animation-name: fsJFGIGD;
}
@-webkit-keyframes Am9juHwS {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes Am9juHwS {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes Am9juHwS {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes Am9juHwS {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Am9juHwS {
  -webkit-animation-name: Am9juHwS;
  -moz-animation-name: Am9juHwS;
  -o-animation-name: Am9juHwS;
  animation-name: Am9juHwS;
}
@-webkit-keyframes msvcFFf3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes msvcFFf3 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes msvcFFf3 {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes msvcFFf3 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.msvcFFf3 {
  -webkit-animation-name: msvcFFf3;
  -moz-animation-name: msvcFFf3;
  -o-animation-name: msvcFFf3;
  animation-name: msvcFFf3;
}
@-webkit-keyframes yKPh7SXX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes yKPh7SXX {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes yKPh7SXX {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes yKPh7SXX {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.yKPh7SXX {
  -webkit-animation-name: yKPh7SXX;
  -moz-animation-name: yKPh7SXX;
  -o-animation-name: yKPh7SXX;
  animation-name: yKPh7SXX;
}
@-webkit-keyframes OS7IXtvG {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes OS7IXtvG {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes OS7IXtvG {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes OS7IXtvG {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.OS7IXtvG {
  -webkit-animation-name: OS7IXtvG;
  -moz-animation-name: OS7IXtvG;
  -o-animation-name: OS7IXtvG;
  animation-name: OS7IXtvG;
}
@-webkit-keyframes uGGr5vc_ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes uGGr5vc_ {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes uGGr5vc_ {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes uGGr5vc_ {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.uGGr5vc_ {
  -webkit-animation-name: uGGr5vc_;
  -moz-animation-name: uGGr5vc_;
  -o-animation-name: uGGr5vc_;
  animation-name: uGGr5vc_;
}
@-webkit-keyframes COArVIq9 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes COArVIq9 {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes COArVIq9 {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes COArVIq9 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.COArVIq9 {
  -webkit-animation-name: COArVIq9;
  -moz-animation-name: COArVIq9;
  -o-animation-name: COArVIq9;
  animation-name: COArVIq9;
}
@-webkit-keyframes qAnh6Mp9 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes qAnh6Mp9 {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes qAnh6Mp9 {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes qAnh6Mp9 {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.qAnh6Mp9 {
  -webkit-animation-name: qAnh6Mp9;
  -moz-animation-name: qAnh6Mp9;
  -o-animation-name: qAnh6Mp9;
  animation-name: qAnh6Mp9;
}
@-webkit-keyframes PWwm7Dkw {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes PWwm7Dkw {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes PWwm7Dkw {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes PWwm7Dkw {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.PWwm7Dkw {
  -webkit-animation-name: PWwm7Dkw;
  -moz-animation-name: PWwm7Dkw;
  -o-animation-name: PWwm7Dkw;
  animation-name: PWwm7Dkw;
}
@-webkit-keyframes fWiqrupG {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fWiqrupG {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fWiqrupG {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fWiqrupG {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fWiqrupG {
  -webkit-animation-name: fWiqrupG;
  -moz-animation-name: fWiqrupG;
  -o-animation-name: fWiqrupG;
  animation-name: fWiqrupG;
}
@-webkit-keyframes LOiyX1RI {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes LOiyX1RI {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes LOiyX1RI {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes LOiyX1RI {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.LOiyX1RI {
  -webkit-animation-name: LOiyX1RI;
  -moz-animation-name: LOiyX1RI;
  -o-animation-name: LOiyX1RI;
  animation-name: LOiyX1RI;
}
@-webkit-keyframes tKhabZoR {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes tKhabZoR {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes tKhabZoR {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes tKhabZoR {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.tKhabZoR {
  -webkit-animation-name: tKhabZoR;
  -moz-animation-name: tKhabZoR;
  -o-animation-name: tKhabZoR;
  animation-name: tKhabZoR;
}
@-webkit-keyframes R6BAn6zy {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes R6BAn6zy {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes R6BAn6zy {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes R6BAn6zy {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.R6BAn6zy {
  -webkit-animation-name: R6BAn6zy;
  -moz-animation-name: R6BAn6zy;
  -o-animation-name: R6BAn6zy;
  animation-name: R6BAn6zy;
}
@-webkit-keyframes sa_1YYrc {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes sa_1YYrc {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes sa_1YYrc {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes sa_1YYrc {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.sa_1YYrc {
  -webkit-animation-name: sa_1YYrc;
  -moz-animation-name: sa_1YYrc;
  -o-animation-name: sa_1YYrc;
  animation-name: sa_1YYrc;
}
@-webkit-keyframes UKGS3pjj {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes UKGS3pjj {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes UKGS3pjj {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes UKGS3pjj {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.UKGS3pjj {
  -webkit-animation-name: UKGS3pjj;
  -moz-animation-name: UKGS3pjj;
  -o-animation-name: UKGS3pjj;
  animation-name: UKGS3pjj;
}
@-webkit-keyframes oaR3t1K2 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes oaR3t1K2 {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes oaR3t1K2 {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes oaR3t1K2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.oaR3t1K2 {
  -webkit-animation-name: oaR3t1K2;
  -moz-animation-name: oaR3t1K2;
  -o-animation-name: oaR3t1K2;
  animation-name: oaR3t1K2;
}
@-webkit-keyframes e5EUJgSZ {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes e5EUJgSZ {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes e5EUJgSZ {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes e5EUJgSZ {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.e5EUJgSZ {
  -webkit-animation-name: e5EUJgSZ;
  -moz-animation-name: e5EUJgSZ;
  -o-animation-name: e5EUJgSZ;
  animation-name: e5EUJgSZ;
}
@-webkit-keyframes vxrcOILm {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes vxrcOILm {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes vxrcOILm {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes vxrcOILm {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.vxrcOILm {
  -webkit-animation-name: vxrcOILm;
  -moz-animation-name: vxrcOILm;
  -o-animation-name: vxrcOILm;
  animation-name: vxrcOILm;
}
@-webkit-keyframes gqKFTePU {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes gqKFTePU {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes gqKFTePU {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes gqKFTePU {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.gqKFTePU {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: gqKFTePU;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: gqKFTePU;
  -o-backface-visibility: visible !important;
  -o-animation-name: gqKFTePU;
  backface-visibility: visible !important;
  animation-name: gqKFTePU;
}
@-webkit-keyframes U_1V49sp {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes U_1V49sp {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes U_1V49sp {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes U_1V49sp {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.U_1V49sp {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: U_1V49sp;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: U_1V49sp;
  -o-backface-visibility: visible !important;
  -o-animation-name: U_1V49sp;
  backface-visibility: visible !important;
  animation-name: U_1V49sp;
}
@-webkit-keyframes uV8auxjJ {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes uV8auxjJ {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes uV8auxjJ {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes uV8auxjJ {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.uV8auxjJ {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: uV8auxjJ;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: uV8auxjJ;
  -o-backface-visibility: visible !important;
  -o-animation-name: uV8auxjJ;
  backface-visibility: visible !important;
  animation-name: uV8auxjJ;
}
@-webkit-keyframes Z7ZYIq9Z {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes Z7ZYIq9Z {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes Z7ZYIq9Z {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes Z7ZYIq9Z {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.Z7ZYIq9Z {
  -webkit-animation-name: Z7ZYIq9Z;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: Z7ZYIq9Z;
  -moz-backface-visibility: visible !important;
  -o-animation-name: Z7ZYIq9Z;
  -o-backface-visibility: visible !important;
  animation-name: Z7ZYIq9Z;
  backface-visibility: visible !important;
}
@-webkit-keyframes O1dEYcMa {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes O1dEYcMa {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes O1dEYcMa {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes O1dEYcMa {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.O1dEYcMa {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: O1dEYcMa;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: O1dEYcMa;
  -o-backface-visibility: visible !important;
  -o-animation-name: O1dEYcMa;
  backface-visibility: visible !important;
  animation-name: O1dEYcMa;
}
@-webkit-keyframes BZWJfsoW {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes BZWJfsoW {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes BZWJfsoW {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes BZWJfsoW {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.BZWJfsoW {
  -webkit-animation-name: BZWJfsoW;
  -moz-animation-name: BZWJfsoW;
  -o-animation-name: BZWJfsoW;
  animation-name: BZWJfsoW;
}
@-webkit-keyframes _hulYL3l {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes _hulYL3l {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes _hulYL3l {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes _hulYL3l {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
._hulYL3l {
  -webkit-animation-name: _hulYL3l;
  -moz-animation-name: _hulYL3l;
  -o-animation-name: _hulYL3l;
  animation-name: _hulYL3l;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes juXdANLP {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes juXdANLP {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes juXdANLP {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes juXdANLP {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.juXdANLP {
  -webkit-animation-name: juXdANLP;
  -moz-animation-name: juXdANLP;
  -o-animation-name: juXdANLP;
  animation-name: juXdANLP;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes HWr1Ktp1 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes HWr1Ktp1 {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes HWr1Ktp1 {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes HWr1Ktp1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.HWr1Ktp1 {
  -webkit-animation-name: HWr1Ktp1;
  -moz-animation-name: HWr1Ktp1;
  -o-animation-name: HWr1Ktp1;
  animation-name: HWr1Ktp1;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes AbHvCnIX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes AbHvCnIX {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes AbHvCnIX {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes AbHvCnIX {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.AbHvCnIX {
  -webkit-animation-name: AbHvCnIX;
  -moz-animation-name: AbHvCnIX;
  -o-animation-name: AbHvCnIX;
  animation-name: AbHvCnIX;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes imbxVMAk {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes imbxVMAk {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes imbxVMAk {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes imbxVMAk {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.imbxVMAk {
  -webkit-animation-name: imbxVMAk;
  -moz-animation-name: imbxVMAk;
  -o-animation-name: imbxVMAk;
  animation-name: imbxVMAk;
}
@-webkit-keyframes eUvdhPCR {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes eUvdhPCR {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes eUvdhPCR {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes eUvdhPCR {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.eUvdhPCR {
  -webkit-animation-name: eUvdhPCR;
  -moz-animation-name: eUvdhPCR;
  -o-animation-name: eUvdhPCR;
  animation-name: eUvdhPCR;
}
@-webkit-keyframes z8WpDgow {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes z8WpDgow {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes z8WpDgow {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes z8WpDgow {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.z8WpDgow {
  -webkit-animation-name: z8WpDgow;
  -moz-animation-name: z8WpDgow;
  -o-animation-name: z8WpDgow;
  animation-name: z8WpDgow;
}
@-webkit-keyframes flhdEee7 {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes flhdEee7 {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes flhdEee7 {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes flhdEee7 {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.flhdEee7 {
  -webkit-animation-name: flhdEee7;
  -moz-animation-name: flhdEee7;
  -o-animation-name: flhdEee7;
  animation-name: flhdEee7;
}
@-webkit-keyframes wexRfIDL {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes wexRfIDL {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes wexRfIDL {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes wexRfIDL {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.wexRfIDL {
  -webkit-animation-name: wexRfIDL;
  -moz-animation-name: wexRfIDL;
  -o-animation-name: wexRfIDL;
  animation-name: wexRfIDL;
}
@-webkit-keyframes kgAqLkTz {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes kgAqLkTz {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes kgAqLkTz {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes kgAqLkTz {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.kgAqLkTz {
  -webkit-animation-name: kgAqLkTz;
  -moz-animation-name: kgAqLkTz;
  -o-animation-name: kgAqLkTz;
  animation-name: kgAqLkTz;
}
@-webkit-keyframes WhEa1use {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes WhEa1use {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes WhEa1use {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes WhEa1use {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.WhEa1use {
  -webkit-animation-name: WhEa1use;
  -moz-animation-name: WhEa1use;
  -o-animation-name: WhEa1use;
  animation-name: WhEa1use;
}
@-webkit-keyframes fqiRwMSs {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes fqiRwMSs {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes fqiRwMSs {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes fqiRwMSs {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.fqiRwMSs {
  -webkit-animation-name: fqiRwMSs;
  -moz-animation-name: fqiRwMSs;
  -o-animation-name: fqiRwMSs;
  animation-name: fqiRwMSs;
}
@-webkit-keyframes I3cDm2eS {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes I3cDm2eS {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes I3cDm2eS {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes I3cDm2eS {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.I3cDm2eS {
  -webkit-animation-name: I3cDm2eS;
  -moz-animation-name: I3cDm2eS;
  -o-animation-name: I3cDm2eS;
  animation-name: I3cDm2eS;
}
@-webkit-keyframes LeUWGZMk {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes LeUWGZMk {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes LeUWGZMk {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes LeUWGZMk {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.LeUWGZMk {
  -webkit-animation-name: LeUWGZMk;
  -moz-animation-name: LeUWGZMk;
  -o-animation-name: LeUWGZMk;
  animation-name: LeUWGZMk;
}
@-webkit-keyframes KfzY_n4U {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes KfzY_n4U {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes KfzY_n4U {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes KfzY_n4U {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.KfzY_n4U {
  -webkit-animation-name: KfzY_n4U;
  -moz-animation-name: KfzY_n4U;
  -o-animation-name: KfzY_n4U;
  animation-name: KfzY_n4U;
}
@-webkit-keyframes WN7LsQBr {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes WN7LsQBr {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes WN7LsQBr {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes WN7LsQBr {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.WN7LsQBr {
  -webkit-animation-name: WN7LsQBr;
  -moz-animation-name: WN7LsQBr;
  -o-animation-name: WN7LsQBr;
  animation-name: WN7LsQBr;
}
@-webkit-keyframes xC0g97pw {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes xC0g97pw {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes xC0g97pw {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes xC0g97pw {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.xC0g97pw {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: xC0g97pw;
  -moz-animation-name: xC0g97pw;
  -o-animation-name: xC0g97pw;
  animation-name: xC0g97pw;
}
@-webkit-keyframes uoiqRYZL {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes uoiqRYZL {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes uoiqRYZL {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes uoiqRYZL {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.uoiqRYZL {
  -webkit-animation-name: uoiqRYZL;
  -moz-animation-name: uoiqRYZL;
  -o-animation-name: uoiqRYZL;
  animation-name: uoiqRYZL;
}
@-webkit-keyframes x9QSAii7 {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes x9QSAii7 {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes x9QSAii7 {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes x9QSAii7 {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.x9QSAii7 {
  -webkit-animation-name: x9QSAii7;
  -moz-animation-name: x9QSAii7;
  -o-animation-name: x9QSAii7;
  animation-name: x9QSAii7;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes zxISY0TI {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes zxISY0TI {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes zxISY0TI {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes zxISY0TI {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.zxISY0TI {
  -webkit-animation-name: zxISY0TI;
  -moz-animation-name: zxISY0TI;
  -o-animation-name: zxISY0TI;
  animation-name: zxISY0TI;
}
.Q4_MQOlb .U1TZYTXh {
  width: 75%;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 39px;
  text-align: center;
}
.Q4_MQOlb .U1TZYTXh span {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  color: var(--primary-color);
}
@media (max-width: 500px) {
  .Q4_MQOlb .U1TZYTXh {
    width: 90%;
  }
}
.Q4_MQOlb .AdvVwRMS {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 33px;
  color: var(--darker-blue);
}
@media (max-width: 500px) {
  .Q4_MQOlb .AdvVwRMS {
    width: 100%;
  }
}
.Q4_MQOlb .ZCQUDHiv {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 33px;
  color: var(--darker-blue);
  margin-bottom: 14px;
}
@media (max-width: 500px) {
  .Q4_MQOlb .ZCQUDHiv {
    width: 100%;
  }
}
.Q4_MQOlb .SeC1UbaY {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 33px;
  color: var(--darker-blue);
  font-weight: 700;
}
@media (max-width: 500px) {
  .Q4_MQOlb .SeC1UbaY {
    width: 100%;
  }
}
.Zr2jXjKN {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  color: var(--dark-blue);
  height: 24px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.bmXxl6IQ {
  background-color: transparent;
}
.bmXxl6IQ .ant-modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.bmXxl6IQ .EEoNfGZF {
  padding: 0;
}
.bmXxl6IQ .aPYW37Ht {
  width: 100%;
  background-color: var(--table-edit-mode);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-blue);
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}
.bmXxl6IQ .u9eWLDDy {
  width: 100%;
  padding: 26px 35px 16px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 576px) {
  .bmXxl6IQ .u9eWLDDy {
    padding: 10px 10px 10px 10px;
  }
  .bmXxl6IQ .u9eWLDDy .ant-rate-star {
    margin-right: 1px;
  }
}
.bmXxl6IQ .u9eWLDDy .oBHYCvX0 {
  width: 85%;
  text-align: center;
  color: var(--dark-blue);
  font-size: 16px;
  line-height: 25px;
}
.bmXxl6IQ .u9eWLDDy .oBHYCvX0 .LN9MMGZi {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}
.bmXxl6IQ .u9eWLDDy .IcbGWWnS {
  width: 85%;
  text-align: center;
  color: var(--dark-blue);
  font-size: 16px;
  line-height: 25px;
  width: 100%;
}
.bmXxl6IQ .u9eWLDDy .IcbGWWnS .LN9MMGZi {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}
.bmXxl6IQ .u9eWLDDy .cT6kM3zy {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.bmXxl6IQ .u9eWLDDy .cT6kM3zy .V1VQNbaB {
  display: flex;
}
.bmXxl6IQ .u9eWLDDy .cT6kM3zy .AHLXBP79 {
  display: flex;
  flex-direction: column;
}
.bmXxl6IQ .u9eWLDDy .cT6kM3zy .AHLXBP79 .b50uNCsq {
  font-size: 10px;
  line-height: 14px;
  color: var(--table-grey);
}
.bmXxl6IQ .u9eWLDDy .cT6kM3zy .AHLXBP79 .ikxRZ64e {
  font-size: 16px;
  line-height: 17px;
  color: var(--table-grey);
  font-weight: 600;
}
.bmXxl6IQ .u9eWLDDy .cT6kM3zy .AHLXBP79 .J2kgke_X {
  font-size: 12px;
  line-height: 16px;
  color: var(--table-grey);
}
.bmXxl6IQ .u9eWLDDy .cT6kM3zy .AHLXBP79:nth-child(2) {
  margin-left: 8px;
}
.bmXxl6IQ .u9eWLDDy .A1K5_f4Q {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.bmXxl6IQ .u9eWLDDy .A1K5_f4Q .eVXF7sUi {
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  color: var(--bahama-blue);
  text-transform: uppercase;
}
.bmXxl6IQ .u9eWLDDy .A1K5_f4Q .oTkLVulv {
  font-size: 42px;
  line-height: 42px;
  color: var(--primary-color);
}
.bmXxl6IQ .u9eWLDDy .WsjWzfyb {
  margin-top: 30px;
  width: 100%;
  height: 90px;
}
.bmXxl6IQ .u9eWLDDy .WsjWzfyb .hb35UjJP {
  font-size: 10px;
  line-height: 17px;
  color: var(--bahama-blue);
  text-transform: uppercase;
}
.bmXxl6IQ .u9eWLDDy .WsjWzfyb .QvG34WIN {
  resize: none;
  height: 80px;
}
.bmXxl6IQ .u9eWLDDy .qIPyS4SN {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.bmXxl6IQ .u9eWLDDy .qIPyS4SN .uiqwub10 {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.bmXxl6IQ .u9eWLDDy .qIPyS4SN .sox7QaUW {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: var(--primary-color);
}
.bmXxl6IQ .u9eWLDDy .qIPyS4SN .cCL9SVMj {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.bmXxl6IQ .u9eWLDDy .qIPyS4SN .dheqbA8L {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
}
@media (max-width: 420px) {
  .bmXxl6IQ .u9eWLDDy .qIPyS4SN .dheqbA8L {
    font-size: 12px;
  }
}
.bmXxl6IQ .u9eWLDDy .qIPyS4SN .OxV4BwNk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
}
.bmXxl6IQ .u9eWLDDy .qIPyS4SN .vCUzg5EA {
  width: 100%;
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  width: auto;
  min-width: 300px;
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .uiqwub10 {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .sox7QaUW {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: var(--primary-color);
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .cCL9SVMj {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .dheqbA8L {
  border-radius: 36px;
  width: 49%;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
}
@media (max-width: 420px) {
  .bmXxl6IQ .u9eWLDDy .c29OVA18 .dheqbA8L {
    font-size: 12px;
  }
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .OxV4BwNk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .vCUzg5EA {
  width: 100%;
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .OxV4BwNk {
  width: auto;
}
.bmXxl6IQ .u9eWLDDy .c29OVA18 .OxV4BwNk button:first-child {
  margin-right: 12px;
}
.bmXxl6IQ .u9eWLDDy .JXlbR8Yo {
  width: 100%;
  margin-top: 15px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: var(--pewter-blue);
}
.nO2kpR9x {
  display: flex;
  flex-direction: row;
}
.nO2kpR9x .ant-rate-star {
  margin-right: 4px;
}
.nO2kpR9x .teFikqQ3 {
  font-size: 12px;
  color: var(--pewter-blue);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star > div:hover {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div {
  transition: all 0.3s, outline 0s;
}
.ant-rate-star > div:hover {
  transform: scale(1.1);
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:focus-visible {
  outline: 1px dashed #fadb14;
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #f0f0f0;
  transition: all 0.3s;
  user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
}
.ant-rate-rtl {
  direction: rtl;
}
.ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-rate-rtl .ant-rate-star-first {
  right: 0;
  left: auto;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.KSU0oQJ3 {
  width: 100%;
  height: 100%;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.QUElhMxR {
  -webkit-animation-name: QUElhMxR;
  -moz-animation-name: QUElhMxR;
  -o-animation-name: QUElhMxR;
  animation-name: QUElhMxR;
}
@-webkit-keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.iQM3Vmzx {
  -webkit-animation-name: iQM3Vmzx;
  -moz-animation-name: iQM3Vmzx;
  -o-animation-name: iQM3Vmzx;
  animation-name: iQM3Vmzx;
}
@-webkit-keyframes IBrA4vNW {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes IBrA4vNW {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes IBrA4vNW {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes IBrA4vNW {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.IBrA4vNW {
  -webkit-animation-name: IBrA4vNW;
  -moz-animation-name: IBrA4vNW;
  -o-animation-name: IBrA4vNW;
  animation-name: IBrA4vNW;
}
@-webkit-keyframes HWTneM_c {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes HWTneM_c {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes HWTneM_c {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes HWTneM_c {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.HWTneM_c {
  -webkit-animation-name: HWTneM_c;
  -moz-animation-name: HWTneM_c;
  -o-animation-name: HWTneM_c;
  animation-name: HWTneM_c;
}
@-webkit-keyframes CPJygjqE {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes CPJygjqE {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes CPJygjqE {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes CPJygjqE {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.CPJygjqE {
  -webkit-animation-name: CPJygjqE;
  -moz-animation-name: CPJygjqE;
  -o-animation-name: CPJygjqE;
  animation-name: CPJygjqE;
}
@-webkit-keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.V1Dbfh3w {
  -webkit-animation-name: V1Dbfh3w;
  -moz-animation-name: V1Dbfh3w;
  -o-animation-name: V1Dbfh3w;
  animation-name: V1Dbfh3w;
}
@-webkit-keyframes B74KGXTV {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes B74KGXTV {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes B74KGXTV {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes B74KGXTV {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.B74KGXTV {
  -webkit-animation-name: B74KGXTV;
  -moz-animation-name: B74KGXTV;
  -o-animation-name: B74KGXTV;
  animation-name: B74KGXTV;
}
@-webkit-keyframes yJWi6KVE {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes yJWi6KVE {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes yJWi6KVE {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes yJWi6KVE {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.yJWi6KVE {
  -webkit-animation-name: yJWi6KVE;
  -moz-animation-name: yJWi6KVE;
  -o-animation-name: yJWi6KVE;
  animation-name: yJWi6KVE;
}
@-webkit-keyframes nla5i23i {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes nla5i23i {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes nla5i23i {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes nla5i23i {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.nla5i23i {
  -webkit-animation-name: nla5i23i;
  -moz-animation-name: nla5i23i;
  -o-animation-name: nla5i23i;
  animation-name: nla5i23i;
}
@-webkit-keyframes xMthi8fq {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes xMthi8fq {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes xMthi8fq {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes xMthi8fq {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.xMthi8fq {
  -webkit-animation-name: xMthi8fq;
  -moz-animation-name: xMthi8fq;
  -o-animation-name: xMthi8fq;
  animation-name: xMthi8fq;
}
@-webkit-keyframes u3XNNVtl {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes u3XNNVtl {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes u3XNNVtl {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes u3XNNVtl {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.u3XNNVtl {
  -webkit-animation-name: u3XNNVtl;
  -moz-animation-name: u3XNNVtl;
  -o-animation-name: u3XNNVtl;
  animation-name: u3XNNVtl;
}
@-webkit-keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.qqt1z2NS {
  -webkit-animation-name: qqt1z2NS;
  -moz-animation-name: qqt1z2NS;
  -o-animation-name: qqt1z2NS;
  animation-name: qqt1z2NS;
}
@-webkit-keyframes U14Sgghq {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes U14Sgghq {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes U14Sgghq {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes U14Sgghq {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.U14Sgghq {
  -webkit-animation-name: U14Sgghq;
  -moz-animation-name: U14Sgghq;
  -o-animation-name: U14Sgghq;
  animation-name: U14Sgghq;
}
@-webkit-keyframes QmH5_UNv {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes QmH5_UNv {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes QmH5_UNv {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes QmH5_UNv {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.QmH5_UNv {
  -webkit-animation-name: QmH5_UNv;
  -moz-animation-name: QmH5_UNv;
  -o-animation-name: QmH5_UNv;
  animation-name: QmH5_UNv;
}
@-webkit-keyframes LbZJy35W {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes LbZJy35W {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes LbZJy35W {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes LbZJy35W {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.LbZJy35W {
  -webkit-animation-name: LbZJy35W;
  -moz-animation-name: LbZJy35W;
  -o-animation-name: LbZJy35W;
  animation-name: LbZJy35W;
}
@-webkit-keyframes F_pxXYpz {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes F_pxXYpz {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes F_pxXYpz {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes F_pxXYpz {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.F_pxXYpz {
  -webkit-animation-name: F_pxXYpz;
  -moz-animation-name: F_pxXYpz;
  -o-animation-name: F_pxXYpz;
  animation-name: F_pxXYpz;
}
@-webkit-keyframes BzgAahSS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes BzgAahSS {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes BzgAahSS {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes BzgAahSS {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.BzgAahSS {
  -webkit-animation-name: BzgAahSS;
  -moz-animation-name: BzgAahSS;
  -o-animation-name: BzgAahSS;
  animation-name: BzgAahSS;
}
@-webkit-keyframes IGmA9GZl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes IGmA9GZl {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes IGmA9GZl {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes IGmA9GZl {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.IGmA9GZl {
  -webkit-animation-name: IGmA9GZl;
  -moz-animation-name: IGmA9GZl;
  -o-animation-name: IGmA9GZl;
  animation-name: IGmA9GZl;
}
@-webkit-keyframes FYIozSOQ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes FYIozSOQ {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes FYIozSOQ {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes FYIozSOQ {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.FYIozSOQ {
  -webkit-animation-name: FYIozSOQ;
  -moz-animation-name: FYIozSOQ;
  -o-animation-name: FYIozSOQ;
  animation-name: FYIozSOQ;
}
@-webkit-keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nZZ_C2_c {
  -webkit-animation-name: nZZ_C2_c;
  -moz-animation-name: nZZ_C2_c;
  -o-animation-name: nZZ_C2_c;
  animation-name: nZZ_C2_c;
}
@-webkit-keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.b04lU6WW {
  -webkit-animation-name: b04lU6WW;
  -moz-animation-name: b04lU6WW;
  -o-animation-name: b04lU6WW;
  animation-name: b04lU6WW;
}
@-webkit-keyframes JarUV8BX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes JarUV8BX {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes JarUV8BX {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes JarUV8BX {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.JarUV8BX {
  -webkit-animation-name: JarUV8BX;
  -moz-animation-name: JarUV8BX;
  -o-animation-name: JarUV8BX;
  animation-name: JarUV8BX;
}
@-webkit-keyframes knTZ1der {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes knTZ1der {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes knTZ1der {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes knTZ1der {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.knTZ1der {
  -webkit-animation-name: knTZ1der;
  -moz-animation-name: knTZ1der;
  -o-animation-name: knTZ1der;
  animation-name: knTZ1der;
}
@-webkit-keyframes oTJeivdm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes oTJeivdm {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes oTJeivdm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes oTJeivdm {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.oTJeivdm {
  -webkit-animation-name: oTJeivdm;
  -moz-animation-name: oTJeivdm;
  -o-animation-name: oTJeivdm;
  animation-name: oTJeivdm;
}
@-webkit-keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
._5Htiyi4 {
  -webkit-animation-name: _5Htiyi4;
  -moz-animation-name: _5Htiyi4;
  -o-animation-name: _5Htiyi4;
  animation-name: _5Htiyi4;
}
@-webkit-keyframes nulae0L4 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes nulae0L4 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes nulae0L4 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes nulae0L4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.nulae0L4 {
  -webkit-animation-name: nulae0L4;
  -moz-animation-name: nulae0L4;
  -o-animation-name: nulae0L4;
  animation-name: nulae0L4;
}
@-webkit-keyframes tUrfJCsc {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes tUrfJCsc {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes tUrfJCsc {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes tUrfJCsc {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.tUrfJCsc {
  -webkit-animation-name: tUrfJCsc;
  -moz-animation-name: tUrfJCsc;
  -o-animation-name: tUrfJCsc;
  animation-name: tUrfJCsc;
}
@-webkit-keyframes IJRmLFMB {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes IJRmLFMB {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes IJRmLFMB {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes IJRmLFMB {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.IJRmLFMB {
  -webkit-animation-name: IJRmLFMB;
  -moz-animation-name: IJRmLFMB;
  -o-animation-name: IJRmLFMB;
  animation-name: IJRmLFMB;
}
@-webkit-keyframes ChhCcz6w {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes ChhCcz6w {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes ChhCcz6w {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes ChhCcz6w {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.ChhCcz6w {
  -webkit-animation-name: ChhCcz6w;
  -moz-animation-name: ChhCcz6w;
  -o-animation-name: ChhCcz6w;
  animation-name: ChhCcz6w;
}
@-webkit-keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.tCtr5rgM {
  -webkit-animation-name: tCtr5rgM;
  -moz-animation-name: tCtr5rgM;
  -o-animation-name: tCtr5rgM;
  animation-name: tCtr5rgM;
}
@-webkit-keyframes ZZzgNT3_ {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes ZZzgNT3_ {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes ZZzgNT3_ {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes ZZzgNT3_ {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.ZZzgNT3_ {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: ZZzgNT3_;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: ZZzgNT3_;
  -o-backface-visibility: visible !important;
  -o-animation-name: ZZzgNT3_;
  backface-visibility: visible !important;
  animation-name: ZZzgNT3_;
}
@-webkit-keyframes S9SKMrxQ {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes S9SKMrxQ {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes S9SKMrxQ {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes S9SKMrxQ {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.S9SKMrxQ {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: S9SKMrxQ;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: S9SKMrxQ;
  -o-backface-visibility: visible !important;
  -o-animation-name: S9SKMrxQ;
  backface-visibility: visible !important;
  animation-name: S9SKMrxQ;
}
@-webkit-keyframes uwF9gYCz {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes uwF9gYCz {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes uwF9gYCz {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes uwF9gYCz {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.uwF9gYCz {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: uwF9gYCz;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: uwF9gYCz;
  -o-backface-visibility: visible !important;
  -o-animation-name: uwF9gYCz;
  backface-visibility: visible !important;
  animation-name: uwF9gYCz;
}
@-webkit-keyframes n23wDVck {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes n23wDVck {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes n23wDVck {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes n23wDVck {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.n23wDVck {
  -webkit-animation-name: n23wDVck;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: n23wDVck;
  -moz-backface-visibility: visible !important;
  -o-animation-name: n23wDVck;
  -o-backface-visibility: visible !important;
  animation-name: n23wDVck;
  backface-visibility: visible !important;
}
@-webkit-keyframes daqNkHtV {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes daqNkHtV {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes daqNkHtV {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes daqNkHtV {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.daqNkHtV {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: daqNkHtV;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: daqNkHtV;
  -o-backface-visibility: visible !important;
  -o-animation-name: daqNkHtV;
  backface-visibility: visible !important;
  animation-name: daqNkHtV;
}
@-webkit-keyframes ajlmQJrG {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes ajlmQJrG {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes ajlmQJrG {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes ajlmQJrG {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.ajlmQJrG {
  -webkit-animation-name: ajlmQJrG;
  -moz-animation-name: ajlmQJrG;
  -o-animation-name: ajlmQJrG;
  animation-name: ajlmQJrG;
}
@-webkit-keyframes ivCccTww {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes ivCccTww {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes ivCccTww {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes ivCccTww {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.ivCccTww {
  -webkit-animation-name: ivCccTww;
  -moz-animation-name: ivCccTww;
  -o-animation-name: ivCccTww;
  animation-name: ivCccTww;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes BAwz7I2M {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes BAwz7I2M {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes BAwz7I2M {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes BAwz7I2M {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.BAwz7I2M {
  -webkit-animation-name: BAwz7I2M;
  -moz-animation-name: BAwz7I2M;
  -o-animation-name: BAwz7I2M;
  animation-name: BAwz7I2M;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes S0Onn0o8 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes S0Onn0o8 {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes S0Onn0o8 {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes S0Onn0o8 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.S0Onn0o8 {
  -webkit-animation-name: S0Onn0o8;
  -moz-animation-name: S0Onn0o8;
  -o-animation-name: S0Onn0o8;
  animation-name: S0Onn0o8;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes au_j3qck {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes au_j3qck {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes au_j3qck {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes au_j3qck {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.au_j3qck {
  -webkit-animation-name: au_j3qck;
  -moz-animation-name: au_j3qck;
  -o-animation-name: au_j3qck;
  animation-name: au_j3qck;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.T4RSGwe_ {
  -webkit-animation-name: T4RSGwe_;
  -moz-animation-name: T4RSGwe_;
  -o-animation-name: T4RSGwe_;
  animation-name: T4RSGwe_;
}
@-webkit-keyframes _Au8t6Ds {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes _Au8t6Ds {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes _Au8t6Ds {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes _Au8t6Ds {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
._Au8t6Ds {
  -webkit-animation-name: _Au8t6Ds;
  -moz-animation-name: _Au8t6Ds;
  -o-animation-name: _Au8t6Ds;
  animation-name: _Au8t6Ds;
}
@-webkit-keyframes dyjdXQpr {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes dyjdXQpr {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes dyjdXQpr {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes dyjdXQpr {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.dyjdXQpr {
  -webkit-animation-name: dyjdXQpr;
  -moz-animation-name: dyjdXQpr;
  -o-animation-name: dyjdXQpr;
  animation-name: dyjdXQpr;
}
@-webkit-keyframes Sev6rxsM {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes Sev6rxsM {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes Sev6rxsM {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes Sev6rxsM {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.Sev6rxsM {
  -webkit-animation-name: Sev6rxsM;
  -moz-animation-name: Sev6rxsM;
  -o-animation-name: Sev6rxsM;
  animation-name: Sev6rxsM;
}
@-webkit-keyframes HZ28Nmp8 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes HZ28Nmp8 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes HZ28Nmp8 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes HZ28Nmp8 {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.HZ28Nmp8 {
  -webkit-animation-name: HZ28Nmp8;
  -moz-animation-name: HZ28Nmp8;
  -o-animation-name: HZ28Nmp8;
  animation-name: HZ28Nmp8;
}
@-webkit-keyframes YT6ZO7Z2 {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes YT6ZO7Z2 {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes YT6ZO7Z2 {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes YT6ZO7Z2 {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.YT6ZO7Z2 {
  -webkit-animation-name: YT6ZO7Z2;
  -moz-animation-name: YT6ZO7Z2;
  -o-animation-name: YT6ZO7Z2;
  animation-name: YT6ZO7Z2;
}
@-webkit-keyframes Ogblrp13 {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes Ogblrp13 {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes Ogblrp13 {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes Ogblrp13 {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.Ogblrp13 {
  -webkit-animation-name: Ogblrp13;
  -moz-animation-name: Ogblrp13;
  -o-animation-name: Ogblrp13;
  animation-name: Ogblrp13;
}
@-webkit-keyframes O_6BQRS3 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes O_6BQRS3 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes O_6BQRS3 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes O_6BQRS3 {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.O_6BQRS3 {
  -webkit-animation-name: O_6BQRS3;
  -moz-animation-name: O_6BQRS3;
  -o-animation-name: O_6BQRS3;
  animation-name: O_6BQRS3;
}
@-webkit-keyframes pi8rSfOg {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes pi8rSfOg {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes pi8rSfOg {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes pi8rSfOg {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.pi8rSfOg {
  -webkit-animation-name: pi8rSfOg;
  -moz-animation-name: pi8rSfOg;
  -o-animation-name: pi8rSfOg;
  animation-name: pi8rSfOg;
}
@-webkit-keyframes VQ0W_ADv {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes VQ0W_ADv {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes VQ0W_ADv {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes VQ0W_ADv {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.VQ0W_ADv {
  -webkit-animation-name: VQ0W_ADv;
  -moz-animation-name: VQ0W_ADv;
  -o-animation-name: VQ0W_ADv;
  animation-name: VQ0W_ADv;
}
@-webkit-keyframes IOF3YttR {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes IOF3YttR {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes IOF3YttR {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes IOF3YttR {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.IOF3YttR {
  -webkit-animation-name: IOF3YttR;
  -moz-animation-name: IOF3YttR;
  -o-animation-name: IOF3YttR;
  animation-name: IOF3YttR;
}
@-webkit-keyframes t20nHvB9 {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes t20nHvB9 {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes t20nHvB9 {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes t20nHvB9 {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.t20nHvB9 {
  -webkit-animation-name: t20nHvB9;
  -moz-animation-name: t20nHvB9;
  -o-animation-name: t20nHvB9;
  animation-name: t20nHvB9;
}
@-webkit-keyframes UQBLzTvD {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes UQBLzTvD {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes UQBLzTvD {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes UQBLzTvD {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.UQBLzTvD {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: UQBLzTvD;
  -moz-animation-name: UQBLzTvD;
  -o-animation-name: UQBLzTvD;
  animation-name: UQBLzTvD;
}
@-webkit-keyframes weT86CIQ {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes weT86CIQ {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes weT86CIQ {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes weT86CIQ {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.weT86CIQ {
  -webkit-animation-name: weT86CIQ;
  -moz-animation-name: weT86CIQ;
  -o-animation-name: weT86CIQ;
  animation-name: weT86CIQ;
}
@-webkit-keyframes if5fIhlv {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes if5fIhlv {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes if5fIhlv {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes if5fIhlv {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.if5fIhlv {
  -webkit-animation-name: if5fIhlv;
  -moz-animation-name: if5fIhlv;
  -o-animation-name: if5fIhlv;
  animation-name: if5fIhlv;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes o30_9JUH {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes o30_9JUH {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes o30_9JUH {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes o30_9JUH {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.o30_9JUH {
  -webkit-animation-name: o30_9JUH;
  -moz-animation-name: o30_9JUH;
  -o-animation-name: o30_9JUH;
  animation-name: o30_9JUH;
}
.ybL8qLB8 {
  min-width: 32px;
  height: 32px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000;
  border-radius: 6px;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  text-shadow: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ybL8qLB8 span {
  color: var(--picton-blue);
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: translate(0px, -1px);
}
.ybL8qLB8:hover {
  border: 1px solid #0000;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ybL8qLB8:hover span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.ybL8qLB8:active {
  border: 1px solid #0000;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ybL8qLB8:active span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.ybL8qLB8:focus {
  border: 1px solid #0000;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ybL8qLB8:focus span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes a6kaa_Ce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes a6kaa_Ce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes a6kaa_Ce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes a6kaa_Ce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.a6kaa_Ce {
  -webkit-animation-name: a6kaa_Ce;
  -moz-animation-name: a6kaa_Ce;
  -o-animation-name: a6kaa_Ce;
  animation-name: a6kaa_Ce;
}
@-webkit-keyframes JX8TKKCq {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes JX8TKKCq {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes JX8TKKCq {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes JX8TKKCq {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.JX8TKKCq {
  -webkit-animation-name: JX8TKKCq;
  -moz-animation-name: JX8TKKCq;
  -o-animation-name: JX8TKKCq;
  animation-name: JX8TKKCq;
}
@-webkit-keyframes Cg5S7OQd {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes Cg5S7OQd {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes Cg5S7OQd {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes Cg5S7OQd {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.Cg5S7OQd {
  -webkit-animation-name: Cg5S7OQd;
  -moz-animation-name: Cg5S7OQd;
  -o-animation-name: Cg5S7OQd;
  animation-name: Cg5S7OQd;
}
@-webkit-keyframes P7kpibvH {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes P7kpibvH {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes P7kpibvH {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes P7kpibvH {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.P7kpibvH {
  -webkit-animation-name: P7kpibvH;
  -moz-animation-name: P7kpibvH;
  -o-animation-name: P7kpibvH;
  animation-name: P7kpibvH;
}
@-webkit-keyframes URuml1uM {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes URuml1uM {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes URuml1uM {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes URuml1uM {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.URuml1uM {
  -webkit-animation-name: URuml1uM;
  -moz-animation-name: URuml1uM;
  -o-animation-name: URuml1uM;
  animation-name: URuml1uM;
}
@-webkit-keyframes zASOzCPk {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes zASOzCPk {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes zASOzCPk {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes zASOzCPk {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.zASOzCPk {
  -webkit-animation-name: zASOzCPk;
  -moz-animation-name: zASOzCPk;
  -o-animation-name: zASOzCPk;
  animation-name: zASOzCPk;
}
@-webkit-keyframes v5l5JjXN {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes v5l5JjXN {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes v5l5JjXN {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes v5l5JjXN {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.v5l5JjXN {
  -webkit-animation-name: v5l5JjXN;
  -moz-animation-name: v5l5JjXN;
  -o-animation-name: v5l5JjXN;
  animation-name: v5l5JjXN;
}
@-webkit-keyframes MLA6BL13 {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes MLA6BL13 {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes MLA6BL13 {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes MLA6BL13 {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.MLA6BL13 {
  -webkit-animation-name: MLA6BL13;
  -moz-animation-name: MLA6BL13;
  -o-animation-name: MLA6BL13;
  animation-name: MLA6BL13;
}
@-webkit-keyframes w4t12Txl {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes w4t12Txl {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes w4t12Txl {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes w4t12Txl {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.w4t12Txl {
  -webkit-animation-name: w4t12Txl;
  -moz-animation-name: w4t12Txl;
  -o-animation-name: w4t12Txl;
  animation-name: w4t12Txl;
}
@-webkit-keyframes WGXujYp2 {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes WGXujYp2 {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes WGXujYp2 {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes WGXujYp2 {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.WGXujYp2 {
  -webkit-animation-name: WGXujYp2;
  -moz-animation-name: WGXujYp2;
  -o-animation-name: WGXujYp2;
  animation-name: WGXujYp2;
}
@-webkit-keyframes wlQ8H2cc {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes wlQ8H2cc {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes wlQ8H2cc {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes wlQ8H2cc {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.wlQ8H2cc {
  -webkit-animation-name: wlQ8H2cc;
  -moz-animation-name: wlQ8H2cc;
  -o-animation-name: wlQ8H2cc;
  animation-name: wlQ8H2cc;
}
@-webkit-keyframes o9FKakhI {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes o9FKakhI {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes o9FKakhI {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o9FKakhI {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o9FKakhI {
  -webkit-animation-name: o9FKakhI;
  -moz-animation-name: o9FKakhI;
  -o-animation-name: o9FKakhI;
  animation-name: o9FKakhI;
}
@-webkit-keyframes DgGIF76d {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes DgGIF76d {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes DgGIF76d {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes DgGIF76d {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.DgGIF76d {
  -webkit-animation-name: DgGIF76d;
  -moz-animation-name: DgGIF76d;
  -o-animation-name: DgGIF76d;
  animation-name: DgGIF76d;
}
@-webkit-keyframes lXDSdZZR {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes lXDSdZZR {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes lXDSdZZR {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes lXDSdZZR {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.lXDSdZZR {
  -webkit-animation-name: lXDSdZZR;
  -moz-animation-name: lXDSdZZR;
  -o-animation-name: lXDSdZZR;
  animation-name: lXDSdZZR;
}
@-webkit-keyframes F_0uEHGY {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes F_0uEHGY {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes F_0uEHGY {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes F_0uEHGY {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.F_0uEHGY {
  -webkit-animation-name: F_0uEHGY;
  -moz-animation-name: F_0uEHGY;
  -o-animation-name: F_0uEHGY;
  animation-name: F_0uEHGY;
}
@-webkit-keyframes Scl8d2AG {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes Scl8d2AG {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes Scl8d2AG {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes Scl8d2AG {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.Scl8d2AG {
  -webkit-animation-name: Scl8d2AG;
  -moz-animation-name: Scl8d2AG;
  -o-animation-name: Scl8d2AG;
  animation-name: Scl8d2AG;
}
@-webkit-keyframes hhXeq9Iv {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes hhXeq9Iv {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes hhXeq9Iv {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes hhXeq9Iv {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.hhXeq9Iv {
  -webkit-animation-name: hhXeq9Iv;
  -moz-animation-name: hhXeq9Iv;
  -o-animation-name: hhXeq9Iv;
  animation-name: hhXeq9Iv;
}
@-webkit-keyframes zg56x6t7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes zg56x6t7 {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes zg56x6t7 {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes zg56x6t7 {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.zg56x6t7 {
  -webkit-animation-name: zg56x6t7;
  -moz-animation-name: zg56x6t7;
  -o-animation-name: zg56x6t7;
  animation-name: zg56x6t7;
}
@-webkit-keyframes a98iXWY8 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes a98iXWY8 {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes a98iXWY8 {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes a98iXWY8 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.a98iXWY8 {
  -webkit-animation-name: a98iXWY8;
  -moz-animation-name: a98iXWY8;
  -o-animation-name: a98iXWY8;
  animation-name: a98iXWY8;
}
@-webkit-keyframes GAhmqY_u {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes GAhmqY_u {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes GAhmqY_u {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes GAhmqY_u {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.GAhmqY_u {
  -webkit-animation-name: GAhmqY_u;
  -moz-animation-name: GAhmqY_u;
  -o-animation-name: GAhmqY_u;
  animation-name: GAhmqY_u;
}
@-webkit-keyframes PU6Eagv6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes PU6Eagv6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes PU6Eagv6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes PU6Eagv6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.PU6Eagv6 {
  -webkit-animation-name: PU6Eagv6;
  -moz-animation-name: PU6Eagv6;
  -o-animation-name: PU6Eagv6;
  animation-name: PU6Eagv6;
}
@-webkit-keyframes AsmH15V9 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes AsmH15V9 {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes AsmH15V9 {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes AsmH15V9 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.AsmH15V9 {
  -webkit-animation-name: AsmH15V9;
  -moz-animation-name: AsmH15V9;
  -o-animation-name: AsmH15V9;
  animation-name: AsmH15V9;
}
@-webkit-keyframes a55fNkm8 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes a55fNkm8 {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes a55fNkm8 {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes a55fNkm8 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.a55fNkm8 {
  -webkit-animation-name: a55fNkm8;
  -moz-animation-name: a55fNkm8;
  -o-animation-name: a55fNkm8;
  animation-name: a55fNkm8;
}
@-webkit-keyframes FESdkMhG {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes FESdkMhG {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes FESdkMhG {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes FESdkMhG {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.FESdkMhG {
  -webkit-animation-name: FESdkMhG;
  -moz-animation-name: FESdkMhG;
  -o-animation-name: FESdkMhG;
  animation-name: FESdkMhG;
}
@-webkit-keyframes zsQFhu9L {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes zsQFhu9L {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes zsQFhu9L {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes zsQFhu9L {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.zsQFhu9L {
  -webkit-animation-name: zsQFhu9L;
  -moz-animation-name: zsQFhu9L;
  -o-animation-name: zsQFhu9L;
  animation-name: zsQFhu9L;
}
@-webkit-keyframes OIjIzkQ4 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes OIjIzkQ4 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes OIjIzkQ4 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes OIjIzkQ4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.OIjIzkQ4 {
  -webkit-animation-name: OIjIzkQ4;
  -moz-animation-name: OIjIzkQ4;
  -o-animation-name: OIjIzkQ4;
  animation-name: OIjIzkQ4;
}
@-webkit-keyframes ofr68Yyh {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes ofr68Yyh {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes ofr68Yyh {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes ofr68Yyh {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.ofr68Yyh {
  -webkit-animation-name: ofr68Yyh;
  -moz-animation-name: ofr68Yyh;
  -o-animation-name: ofr68Yyh;
  animation-name: ofr68Yyh;
}
@-webkit-keyframes bCGp2o9d {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes bCGp2o9d {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes bCGp2o9d {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes bCGp2o9d {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.bCGp2o9d {
  -webkit-animation-name: bCGp2o9d;
  -moz-animation-name: bCGp2o9d;
  -o-animation-name: bCGp2o9d;
  animation-name: bCGp2o9d;
}
@-webkit-keyframes whQWIjLv {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes whQWIjLv {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes whQWIjLv {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes whQWIjLv {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.whQWIjLv {
  -webkit-animation-name: whQWIjLv;
  -moz-animation-name: whQWIjLv;
  -o-animation-name: whQWIjLv;
  animation-name: whQWIjLv;
}
@-webkit-keyframes NLrWBU0c {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes NLrWBU0c {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes NLrWBU0c {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes NLrWBU0c {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.NLrWBU0c {
  -webkit-animation-name: NLrWBU0c;
  -moz-animation-name: NLrWBU0c;
  -o-animation-name: NLrWBU0c;
  animation-name: NLrWBU0c;
}
@-webkit-keyframes oY9YNc2O {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes oY9YNc2O {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes oY9YNc2O {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes oY9YNc2O {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.oY9YNc2O {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: oY9YNc2O;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: oY9YNc2O;
  -o-backface-visibility: visible !important;
  -o-animation-name: oY9YNc2O;
  backface-visibility: visible !important;
  animation-name: oY9YNc2O;
}
@-webkit-keyframes rWZ5HxHs {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes rWZ5HxHs {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes rWZ5HxHs {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rWZ5HxHs {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.rWZ5HxHs {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: rWZ5HxHs;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: rWZ5HxHs;
  -o-backface-visibility: visible !important;
  -o-animation-name: rWZ5HxHs;
  backface-visibility: visible !important;
  animation-name: rWZ5HxHs;
}
@-webkit-keyframes sxonysy_ {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes sxonysy_ {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes sxonysy_ {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes sxonysy_ {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.sxonysy_ {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: sxonysy_;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: sxonysy_;
  -o-backface-visibility: visible !important;
  -o-animation-name: sxonysy_;
  backface-visibility: visible !important;
  animation-name: sxonysy_;
}
@-webkit-keyframes ebxAB5GU {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes ebxAB5GU {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes ebxAB5GU {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes ebxAB5GU {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.ebxAB5GU {
  -webkit-animation-name: ebxAB5GU;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: ebxAB5GU;
  -moz-backface-visibility: visible !important;
  -o-animation-name: ebxAB5GU;
  -o-backface-visibility: visible !important;
  animation-name: ebxAB5GU;
  backface-visibility: visible !important;
}
@-webkit-keyframes z4Yb5q_6 {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes z4Yb5q_6 {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes z4Yb5q_6 {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes z4Yb5q_6 {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.z4Yb5q_6 {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: z4Yb5q_6;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: z4Yb5q_6;
  -o-backface-visibility: visible !important;
  -o-animation-name: z4Yb5q_6;
  backface-visibility: visible !important;
  animation-name: z4Yb5q_6;
}
@-webkit-keyframes vdvTcBk_ {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes vdvTcBk_ {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes vdvTcBk_ {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes vdvTcBk_ {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.vdvTcBk_ {
  -webkit-animation-name: vdvTcBk_;
  -moz-animation-name: vdvTcBk_;
  -o-animation-name: vdvTcBk_;
  animation-name: vdvTcBk_;
}
@-webkit-keyframes ztuz_tec {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes ztuz_tec {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes ztuz_tec {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes ztuz_tec {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.ztuz_tec {
  -webkit-animation-name: ztuz_tec;
  -moz-animation-name: ztuz_tec;
  -o-animation-name: ztuz_tec;
  animation-name: ztuz_tec;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes msE7izMn {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes msE7izMn {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes msE7izMn {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes msE7izMn {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.msE7izMn {
  -webkit-animation-name: msE7izMn;
  -moz-animation-name: msE7izMn;
  -o-animation-name: msE7izMn;
  animation-name: msE7izMn;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes UFP9cVkO {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes UFP9cVkO {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes UFP9cVkO {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes UFP9cVkO {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.UFP9cVkO {
  -webkit-animation-name: UFP9cVkO;
  -moz-animation-name: UFP9cVkO;
  -o-animation-name: UFP9cVkO;
  animation-name: UFP9cVkO;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes J8ULrpzo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes J8ULrpzo {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes J8ULrpzo {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes J8ULrpzo {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.J8ULrpzo {
  -webkit-animation-name: J8ULrpzo;
  -moz-animation-name: J8ULrpzo;
  -o-animation-name: J8ULrpzo;
  animation-name: J8ULrpzo;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes p6HF4B2y {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes p6HF4B2y {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes p6HF4B2y {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes p6HF4B2y {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.p6HF4B2y {
  -webkit-animation-name: p6HF4B2y;
  -moz-animation-name: p6HF4B2y;
  -o-animation-name: p6HF4B2y;
  animation-name: p6HF4B2y;
}
@-webkit-keyframes At5Mowa1 {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes At5Mowa1 {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes At5Mowa1 {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes At5Mowa1 {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.At5Mowa1 {
  -webkit-animation-name: At5Mowa1;
  -moz-animation-name: At5Mowa1;
  -o-animation-name: At5Mowa1;
  animation-name: At5Mowa1;
}
@-webkit-keyframes t_kzAPGt {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes t_kzAPGt {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes t_kzAPGt {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes t_kzAPGt {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.t_kzAPGt {
  -webkit-animation-name: t_kzAPGt;
  -moz-animation-name: t_kzAPGt;
  -o-animation-name: t_kzAPGt;
  animation-name: t_kzAPGt;
}
@-webkit-keyframes Pld3c7Wx {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes Pld3c7Wx {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes Pld3c7Wx {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes Pld3c7Wx {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.Pld3c7Wx {
  -webkit-animation-name: Pld3c7Wx;
  -moz-animation-name: Pld3c7Wx;
  -o-animation-name: Pld3c7Wx;
  animation-name: Pld3c7Wx;
}
@-webkit-keyframes BFmezX8t {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes BFmezX8t {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes BFmezX8t {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes BFmezX8t {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.BFmezX8t {
  -webkit-animation-name: BFmezX8t;
  -moz-animation-name: BFmezX8t;
  -o-animation-name: BFmezX8t;
  animation-name: BFmezX8t;
}
@-webkit-keyframes zB0ZVZuS {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes zB0ZVZuS {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes zB0ZVZuS {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes zB0ZVZuS {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.zB0ZVZuS {
  -webkit-animation-name: zB0ZVZuS;
  -moz-animation-name: zB0ZVZuS;
  -o-animation-name: zB0ZVZuS;
  animation-name: zB0ZVZuS;
}
@-webkit-keyframes FnZ41Z0R {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes FnZ41Z0R {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes FnZ41Z0R {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes FnZ41Z0R {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.FnZ41Z0R {
  -webkit-animation-name: FnZ41Z0R;
  -moz-animation-name: FnZ41Z0R;
  -o-animation-name: FnZ41Z0R;
  animation-name: FnZ41Z0R;
}
@-webkit-keyframes qoXl6q8J {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes qoXl6q8J {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes qoXl6q8J {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes qoXl6q8J {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.qoXl6q8J {
  -webkit-animation-name: qoXl6q8J;
  -moz-animation-name: qoXl6q8J;
  -o-animation-name: qoXl6q8J;
  animation-name: qoXl6q8J;
}
@-webkit-keyframes WvUbhnFO {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes WvUbhnFO {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes WvUbhnFO {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes WvUbhnFO {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.WvUbhnFO {
  -webkit-animation-name: WvUbhnFO;
  -moz-animation-name: WvUbhnFO;
  -o-animation-name: WvUbhnFO;
  animation-name: WvUbhnFO;
}
@-webkit-keyframes mXTHbdx2 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes mXTHbdx2 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes mXTHbdx2 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes mXTHbdx2 {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.mXTHbdx2 {
  -webkit-animation-name: mXTHbdx2;
  -moz-animation-name: mXTHbdx2;
  -o-animation-name: mXTHbdx2;
  animation-name: mXTHbdx2;
}
@-webkit-keyframes YoFmx332 {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes YoFmx332 {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes YoFmx332 {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes YoFmx332 {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.YoFmx332 {
  -webkit-animation-name: YoFmx332;
  -moz-animation-name: YoFmx332;
  -o-animation-name: YoFmx332;
  animation-name: YoFmx332;
}
@-webkit-keyframes pfXgCUX3 {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes pfXgCUX3 {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes pfXgCUX3 {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes pfXgCUX3 {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.pfXgCUX3 {
  -webkit-animation-name: pfXgCUX3;
  -moz-animation-name: pfXgCUX3;
  -o-animation-name: pfXgCUX3;
  animation-name: pfXgCUX3;
}
@-webkit-keyframes gLgsj5Kw {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes gLgsj5Kw {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes gLgsj5Kw {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes gLgsj5Kw {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.gLgsj5Kw {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: gLgsj5Kw;
  -moz-animation-name: gLgsj5Kw;
  -o-animation-name: gLgsj5Kw;
  animation-name: gLgsj5Kw;
}
@-webkit-keyframes eTtJfueQ {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes eTtJfueQ {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes eTtJfueQ {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes eTtJfueQ {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.eTtJfueQ {
  -webkit-animation-name: eTtJfueQ;
  -moz-animation-name: eTtJfueQ;
  -o-animation-name: eTtJfueQ;
  animation-name: eTtJfueQ;
}
@-webkit-keyframes RDLXTp9_ {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes RDLXTp9_ {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes RDLXTp9_ {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes RDLXTp9_ {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.RDLXTp9_ {
  -webkit-animation-name: RDLXTp9_;
  -moz-animation-name: RDLXTp9_;
  -o-animation-name: RDLXTp9_;
  animation-name: RDLXTp9_;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes xbJ8MazL {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes xbJ8MazL {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes xbJ8MazL {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes xbJ8MazL {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.xbJ8MazL {
  -webkit-animation-name: xbJ8MazL;
  -moz-animation-name: xbJ8MazL;
  -o-animation-name: xbJ8MazL;
  animation-name: xbJ8MazL;
}
.Kl7mRPfd .ant-modal-header {
  background-color: var(--lightest-grey);
  border-bottom: none;
}
.Kl7mRPfd .ant-modal-body {
  min-height: 175px;
  max-height: 50vh;
  scroll-behavior: auto;
  overflow-y: auto;
  scrollbar-color: var(--blue-ribbon) a15 transparent;
  scrollbar-width: thin;
}
.Kl7mRPfd .ant-modal-body .ql-snow {
  border: none;
}
.Kl7mRPfd .ant-modal-body::-webkit-scrollbar {
  width: 3px;
}
.Kl7mRPfd .ant-modal-body::-webkit-scrollbar-thumb {
  background: var(--blue-ribbon) a15;
}
.Kl7mRPfd .ant-modal-footer {
  background-color: var(--lightest-grey);
  padding: 10px 24px;
  border-top: none;
}
.Kl7mRPfd .oCijxzRi {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Kl7mRPfd .oCijxzRi .ZjIThYiL {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.Kl7mRPfd .oCijxzRi .NmxLxmhb {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--blue-ribbon);
  margin-right: 7px;
}
.Kl7mRPfd .oCijxzRi .tMarsrWz {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  text-transform: uppercase;
  color: var(--hammerhead-grey);
}
.Kl7mRPfd .oCijxzRi .ZJ4Ab1LX {
  margin-right: 7px;
}
.Kl7mRPfd .oCijxzRi .uligOkEU {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--darkest-blue);
}
.Kl7mRPfd .bJtxwisz {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.Kl7mRPfd .bJtxwisz div {
  width: 33.33%;
}
.Kl7mRPfd .bJtxwisz .pWq_TdQA {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Kl7mRPfd .bJtxwisz .MrQQoK_5 {
  display: flex;
  align-items: center;
  justify-content: right;
}
.Kl7mRPfd .bJtxwisz .MrQQoK_5 .ant-btn {
  border: 0px;
  box-shadow: none;
  padding: 0px;
}
.Kl7mRPfd .bJtxwisz .MrQQoK_5 .YDnZ60ut {
  width: 10px;
  margin-left: 10px;
}
.Kl7mRPfd .bJtxwisz .MrQQoK_5 .nxzuv2DU {
  border-image-source: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  color: var(--picton-blue);
  background: linear-gradient(95.7deg, var(--blue-ribbon) 12.17%, var(--picton-blue) 93.24%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.Kl7mRPfd .bJtxwisz .MrQQoK_5 .hnXV3ftb {
  color: var(--picton-blue);
  background: linear-gradient(275.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.Ll90vG3i {
  transform: translateY(100%) rotate3d(0, 1, 0, 90deg);
  opacity: 0;
  transition: 150ms;
}
.Hn0aG8P8 {
  transform: translateY(0%) rotate3d(0, 0, 0, 0deg);
  opacity: 1;
  transition: 150ms;
}
.Kr9u88Iz {
  transform: translateY(-100%) rotate3d(0, 1, 0, 90deg);
  opacity: 0;
  transition: 150ms;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Ro1BDcqj {
  position: relative;
}
.Ro1BDcqj .ant-modal-header {
  display: none;
}
.Ro1BDcqj .ant-modal-body {
  background-image: url("/img/background-lines-top-right-3.png");
  background-size: 325px;
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 0;
}
.Ro1BDcqj .h7mnp4Jv {
  padding: 79px 66px 40px 66px;
  z-index: 322;
}
.Ro1BDcqj .h7mnp4Jv .xfNCXIkw {
  color: var(--blue-ribbon);
  font-weight: 700;
  font-size: 32px;
  font-family: Poppins;
}
.Ro1BDcqj .h7mnp4Jv .H8i8ZoVB {
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 16px;
  font-family: Barlow;
  max-width: 300px;
}
.Ro1BDcqj .h7mnp4Jv .V6GTkZ0M {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 63px;
}
.Ro1BDcqj .h7mnp4Jv .V6GTkZ0M .ant-btn-primary {
  box-shadow: none !important;
}
.Ro1BDcqj .h7mnp4Jv .V6GTkZ0M .TFvzhJMx {
  margin-right: 15px;
}
.Ro1BDcqj .h7mnp4Jv .V6GTkZ0M .gyUhyMQX {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 378px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  height: 56px;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  box-shadow: none;
  border: none;
}
.Ro1BDcqj .h7mnp4Jv .V6GTkZ0M .gyUhyMQX span {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
}
.Ro1BDcqj .h7mnp4Jv .V6GTkZ0M .gyUhyMQX .XscEk2Hn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-top: 2px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.knI0tiRF {
  position: relative;
}
.knI0tiRF .OlmPb7L4 {
  justify-content: center;
  color: var(--white);
  height: 82px;
  background: linear-gradient(90deg, var(--ferrari-red) 0%, var(--pumpkin) 100%);
  display: flex;
  align-items: center;
}
.knI0tiRF .OlmPb7L4 > span:first-child {
  position: absolute;
  right: 20px;
  top: 20px;
}
.knI0tiRF .ant-modal-header {
  padding: 0px;
  overflow: hidden;
}
.knI0tiRF .ant-modal-body {
  border-radius: 12px;
  padding: 0;
}
.knI0tiRF .mT8amitq {
  padding: 40px 127px 100px 127px;
  flex-direction: column;
}
.knI0tiRF .mT8amitq > div:last-child {
  text-align: center;
  font-size: 20px;
  font-family: "Barlow";
}
.knI0tiRF .mT8amitq > div:nth-child(2) {
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 20px;
  font-size: 20px;
  font-family: "Barlow";
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-hook-holder {
  position: relative;
}
.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
  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);
}
.ant-notification-top .ant-notification-notice,
.ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto;
}
.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #ff4d4f;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  opacity: 0;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-notification-rtl {
  direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}
.ant-notification-top,
.ant-notification-bottom {
  margin-right: 0;
  margin-left: 0;
}
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationBottomFadeIn;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
@keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Ut_7X1hH {
  display: flex;
}
.Ut_7X1hH div {
  align-items: center;
}
.Ut_7X1hH .A2htWMtX {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: var(--darker-blue);
}
.pxn4Y1K5 {
  width: 620px !important;
}
.pxn4Y1K5 .ant-modal-content {
  min-width: 680px;
}
@media (max-width: 768px) {
  .pxn4Y1K5 .ant-modal-content {
    min-width: 0px;
  }
}
.pxn4Y1K5 .ant-modal-body {
  padding: 0;
}
.pxn4Y1K5 .ant-modal-footer {
  height: 68px;
}
.pxn4Y1K5 .ant-modal-close {
  height: 36px;
}
.pxn4Y1K5 .ant-modal-close .ant-modal-close-x {
  font-size: 14px;
}
.QB0UUlCX .ant-popover-arrow {
  display: none;
}
.QB0UUlCX .ant-popover-inner {
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.QB0UUlCX .ant-popover-message-title {
  padding-left: 0;
}
.QB0UUlCX .ant-popover-inner-content {
  padding: 0;
  border-radius: 12px;
}
.QB0UUlCX .ant-popover-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.QB0UUlCX .ant-btn {
  height: 32px;
  min-width: 78px;
  border-radius: 36px;
  min-width: 163px;
  border-color: var(--royal-peacock-blue);
  color: var(--royal-peacock-blue);
}
.QB0UUlCX .ant-btn-primary {
  color: var(--white);
  margin-right: 8px;
}
.ausNv3Hj .ant-popover-arrow {
  display: none;
}
.ausNv3Hj .ant-popover-inner {
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.ausNv3Hj .ant-popover-message-title {
  padding-left: 0;
}
.ausNv3Hj .ant-popover-inner-content {
  padding: 0;
  border-radius: 12px;
}
.ausNv3Hj .ant-popover-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.ausNv3Hj .ant-btn {
  height: 32px;
  min-width: 78px;
  border-radius: 36px;
  min-width: 163px;
  border-color: var(--royal-peacock-blue);
  color: var(--royal-peacock-blue);
}
.ausNv3Hj .ant-btn-primary {
  color: var(--white);
  margin-right: 8px;
}
.ausNv3Hj .ant-btn-primary {
  display: none;
}
.Eie53xUH {
  color: var(--darker-blue);
}
.Eie53xUH .EgoU9NKx {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  width: 100%;
  background-color: var(--alabaster-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.Eie53xUH .fxcFGzsC {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
}
.Eie53xUH .GoQk93cT {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: auto;
  padding: 8px 0;
}
.Eie53xUH .GoQk93cT:last-of-type {
  padding-bottom: 36px;
}
.Eie53xUH .RFEUC4sF {
  font-weight: 600;
  font-size: 18px;
}
.Eie53xUH .nJK8BnV2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 10px;
}
.Eie53xUH .nJK8BnV2 .ed3TA31T {
  background-image: url("/icons/icon_green_check.svg");
  background-color: var(--harlequin-green);
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.Fch_uQ_J {
  width: 100%;
  background-image: url("/img/powur-live.png");
  background-position: -1px 0;
}
.Fch_uQ_J .SoYR36p8 {
  width: 80%;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: var(--white);
  margin: auto;
  padding-top: 80px;
}
.Fch_uQ_J .TPx4_5QG {
  width: 90%;
  margin: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 80px;
}
.Fch_uQ_J .E0SmjgDf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--light-cyan);
  margin: 0px 14px;
  padding-bottom: 30px;
}
.Fch_uQ_J .E0SmjgDf .DpHM__l4 {
  padding-top: 7px;
  border-top: 2px solid var(--light-cyan);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.Vs4ZNRY5 {
  display: flex;
}
.Vs4ZNRY5 div {
  align-items: center;
}
.Vs4ZNRY5 .xrId913Y {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: var(--darker-blue);
}
.pgpkDLIH {
  width: 620px !important;
}
.pgpkDLIH .ant-modal-content {
  min-width: 680px;
}
@media (max-width: 768px) {
  .pgpkDLIH .ant-modal-content {
    min-width: 0px;
  }
}
.pgpkDLIH .ant-modal-body {
  padding: 0;
}
.pgpkDLIH .ant-modal-footer {
  height: 68px;
}
.pgpkDLIH .ant-modal-close {
  height: 36px;
}
.pgpkDLIH .ant-modal-close .ant-modal-close-x {
  font-size: 14px;
}
.ZFb7Ja6v {
  width: 100%;
  height: 390px;
  position: relative;
}
.ZFb7Ja6v .BrkBR5Cc {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ZFb7Ja6v .vUZHI_t1 {
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
.ZFb7Ja6v .vcu9ZPGr {
  padding-top: 20px;
}
.ZFb7Ja6v .RHYvx1Hr {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ZFb7Ja6v .RHYvx1Hr img {
  max-width: 100%;
  width: 50%;
}
.ZFb7Ja6v .usWxSRkd {
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZFb7Ja6v .usWxSRkd span {
  text-align: center;
}
.ZFb7Ja6v .UATeAEOd {
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}
.ZFb7Ja6v .UATeAEOd span {
  text-align: center;
}
.ZFb7Ja6v .UATeAEOd span {
  color: var(--white);
  font-family: Poppins;
  font-size: 20px;
  font-weight: 800;
  line-height: 21px;
}
.ZFb7Ja6v .nezkIbYk {
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 39px;
}
.ZFb7Ja6v .nezkIbYk span {
  text-align: center;
}
.ZFb7Ja6v .nezkIbYk span {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
@media (max-width: 500px) {
  .ZFb7Ja6v .nezkIbYk {
    width: 80%;
  }
}
.ZFb7Ja6v .j_LelyaW {
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}
.ZFb7Ja6v .j_LelyaW span {
  text-align: center;
}
.ZFb7Ja6v .j_LelyaW span {
  color: var(--mint);
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}
.ZFb7Ja6v .ZQHUt6f1 {
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 46px;
}
.ZFb7Ja6v .ZQHUt6f1 span {
  text-align: center;
}
.ZFb7Ja6v .ZQHUt6f1 span {
  color: var(--mint);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.npm2qQyR {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(95.7deg, var(--lemon-chiffon) 12.17%, var(--canary-yellow) 93.24%) !important;
  height: 32px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 1px 4px 0px #00000026;
  cursor: pointer;
}
.npm2qQyR .y0HOeJc7 {
  background: linear-gradient(95.7deg, var(--maya-blue) 12.17%, var(--blue-ribbon) 93.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 9px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.YhdlsIlH .ant-drawer-content-wrapper {
  box-shadow: -4px 0px 40px rgba(0, 0, 0, 0.2) !important;
}
.YhdlsIlH .ant-drawer-body {
  height: 100vh;
  overflow: hidden;
}
.YhdlsIlH .r4Qnmmk1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--table-edit-mode);
}
.YhdlsIlH .r4Qnmmk1 .SyxOfZIv {
  height: 54px;
  width: 100%;
  padding: 0 12px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .YhdlsIlH .r4Qnmmk1 .SyxOfZIv {
    padding: 0 15px;
    width: 100%;
  }
}
.YhdlsIlH .r4Qnmmk1 .SyxOfZIv .lg8nfzEe {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.YhdlsIlH .r4Qnmmk1 .hKJiDqdF {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 40px;
  scrollbar-color: var(--picton-blue) transparent;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar {
  width: 10px;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar-track {
  background: transparent;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar-thumb {
  background: var(--picton-blue);
  border-left: 7px solid transparent;
  background-clip: padding-box;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.YhdlsIlH .r4Qnmmk1 .CvBSihiy {
  height: 54px;
  width: 100%;
  padding: 0 12px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 700px;
  background-color: #fafbfc;
}
@media (max-width: 425px) {
  .YhdlsIlH .r4Qnmmk1 .CvBSihiy {
    padding: 0 15px;
    width: 100%;
  }
}
.YhdlsIlH .r4Qnmmk1 .CvBSihiy .lg8nfzEe {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.YhdlsIlH .r4Qnmmk1 .CvBSihiy .BaxViG1u {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.YhdlsIlH .fdM8MsIl {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--table-edit-mode);
  padding-top: 32px;
}
.YhdlsIlH .fdM8MsIl .SyxOfZIv {
  height: 54px;
  width: 100%;
  padding: 0 12px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .YhdlsIlH .fdM8MsIl .SyxOfZIv {
    padding: 0 15px;
    width: 100%;
  }
}
.YhdlsIlH .fdM8MsIl .SyxOfZIv .lg8nfzEe {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.YhdlsIlH .fdM8MsIl .hKJiDqdF {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 40px;
  scrollbar-color: var(--picton-blue) transparent;
}
.YhdlsIlH .fdM8MsIl ::-webkit-scrollbar {
  width: 10px;
}
.YhdlsIlH .fdM8MsIl ::-webkit-scrollbar-track {
  background: transparent;
}
.YhdlsIlH .fdM8MsIl ::-webkit-scrollbar-thumb {
  background: var(--picton-blue);
  border-left: 7px solid transparent;
  background-clip: padding-box;
}
.YhdlsIlH .fdM8MsIl ::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.YhdlsIlH .fdM8MsIl .CvBSihiy {
  height: 54px;
  width: 100%;
  padding: 0 12px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 700px;
  background-color: #fafbfc;
}
@media (max-width: 425px) {
  .YhdlsIlH .fdM8MsIl .CvBSihiy {
    padding: 0 15px;
    width: 100%;
  }
}
.YhdlsIlH .fdM8MsIl .CvBSihiy .lg8nfzEe {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.YhdlsIlH .fdM8MsIl .CvBSihiy .BaxViG1u {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.GJqpEUa3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.GJqpEUa3 .Ei18ZPHu {
  margin-bottom: 3px;
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.GJqpEUa3 .dmGH65c4 {
  margin-bottom: 3px;
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 12px;
  align-items: flex-start;
}
.X9OLeSpY {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
}
.CkKAS_9N {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  line-height: 14pt;
}
._MzZN2KI {
  font-size: 11px;
  line-height: 14px;
  height: 100%;
  color: var(--white);
}
.oWB5PX7T {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background-color: transparent;
  width: 100%;
  padding: 0px 10px;
}
.oWB5PX7T .uLLiW8GE {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
}
.oWB5PX7T .X9OLeSpY {
  color: var(--white);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 15px;
}
.oWB5PX7T .X9OLeSpY span {
  font-weight: 300;
  margin: 0 4px;
}
.oWB5PX7T .MqFJHUpD {
  color: var(--white);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 15px;
  margin: 0;
}
.oWB5PX7T .MqFJHUpD span {
  font-weight: 300;
  margin: 0 4px;
}
.oWB5PX7T .SRerDbMC {
  margin-left: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  border: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  background: var(--adamantine-blue);
  border-radius: 21px;
  width: 79px;
  height: 26px;
  color: var(--white) !important;
}
.oWB5PX7T .SRerDbMC > .Io7w54tG {
  margin-top: 2px;
  margin-right: 12px;
  transform: rotate(180deg);
}
.oWB5PX7T .sPuT4SSE {
  display: flex;
  position: absolute;
  right: 110px;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--white) !important;
  font-size: 26px;
  font-weight: bold;
}
.oWB5PX7T .ZUZHgMVB {
  display: flex;
  position: absolute;
  right: 27px;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--white) !important;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: 1;
  width: 80px;
  height: 38px;
  text-align: left;
}
.oWB5PX7T .N1EowaiP {
  display: flex;
  position: absolute;
  right: 10px;
  justify-content: center;
  align-items: center;
  border: none;
  width: 114px;
  height: 38px;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  background: var(--slashee-blueberry);
  border-radius: 21px;
  color: var(--white) !important;
}
.oWB5PX7T .N1EowaiP > span {
  white-space: break-spaces;
  width: 50px;
  text-align: left;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.JWu7iSdv {
  height: 100vh;
  width: 100vw;
}
.JWu7iSdv .pHhgpT9I {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/img/work-anywhere-bg.jpeg");
  background-position: 25% top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.JWu7iSdv .p1UmJM3o,
.JWu7iSdv .XdqIiEyS {
  opacity: 0.01;
  transform: scale(0.85) translate(-80px, -10px);
}
.JWu7iSdv .lAMdpCSj,
.JWu7iSdv .Jr8jDwTW {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition: all 300ms ease-in-out;
}
.JWu7iSdv .dKvgJ9bm {
  opacity: 1;
  transform: scale(1);
}
.JWu7iSdv .f1ceiTYT {
  opacity: 0.01;
  transform: scale(1.1);
  transition: all 300ms;
}
.sUCh_qgZ {
  background-color: transparent;
  height: calc(100vh - 50px);
}
.sUCh_qgZ .yAFvdQHx {
  text-transform: uppercase;
  font-size: 12px;
}
.XrAmpCSj {
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: 500px;
  max-height: calc(100vh - 100px);
  background-color: var(--white);
  border-radius: 3px;
  border: 1px solid var(--slate-grey);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 24px;
}
.XrAmpCSj .SAs_xdJA {
  text-align: center;
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
}
.XrAmpCSj .ZqcUsm60 {
  height: 85%;
  margin-top: 24px;
  text-align: justify;
}
.XrAmpCSj .ZqcUsm60 a {
  font-weight: 600;
}
.XrAmpCSj .ZqcUsm60 .oHIM6zgP {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 58%;
}
.XrAmpCSj .ZqcUsm60 .oHIM6zgP details {
  font-size: 10px;
}
.XrAmpCSj .ZqcUsm60 .oHIM6zgP details li {
  font-size: 10px;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.uI5G9f6f {
  min-height: 40px;
  width: 100%;
  z-index: 1002;
}
.uI5G9f6f .iQS0pKYL {
  background: linear-gradient(90deg, var(--ferrari-red) 0%, var(--pumpkin) 100%);
  border: none;
  height: 100%;
  padding: 0px 15px;
  border-radius: 0;
}
.uI5G9f6f .iQS0pKYL .ant-alert-content {
  display: flex;
  height: 100%;
}
.uI5G9f6f .iQS0pKYL .ant-alert-message,
.uI5G9f6f .iQS0pKYL .ant-alert-description,
.uI5G9f6f .iQS0pKYL .ant-alert-action {
  color: var(--white);
  display: flex;
  align-items: center;
  margin: 0px;
  height: 100%;
}
.uI5G9f6f .iQS0pKYL .ant-alert-message {
  font-size: 16px;
  margin-right: 45px;
}
.uI5G9f6f .iQS0pKYL .ant-alert-message > div {
  padding: 0px;
  display: flex;
}
.uI5G9f6f .iQS0pKYL .ant-alert-description {
  font-size: 14px;
}
.uI5G9f6f .iQS0pKYL .ant-alert-action > button {
  color: var(--white);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.UwKYfEVX {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color-a10);
  z-index: 5;
}
.UwKYfEVX .nNMnpoMN {
  z-index: 6;
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}
.Ix0raSFW {
  background-color: var(--white);
}
.T0IpPQK1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color-a10);
  z-index: 5;
  background-color: unset;
}
.T0IpPQK1 .nNMnpoMN {
  z-index: 6;
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

.hKlUbjaA {
  height: 100vh;
}
.hKlUbjaA .pMfMNDMD {
  border-width: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-baby-blue);
}
.hKlUbjaA .pMfMNDMD .a4A7y39K {
  width: 150px;
  display: flex;
  flex-direction: column;
}
.hKlUbjaA .pMfMNDMD .a4A7y39K .KV1J6J0C {
  transform: translateY(-70px);
  height: 75px;
  width: 100%;
}
@s 3 -asset-path: https://powur-public.s3-us-west-1.amazonaws.com/assets;

/*
  use this for any global overrides to apply to all ant design components
*/

/* html {
  overflow: hidden;
} */

.ant-table-thead > tr > th {
  background-color: var(--white);
}

.ant-modal-mask {
  background-color: rgba(38, 165, 210, 0.3);
}

.ant-modal-header {
  background-color: #f9f9f9;
}

.ant-modal-footer {
  background-color: rgb(78, 79, 80);
}

.ant-legacy-form-vertical .ant-legacy-form-item-label {
  padding-bottom: 4px;
}

.ant-form-item {
  margin-bottom: auto;
}

.ant-form-vertical .ant-form-item-label {
  padding-bottom: 4px;
}

.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}

.ant-btn > .anticon {
  line-height: 0px;
}

.ant-tabs-tabpane {
  z-index: 1;
}

.remove-table-footer-padding
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table
  > div.ant-table-footer {
  padding: 0;
}

/* Global override for ant spin colors */
.ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}

.ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}

.ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}

.ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}

.ant-table-row {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03) !important;
}

/* set style rules for deeply nested DOM elements within ant design's Table component */

.scrolling-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  th,
.fixed-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table
  > div.ant-table-content
  > div.ant-table-body
  > table
  > thead
  th {
  /* make header row shorter */
  padding: 8px 16px;
}

.scrolling-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  > tr
  > th
  > span.ant-table-header-column,
.fixed-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table
  > div.ant-table-content
  > div.ant-table-body
  > table
  > thead
  > tr
  > th
  > span.ant-table-header-column {
  /* center-align text vertically within header row */
  display: flex;
}

/* shrink padding and center align text in header row for tighter grouping of column labels */
.scrolling-table-multiline-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  th {
  padding: 4px 16px;
}

.scrolling-table-multiline-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  > tr
  > th
  > span.ant-table-header-column {
  display: flex;
  max-width: 100%;
  align-items: center;
}

/* hide ant design's form error messages in favor of custom messages */
.hide-form-element-error-message
  > div.ant-legacy-form-item-control-wrapper
  > div.ant-legacy-form-item-control
  > div.ant-legacy-form-explain {
  display: none;
}

/* hide annoying scrollbars when popup is open and annoying floating box when popup is hidden, keep popup from being really huge and ugly */
.ant-menu-submenu-hidden {
  overflow: hidden;
}

.ant-menu-submenu-popup {
  overflow: auto;
}
.ant-menu-submenu-popup {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.ant-menu-vertical.ant-menu-sub {
  max-height: 400px;
  border-radius: 8px;
}

/* ant design defaults to overflow-x: hidden, want to hide overflow in both directions */
.ant-layout.ant-layout-has-sider > .ant-layout {
  overflow: hidden;
}

/* remove bottom margin on ant design paragraph components */
div.ant-typography {
  margin-bottom: 0;
}

/* keep ant design form error messages but decrease font size */
/* .ensmallen-form-error-message
  > .ant-form-item-control-wrapper
  > .has-error
  > .ant-form-explain, */
.ensmallen-form-error-message > div > div > div {
  font-size: 10px;
}

/* override styles for sidebar autocomplete fields */
.sidebar-autocomplete-override
  > div.ant-select-selector
  > span.ant-select-selection-search
  > span.ant-select-selection-search-input {
  background-color: transparent;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #295ca0;
  padding: 0;
}

.sidebar-autocomplete-override
  > div.ant-select-selector
  > span.ant-select-selection-search
  > span.ant-select-selection-search-input
  > input {
  background-color: transparent;
  color: #29aae3;
}

.sidebar-autocomplete-override
  > div.ant-select-selector
  > span.ant-select-selection-search
  > span.ant-select-selection-search-input
  > span.ant-input-suffix {
  font-size: 10px;
  color: #295ca0;
}

:focus {
  outline: none;
}

.ant-select-dropdown {
  border-radius: 4px;
}

/* Blue line underneath subnav tabs */
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 3px;
}

/* Distance between tabs in subnav */
.ant-tabs-tab:not(:first-of-type) {
  margin: 0 0 0 40px !important;
}

.ant-legacy-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-legacy-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;
}
.ant-legacy-form label {
  font-size: 14px;
}
.ant-legacy-form input[type='search'] {
  box-sizing: border-box;
}
.ant-legacy-form input[type='radio'],
.ant-legacy-form input[type='checkbox'] {
  line-height: normal;
}
.ant-legacy-form input[type='file'] {
  display: block;
}
.ant-legacy-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-legacy-form select[multiple],
.ant-legacy-form select[size] {
  height: auto;
}
.ant-legacy-form input[type='file']:focus,
.ant-legacy-form input[type='radio']:focus,
.ant-legacy-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-legacy-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-legacy-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;
}
.ant-legacy-form label {
  font-size: 14px;
}
.ant-legacy-form input[type='search'] {
  box-sizing: border-box;
}
.ant-legacy-form input[type='radio'],
.ant-legacy-form input[type='checkbox'] {
  line-height: normal;
}
.ant-legacy-form input[type='file'] {
  display: block;
}
.ant-legacy-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-legacy-form select[multiple],
.ant-legacy-form select[size] {
  height: auto;
}
.ant-legacy-form input[type='file']:focus,
.ant-legacy-form input[type='radio']:focus,
.ant-legacy-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-legacy-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-legacy-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-legacy-form-hide-required-mark .ant-legacy-form-item-required::before {
  display: none;
}
.ant-legacy-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-legacy-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-legacy-form-item-label > label.ant-legacy-form-item-no-colon::after {
  content: ' ';
}
.ant-legacy-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-legacy-form-item label {
  position: relative;
}
.ant-legacy-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-legacy-form-item-control {
  position: relative;
  line-height: 40px;
}
.ant-legacy-form-item-control::before {
  display: table;
  content: '';
}
.ant-legacy-form-item-control::after {
  display: table;
  clear: both;
  content: '';
}
.ant-legacy-form-item-control::before {
  display: table;
  content: '';
}
.ant-legacy-form-item-control::after {
  display: table;
  clear: both;
  content: '';
}
.ant-legacy-form-item-children {
  position: relative;
}
.ant-legacy-form-item-with-help {
  margin-bottom: 4px;
}
.ant-legacy-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  flex-grow: 0;
}
.ant-legacy-form-item-label-left {
  text-align: left;
}
.ant-legacy-form-item-control-wrapper {
  flex: 1 1 0;
}
.ant-legacy-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-legacy-form-explain,
.ant-legacy-form-extra {
  clear: both;
  min-height: 23px;
  margin-top: -2px;
  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);
}
.ant-legacy-form-explain {
  margin-bottom: -1px;
}
.ant-legacy-form-extra {
  padding-top: 4px;
}
.ant-legacy-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-legacy-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .has-feedback .ant-picker .ant-picker-suffix {
  padding-right: 17px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-legacy-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.ant-legacy-form-vertical .ant-legacy-form-item-label,
.ant-col-24.ant-legacy-form-item-label,
.ant-col-xl-24.ant-legacy-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
  flex-basis: 100%;
}
.ant-legacy-form-vertical .ant-legacy-form-item-label > label,
.ant-col-24.ant-legacy-form-item-label > label,
.ant-col-xl-24.ant-legacy-form-item-label > label {
  margin: 0;
}
.ant-legacy-form-vertical .ant-legacy-form-item-label > label::after,
.ant-col-24.ant-legacy-form-item-label > label::after,
.ant-col-xl-24.ant-legacy-form-item-label > label::after {
  display: none;
}
.ant-legacy-form-rtl.ant-legacy-form-vertical .ant-legacy-form-item-label,
.ant-legacy-form-rtl.ant-col-24.ant-legacy-form-item-label,
.ant-legacy-form-rtl.ant-col-xl-24.ant-legacy-form-item-label {
  text-align: right;
}
.ant-legacy-form-vertical .ant-legacy-form-item-label label::after,
.ant-col-24.ant-legacy-form-item-label label::after,
.ant-col-xl-24.ant-legacy-form-item-label label::after {
  display: none;
}
.ant-legacy-form-vertical .ant-legacy-form-item {
  padding-bottom: 8px;
}
.ant-legacy-form-vertical .ant-legacy-form-item-control {
  line-height: 1.5715;
}
.ant-legacy-form-vertical .ant-legacy-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-legacy-form-vertical .ant-legacy-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-legacy-form-item .ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-legacy-form-item .ant-legacy-form-item-label > label {
    margin: 0;
  }
  .ant-legacy-form-item .ant-legacy-form-item-label > label::after {
    display: none;
  }
  .ant-legacy-form-rtl.ant-legacy-form-item .ant-legacy-form-item-label {
    text-align: right;
  }
  .ant-legacy-form-item .ant-legacy-form-item-label label::after {
    display: none;
  }
  .ant-legacy-form .ant-legacy-form-item {
    flex-wrap: wrap;
  }
  .ant-legacy-form .ant-legacy-form-item .ant-legacy-form-item-label,
  .ant-legacy-form .ant-legacy-form-item .ant-legacy-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-legacy-form-item-label,
  .ant-legacy-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-legacy-form-item-label > label {
    margin: 0;
  }
  .ant-legacy-form-item-label > label::after {
    display: none;
  }
  .ant-legacy-form-rtl.ant-legacy-form-item-label {
    text-align: right;
  }
  .ant-legacy-form-item-label label::after {
    display: none;
  }
  .ant-legacy-form-item-control-wrapper {
    flex-basis: 100%;
  }
  .ant-col-xs-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-xs-24.ant-legacy-form-item-label > label {
    margin: 0;
  }
  .ant-col-xs-24.ant-legacy-form-item-label > label::after {
    display: none;
  }
  .ant-legacy-form-rtl.ant-col-xs-24.ant-legacy-form-item-label {
    text-align: right;
  }
  .ant-col-xs-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-sm-24.ant-legacy-form-item-label > label {
    margin: 0;
  }
  .ant-col-sm-24.ant-legacy-form-item-label > label::after {
    display: none;
  }
  .ant-legacy-form-rtl.ant-col-sm-24.ant-legacy-form-item-label {
    text-align: right;
  }
  .ant-col-sm-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-md-24.ant-legacy-form-item-label > label {
    margin: 0;
  }
  .ant-col-md-24.ant-legacy-form-item-label > label::after {
    display: none;
  }
  .ant-legacy-form-rtl.ant-col-md-24.ant-legacy-form-item-label {
    text-align: right;
  }
  .ant-col-md-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-lg-24.ant-legacy-form-item-label > label {
    margin: 0;
  }
  .ant-col-lg-24.ant-legacy-form-item-label > label::after {
    display: none;
  }
  .ant-legacy-form-rtl.ant-col-lg-24.ant-legacy-form-item-label {
    text-align: right;
  }
  .ant-col-lg-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-xl-24.ant-legacy-form-item-label > label {
    margin: 0;
  }
  .ant-col-xl-24.ant-legacy-form-item-label > label::after {
    display: none;
  }
  .ant-legacy-form-rtl.ant-col-xl-24.ant-legacy-form-item-label {
    text-align: right;
  }
  .ant-col-xl-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
.ant-legacy-form-inline .ant-legacy-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-legacy-form-inline .ant-legacy-form-item-with-help {
  margin-bottom: 24px;
}
.ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-control-wrapper,
.ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-legacy-form-inline .ant-legacy-form-text {
  display: inline-block;
}
.ant-legacy-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-legacy-form-item-children-icon,
.has-warning.has-feedback .ant-legacy-form-item-children-icon,
.has-error.has-feedback .ant-legacy-form-item-children-icon,
.is-validating.has-feedback .ant-legacy-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-legacy-form-item-children-icon svg,
.has-warning.has-feedback .ant-legacy-form-item-children-icon svg,
.has-error.has-feedback .ant-legacy-form-item-children-icon svg,
.is-validating.has-feedback .ant-legacy-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-legacy-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-item-split {
  color: #faad14;
}
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon,
.has-warning .ant-input-number-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning .ant-legacy-form-explain,
.has-warning .ant-legacy-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-legacy-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper {
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none;
}
.has-error .ant-form-item-split {
  color: #ff4d4f;
}
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-input-prefix {
  color: #ff4d4f;
}
.has-error .ant-input-group-addon,
.has-error .ant-input-number-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.has-error .has-feedback {
  color: #ff4d4f;
}
.has-error .ant-legacy-form-explain,
.has-error .ant-legacy-form-split {
  color: #ff4d4f;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.has-error .ant-input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #ff4d4f;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #ff4d4f;
}
.has-error .ant-input-prefix {
  color: #ff4d4f;
}
.has-error .ant-input-group-addon {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}
.has-error .has-feedback {
  color: #ff4d4f;
}
.has-error.has-feedback .ant-legacy-form-item-children-icon {
  color: #ff4d4f;
  animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #ff4d4f;
}
.has-error .ant-select-selection:hover {
  border-color: #ff4d4f;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ff4d4f;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #ff4d4f;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #ff4d4f;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #ff4d4f;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #ff4d4f;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #ff4d4f;
}
.has-error .ant-transfer-list {
  border-color: #ff4d4f;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-rtl .has-error .ant-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.ant-input-rtl .has-error .ant-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.has-error .ant-input-affix-wrapper {
  border-color: #ff4d4f;
}
.has-error .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none;
}
.is-validating.has-feedback .ant-legacy-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-advanced-search-form .ant-legacy-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-legacy-form-item-with-help {
  margin-bottom: 4px;
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ant-mention-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: block;
  height: auto;
  min-height: 32px;
  padding: 0;
  line-height: 1.5715;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-mention-wrapper .ant-mention-editor:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor:focus,
.ant-mention-wrapper .ant-mention-editor-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-rtl .ant-mention-wrapper .ant-mention-editor-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor-borderless,
.ant-mention-wrapper .ant-mention-editor-borderless:hover,
.ant-mention-wrapper .ant-mention-editor-borderless:focus,
.ant-mention-wrapper .ant-mention-editor-borderless-focused,
.ant-mention-wrapper .ant-mention-editor-borderless-disabled,
.ant-mention-wrapper .ant-mention-editor-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 0px 7px;
}
.ant-mention-wrapper .ant-mention-editor-rtl {
  direction: rtl;
}
.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto;
}
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}
.ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mention-wrapper.disabled .ant-mention-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}
.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mention-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  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);
}
.ant-mention-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  display: block;
  color: #1890ff;
  text-align: center;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-mention-dropdown-item:hover {
  background-color: #f5f5f5;
}
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #e6f7ff;
}
.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  background-color: #f5f5f5;
}
.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}


/*# sourceMappingURL=main.0a7d3199.css.map*/